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): update dependency chai to v5 #686

Merged
merged 1 commit into from
Jun 29, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 29, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
chai (source) ^4.3.4 -> ^5.0.0 age adoption passing confidence

Release Notes

chaijs/chai (chai)

v5.1.0

Compare Source

What's Changed

New Contributors

Full Changelog: chaijs/chai@v5.0.3...v5.1.0

v5.0.3

Compare Source

Fix bad v5.0.2 publish.

Full Changelog: chaijs/chai@v5.0.2...v5.0.3

v5.0.2

Compare Source

What's Changed

Full Changelog: chaijs/chai@v5.0.1...v5.0.2

v5.0.0

Compare Source

BREAKING CHANGES

  • Chai now only supports EcmaScript Modules (ESM). This means your tests will need to either have import {...} from 'chai' or import('chai'). require('chai') will cause failures in nodejs. If you're using ESM and seeing failures, it may be due to a bundler or transpiler which is incorrectly converting import statements into require calls.
  • Dropped support for Internet Explorer.
  • Dropped support for NodeJS < 18.
  • Minimum supported browsers are now Firefox 100, Safari 14.1, Chrome 100, Edge 100. Support for browsers prior to these versions is "best effort" (bug reports on older browsers will be assessed individually and may be marked as wontfix).

What's Changed

New Contributors

Full Changelog: chaijs/chai@4.3.1...v5.0.0

v4.4.1

Compare Source

What's Changed

Full Changelog: chaijs/chai@v4.4.0...v4.4.1

v4.4.0

Compare Source

What's Changed

Full Changelog: chaijs/chai@v4.3.10...v4.4.0

v4.3.10

Compare Source

This release simply bumps all dependencies to their latest non-breaking versions.

What's Changed

Full Changelog: chaijs/chai@v4.3.9...v4.3.10

v4.3.9

Compare Source

Upgrade dependencies.

This release upgrades dependencies to address CVE-2023-43646 where a large function name can cause "catastrophic backtracking" (aka ReDOS attack) which can cause the test suite to hang.

Full Changelog: chaijs/chai@v4.3.8...v4.3.9

v4.3.8

Compare Source

What's Changed

New Contributors

Full Changelog: chaijs/chai@v4.3.7...v4.3.8

v4.3.7

Compare Source

What's Changed

Full Changelog: chaijs/chai@v4.3.6...v4.3.7


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

Copy link
Contributor Author

renovate bot commented Dec 29, 2023

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package-lock.json
npm ERR! code ERESOLVE
npm ERR! ERESOLVE could not resolve
npm ERR! 
npm ERR! While resolving: [email protected]
npm ERR! Found: [email protected]
npm ERR! node_modules/chai
npm ERR!   dev chai@"^5.0.0" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer chai@"^4.3.6" from [email protected]
npm ERR! node_modules/mocha-chai-jest-snapshot
npm ERR!   dev mocha-chai-jest-snapshot@"^1.1.3" from the root project
npm ERR! 
npm ERR! Conflicting peer dependency: [email protected]
npm ERR! node_modules/chai
npm ERR!   peer chai@"^4.3.6" from [email protected]
npm ERR!   node_modules/mocha-chai-jest-snapshot
npm ERR!     dev mocha-chai-jest-snapshot@"^1.1.3" from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 
npm ERR! See /tmp/renovate/cache/others/npm/eresolve-report.txt for a full report.

npm ERR! A complete log of this run can be found in:
npm ERR!     /tmp/renovate/cache/others/npm/_logs/2024-04-30T07_51_38_503Z-debug-0.log

Copy link

changeset-bot bot commented Dec 29, 2023

⚠️ No Changeset found

Latest commit: 2e8b7bb

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

@renovate renovate bot force-pushed the renovate/chai-5.x branch from 952c6da to abff4de Compare December 29, 2023 13:43
@renovate renovate bot force-pushed the renovate/chai-5.x branch 4 times, most recently from 0c21ecc to 7749e77 Compare January 12, 2024 22:14
@renovate renovate bot force-pushed the renovate/chai-5.x branch from 7749e77 to ab9b06a Compare January 17, 2024 01:03
@renovate renovate bot force-pushed the renovate/chai-5.x branch 9 times, most recently from a9a0624 to 83890dd Compare March 9, 2024 14:41
@renovate renovate bot force-pushed the renovate/chai-5.x branch 8 times, most recently from dfc2901 to 808b8b8 Compare March 24, 2024 10:07
@renovate renovate bot force-pushed the renovate/chai-5.x branch 5 times, most recently from b455821 to c2d0f65 Compare April 8, 2024 06:54
@renovate renovate bot force-pushed the renovate/chai-5.x branch 6 times, most recently from fb9ed66 to dbff0a9 Compare April 13, 2024 13:44
@renovate renovate bot force-pushed the renovate/chai-5.x branch 2 times, most recently from 49c56f6 to 2c3b641 Compare April 23, 2024 14:38
@renovate renovate bot force-pushed the renovate/chai-5.x branch from 2c3b641 to 16594d3 Compare April 30, 2024 07:51
@renovate renovate bot force-pushed the renovate/chai-5.x branch 5 times, most recently from dee0851 to 3eb3981 Compare May 26, 2024 04:06
@renovate renovate bot force-pushed the renovate/chai-5.x branch from 3eb3981 to fbe79f8 Compare June 1, 2024 22:18
@renovate renovate bot force-pushed the renovate/chai-5.x branch from fbe79f8 to dc6c1d9 Compare June 10, 2024 03:31
@renovate renovate bot force-pushed the renovate/chai-5.x branch from dc6c1d9 to 3aff437 Compare June 19, 2024 02:07
@renovate renovate bot force-pushed the renovate/chai-5.x branch from 3aff437 to 4c7d0ab Compare June 28, 2024 22:25
@renovate renovate bot force-pushed the renovate/chai-5.x branch from 4c7d0ab to 2e8b7bb Compare June 28, 2024 23:27
@renovate renovate bot merged commit 9a96362 into master Jun 29, 2024
7 checks passed
@renovate renovate bot deleted the renovate/chai-5.x branch June 29, 2024 02:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants