api-demos icon indicating copy to clipboard operation
api-demos copied to clipboard

Update dependency mocha to v10

Open renovate[bot] opened this issue 1 year ago • 0 comments

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
mocha (source) 8.4.0 -> 10.7.3 age adoption passing confidence

Release Notes

mochajs/mocha (mocha)

v10.7.3

Compare Source

🩹 Fixes

v10.7.0

Compare Source

:tada: Enhancements

v10.6.1

Compare Source

:bug: Fixes

v10.6.0

Compare Source

:tada: Enhancements

v10.5.2

Compare Source

:bug: Fixes

v10.5.1

Compare Source

:bug: Fixes

v10.5.0

Compare Source

:tada: Enhancements
:bug: Fixes
:nut_and_bolt: Other

v10.4.0

Compare Source

:tada: Enhancements
:bug: Fixes
:nut_and_bolt: Other

v10.3.0

Compare Source

This is a stable release equivalent to 10.30.0-prerelease.

v10.2.0

Compare Source

:tada: Enhancements

:bug: Fixes

:book: Documentation

v10.1.0

Compare Source

:tada: Enhancements

:nut_and_bolt: Other

v10.0.0

Compare Source

:boom: Breaking Changes

:nut_and_bolt: Other

Also thanks to @​ea2305 and @​SukkaW for improvements to our documentation.

v9.2.2

Compare Source

:bug: Fixes

:nut_and_bolt: Other

v9.2.1

Compare Source

:bug: Fixes

v9.2.0

Compare Source

:tada: Enhancements

:nut_and_bolt: Other

v9.1.4

Compare Source

:bug: Fixes

:nut_and_bolt: Other

v9.1.3

Compare Source

:bug: Fixes

:nut_and_bolt: Other

v9.1.2

Compare Source

:bug: Fixes

:nut_and_bolt: Other

v9.1.1

Compare Source

:bug: Fixes

v9.1.0

Compare Source

:tada: Enhancements

v9.0.3

Compare Source

:bug: Fixes

v9.0.2

Compare Source

:bug: Fixes

:nut_and_bolt: Other

v9.0.1

Compare Source

:nut_and_bolt: Other

We added a separate browser bundle mocha-es2018.js in javascript ES2018, as we skipped the transpilation down to ES5. This is an experimental step towards freezing Mocha's support of IE11.

v9.0.0

Compare Source

:boom: Breaking Changes

Mocha is going ESM-first! This means that it will now use ESM import(test_file) to load the test files, instead of the CommonJS require(test_file). This is not a problem, as import can also load most files that require does. In the rare cases where this fails, it will fallback to require(...). This ESM-first approach is the next step in Mocha's ESM migration, and allows ESM loaders to load and transform the test file.

:tada: Enhancements

:bug: Fixes

:nut_and_bolt: Other


Configuration

📅 Schedule: Branch creation - "every weekday" (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.

🔕 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 was generated by Mend Renovate. View the repository job log.

renovate[bot] avatar Aug 06 '24 08:08 renovate[bot]