Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

mschile

mschile pushed 1 commit to mschile/svelte_3_removal cypress-io/cypress

View on GitHub

mschile pushed 5 commits to mschile/svelte_3_removal cypress-io/cypress
  • chore: Update v8 snapshot cache (#30562) * chore: updating v8 snapshot cache * chore: updating v8 snapshot cache ... 40af429
  • breaking: remove the cypress/angular-signals test harness. The changes incorporated in @cypress/angular-signals are n... edd9a27
  • chore: Update v8 snapshot cache - linux (#30576) * chore: updating v8 snapshot cache * chore: updating v8 snapsho... d5141f4
  • chore: Update v8 snapshot cache - darwin (#30577) Co-authored-by: cypress-bot[bot] <+cypress-bot[bot]@users.noreply.... 9e4690b
  • Merge branch 'release/14.0.0' into mschile/svelte_3_removal 8b7967d

View on GitHub

mschile pushed 1 commit to mschile/svelte_3_removal cypress-io/cypress

View on GitHub

mschile pushed 1 commit to mschile/svelte_3_removal cypress-io/cypress

View on GitHub

mschile pushed 1 commit to mschile/svelte_3_removal cypress-io/cypress

View on GitHub

mschile pushed 1 commit to mschile/svelte_3_removal cypress-io/cypress
  • update system-test lock files d1e448e

View on GitHub

mschile pushed 20 commits to mschile/svelte_3_removal cypress-io/cypress
  • fix: ensure we have marked things as stable prior to after/afterEach hooks running (#30536) * fix: ensure we have ma... a8a3cb9
  • chore: update `mobx` from `5.15.4` to `6.13.5` and `mobx-react` from `6.1.8` to `9.1.1` inside @packages/reporter (#3... 3c6a092
  • chore: Update v8 snapshot cache (#30545) Co-authored-by: cypress-bot[bot] <+cypress-bot[bot]@users.noreply.github.com> 438f953
  • chore(deps): update dependency stop-only to v3.4.1 (#30538) * chore(deps): update dependency stop-only to v3.4.1 ... 6e8142d
  • chore: release 13.15.2 (#30547) c2596e6
  • chore: update circleci cache version (#30548) 5caacc2
  • chore: improve v8 snapshot cache action to be more resilient to windows slowness and have one PR per platform (#30551... 0618c88
  • chore: Update v8 snapshot cache (#30550) * chore: updating v8 snapshot cache * chore: updating v8 snapshot cache ... 841dee6
  • chore: clean up npm/webpack-preprocessor devDependencies (#30546) * chore: clean up npm/webpack-preprocessor deps ... 034ad04
  • chore: bump cypress-example-kitchensink (#30549) * chore: bump cypress-example-kitchensink * empty commit 68ed226
  • chore: catch a11y errors and ignore them for now. (#30505) * chore: catch a11y errors and ignore them for now. * ... 74b9fa3
  • chore: Update Chrome (stable) to 130.0.6723.116 (#30556) Co-authored-by: cypress-bot[bot] <41898282+cypress-bot[bot]... a0af958
  • chore: update @packages/reporter react from 16.8.6 to 17.0.2 and updates @types/react* packages from 16x to 17x (#305... 03af592
  • Merge branch 'develop' into chore/merge_develop c55bcb1
  • Merge branch 'release/14.0.0' of github.com:cypress-io/cypress into chore/merge_develop 3ea7f06
  • Merge pull request #30559 from cypress-io/chore/merge_develop chore: merge `develop` into `release/14.0.0` b4b79c2
  • chore: Update v8 snapshot cache - linux (#30564) Co-authored-by: cypress-bot[bot] <+cypress-bot[bot]@users.noreply.g... 604ce7b
  • chore: Update v8 snapshot cache - darwin (#30565) Co-authored-by: cypress-bot[bot] <+cypress-bot[bot]@users.noreply.... 9f850b3
  • chore: Update v8 snapshot cache - windows (#30566) Co-authored-by: cypress-bot[bot] <+cypress-bot[bot]@users.noreply... da8d47e
  • Merge branch 'release/14.0.0' into mschile/svelte_3_removal 431211e

View on GitHub

mschile opened a pull request on cypress-io/cypress
breaking: remove Svelte 3 support
<!-- Thanks for contributing! PLEASE... - Read our contributing guidelines: https://github.com/cypress-io/cypress/blob/develop/CONTRIBUTING.md - Read our Code Review Checklist on coding standard...
mschile pushed 1 commit to mschile/svelte_3_removal cypress-io/cypress

View on GitHub

mschile created a branch on cypress-io/cypress

mschile/svelte_3_removal - Fast, easy and reliable testing for anything that runs in a browser.

mschile created a comment on a pull request on cypress-io/cypress
> @mschile did I miss something? `this.ctx.updateCliBrowser` is not a valid method see https://github.com/cypress-io/cypress/pull/30517#discussion_r1831703142 > updateCliBrowser would be a new ...

View on GitHub

mschile created a review comment on a pull request on cypress-io/cypress
`updateCliBrowser` would be a new function to encapsulate the other logic. ```suggestion // if we have a defaultBrowser from the config and a CLI browser wasn't passed, // update the c...

View on GitHub

mschile created a review on a pull request on cypress-io/cypress

View on GitHub

mschile created a comment on a pull request on cypress-io/cypress
> `driver-integration-tests-electron (2718711) - cypress-io/cypress` doesn't seem related ![image](https://private-user-images.githubusercontent.com/5721147/383673575-d2d8fa60-7e4f-48cb-b3f3-1cbbfd...

View on GitHub

mschile created a comment on a pull request on cypress-io/cypress
Hi @alexsch01 👋, thanks for this contribution! I approved the `contributor-pr` in circleci to kick off the rest of the workflow. It appears there are some [unit tests](https://app.circleci.com/pipe...

View on GitHub

mschile created a review on a pull request on cypress-io/cypress

View on GitHub

mschile created a review comment on a pull request on cypress-io/cypress
```suggestion - Cypress Component Testing no longer supports `Angular` versions 13, 14, 15, and 16. The minimum supported version is now `17.2.0` in order to fully support Angular [signals](https:...

View on GitHub

mschile created a review on a pull request on cypress-io/cypress

View on GitHub

mschile created a review comment on a pull request on cypress-io/cypress-documentation
```suggestion To migrate, just change the test harness from `cypress/angular-signals` to `cypress/angular`: ```

View on GitHub

mschile created a review on a pull request on cypress-io/cypress-documentation

View on GitHub

mschile created a review comment on a pull request on cypress-io/cypress-documentation
```suggestion Now that the minimum version of Angular supported for Component Testing is `17.2.0`, Cypress is able to merge the `cypress/angular-signals` test harness into the main `cypress/angula...

View on GitHub

mschile created a review on a pull request on cypress-io/cypress-documentation

View on GitHub

mschile created a review comment on a pull request on cypress-io/cypress-documentation
```suggestion Then, import the `mount` from this package in place of `cypress/angular`. ```

View on GitHub

mschile created a review on a pull request on cypress-io/cypress-documentation

View on GitHub

mschile created a review on a pull request on cypress-io/cypress-component-testing-apps

View on GitHub

mschile created a review on a pull request on cypress-io/cypress

View on GitHub

mschile created a review on a pull request on cypress-io/cypress-component-testing-apps

View on GitHub

mschile deleted a branch cypress-io/cypress-example-recipes

renovate/cypress-13.15.x

mschile closed a pull request on cypress-io/cypress-example-recipes
chore(deps): update dependency cypress to v13.15.2
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [cypress](https://cypress.io) ([source](https://redirect.github.com...
mschile created a review on a pull request on cypress-io/cypress-example-recipes

View on GitHub

Load more