Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump cypress from 5.6.0 to 10.10.0 #5397

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 20, 2022

Bumps cypress from 5.6.0 to 10.10.0.

Release notes

Sourced from cypress's releases.

v10.10.0

Changelog: https://docs.cypress.io/guides/references/changelog#10-10-0

v10.9.0

Changelog: https://docs.cypress.io/guides/references/changelog#10-9-0

v10.8.0

Changelog: https://docs.cypress.io/guides/references/changelog#10-8-0

v10.7.0

Changelog: https://docs.cypress.io/guides/references/changelog#10-7-0

v10.6.0

Changelog: https://docs.cypress.io/guides/references/changelog#10-6-0

v10.5.0

Changelog: https://docs.cypress.io/guides/references/changelog#10-5-0

v10.4.0

Changelog: https://docs.cypress.io/guides/references/changelog#10-4-0

v10.3.1

Changelog: https://docs.cypress.io/guides/references/changelog#10-3-1

v10.3.0

Changelog: https://docs.cypress.io/guides/references/changelog#10-3-0

v10.2.0

Changelog: https://docs.cypress.io/guides/references/changelog#10-2-0

v10.1.0

Changelog: https://docs.cypress.io/guides/references/changelog#10-1-0

v10.0.3

Changelog: https://docs.cypress.io/guides/references/changelog#10-0-3

v10.0.2

Changelog: https://docs.cypress.io/guides/references/changelog#10-0-2

v10.0.1

Changelog: https://docs.cypress.io/guides/references/changelog#10-0-1

v10.0.0

Changelog: https://docs.cypress.io/guides/references/changelog#10-0-0

v9.7.0

Released 5/23/2022

Features:

... (truncated)

Commits
  • d4e8842 chore: bump Cypress version (#24211)
  • 0bb705c chore: Migrate react Highlight component to Vue (#23973)
  • 53eef4f fix: angular and nuxt ct tests now fail on uncaught exceptions (#24122)
  • d0f13e9 chore: release @​cypress/webpack-dev-server-v2.3.0
  • 2a7d2db chore: release @​cypress/vue2-v1.1.0
  • 5334ad2 chore: release @​cypress/vue-v4.2.0
  • 66952de chore: release @​cypress/vite-dev-server-v3.3.1
  • ca9fb8f chore: release @​cypress/react18-v1.1.0
  • fb40f68 chore: release @​cypress/react-v6.2.0
  • e14e6d1 chore: release @​cypress/mount-utils-v2.1.0
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by astone123, a new releaser for cypress since your current version.


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 20, 2022
@changeset-bot
Copy link

changeset-bot bot commented Oct 20, 2022

⚠️ No Changeset found

Latest commit: c42be9a

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@codesandbox-ci
Copy link

codesandbox-ci bot commented Oct 20, 2022

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

Latest deployment of this branch, based on commit c42be9a:

Sandbox Source
react-codesandboxer-example Configuration

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/cypress-10.10.0 branch 6 times, most recently from 234bfc9 to 73d520c Compare October 21, 2022 03:21
@nderkim nderkim force-pushed the dependabot/npm_and_yarn/cypress-10.10.0 branch 4 times, most recently from 702b7cd to 27f53f0 Compare October 21, 2022 06:44
@@ -77,7 +77,7 @@
"type-check": "tsc --build packages/react-select/tsconfig.json && tsc --build packages/react-select/src/__tests__/tsconfig.json && tsc --build docs/tsconfig.json && tsc --build cypress/tsconfig.json",
"precommit": "yarn run type-check",
"postinstall": "preconstruct dev && manypkg check",
"test:cypress": "yarn test:cypress:chrome && yarn test:cypress:firefox",
"test:cypress": "yarn test:cypress:chrome",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i had to disable the firefox test to get this to pass ci.
The firefox test seems to only want to pass in headed mode 😭

@nderkim nderkim force-pushed the dependabot/npm_and_yarn/cypress-10.10.0 branch from 29ea88e to 4ae32f4 Compare October 26, 2022 07:24
@dcousens dcousens force-pushed the dependabot/npm_and_yarn/cypress-10.10.0 branch from 4ae32f4 to 5927624 Compare October 31, 2022 00:37
dependabot bot and others added 3 commits November 2, 2022 16:30
Bumps [cypress](https://github.com/cypress-io/cypress) from 5.6.0 to 10.10.0.
- [Release notes](https://github.com/cypress-io/cypress/releases)
- [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/cypress-io/cypress/compare/@cypress/react-v5.6.0...v10.10.0)

---
updated-dependencies:
- dependency-name: cypress
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@nderkim nderkim force-pushed the dependabot/npm_and_yarn/cypress-10.10.0 branch from 5927624 to c42be9a Compare November 2, 2022 05:30
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 21, 2022

A newer version of cypress exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant