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

Update dependency mocha to v10 #126

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

Conversation

dimagwhitesourceapp[bot]
Copy link

@dimagwhitesourceapp dimagwhitesourceapp bot commented Dec 4, 2023

This PR contains the following updates:

Package Type Update Change
mocha (source) devDependencies major 8.3.2 -> 10.1.0

By merging this PR, the issue #106 will be automatically resolved and closed:

Severity CVSS Score CVE
High High 7.5 WS-2021-0638
Medium Medium 5.5 CVE-2021-23566

Release Notes

mochajs/mocha (mocha)

v10.1.0

Compare Source

🎉 Enhancements

🔩 Other

v10.0.0

Compare Source

💥 Breaking Changes

🔩 Other

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

v9.2.2

Compare Source

🐛 Fixes

🔩 Other

v9.2.1

Compare Source

🐛 Fixes

v9.2.0

Compare Source

🎉 Enhancements

🔩 Other

v9.1.4

Compare Source

🐛 Fixes

🔩 Other

v9.1.3

Compare Source

🐛 Fixes

🔩 Other

v9.1.2

Compare Source

🐛 Fixes

🔩 Other

v9.1.1

Compare Source

🐛 Fixes

v9.1.0

Compare Source

🎉 Enhancements

v9.0.3

Compare Source

🐛 Fixes

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

v8.4.0

Compare Source

🎉 Enhancements

🐛 Fixes

📖 Documentation

Also thanks to @​outsideris for various improvements on our GH actions workflows.


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

@dimagwhitesourceapp dimagwhitesourceapp bot added the security fix Security fix generated by Mend label Dec 4, 2023
@dimagwhitesourceapp dimagwhitesourceapp bot changed the title Update dependency mocha to v10 Update dependency mocha to v10 - autoclosed Dec 4, 2023
@dimagwhitesourceapp dimagwhitesourceapp bot deleted the whitesource-remediate/mocha-10.x branch December 4, 2023 23:30
@dimagwhitesourceapp dimagwhitesourceapp bot changed the title Update dependency mocha to v10 - autoclosed Update dependency mocha to v10 Dec 4, 2023
@dimagwhitesourceapp dimagwhitesourceapp bot reopened this Dec 4, 2023
@dimagwhitesourceapp dimagwhitesourceapp bot restored the whitesource-remediate/mocha-10.x branch December 4, 2023 23:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
security fix Security fix generated by Mend
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants