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

fix: update dependency mocha to v9 #32

Merged
merged 1 commit into from
Jun 9, 2021
Merged

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.3.0 -> ^9.0.0 age adoption passing confidence

Release Notes

mochajs/mocha

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: 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 has been generated by WhiteSource Renovate. View repository job log here.

@renovate renovate bot added the maintenance label Jun 7, 2021
@renovate renovate bot force-pushed the renovate/mocha-9.x branch from 10547c7 to 33fbe34 Compare June 9, 2021 18:12
@codecov
Copy link

codecov bot commented Jun 9, 2021

Codecov Report

Merging #32 (33fbe34) into master (945c77c) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #32   +/-   ##
=======================================
  Coverage   95.00%   95.00%           
=======================================
  Files           1        1           
  Lines          20       20           
=======================================
  Hits           19       19           
  Misses          1        1           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 945c77c...33fbe34. Read the comment docs.

@dword-design dword-design merged commit 564cec8 into master Jun 9, 2021
@dword-design dword-design deleted the renovate/mocha-9.x branch June 9, 2021 18:48
github-actions bot pushed a commit that referenced this pull request Jun 9, 2021
## [2.0.7](v2.0.6...v2.0.7) (2021-06-09)

### Bug Fixes

* update dependency mocha to v9 ([#32](#32)) ([564cec8](564cec8))
@github-actions
Copy link
Contributor

github-actions bot commented Jun 9, 2021

🎉 This PR is included in version 2.0.7 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants