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

Bump the development-dependencies group across 1 directory with 3 updates #592

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 27, 2024

Bumps the development-dependencies group with 3 updates in the / directory: mitm, mocha and nock.

Updates mitm from 1.7.2 to 1.7.3

Changelog

Sourced from mitm's changelog.

1.7.3 (Aug 26, 2024)

  • Removes the Underscore.js dependency in favor of just inlining two rewritten helper functions.
  • Fixes possible double emitting on Node v19+ due to its global HTTP agent enabling keep-alive.
Commits
  • 0409f0b Release v1.7.3.
  • 7bc6320 Disable keep-alive on HTTP and HTTPS global agents on all Node versions when ...
  • 3455264 Switch from Travis CI to GitHub Actions.
  • 11f789a Disable keep-alive on HTTP and HTTPS global agents on Node v19+.
  • 4d831f3 Remove the Underscore.js dependency.
  • f8d5659 Add a test for all exposed EventEmitter methods.
  • b4181fb Use the SPDX license identifier in package.json.
  • bbf24b8 Test on Node.js v15 and v16 explicitly on Travis CI.
  • See full diff in compare view

Updates mocha from 10.7.0 to 10.7.3

Release notes

Sourced from mocha's releases.

v10.7.3

10.7.3 (2024-08-09)

🩹 Fixes

v10.7.2

10.7.2 (2024-08-06)

📚 Documentation

🧹 Chores

v10.7.1

10.7.1 (2024-08-06)

🩹 Fixes

  • crash with --parallel and --retries both enabled (#5173) (d7013dd)

🧹 Chores

  • add knip to validate included dependencies (5c2989f)
  • more fully remove assetgraph-builder and canvas (#5175) (1883c41)
  • replace nps with npm scripts (#5128) (c44653a), closes #5126
Changelog

Sourced from mocha's changelog.

10.7.3 (2024-08-09)

🩹 Fixes

10.7.2 (2024-08-06)

📚 Documentation

🧹 Chores

10.7.1 (2024-08-06)

🩹 Fixes

  • crash with --parallel and --retries both enabled (#5173) (d7013dd)

🧹 Chores

  • add knip to validate included dependencies (5c2989f)
  • more fully remove assetgraph-builder and canvas (#5175) (1883c41)
  • replace nps with npm scripts (#5128) (c44653a), closes #5126
Commits

Updates nock from 13.5.4 to 13.5.5

Release notes

Sourced from nock's releases.

v13.5.5

13.5.5 (2024-08-20)

Bug Fixes

  • backport: memory leaks due to timer references outliving the timers (#2773) (#2773) (66eb7f4)
Commits
  • 66eb7f4 fix(backport): memory leaks due to timer references outliving the timers (#27...
  • e92cdfa chore(deps-dev): bump eslint-plugin-mocha from 10.4.1 to 10.5.0
  • 623c933 chore(deps-dev): bump typescript from 5.4.3 to 5.5.4
  • 2b7836d ci: exclude nodejs 10, 12 and 14 tests running on macos (#2753)
  • 565e99a chore(deps-dev): bump braces from 3.0.2 to 3.0.3 (#2752)
  • d013ed2 chore(deps-dev): bump typescript from 5.3.3 to 5.4.3
  • 7a4badb chore(deps-dev): bump semantic-release from 23.0.2 to 23.0.6
  • db0f76a chore(deps-dev): bump eslint-plugin-mocha from 10.2.0 to 10.4.1
  • e44812b chore(deps-dev): bump eslint from 8.56.0 to 8.57.0 (#2597)
  • 3659e82 chore(deps-dev): bump prettier from 3.2.4 to 3.2.5 (#2596)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

…ates

Bumps the development-dependencies group with 3 updates in the / directory: [mitm](https://github.com/moll/node-mitm), [mocha](https://github.com/mochajs/mocha) and [nock](https://github.com/nock/nock).


Updates `mitm` from 1.7.2 to 1.7.3
- [Changelog](https://github.com/moll/node-mitm/blob/master/CHANGELOG.md)
- [Commits](moll/node-mitm@v1.7.2...v1.7.3)

Updates `mocha` from 10.7.0 to 10.7.3
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/main/CHANGELOG.md)
- [Commits](mochajs/mocha@v10.7.0...v10.7.3)

Updates `nock` from 13.5.4 to 13.5.5
- [Release notes](https://github.com/nock/nock/releases)
- [Changelog](https://github.com/nock/nock/blob/main/CHANGELOG.md)
- [Commits](nock/nock@v13.5.4...v13.5.5)

---
updated-dependencies:
- dependency-name: mitm
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: mocha
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: nock
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from next-team as a code owner August 27, 2024 04:54
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 27, 2024
@dependabot dependabot bot requested a review from a team as a code owner August 27, 2024 04:54
@rowanmanning rowanmanning enabled auto-merge (rebase) September 2, 2024 15:20
@rowanmanning rowanmanning merged commit 93e5c89 into main Sep 2, 2024
15 checks passed
@rowanmanning rowanmanning deleted the dependabot/npm_and_yarn/development-dependencies-297a97ceaa branch September 2, 2024 15:21
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.

1 participant