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(deps): update dependency mocha to v9 #426

Merged
merged 1 commit into from
Oct 16, 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.4.0 -> 9.1.3 age adoption passing confidence
@types/mocha 8.2.3 -> 9.0.0 age adoption passing confidence

Release Notes

mochajs/mocha

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


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 these updates 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.

@codecov
Copy link

codecov bot commented Jun 7, 2021

Codecov Report

Merging #426 (355c3d9) into master (80a0b16) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##            master      #426   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            4         4           
  Lines           64        64           
  Branches        11        11           
=========================================
  Hits            64        64           

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 80a0b16...355c3d9. Read the comment docs.

@renovate renovate bot force-pushed the renovate/mocha-9.x branch 4 times, most recently from 5e2359c to 15edf84 Compare June 23, 2021 09:54
@renovate renovate bot force-pushed the renovate/mocha-9.x branch 6 times, most recently from f7b83ef to b16262e Compare July 8, 2021 15:19
@renovate renovate bot force-pushed the renovate/mocha-9.x branch 4 times, most recently from d24352a to 4270ca8 Compare July 25, 2021 16:55
@renovate renovate bot force-pushed the renovate/mocha-9.x branch 4 times, most recently from 9e557b6 to 0fe6535 Compare August 8, 2021 11:50
@renovate renovate bot force-pushed the renovate/mocha-9.x branch 4 times, most recently from a87750f to 91522d8 Compare August 21, 2021 02:16
@renovate renovate bot force-pushed the renovate/mocha-9.x branch 4 times, most recently from 77b3da0 to f175079 Compare September 1, 2021 02:02
@renovate renovate bot force-pushed the renovate/mocha-9.x branch 3 times, most recently from 6e384bc to 844f9c0 Compare September 21, 2021 21:36
@renovate renovate bot force-pushed the renovate/mocha-9.x branch 6 times, most recently from 9506789 to 3d01fd0 Compare October 2, 2021 08:39
@renovate renovate bot force-pushed the renovate/mocha-9.x branch 2 times, most recently from 6765509 to 91c713e Compare October 12, 2021 21:09
@renovate renovate bot force-pushed the renovate/mocha-9.x branch 3 times, most recently from 48bce32 to 615f1be Compare October 14, 2021 22:00
@codeclimate
Copy link

codeclimate bot commented Oct 15, 2021

Code Climate has analyzed commit 355c3d9 and detected 0 issues on this pull request.

View more on Code Climate.

@kopach kopach merged commit 94ed25c into master Oct 16, 2021
@kopach kopach deleted the renovate/mocha-9.x branch October 16, 2021 20:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants