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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump minimatch and mocha #2262

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 2, 2023

Bumps minimatch to 3.1.2 and updates ancestor dependency mocha. These dependencies need to be updated together.

Updates minimatch from 3.0.4 to 3.1.2

Commits

Updates mocha from 8.1.3 to 10.2.0

Release notes

Sourced from mocha's releases.

v10.2.0

10.2.0 / 2022-12-11

馃帀 Enhancements

馃悰 Fixes

馃摉 Documentation

v10.1.0

10.1.0 / 2022-10-16

馃帀 Enhancements

馃敥 Other

v10.0.0

10.0.0 / 2022-05-01

馃挜 Breaking Changes

馃敥 Other

... (truncated)

Changelog

Sourced from mocha's changelog.

10.2.0 / 2022-12-11

馃帀 Enhancements

馃悰 Fixes

馃摉 Documentation

10.1.0 / 2022-10-16

馃帀 Enhancements

馃敥 Other

10.0.0 / 2022-05-01

馃挜 Breaking Changes

馃敥 Other

... (truncated)

Commits

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.
> **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added Dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jan 2, 2023
@DABH
Copy link
Contributor

DABH commented Jun 25, 2023

@dependabot rebase

Bumps [minimatch](https://github.com/isaacs/minimatch) to 3.1.2 and updates ancestor dependency [mocha](https://github.com/mochajs/mocha). These dependencies need to be updated together.


Updates `minimatch` from 3.0.4 to 3.1.2
- [Release notes](https://github.com/isaacs/minimatch/releases)
- [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md)
- [Commits](isaacs/minimatch@v3.0.4...v3.1.2)

Updates `mocha` from 8.1.3 to 10.2.0
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)
- [Commits](mochajs/mocha@v8.1.3...v10.2.0)

---
updated-dependencies:
- dependency-name: minimatch
  dependency-type: indirect
- dependency-name: mocha
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/minimatch-and-mocha-3.1.2 branch from f456def to 6157374 Compare June 25, 2023 01:04
@adaptly-bot
Copy link

鈿狅笍聽聽mocha

聽Breaking changes
1: Global fixtures support added

Mocha v8.2.0 introduces global fixtures, which can perform user-defined setup and teardown regardless of mode. This is a breaking change as it modifies the behavior of setup and teardown in parallel runs. Previously, a top-level before() would only run for the file in which it was defined. Now, with global fixtures, these are guaranteed to run once and only once, regardless of mode. This holds for parallel mode, serial mode, and even 'watch' mode.

2: Deprecation of lookupFiles() in mocha/lib/utils

lookupFiles() in mocha/lib/utils, which was broken/missing in Mocha v8.1.0, has been restored. It now prints a deprecation warning. This is a breaking change as it deprecates the use of lookupFiles() from mocha/lib/utils. Instead, use const {lookupFiles} = require('mocha/lib/cli').

馃懁 Who am I? I am a bot that helps developers to update dependencies by informing if changelogs contain breaking changes or not.

馃憢 See you again? If you want my help with other dependency updates, add me to your repository.

PS. I hope I didn't bother you - my purpose is to help developers and I won't comment anymore without your request. Feel free to shoot me a message about anything support@adaptly.dev. Cheers.

@DABH
Copy link
Contributor

DABH commented Jan 3, 2024

@dependabot rebase

Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 3, 2024

Superseded by #2389.

@dependabot dependabot bot closed this Jan 3, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/minimatch-and-mocha-3.1.2 branch January 3, 2024 06:08
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 javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants