Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 24, 2025

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

Package From To
@oclif/test 2.5.6 4.1.13
@types/node 20.17.13 24.3.0
@types/supports-color 8.1.3 10.0.0
chai 4.5.0 6.0.1
eslint 8.57.1 9.34.0
eslint-config-oclif 5.2.2 6.0.98
eslint-config-oclif-typescript 3.1.13 3.1.14
globby 13.2.2 14.1.0
mocha 10.7.3 11.7.1
nock 13.5.5 14.0.10
oclif 4.20.5 4.22.14
typescript 4.8.4 4.9.5

Updates @oclif/test from 2.5.6 to 4.1.13

Release notes

Sourced from @​oclif/test's releases.

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)

4.1.4

Bug Fixes

  • deps: bump ansis from 3.3.2 to 3.4.0 (1b13bfc)

... (truncated)

Changelog

Sourced from @​oclif/test's changelog.

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

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

4.1.8 (2025-01-19)

Bug Fixes

... (truncated)

Commits
  • e42e05c chore(release): 4.1.13 [skip ci]
  • b806023 Merge pull request #756 from oclif/dependabot-npm_and_yarn-debug-4.4.1
  • fe3a4ca fix(deps): bump debug from 4.4.0 to 4.4.1
  • 4d6dcfb Merge pull request #757 from oclif/dependabot-npm_and_yarn-eslint-9.27.0
  • 1caa5af chore(dev-deps): bump eslint from 9.26.0 to 9.27.0
  • 5b2d437 Merge pull request #758 from oclif/dependabot-npm_and_yarn-eslint-config-ocli...
  • ca7396a chore(dev-deps): bump eslint-config-oclif from 6.0.54 to 6.0.56
  • 5e79203 Merge pull request #751 from oclif/dependabot-npm_and_yarn-eslint-config-pret...
  • 2ec10ca Merge pull request #752 from oclif/dependabot-npm_and_yarn-types-chai-5.2.2
  • 20358a9 chore(dev-deps): bump eslint-config-prettier from 10.1.2 to 10.1.5
  • Additional commits viewable in compare view

Updates @types/node from 20.17.13 to 24.3.0

Commits

Updates @types/supports-color from 8.1.3 to 10.0.0

Commits

Updates chai from 4.5.0 to 6.0.1

Release notes

Sourced from chai's releases.

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

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

v5.3.1

What's Changed

Full Changelog: chaijs/chai@v5.3.0...v5.3.1

v5.3.0

What's Changed

Full Changelog: chaijs/chai@v5.2.2...v5.3.0

... (truncated)

Commits

Updates eslint from 8.57.1 to 9.34.0

Release notes

Sourced from eslint's releases.

v9.34.0

Features

  • 0bb777a feat: multithread linting (#19794) (Francesco Trotta)
  • 43a5f9e feat: add eslint-plugin-regexp to eslint-config-eslint base config (#19951) (Pixel998)

Bug Fixes

  • 9b89903 fix: default value of accessor-pairs option in rule.d.ts file (#20024) (Tanuj Kanti)
  • 6c07420 fix: fix spurious failure in neostandard integration test (#20023) (Kirk Waiblinger)
  • 676f4ac fix: allow scientific notation with trailing zeros matching exponent (#20002) (Sweta Tanwar)

Documentation

  • 0b4a590 docs: make rulesdir deprecation clearer (#20018) (Domenico Gemoli)
  • 327c672 docs: Update README (GitHub Actions Bot)
  • bf26229 docs: Fix typo in core-concepts/index.md (#20009) (Tobias Hernstig)
  • 2309327 docs: fix typo in the "Configuring Rules" section (#20001) (ghazi-git)
  • 2b87e21 docs: [no-else-return] clarify sample code. (#19991) (Yuki Takada (Yukinosuke Takada))
  • c36570c docs: Update README (GitHub Actions Bot)

Chores

  • f19ad94 chore: upgrade to @eslint/js@9.34.0 (#20030) (Francesco Trotta)
  • b48fa20 chore: package.json update for @​eslint/js release (Jenkins)
  • 4bce8a2 chore: package.json update for eslint-config-eslint release (Jenkins)
  • 0c9999c refactor: prefer default options in grouped-accessor-pairs (#20028) (루밀LuMir)
  • d503f19 ci: fix stale.yml (#20010) (루밀LuMir)
  • e2dc67d ci: centralize stale.yml (#19994) (루밀LuMir)
  • 7093cb8 ci: bump actions/checkout from 4 to 5 (#20005) (dependabot[bot])

v9.33.0

Features

  • e07820e feat: add global object access detection to no-restricted-globals (#19939) (sethamus)
  • 90b050e feat: support explicit resource management in one-var (#19941) (Sweta Tanwar)

Bug Fixes

  • 732433c fix: allow any type for meta.docs.recommended in custom rules (#19995) (Francesco Trotta)
  • e8a6914 fix: Fixed potential bug in check-emfile-handling.js (#19975) (諏訪原慶斗)

Documentation

  • 34f0723 docs: playground button for TypeScript code example (#19671) (Tanuj Kanti)
  • dc942a4 docs: Update README (GitHub Actions Bot)
  • 5a4b6f7 docs: Update no-multi-assign.md (#19979) (Yuki Takada (Yukinosuke Takada))
  • 247e156 docs: add missing let declarations in no-plusplus (#19980) (Yuki Takada (Yukinosuke Takada))
  • 0d17242 docs: Update README (GitHub Actions Bot)
  • fa20b9d docs: Clarify when to open an issue for a PR (#19974) (Nicholas C. Zakas)

Build Related

  • 27fa865 build: use ESLint class to generate formatter examples (#19972) (Milos Djermanovic)

Chores

  • 4258046 chore: update dependency @​eslint/js to v9.33.0 (#19998) (renovate[bot])
  • ad28371 chore: package.json update for @​eslint/js release (Jenkins)

... (truncated)

Changelog

Sourced from eslint's changelog.

v9.34.0 - August 22, 2025

  • f19ad94 chore: upgrade to @eslint/js@9.34.0 (#20030) (Francesco Trotta)
  • b48fa20 chore: package.json update for @​eslint/js release (Jenkins)
  • 4bce8a2 chore: package.json update for eslint-config-eslint release (Jenkins)
  • 0c9999c refactor: prefer default options in grouped-accessor-pairs (#20028) (루밀LuMir)
  • 0b4a590 docs: make rulesdir deprecation clearer (#20018) (Domenico Gemoli)
  • 9b89903 fix: default value of accessor-pairs option in rule.d.ts file (#20024) (Tanuj Kanti)
  • 6c07420 fix: fix spurious failure in neostandard integration test (#20023) (Kirk Waiblinger)
  • 676f4ac fix: allow scientific notation with trailing zeros matching exponent (#20002) (Sweta Tanwar)
  • 327c672 docs: Update README (GitHub Actions Bot)
  • d503f19 ci: fix stale.yml (#20010) (루밀LuMir)
  • 0bb777a feat: multithread linting (#19794) (Francesco Trotta)
  • bf26229 docs: Fix typo in core-concepts/index.md (#20009) (Tobias Hernstig)
  • 43a5f9e feat: add eslint-plugin-regexp to eslint-config-eslint base config (#19951) (Pixel998)
  • e2dc67d ci: centralize stale.yml (#19994) (루밀LuMir)
  • 7093cb8 ci: bump actions/checkout from 4 to 5 (#20005) (dependabot[bot])
  • 2309327 docs: fix typo in the "Configuring Rules" section (#20001) (ghazi-git)
  • 2b87e21 docs: [no-else-return] clarify sample code. (#19991) (Yuki Takada (Yukinosuke Takada))
  • c36570c docs: Update README (GitHub Actions Bot)

v9.33.0 - August 8, 2025

  • 4258046 chore: update dependency @​eslint/js to v9.33.0 (#19998) (renovate[bot])
  • ad28371 chore: package.json update for @​eslint/js release (Jenkins)
  • 06a22f1 test: resolve flakiness in --mcp flag test (#19993) (Pixel998)
  • 732433c fix: allow any type for meta.docs.recommended in custom rules (#19995) (Francesco Trotta)
  • 34f0723 docs: playground button for TypeScript code example (#19671) (Tanuj Kanti)
  • dc942a4 docs: Update README (GitHub Actions Bot)
  • 5a4b6f7 docs: Update no-multi-assign.md (#19979) (Yuki Takada (Yukinosuke Takada))
  • 247e156 docs: add missing let declarations in no-plusplus (#19980) (Yuki Takada (Yukinosuke Takada))
  • 0d17242 docs: Update README (GitHub Actions Bot)
  • e07820e feat: add global object access detection to no-restricted-globals (#19939) (sethamus)
  • fa20b9d docs: Clarify when to open an issue for a PR (#19974) (Nicholas C. Zakas)
  • 54920ed test: switch to Linter.Config in ESLintRules type tests (#19977) (Francesco Trotta)
  • e8a6914 fix: Fixed potential bug in check-emfile-handling.js (#19975) (諏訪原慶斗)
  • 90b050e feat: support explicit resource management in one-var (#19941) (Sweta Tanwar)
  • 27fa865 build: use ESLint class to generate formatter examples (#19972) (Milos Djermanovic)

v9.32.0 - July 25, 2025

  • 960fd40 fix: Upgrade @​eslint/js (#19971) (Nicholas C. Zakas)
  • 50de1ce chore: package.json update for @​eslint/js release (Jenkins)
  • bbf23fa fix: Refactor reporting into FileReport (#19877) (Nicholas C. Zakas)
  • 74f01a3 ci: unpin jiti to version ^2.5.1 (#19970) (루밀LuMir)
  • d498887 fix: bump @​eslint/plugin-kit to 0.3.4 to resolve vulnerability (#19965) (Milos Djermanovic)
  • 2ab1381 ci: pin jiti to version 2.4.2 (#19964) (Francesco Trotta)
  • b7f7545 test: switch to flat config mode in SourceCode tests (#19953) (Milos Djermanovic)
  • f5a35e3 test: switch to flat config mode in eslint-fuzzer (#19960) (Milos Djermanovic)
  • f46fc6c fix: report only global references in no-implied-eval (#19932) (Nitin Kumar)

... (truncated)

Commits
  • b8875f6 9.34.0
  • 2e455fb Build: changelog update for 9.34.0
  • f19ad94 chore: upgrade to @eslint/js@9.34.0 (#20030)
  • b48fa20 chore: package.json update for @​eslint/js release
  • 4bce8a2 chore: package.json update for eslint-config-eslint release
  • 0c9999c refactor: prefer default options in grouped-accessor-pairs (#20028)
  • 0b4a590 docs: make rulesdir deprecation clearer (#20018)
  • 9b89903 fix: default value of accessor-pairs option in rule.d.ts file (#20024)
  • 6c07420 fix: fix spurious failure in neostandard integration test (#20023)
  • 676f4ac fix: allow scientific notation with trailing zeros matching exponent (#20002)
  • Additional commits viewable in compare view

Updates eslint-config-oclif from 5.2.2 to 6.0.98

Release notes

Sourced from eslint-config-oclif's releases.

6.0.98

Bug Fixes

  • deps: bump eslint-config-xo from 0.48.0 to 0.49.0 (9f03792)

6.0.97

Bug Fixes

  • deps: bump @​eslint/js from 9.33.0 to 9.34.0 (1f3078f)

6.0.96

Bug Fixes

  • deps: bump @​typescript-eslint/parser from 8.39.1 to 8.40.0 (f3f8011)

6.0.95

Bug Fixes

  • deps: bump typescript-eslint from 8.39.0 to 8.39.1 (b8a5b7a)

6.0.94

Bug Fixes

  • deps: bump typescript-eslint from 8.38.0 to 8.39.0 (fb8f647)

6.0.93

Bug Fixes

  • deps: bump @​typescript-eslint/parser from 8.38.0 to 8.39.0 (a87429d)

6.0.92

Bug Fixes

  • deps: bump @​eslint/compat from 1.3.1 to 1.3.2 (1237faa)

6.0.91

Bug Fixes

  • deps: bump @​eslint/js from 9.32.0 to 9.33.0 (61f3894)

6.0.90

Bug Fixes

  • deps: bump eslint-plugin-n from 17.21.0 to 17.21.3 (c3af5f9)

6.0.89

Bug Fixes

  • deps: bump eslint-config-xo from 0.47.0 to 0.48.0 (a3d7f18)

... (truncated)

Changelog

Sourced from eslint-config-oclif's changelog.

6.0.98 (2025-08-24)

Bug Fixes

  • deps: bump eslint-config-xo from 0.48.0 to 0.49.0 (9f03792)

6.0.97 (2025-08-24)

Bug Fixes

  • deps: bump @​eslint/js from 9.33.0 to 9.34.0 (1f3078f)

6.0.96 (2025-08-24)

Bug Fixes

  • deps: bump @​typescript-eslint/parser from 8.39.1 to 8.40.0 (f3f8011)

6.0.95 (2025-08-17)

Bug Fixes

  • deps: bump typescript-eslint from 8.39.0 to 8.39.1 (b8a5b7a)

6.0.94 (2025-08-10)

Bug Fixes

  • deps: bump typescript-eslint from 8.38.0 to 8.39.0 (fb8f647)

6.0.93 (2025-08-10)

Bug Fixes

... (truncated)

Commits
  • eabd9fe chore(release): 6.0.98 [skip ci]
  • 4a7621e Merge pull request #241 from oclif/dependabot-npm_and_yarn-eslint-config-xo-0...
  • 9f03792 fix(deps): bump eslint-config-xo from 0.48.0 to 0.49.0
  • 221db95 Merge pull request #242 from oclif/dependabot-npm_and_yarn-eslint-9.34.0
  • c3955d6 chore(dev-deps): bump eslint from 9.33.0 to 9.34.0
  • 9c8f244 chore(release): 6.0.97 [skip ci]
  • 85bc459 Merge pull request #243 from oclif/dependabot-npm_and_yarn-eslint-js-9.34.0
  • 1f3078f fix(deps): bump @​eslint/js from 9.33.0 to 9.34.0
  • b1e1a96 chore(release): 6.0.96 [skip ci]
  • 9137aef Merge pull request #244 from oclif/dependabot-npm_and_yarn-typescript-eslint-...
  • Additional commits viewable in compare view

Updates eslint-config-oclif-typescript from 3.1.13 to 3.1.14

Release notes

Sourced from eslint-config-oclif-typescript's releases.

3.1.14

Bug Fixes

Changelog

Sourced from eslint-config-oclif-typescript's changelog.

3.1.14 (2025-01-28)

Bug Fixes

Commits
  • 4ea4816 chore(release): 3.1.14 [skip ci]
  • 98de9a0 fix: deprecate library
  • e2ca131 Merge pull request #152 from oclif/dependabot-npm_and_yarn-typescript-5.7.3
  • 13eec67 chore(dev-deps): bump typescript from 5.7.2 to 5.7.3
  • See full diff in compare view

Updates globby from 13.2.2 to 14.1.0

Release notes

Sourced from globby's releases.

v14.1.0

  • Export isIgnoredByIgnoreFiles and isIgnoredByIgnoreFilesSync functions (#269) cba8941

sindresorhus/globby@v14.0.2...v14.1.0

v14.0.2

  • Fix types f600250

sindresorhus/globby@v14.0.1...v14.0.2

v14.0.1

  • Fix expandDirectories.extension option (#263) af5d139
  • Fix read permission error on ignore files search (#259) 3a28601

sindresorhus/globby@v14.0.0...v14.0.1

v14.0.0

Breaking

  • Require Node.js 18 2c06ae5

Improvements

sindresorhus/globby@v13.2.2...v14.0.0

Commits

Updates mocha from 10.7.3 to 11.7.1

Release notes

Sourced from mocha's releases.

v11.7.1

11.7.1 (2025-06-24)

🩹 Fixes

  • always fallback to import() if require() fails (#5384) (295c168)

🧹 Chores

v11.7.0

11.7.0 (2025-06-18)

🌟 Features

v11.6.0

11.6.0 (2025-06-09)

🌟 Features

v11.5.0

11.5.0 (2025-05-22)

🌟 Features

v11.4.0

11.4.0 (2025-05-19)

🌟 Features

📚 Documentation

  • added CHANGELOG.md note around 11.1 yargs-parser update (#5362) (618415d)

... (truncated)

Changelog

Sourced from mocha's changelog.

11.7.1 (2025-06-24)

🩹 Fixes

  • always fallback to import() if require() fails (#5384) (295c168)

🧹 Chores

11.7.0 (2025-06-18)

🌟 Features

11.6.0 (2025-06-09)

🌟 Features

11.5.0 (2025-05-22)

🌟 Features

11.4.0 (2025-05-19)

🌟 Features

📚 Documentation

  • added CHANGELOG.md note around 11.1 yargs-parser update (#5362) (618415d)

11.3.0 (2025-05-16)

🌟 Features

... (truncated)

Commits

Updates nock from 13.5.5 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.20.5 to 4.22.14

Release notes

Sourced from oclif's releases.

4.22.14

Bug Fixes

  • deps: bump @​oclif/plugin-not-found from 3.2.64 to 3.2.66 (e9bfac6)

4.22.13

Bug Fixes

  • deps: bump @​aws-sdk/client-cloudfront from 3.864.0 to 3.873.0 (72ec982)

4.22.12

Bug Fixes

  • deps: bump @​oclif/plugin-not-found from 3.2.63 to 3.2.64 (48461be)

4.22.11

Bug Fixes

  • deps: bump @​aws-sdk/client-s3 from 3.850.0 to 3.864.0 (a8fc7a7)

4.22.10

Bug Fixes

  • deps: bump @​oclif/plugin-help from 6.2.29 to 6.2.32 (4ac51b4)

4.22.9

Bug Fixes

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

4.22.8

Bug Fixes

  • deps: bump @​aws-sdk/client-cloudfront from 3.850.0 to 3.864.0 (332177d)

4.22.7

Bug Fixes

  • deps: bump @​oclif/plugin-not-found from 3.2.61 to 3.2.63 (dc094ef)

4.22.6

Bug Fixes

  • handle linux-arm on node 24 (cbf8eec)
  • more linux-arm node 24 fixes (6677fb5)
  • more linux-arm node 24 fixes (a70a18a)

4.22.5

Bug Fixes

... (truncated)

Changelog

Sourced from oclif's changelog.

4.22.14 (2025-08-24)

Bug Fixes

  • deps: bump @​oclif/plugin-not-found from 3.2.64 to 3.2.66 (e9bfac6)

4.22.13 (2025-08-24)

Bug Fixe...

Description has been truncated

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 Aug 24, 2025
@dependabot dependabot bot requested a review from a team as a code owner August 24, 2025 19:24
Bumps the dev-deps group with 12 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@oclif/test](https://github.com/oclif/test) | `2.5.6` | `4.1.13` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.17.13` | `24.3.0` |
| [@types/supports-color](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/supports-color) | `8.1.3` | `10.0.0` |
| [chai](https://github.com/chaijs/chai) | `4.5.0` | `6.0.1` |
| [eslint](https://github.com/eslint/eslint) | `8.57.1` | `9.34.0` |
| [eslint-config-oclif](https://github.com/oclif/eslint-config-oclif) | `5.2.2` | `6.0.98` |
| [eslint-config-oclif-typescript](https://github.com/oclif/eslint-config-oclif-typescript) | `3.1.13` | `3.1.14` |
| [globby](https://github.com/sindresorhus/globby) | `13.2.2` | `14.1.0` |
| [mocha](https://github.com/mochajs/mocha) | `10.7.3` | `11.7.1` |
| [nock](https://github.com/nock/nock) | `13.5.5` | `14.0.10` |
| [oclif](https://github.com/oclif/oclif) | `4.20.5` | `4.22.14` |
| [typescript](https://github.com/microsoft/TypeScript) | `4.8.4` | `4.9.5` |



Updates `@oclif/test` from 2.5.6 to 4.1.13
- [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.13)

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

Updates `@types/supports-color` from 8.1.3 to 10.0.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/supports-color)

Updates `chai` from 4.5.0 to 6.0.1
- [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.0.1)

Updates `eslint` from 8.57.1 to 9.34.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.57.1...v9.34.0)

Updates `eslint-config-oclif` from 5.2.2 to 6.0.98
- [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.98)

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

Updates `globby` from 13.2.2 to 14.1.0
- [Release notes](https://github.com/sindresorhus/globby/releases)
- [Commits](sindresorhus/globby@v13.2.2...v14.1.0)

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

Updates `nock` from 13.5.5 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.5...v14.0.10)

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

Updates `typescript` from 4.8.4 to 4.9.5
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml)
- [Commits](microsoft/TypeScript@v4.8.4...v4.9.5)

---
updated-dependencies:
- dependency-name: "@oclif/test"
  dependency-version: 4.1.13
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-deps
- dependency-name: "@types/node"
  dependency-version: 24.3.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-deps
- dependency-name: "@types/supports-color"
  dependency-version: 10.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-deps
- dependency-name: chai
  dependency-version: 6.0.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-deps
- dependency-name: eslint
  dependency-version: 9.34.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-deps
- dependency-name: eslint-config-oclif
  dependency-version: 6.0.98
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-deps
- dependency-name: eslint-config-oclif-typescript
  dependency-version: 3.1.14
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-deps
- dependency-name: globby
  dependency-version: 14.1.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-deps
- dependency-name: mocha
  dependency-version: 11.7.1
  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.14
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-deps
- dependency-name: typescript
  dependency-version: 4.9.5
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/dev-deps-0da35d990e branch from 88a8eaf to 023ca59 Compare October 12, 2025 19:03
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