Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 2, 2025

Bumps the dev-deps group with 10 updates in the / directory:

Package From To
@oclif/test 2.5.6 4.1.14
@types/node 24.9.1 24.9.2
chai 4.5.0 6.2.0
eslint 9.38.0 9.39.0
eslint-config-oclif 5.2.2 6.0.115
eslint-import-resolver-typescript 3.10.1 4.4.4
eslint-plugin-mocha 10.5.0 11.2.0
nock 13.5.6 14.0.10
oclif 4.22.38 4.22.41
strip-ansi 6.0.1 7.1.2

Updates @oclif/test from 2.5.6 to 4.1.14

Release notes

Sourced from @​oclif/test's releases.

4.1.14

Bug Fixes

  • deps: bump debug from 4.4.1 to 4.4.3 (5d1ed0d)

4.1.13

Bug Fixes

  • deps: bump debug from 4.4.0 to 4.4.1 (fe3a4ca)

4.1.12

Bug Fixes

  • deps: bump ansis from 3.16.0 to 3.17.0 (3350a10)

4.1.11

Bug Fixes

  • deps: bump ansis from 3.14.0 to 3.16.0 (879720b)

4.1.10

Bug Fixes

  • deps: bump ansis from 3.10.0 to 3.14.0 (3187314)

4.1.9

Bug Fixes

  • deps: bump ansis from 3.9.0 to 3.10.0 (7ebc609)

4.1.8

Bug Fixes

  • deps: bump ansis from 3.8.1 to 3.9.0 (e37e418)

4.1.7

Bug Fixes

  • deps: bump ansis from 3.6.0 to 3.8.1 (92bfe18)

4.1.6

Bug Fixes

  • deps: bump ansis from 3.5.2 to 3.6.0 (777c61b)

4.1.5

Bug Fixes

  • deps: bump ansis from 3.4.0 to 3.5.2 (4a4cf09)

... (truncated)

Changelog

Sourced from @​oclif/test's changelog.

4.1.14 (2025-09-14)

Bug Fixes

  • deps: bump debug from 4.4.1 to 4.4.3 (5d1ed0d)

4.1.13 (2025-05-18)

Bug Fixes

  • deps: bump debug from 4.4.0 to 4.4.1 (fe3a4ca)

4.1.12 (2025-03-09)

Bug Fixes

  • deps: bump ansis from 3.16.0 to 3.17.0 (3350a10)

4.1.11 (2025-02-23)

Bug Fixes

  • deps: bump ansis from 3.14.0 to 3.16.0 (879720b)

4.1.10 (2025-02-17)

Bug Fixes

  • deps: bump ansis from 3.10.0 to 3.14.0 (3187314)

4.1.9 (2025-02-02)

Bug Fixes

... (truncated)

Commits
  • 4fda6bb chore(release): 4.1.14 [skip ci]
  • e733920 Merge pull request #812 from oclif/dependabot-npm_and_yarn-debug-4.4.3
  • 5d1ed0d fix(deps): bump debug from 4.4.1 to 4.4.3
  • e94b565 Merge pull request #808 from oclif/dependabot-npm_and_yarn-eslint-config-ocli...
  • 652a5a9 chore(dev-deps): bump eslint-config-oclif from 6.0.98 to 6.0.101
  • 8a56f40 Merge pull request #809 from oclif/dependabot-npm_and_yarn-eslint-9.35.0
  • 7b63f09 Merge pull request #810 from oclif/dependabot-npm_and_yarn-types-node-18.19.124
  • 1fd68ad chore(dev-deps): bump @​types/node from 18.19.123 to 18.19.124
  • 871a830 chore(dev-deps): bump eslint from 9.34.0 to 9.35.0
  • a753528 Merge pull request #806 from oclif/dependabot-npm_and_yarn-eslint-config-ocli...
  • Additional commits viewable in compare view

Updates @types/node from 24.9.1 to 24.9.2

Commits

Updates chai from 4.5.0 to 6.2.0

Release notes

Sourced from chai's releases.

v6.2.0

What's Changed

Full Changelog: chaijs/chai@v6.1.0...v6.2.0

v6.1.0

What's Changed

Full Changelog: chaijs/chai@v6.0.2...v6.1.0

v6.0.1

What's Changed

Full Changelog: chaijs/chai@v6.0.0...v6.0.1

v6.0.0

BREAKING CHANGES

Chai is now bundled into a single file. The lib/*.js files are no longer present, and so any code that imports those files directly will need to change. The only file that can be imported now is ./index.js.

What's Changed

Full Changelog: chaijs/chai@v5.3.2...v6.0.0

v5.3.3

What's Changed

Full Changelog: chaijs/chai@v5.3.2...v5.3.3

v5.3.2

Reverts the removal of the bundled version of chai in 5.3.1

What's Changed

... (truncated)

Commits

Updates eslint from 9.38.0 to 9.39.0

Release notes

Sourced from eslint's releases.

v9.39.0

Features

  • cc57d87 feat: update error loc to key in no-dupe-class-members (#20259) (Tanuj Kanti)
  • 126552f feat: update error location in for-direction and no-dupe-args (#20258) (Tanuj Kanti)
  • 167d097 feat: update complexity rule to highlight only static block header (#20245) (jaymarvelz)

Bug Fixes

  • 15f5c7c fix: forward traversal step.args to visitors (#20253) (jaymarvelz)
  • 5a1a534 fix: allow JSDoc comments in object-shorthand rule (#20167) (Nitin Kumar)
  • e86b813 fix: Use more types from @​eslint/core (#20257) (Nicholas C. Zakas)
  • 927272d fix: correct Scope typings (#20198) (jaymarvelz)
  • 37f76d9 fix: use AST.Program type for Program node (#20244) (Francesco Trotta)
  • ae07f0b fix: unify timing report for concurrent linting (#20188) (jaymarvelz)
  • b165d47 fix: correct Rule typings (#20199) (jaymarvelz)
  • fb97cda fix: improve error message for missing fix function in suggestions (#20218) (jaymarvelz)

Documentation

  • d3e81e3 docs: Always recommend to include a files property (#20158) (Percy Ma)
  • 0f0385f docs: use consistent naming recommendation (#20250) (Alex M. Spieslechner)
  • a3b1456 docs: Update README (GitHub Actions Bot)
  • cf5f2dd docs: fix correct tag of no-useless-constructor (#20255) (Tanuj Kanti)
  • 10b995c docs: add TS options and examples for nofunc in no-use-before-define (#20249) (Tanuj Kanti)
  • 2584187 docs: remove repetitive word in comment (#20242) (reddaisyy)
  • 637216b docs: update CLI flags migration instructions (#20238) (jaymarvelz)
  • e7cda3b docs: Update README (GitHub Actions Bot)
  • 7b9446f docs: handle empty flags sections on the feature flags page (#20222) (sethamus)

Chores

  • dfe3c1b chore: update @eslint/js version to 9.39.0 (#20270) (Francesco Trotta)
  • 2375a6d chore: package.json update for @​eslint/js release (Jenkins)
  • a1f4e52 chore: update @eslint dependencies (#20265) (Francesco Trotta)
  • c7d3229 chore: update dependency @​eslint/core to ^0.17.0 (#20256) (renovate[bot])
  • 27549bc chore: update fuzz testing to not error if code sample minimizer fails (#20252) (Milos Djermanovic)
  • a1370ee ci: bump actions/setup-node from 5 to 6 (#20230) (dependabot[bot])
  • 9e7fad4 chore: add script to auto-generate eslint:recommended configuration (#20208) (唯然)
Commits

Updates eslint-config-oclif from 5.2.2 to 6.0.115

Release notes

Sourced from eslint-config-oclif's releases.

6.0.115

Bug Fixes

  • deps: bump @​eslint/compat from 1.4.0 to 1.4.1 (a4ca4e8)

6.0.114

Bug Fixes

  • deps: bump typescript-eslint from 8.46.1 to 8.46.2 (ad1f735)

6.0.113

Bug Fixes

  • deps: bump typescript-eslint from 8.46.0 to 8.46.1 (b45738c)

6.0.112

Bug Fixes

  • deps: bump @​typescript-eslint/parser from 8.46.0 to 8.46.1 (5b89043)

6.0.111

Bug Fixes

  • deps: bump @​eslint/js from 9.37.0 to 9.38.0 (0a084ab)

6.0.110

Bug Fixes

  • deps: bump typescript-eslint from 8.45.0 to 8.46.0 (f4eee37)

6.0.109

Bug Fixes

  • deps: bump @​typescript-eslint/parser from 8.45.0 to 8.46.0 (08491fa)

6.0.108

Bug Fixes

  • deps: bump eslint-plugin-perfectionist from 4.15.0 to 4.15.1 (9c84878)

6.0.107

Bug Fixes

  • deps: bump typescript-eslint from 8.44.1 to 8.45.0 (cbd99c2)

6.0.106

Bug Fixes

  • deps: bump typescript-eslint from 8.43.0 to 8.44.1 (3de2d88)

... (truncated)

Changelog

Sourced from eslint-config-oclif's changelog.

6.0.115 (2025-11-02)

Bug Fixes

  • deps: bump @​eslint/compat from 1.4.0 to 1.4.1 (a4ca4e8)

6.0.114 (2025-10-26)

Bug Fixes

  • deps: bump typescript-eslint from 8.46.1 to 8.46.2 (ad1f735)

6.0.113 (2025-10-19)

Bug Fixes

  • deps: bump typescript-eslint from 8.46.0 to 8.46.1 (b45738c)

6.0.112 (2025-10-19)

Bug Fixes

  • deps: bump @​typescript-eslint/parser from 8.46.0 to 8.46.1 (5b89043)

6.0.111 (2025-10-19)

Bug Fixes

  • deps: bump @​eslint/js from 9.37.0 to 9.38.0 (0a084ab)

6.0.110 (2025-10-12)

Bug Fixes

... (truncated)

Commits
  • 7522de6 chore(release): 6.0.115 [skip ci]
  • e743164 Merge pull request #276 from oclif/dependabot-npm_and_yarn-eslint-compat-1.4.1
  • a4ca4e8 fix(deps): bump @​eslint/compat from 1.4.0 to 1.4.1
  • 252eb18 chore(release): 6.0.114 [skip ci]
  • cffd4ea Merge pull request #273 from oclif/dependabot-npm_and_yarn-typescript-eslint-...
  • ad1f735 fix(deps): bump typescript-eslint from 8.46.1 to 8.46.2
  • 52f1375 chore(release): 6.0.113 [skip ci]
  • 60006f3 Merge pull request #268 from oclif/dependabot-npm_and_yarn-typescript-eslint-...
  • b45738c fix(deps): bump typescript-eslint from 8.46.0 to 8.46.1
  • 90499eb Merge pull request #269 from oclif/dependabot-npm_and_yarn-eslint-9.38.0
  • Additional commits viewable in compare view

Updates eslint-import-resolver-typescript from 3.10.1 to 4.4.4

Release notes

Sourced from eslint-import-resolver-typescript's releases.

v4.4.4

Patch Changes

New Contributors

Full Changelog: import-js/eslint-import-resolver-typescript@v4.4.3...v4.4.4

v4.4.3

Patch Changes

v4.4.2

Patch Changes

Full Changelog: import-js/eslint-import-resolver-typescript@v4.4.1...v4.4.2

v4.4.1

Patch Changes

Full Changelog: import-js/eslint-import-resolver-typescript@v4.4.0...v4.4.1

v4.4.0

Minor Changes

Full Changelog: import-js/eslint-import-resolver-typescript@v4.3.5...v4.4.0

v4.3.5

Patch Changes

Full Changelog: import-js/eslint-import-resolver-typescript@v4.3.4...v4.3.5

v4.3.4

Patch Changes

... (truncated)

Changelog

Sourced from eslint-import-resolver-typescript's changelog.

4.4.4

Patch Changes

4.4.3

Patch Changes

4.4.2

Patch Changes

4.4.1

Patch Changes

4.4.0

Minor Changes

4.3.5

Patch Changes

4.3.4

Patch Changes

4.3.3

Patch Changes

... (truncated)

Commits
  • 76672ae chore: release eslint-import-resolver-typescript (#467)
  • 93b39d2 fix(deps): update all dependencies (#468)
  • 799f1ce fix: include options hash in cache key for options normalization (#466)
  • c06392f docs: improve the documentation (#464)
  • ff0445f chore: release eslint-import-resolver-typescript (#463)
  • 43575e7 chore: migrate stable-hash to stable-hash-x (#462)
  • 5db36e7 chore: release eslint-import-resolver-typescript (#460)
  • f16150b fix: always sort projects by affinity before iterating (#459)
  • f9ad3b0 docs: add Star History section
  • c7d0125 chore: release eslint-import-resolver-typescript (#458)
  • Additional commits viewable in compare view

Updates eslint-plugin-mocha from 10.5.0 to 11.2.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)

11.0.0

Breaking Changes

  • Rename *-description rules to *-title (#369)
  • Rename no-async-describe to no-async-suite (#368)
  • Drop support for commonjs in no-exports rule (#366)
  • Implement new resolve algorithm (#365)
  • Switch to ESM (#362)
  • Stop supporting ESLint versions < 9 (#359)
  • Remove support for node v14, v16 and v18 (#345)
  • Remove support for legacy configs and make the flat configs the default

Features

  • Implement new rule consistent-interface (#367)

Enhancements

  • Add name to flat configs (#356)

Dependency Upgrades

  • Update dependencies (#371)
  • Update all dependencies (#360)

Code Refactoring

  • Migrate codebase to typescript (#372)
  • Replace nyc with c8 for collecting coverage information (#361)
  • Use @​eslint-community/eslint-utils instead of unmaintained eslint-utils (#358)

... (truncated)

Changelog

Sourced from eslint-plugin-mocha's changelog.

11.2.0 (October 2, 2025)

Enhancements

  • Improve exported plugin type (#400)

Build-Related

  • ci: drop node 23, add node 24 (#397)

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)

11.0.0 (April 26, 2025)

Breaking Changes

  • Rename *-description rules to *-title (#369)
  • Rename no-async-describe to no-async-suite (#368)
  • Drop support for commonjs in no-exports rule (#366)
  • Implement new resolve algorithm (#365)
  • Switch to ESM (#362)
  • Stop supporting ESLint versions < 9 (#359)
  • Remove support for node v14, v16 and v18 (#345)

Features

  • Implement new rule consistent-interface (#367)

Enhancements

  • Add name to flat configs (#356)

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by screendriver, a new releaser for eslint-plugin-mocha since your current version.


Updates nock from 13.5.6 to 14.0.10

Release notes

Sourced from nock's releases.

v14.0.10

14.0.10 (2025-08-12)

Bug Fixes

  • Use Error objects instead of plain objects with replyWithError() (#2900) (f2a3389)

v14.0.9

14.0.9 (2025-08-07)

Bug Fixes

v14.0.8

14.0.8 (2025-08-01)

Bug Fixes

  • ClientRequest: support http.Agent instances as agents for https requests (#2896) (e4390b8)

v14.0.7

14.0.7 (2025-07-26)

Bug Fixes

  • address timeout issue with mocked timers (#2880) (fb112f3)

v14.0.6

14.0.6 (2025-07-19)

Bug Fixes

v14.0.5

14.0.5 (2025-05-30)

Bug Fixes

  • use of a fetch() recording that uses gzip compression is missing the headers, Possible EventEmitter memory leak when used together with MongoDBContainer (#2869) (90b2a04)

v14.0.4

14.0.4 (2025-04-20)

... (truncated)

Commits
  • f2a3389 fix: Use Error objects instead of plain objects with replyWithError() (#2900)
  • 721ae1a chore(deps-dev): bump form-data from 4.0.2 to 4.0.4
  • 316c990 chore(deps-dev): bump tmp from 0.2.1 to 0.2.4
  • bc48f92 fix: address timeout issue with mocked timers (Revert #2880) (#2902)
  • e4390b8 fix(ClientRequest): support http.Agent instances as agents for https requests...
  • fb112f3 fix: address timeout issue with mocked timers (#2880)
  • 0db794b fix
  • eeb0924 fix
  • b77f865 test
  • b4514ca fix
  • Additional commits viewable in compare view

Updates oclif from 4.22.38 to 4.22.41

Release notes

Sourced from oclif's releases.

4.22.41

Bug Fixes

  • deps: bump @​oclif/plugin-warn-if-update-available (c31afef)

4.22.40

Bug Fixes

  • deps: bump @​aws-sdk/client-cloudfront from 3.917.0 to 3.922.0 (606a734)

4.22.39

Bug Fixes

  • deps: bump @​oclif/core from 4.7.2 to 4.8.0 (e530af4)
Changelog

Sourced from oclif's changelog.

4.22.41 (2025-11-02)

Bug Fixes

  • deps: bump @​oclif/plugin-warn-if-update-available (c31afef)

4.22.40 (2025-11-02)

Bug Fixes

  • deps: bump @​aws-sdk/client-cloudfront from 3.917.0 to 3.922.0 (606a734)

4.22.39 (2025-11-02)

Bug Fixes

  • deps: bump @​oclif/core from 4.7.2 to 4.8.0 (e530af4)
Commits
  • 7ccce6e chore(release): 4.22.41 [skip ci]
  • 5fb0f34 Merge pull request #1900 from oclif/dependabot-npm_and_yarn-oclif-plugin-warn...
  • a1e88cf chore(release): 4.22.40 [skip ci]
  • 074f541 Merge pull request #1901 from oclif/dependabot-npm_and_yarn-aws-sdk-client-cl...
  • cd3a22d Merge pull request #1902 from oclif/dependabot-npm_and_yarn-eslint-9.39.0
  • c31afef fix(deps): bump @​oclif/plugin-warn-if-update-available
  • c527611 chore(release): 4.22.39 [skip ci]
  • 2f52b68 Merge pull request #1903 from oclif/dependabot-npm_and_yarn-oclif-core-4.8.0
  • e530af4 fix(deps): bump @​oclif/core from 4.7.2 to 4.8.0
  • 805f023 chore(dev-deps): bump eslint from 9.38.0 to 9.39.0
  • Additional commits viewable in compare view

Updates strip-ansi from 6.0.1 to 7.1.2

Release notes

Sourced from strip-ansi's releases.

v7.1.2


chalk/strip-ansi@v7.1.0...v7.1.2

v7.1.0

  • Improve performance (#49) 840a5ea

chalk/strip-ansi@v7.0.1...v7.1.0

v7.0.1

  • Upgrade dependencies ed41f38

chalk/strip-ansi@v7.0.0...v7.0.1

v7.0.0

Breaking

  • Require Node.js 12 7cda68d
  • This package is now pure ESM. Please read this.

chalk/strip-ansi@v6.0.0...v7.0.0

Commits

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
@oclif/test [>= 3.a, < 4]
chai [>= 5.a, < 6]

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 me...

Description has been truncated

…pdates

Bumps the dev-deps group with 10 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@oclif/test](https://github.com/oclif/test) | `2.5.6` | `4.1.14` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `24.9.1` | `24.9.2` |
| [chai](https://github.com/chaijs/chai) | `4.5.0` | `6.2.0` |
| [eslint](https://github.com/eslint/eslint) | `9.38.0` | `9.39.0` |
| [eslint-config-oclif](https://github.com/oclif/eslint-config-oclif) | `5.2.2` | `6.0.115` |
| [eslint-import-resolver-typescript](https://github.com/import-js/eslint-import-resolver-typescript) | `3.10.1` | `4.4.4` |
| [eslint-plugin-mocha](https://github.com/lo1tuma/eslint-plugin-mocha) | `10.5.0` | `11.2.0` |
| [nock](https://github.com/nock/nock) | `13.5.6` | `14.0.10` |
| [oclif](https://github.com/oclif/oclif) | `4.22.38` | `4.22.41` |
| [strip-ansi](https://github.com/chalk/strip-ansi) | `6.0.1` | `7.1.2` |



Updates `@oclif/test` from 2.5.6 to 4.1.14
- [Release notes](https://github.com/oclif/test/releases)
- [Changelog](https://github.com/oclif/test/blob/main/CHANGELOG.md)
- [Commits](oclif/test@2.5.6...4.1.14)

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

Updates `chai` from 4.5.0 to 6.2.0
- [Release notes](https://github.com/chaijs/chai/releases)
- [Changelog](https://github.com/chaijs/chai/blob/main/History.md)
- [Commits](chaijs/chai@v4.5.0...v6.2.0)

Updates `eslint` from 9.38.0 to 9.39.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](eslint/eslint@v9.38.0...v9.39.0)

Updates `eslint-config-oclif` from 5.2.2 to 6.0.115
- [Release notes](https://github.com/oclif/eslint-config-oclif/releases)
- [Changelog](https://github.com/oclif/eslint-config-oclif/blob/main/CHANGELOG.md)
- [Commits](oclif/eslint-config-oclif@5.2.2...6.0.115)

Updates `eslint-import-resolver-typescript` from 3.10.1 to 4.4.4
- [Release notes](https://github.com/import-js/eslint-import-resolver-typescript/releases)
- [Changelog](https://github.com/import-js/eslint-import-resolver-typescript/blob/master/CHANGELOG.md)
- [Commits](import-js/eslint-import-resolver-typescript@v3.10.1...v4.4.4)

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

Updates `nock` from 13.5.6 to 14.0.10
- [Release notes](https://github.com/nock/nock/releases)
- [Changelog](https://github.com/nock/nock/blob/main/CHANGELOG.md)
- [Commits](nock/nock@v13.5.6...v14.0.10)

Updates `oclif` from 4.22.38 to 4.22.41
- [Release notes](https://github.com/oclif/oclif/releases)
- [Changelog](https://github.com/oclif/oclif/blob/main/CHANGELOG.md)
- [Commits](oclif/oclif@4.22.38...4.22.41)

Updates `strip-ansi` from 6.0.1 to 7.1.2
- [Release notes](https://github.com/chalk/strip-ansi/releases)
- [Commits](chalk/strip-ansi@v6.0.1...v7.1.2)

---
updated-dependencies:
- dependency-name: "@oclif/test"
  dependency-version: 4.1.14
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-deps
- dependency-name: "@types/node"
  dependency-version: 24.9.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-deps
- dependency-name: chai
  dependency-version: 6.2.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-deps
- dependency-name: eslint
  dependency-version: 9.39.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-deps
- dependency-name: eslint-config-oclif
  dependency-version: 6.0.115
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-deps
- dependency-name: eslint-import-resolver-typescript
  dependency-version: 4.4.4
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-deps
- dependency-name: eslint-plugin-mocha
  dependency-version: 11.2.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-deps
- dependency-name: nock
  dependency-version: 14.0.10
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-deps
- dependency-name: oclif
  dependency-version: 4.22.41
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-deps
- dependency-name: strip-ansi
  dependency-version: 7.1.2
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-deps
...

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 Nov 2, 2025
@dependabot dependabot bot requested a review from a team as a code owner November 2, 2025 20:05
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Nov 2, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 9, 2025

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Nov 9, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/dev-deps-8909397a78 branch November 9, 2025 20:04
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.

0 participants