Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 27, 2025

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps the development-dependencies group with 5 updates:

Package From To
@grpc/grpc-js 1.13.3 1.13.4
@types/node 22.15.19 22.15.21
eslint-plugin-mocha 11.0.0 11.1.0
mocha 11.4.0 11.5.0
semantic-release 24.2.4 24.2.5

Updates @grpc/grpc-js from 1.13.3 to 1.13.4

Release notes

Sourced from @​grpc/grpc-js's releases.

@​grpc/grpc-js 1.13.4

  • Fix ability to set SNI with ssl_target_name_override option (#2956)
Commits
  • 7729fb7 Merge pull request #2956 from murgatroid99/grpc-js_sni_fix
  • a1aff9d grpc-js: Fix ability to set SNI with ssl_target_name_override option
  • See full diff in compare view

Updates @types/node from 22.15.19 to 22.15.21

Commits

Updates eslint-plugin-mocha from 11.0.0 to 11.1.0

Release notes

Sourced from eslint-plugin-mocha's releases.

11.1.0

Bug Fixes

  • Fix detecting mocha config calls in no-setup-in-describe (#387)
  • Fix consistent-spacing-between-blocks when using timeout() modifier (#379)

Enhancements

  • Include typescript declaration files in npm package (#378)

Documentation

  • Fix valid-suite-title options documentation (#385)

Code Refactoring

  • Add test to verify no-identical-title supports same titles in different suites (#388)
  • Add test-case to verify generated tests work with consistent-spacing-between-blocks (#386)
  • Add regression tests for no-setup-in-describe (#380)
Changelog

Sourced from eslint-plugin-mocha's changelog.

11.1.0 (May 24, 2025)

Bug Fixes

  • Fix detecting mocha config calls in no-setup-in-describe (#387)
  • Fix consistent-spacing-between-blocks when using timeout() modifier (#379)

Enhancements

  • Include typescript declaration files in npm package (#378)

Documentation

  • Fix valid-suite-title options documentation (#385)

Code Refactoring

  • Add test to verify no-identical-title supports same titles in different suites (#388)
  • Add test-case to verify generated tests work with consistent-spacing-between-blocks (#386)
  • Add regression tests for no-setup-in-describe (#380)
Commits
  • 1e5a3a1 11.1.0
  • 6b46bb9 Merge pull request #388 from lo1tuma/issue-381
  • 9e4ebf8 Merge pull request #387 from lo1tuma/issue-383
  • 81f7a63 Fix detecting mocha config calls in no-setup-in-describe
  • faf13ee Add test to verify no-identical-title supports same titles in different suites
  • 7cea27f Merge pull request #386 from lo1tuma/issue-384
  • 79e5829 Merge pull request #385 from lo1tuma/lo1tuma-patch-1
  • bb954f1 Add test-case to verify generated tests work with consistent-spacing-between-...
  • ae3813c Merge pull request #380 from perrin4869/test/no-setup-in-describe/add-regression
  • cdd729c Fix list character
  • Additional commits viewable in compare view

Updates mocha from 11.4.0 to 11.5.0

Release notes

Sourced from mocha's releases.

v11.5.0

11.5.0 (2025-05-22)

🌟 Features

Changelog

Sourced from mocha's changelog.

11.5.0 (2025-05-22)

🌟 Features

Commits

Updates semantic-release from 24.2.4 to 24.2.5

Release notes

Sourced from semantic-release's releases.

v24.2.5

24.2.5 (2025-05-23)

Bug Fixes

  • deps: raise the minimum of the defined range for marked-terminal (#3742) (fb1ccd4)
Commits
  • fb1ccd4 fix(deps): raise the minimum of the defined range for marked-terminal (#3742)
  • 33c0046 chore(deps): update npm to v11 (#3739)
  • 0d3d864 chore(deps): update dependency @​types/node to v22.15.21 (#3737)
  • c0c3a83 chore(deps): update dependency @​types/node to v22.15.20 (#3736)
  • 55c058b chore(deps): update dependency npm-run-all2 to v8.0.3 (#3735)
  • 0a9c510 chore(deps): lock file maintenance (#3729)
  • 8860177 chore(deps): update dependency @​types/node to v22.15.19 (#3728)
  • d2e4c4d docs(issue-template): more directly ask for improved detail for bug reports (...
  • See full diff 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

Bumps the development-dependencies group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [@grpc/grpc-js](https://github.com/grpc/grpc-node) | `1.13.3` | `1.13.4` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.15.19` | `22.15.21` |
| [eslint-plugin-mocha](https://github.com/lo1tuma/eslint-plugin-mocha) | `11.0.0` | `11.1.0` |
| [mocha](https://github.com/mochajs/mocha) | `11.4.0` | `11.5.0` |
| [semantic-release](https://github.com/semantic-release/semantic-release) | `24.2.4` | `24.2.5` |


Updates `@grpc/grpc-js` from 1.13.3 to 1.13.4
- [Release notes](https://github.com/grpc/grpc-node/releases)
- [Commits](https://github.com/grpc/grpc-node/compare/@grpc/[email protected]...@grpc/[email protected])

Updates `@types/node` from 22.15.19 to 22.15.21
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `eslint-plugin-mocha` from 11.0.0 to 11.1.0
- [Release notes](https://github.com/lo1tuma/eslint-plugin-mocha/releases)
- [Changelog](https://github.com/lo1tuma/eslint-plugin-mocha/blob/main/CHANGELOG.md)
- [Commits](lo1tuma/eslint-plugin-mocha@11.0.0...11.1.0)

Updates `mocha` from 11.4.0 to 11.5.0
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/main/CHANGELOG.md)
- [Commits](mochajs/mocha@v11.4.0...v11.5.0)

Updates `semantic-release` from 24.2.4 to 24.2.5
- [Release notes](https://github.com/semantic-release/semantic-release/releases)
- [Commits](semantic-release/semantic-release@v24.2.4...v24.2.5)

---
updated-dependencies:
- dependency-name: "@grpc/grpc-js"
  dependency-version: 1.13.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: "@types/node"
  dependency-version: 22.15.21
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: eslint-plugin-mocha
  dependency-version: 11.1.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: mocha
  dependency-version: 11.5.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: semantic-release
  dependency-version: 24.2.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels May 27, 2025
@dependabot dependabot bot requested a review from a team as a code owner May 27, 2025 07:19
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels May 27, 2025
Copy link

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updated@​types/​node@​22.15.19 ⏵ 22.15.2110010080 +196100
Updatedeslint-plugin-mocha@​11.0.0 ⏵ 11.1.0100 +1100100 +191 +5100
Updatedmocha@​11.4.0 ⏵ 11.5.0971009497 +1100
Updated@​grpc/​grpc-js@​1.13.3 ⏵ 1.13.4971009794100

View full report

Copy link

@basti1302
Copy link
Member

outdated

@basti1302 basti1302 closed this May 27, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github May 27, 2025

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/development-dependencies-3f5e498b6b branch May 27, 2025 12:25
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.

1 participant