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: update test dependencies (major) #40

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 2, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
chai (source) ^4.5.0 -> ^5.0.0 age adoption passing confidence
mocha (source) ^10.8.2 -> ^11.0.0 age adoption passing confidence

Release Notes

chaijs/chai (chai)

v5.1.2

Compare Source

What's Changed

Full Changelog: chaijs/chai@v5.1.1...v5.1.2

v5.1.1

Compare Source

What's Changed

New Contributors

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

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

mochajs/mocha (mocha)

v11.0.1

Compare Source

🌟 Features
📚 Documentation

v11.0.0

Compare Source

⚠ BREAKING CHANGES
  • adapt new engine range for Mocha 11 (#​5216)
🌟 Features
🩹 Fixes
📚 Documentation

Configuration

📅 Schedule: Branch creation - "after 10pm,before 5:00am" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Updates a dependency label Dec 2, 2024
Copy link
Contributor Author

renovate bot commented Dec 2, 2024

⚠️ 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!   peer chai@">=3.5.0" from [email protected]
npm ERR!   node_modules/karma-sinon-chai
npm ERR!     dev karma-sinon-chai@"^2.0.2" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer chai@"^4.0.0" from [email protected]
npm ERR! node_modules/sinon-chai
npm ERR!   peer sinon-chai@">=2.9.0" from [email protected]
npm ERR!   node_modules/karma-sinon-chai
npm ERR!     dev karma-sinon-chai@"^2.0.2" from the root project
npm ERR! 
npm ERR! Conflicting peer dependency: [email protected]
npm ERR! node_modules/chai
npm ERR!   peer chai@"^4.0.0" from [email protected]
npm ERR!   node_modules/sinon-chai
npm ERR!     peer sinon-chai@">=2.9.0" from [email protected]
npm ERR!     node_modules/karma-sinon-chai
npm ERR!       dev karma-sinon-chai@"^2.0.2" 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-12-09T02_39_55_329Z-debug-0.log

@bpmn-io-tasks bpmn-io-tasks bot added the needs review Review pending label Dec 2, 2024
@barmac barmac added the backlog Queued in backlog label Dec 5, 2024 — with bpmn-io-tasks
@barmac barmac removed the needs review Review pending label Dec 5, 2024
@renovate renovate bot changed the title chore: update test dependencies (major) chore: update test dependencies (major) - autoclosed Dec 8, 2024
@renovate renovate bot closed this Dec 8, 2024
@bpmn-io-tasks bpmn-io-tasks bot removed the backlog Queued in backlog label Dec 8, 2024
@renovate renovate bot deleted the renovate/major-test branch December 8, 2024 18:46
@renovate renovate bot changed the title chore: update test dependencies (major) - autoclosed chore: update test dependencies (major) Dec 9, 2024
@renovate renovate bot reopened this Dec 9, 2024
@renovate renovate bot force-pushed the renovate/major-test branch from 2ac1974 to 544d1da Compare December 9, 2024 02:40
@bpmn-io-tasks bpmn-io-tasks bot added the needs review Review pending label Dec 9, 2024
@barmac barmac added the backlog Queued in backlog label Dec 10, 2024 — with bpmn-io-tasks
@barmac barmac removed the needs review Review pending label Dec 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backlog Queued in backlog dependencies Updates a dependency
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant