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 12.17.4 to 13.6.6 #6554

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 26, 2024

Bumps cypress from 12.17.4 to 13.6.6.

Release notes

Sourced from cypress's releases.

v13.6.6

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

v13.6.5

Changelog: https://docs.cypress.io/guides/references/changelog#13-6-5

v13.6.4

Changelog: https://docs.cypress.io/guides/references/changelog#13-6-4

v13.6.3

Changelog: https://docs.cypress.io/guides/references/changelog#13-6-3

v13.6.2

Changelog: https://docs.cypress.io/guides/references/changelog#13-6-2

v13.6.1

Changelog: https://docs.cypress.io/guides/references/changelog#13-6-1

v13.6.0

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

v13.5.1

Changelog: https://docs.cypress.io/guides/references/changelog#13-5-1

v.13.5.0

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

v13.4.0

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

v13.3.3

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

v13.3.2

Changelog: https://docs.cypress.io/guides/references/changelog#13-3-2

v13.3.1

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

v13.3.0

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

v13.2.0

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

v13.1.0

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

v13.0.0

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

Commits
  • 9dfb38f chore: release 13.6.6 (#28996)
  • c1304b2 fix: avoid ANSI character output when running the binary smoke test f… (#28994)
  • c3cbe6f chore: fix flaky debug progress test (#28958)
  • 3cfca89 test: Add commands to wait for config page to load before continue with test ...
  • e7d13cf test: update scaffold CT test to not have chaining that will cause detached d...
  • c3e1120 chore: Update Chrome (stable) to 122.0.6261.57 and Chrome (beta) to 122.0.626...
  • 92d2582 chore: Delete gitignore for server (#28977)
  • 3a8f830 chore: bump changelog and package.json version (#28978)
  • 5411b92 chore: release @​cypress/puppeteer-v0.1.3
  • ed2fc13 fix: move main tab activation to puppeteer plugin (#28898)
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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 requested a review from a team as a code owner February 26, 2024 00:44
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 26, 2024
Copy link

cypress bot commented Feb 26, 2024

Passing run #51439 ↗︎

0 70 7 0 Flakiness 0

Details:

Update Dependabot config
Project: data-hub-frontend Commit: 89724b0152
Status: Passed Duration: 09:37 💡
Started: Feb 28, 2024 11:18 AM Ended: Feb 28, 2024 11:27 AM

Review all test suite changes for PR #6554 ↗︎

@cgsunkel cgsunkel force-pushed the dependabot/npm_and_yarn/cypress-13.6.6 branch from 8aca74e to 55dfa95 Compare February 27, 2024 10:06
@@ -69,6 +69,7 @@ export const urlTestExclusions = [
{ url: '/reminders/settings/my-tasks-task-completed/' },
{ url: '/export/' },
{ url: '/tasks/:taskId/edit' },
{ url: '/companies/:companyId/overview' },
Copy link
Contributor

Choose a reason for hiding this comment

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

The test for this page is extremely flaky so I've skipped this URL until we get around to looking into these failures

@@ -131,6 +132,7 @@ export const urlTestExclusions = [
{ url: '/investments/projects/:investmentId/propositions/:propositionId' },
{ url: '/companies/:companyId/hierarchies/ghq/:globalHqId/add' },
{ url: '/companies/:companyId/hierarchies/ghq/remove' },
{ url: '/companies/:companyId' },
Copy link
Contributor

Choose a reason for hiding this comment

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

This just redirects to the overview page so we don't need to test this individually

@@ -2,7 +2,6 @@ const { defineConfig } = require('cypress')

module.exports = defineConfig({
video: true,
videoUploadOnPasses: false,
Copy link
Contributor

Choose a reason for hiding this comment

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

videoUploadOnPasses has been deprecated by Cypress

Bumps [cypress](https://github.com/cypress-io/cypress) from 12.17.4 to 13.6.6.
- [Release notes](https://github.com/cypress-io/cypress/releases)
- [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md)
- [Commits](cypress-io/cypress@v12.17.4...v13.6.6)

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

Signed-off-by: dependabot[bot] <[email protected]>
@cgsunkel cgsunkel force-pushed the dependabot/npm_and_yarn/cypress-13.6.6 branch from 289517c to 2c95550 Compare February 28, 2024 11:08
Comment on lines +25 to +27
- dependency-name: webpack-dev-server # Waiting for Cypress to add support
versions:
- "> 4.15.1"
Copy link
Contributor

Choose a reason for hiding this comment

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

Cypress doesn't support the latest version of this yet - cypress-io/cypress#28924

@cgsunkel cgsunkel changed the base branch from main to chore/dependabot-clearout-2024-02-28 February 28, 2024 11:33
@cgsunkel cgsunkel merged commit 09a26f2 into chore/dependabot-clearout-2024-02-28 Feb 28, 2024
17 checks passed
@cgsunkel cgsunkel deleted the dependabot/npm_and_yarn/cypress-13.6.6 branch February 28, 2024 11:33
cgsunkel added a commit that referenced this pull request Feb 28, 2024
* Bump cypress from 12.17.4 to 13.6.6 (#6554)

* Bump cypress from 12.17.4 to 13.6.6

Bumps [cypress](https://github.com/cypress-io/cypress) from 12.17.4 to 13.6.6.
- [Release notes](https://github.com/cypress-io/cypress/releases)
- [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md)
- [Commits](cypress-io/cypress@v12.17.4...v13.6.6)

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

Signed-off-by: dependabot[bot] <[email protected]>

* Update Dependabot config

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Christopher Sunkel <[email protected]>

* Bump storybook dependencies from 7.6.16 to 7.6.17 (#6538)

Bumps [@storybook/addons](https://github.com/storybookjs/storybook/tree/HEAD/code/deprecated/addons) from 7.6.16 to 7.6.17.
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/v7.6.17/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v7.6.17/code/deprecated/addons)

---
updated-dependencies:
- dependency-name: "@storybook/addons"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump connect-redis from 7.1.0 to 7.1.1 (#6536)

Bumps [connect-redis](https://github.com/tj/connect-redis) from 7.1.0 to 7.1.1.
- [Release notes](https://github.com/tj/connect-redis/releases)
- [Commits](tj/connect-redis@v7.1.0...v7.1.1)

---
updated-dependencies:
- dependency-name: connect-redis
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump @reduxjs/toolkit from 1.9.7 to 2.2.1 (#6529)

Bumps [@reduxjs/toolkit](https://github.com/reduxjs/redux-toolkit) from 1.9.7 to 2.2.1.
- [Release notes](https://github.com/reduxjs/redux-toolkit/releases)
- [Commits](reduxjs/redux-toolkit@v1.9.7...v2.2.1)

---
updated-dependencies:
- dependency-name: "@reduxjs/toolkit"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump sass-loader from 13.3.3 to 14.1.1 (#6539)

Bumps [sass-loader](https://github.com/webpack-contrib/sass-loader) from 13.3.3 to 14.1.1.
- [Release notes](https://github.com/webpack-contrib/sass-loader/releases)
- [Changelog](https://github.com/webpack-contrib/sass-loader/blob/master/CHANGELOG.md)
- [Commits](webpack-contrib/sass-loader@v13.3.3...v14.1.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Rebuild lockfile

* Fixup! Use new Docker image

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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 Do Not Merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants