Skip to content

Update dependency mocha to v9 #733

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

Merged
merged 1 commit into from
Jul 5, 2021
Merged

Update dependency mocha to v9 #733

merged 1 commit into from
Jul 5, 2021

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 7, 2021

WhiteSource Renovate

This PR contains the following updates:

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

Release Notes

mochajs/mocha

v9.0.2

Compare Source

🐛 Fixes

🔩 Other

v9.0.1

Compare Source

🔩 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

💥 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.

🎉 Enhancements

🐛 Fixes

🔩 Other


Configuration

📅 Schedule: 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 WhiteSource Renovate. View repository job log here.

Sorry, something went wrong.

@renovate renovate bot force-pushed the renovate/mocha-9.x branch 8 times, most recently from deba538 to e45dcea Compare June 15, 2021 18:47
@renovate renovate bot force-pushed the renovate/mocha-9.x branch 6 times, most recently from 66f0622 to 4be3fe5 Compare June 24, 2021 09:17
@renovate renovate bot force-pushed the renovate/mocha-9.x branch 6 times, most recently from d1899f9 to d0f14c9 Compare July 2, 2021 08:09
@renovate renovate bot force-pushed the renovate/mocha-9.x branch 6 times, most recently from f54cc98 to ace45ca Compare July 5, 2021 09:19

Verified

This commit was signed with the committer’s verified signature.
renovate-bot Mend Renovate
@renovate renovate bot force-pushed the renovate/mocha-9.x branch from ace45ca to f103a10 Compare July 5, 2021 09:19
@Turbo87 Turbo87 merged commit c2ce44e into master Jul 5, 2021
@Turbo87 Turbo87 deleted the renovate/mocha-9.x branch July 5, 2021 09:40
@mansona mansona added the dependencies Pull requests that update a dependency file label Feb 2, 2024
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants