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

chore(deps): bump the cypress group across 1 directory with 2 updates #350

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 2, 2024

Bumps the cypress group with 2 updates in the / directory: @cypress/code-coverage and cypress.

Updates @cypress/code-coverage from 3.13.1 to 3.13.8

Release notes

Sourced from @​cypress/code-coverage's releases.

v3.13.8

3.13.8 (2024-11-30)

Bug Fixes

  • deps: update dependency @​types/node to v22.10.1 (#903) (063c8de)

v3.13.7

3.13.7 (2024-11-18)

Bug Fixes

  • deps: update dependency @​types/node to v22 (#902) (2631db8)

v3.13.6

3.13.6 (2024-11-04)

Bug Fixes

  • deps: update dependency @​types/jest to v29.5.14 (#896) (cac8a4b)

v3.13.5

3.13.5 (2024-10-29)

Bug Fixes

v3.13.4

3.13.4 (2024-10-02)

Bug Fixes

  • improve performance combining coverage on large codebases (#753) (bf696bb)

v3.13.3

3.13.3 (2024-10-01)

Bug Fixes

... (truncated)

Commits
  • 063c8de fix(deps): update dependency @​types/node to v22.10.1 (#903)
  • 80619ff chore(deps): update dependency cypress to v13.16.0 (#904)
  • e54ff01 chore(deps): update node.js to v22.11.0 (#900)
  • 2631db8 fix(deps): update dependency @​types/node to v22 (#902)
  • e8216d8 chore(deps): update dependency cypress to v13.15.2 (#897)
  • eabaa8d chore(deps): update dependency markdown-link-check to v3.13.6 (#898)
  • 2425c28 chore(deps): update dependency webpack to v5.96.1 (#899)
  • c9f350c chore(deps): update dependency serve to v14.2.4 (#895)
  • cac8a4b fix(deps): update dependency @​types/jest to v29.5.14 (#896)
  • 453a167 chore(deps): update dependency cypress to v13.15.1 (#894)
  • Additional commits viewable in compare view

Updates cypress from 13.14.2 to 13.16.0

Release notes

Sourced from cypress's releases.

v13.16.0

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

v13.15.2

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

v13.15.1

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

v13.15.0

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

Commits
  • 5c21c4b chore: release 13.16.0 (#30650)
  • 6e523b0 chore(deps): update dependency cypress-example-kitchensink to 3.1.2 (#30640)
  • 82f45c5 feat: added ability to specify the default browser in cypress config (#30517)
  • 4bf8e58 fix: ensure that each js file served up by vite dev server has an inline sour...
  • 50db03b docs: add contributing restriction for ubuntu 24.10 (#30617)
  • 0975b2f feat: update the protocol to be able to flex logic based on project config (#...
  • 8fe4499 chore: Update Chrome (stable) to 131.0.6778.69 (#30608)
  • 0b0143a chore: update v8 snapshot cache action to not squash merge on conflicts (#30598)
  • 55888e8 chore: Update Chrome (beta) to 131.0.6778.33 (#30573)
  • 52da561 chore: Update v8 snapshot cache - windows (#30570)
  • Additional commits viewable in compare view

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the cypress group with 2 updates in the / directory: [@cypress/code-coverage](https://github.com/cypress-io/code-coverage) and [cypress](https://github.com/cypress-io/cypress).


Updates `@cypress/code-coverage` from 3.13.1 to 3.13.8
- [Release notes](https://github.com/cypress-io/code-coverage/releases)
- [Changelog](https://github.com/cypress-io/code-coverage/blob/master/.releaserc)
- [Commits](cypress-io/code-coverage@v3.13.1...v3.13.8)

Updates `cypress` from 13.14.2 to 13.16.0
- [Release notes](https://github.com/cypress-io/cypress/releases)
- [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md)
- [Commits](cypress-io/cypress@v13.14.2...v13.16.0)

---
updated-dependencies:
- dependency-name: "@cypress/code-coverage"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: cypress
- dependency-name: cypress
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: cypress
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner December 2, 2024 00:12
@dependabot dependabot bot added dependencies Pull requests that update a dependency file minor Minor dependency update labels Dec 2, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 9, 2024

Superseded by #353.

@dependabot dependabot bot closed this Dec 9, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/cypress-5e36f68dab branch December 9, 2024 00:24
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 minor Minor dependency update
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants