Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 21, 2025

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

Package From To
@oclif/test 2.5.6 4.1.15
@types/node 24.9.1 25.0.3
@typescript-eslint/eslint-plugin 8.46.2 8.50.0
chai 4.5.0 6.2.1
eslint 9.38.0 9.39.2
eslint-config-oclif 5.2.2 6.0.127
eslint-import-resolver-typescript 3.10.1 4.4.4
eslint-plugin-mocha 10.5.0 11.2.0
lint-staged 16.2.6 16.2.7
mocha 11.7.4 11.7.5
nock 13.5.6 14.0.10
oclif 4.22.38 4.22.59
prettier 3.6.2 3.7.4
sinon 21.0.0 21.0.1
@types/sinon 17.0.4 21.0.0
strip-ansi 6.0.1 7.1.2

Updates @oclif/test from 2.5.6 to 4.1.15

Release notes

Sourced from @​oclif/test's releases.

4.1.15

Bug Fixes

  • deps: bump js-yaml from 4.1.0 to 4.1.1 (f6eb102)

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)

... (truncated)

Changelog

Sourced from @​oclif/test's changelog.

4.1.15 (2025-11-15)

Bug Fixes

  • deps: bump js-yaml from 4.1.0 to 4.1.1 (f6eb102)

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

... (truncated)

Commits
  • 1ce2a8a chore(release): 4.1.15 [skip ci]
  • 2f4f177 Merge pull request #836 from oclif/dependabot-npm_and_yarn-js-yaml-4.1.1
  • f6eb102 fix(deps): bump js-yaml from 4.1.0 to 4.1.1
  • c0e59e7 Merge pull request #834 from oclif/dependabot-npm_and_yarn-eslint-9.39.1
  • caefe5c chore(dev-deps): bump eslint from 9.39.0 to 9.39.1
  • c53fd03 Merge pull request #835 from oclif/dependabot-npm_and_yarn-eslint-config-ocli...
  • c4ae211 chore(dev-deps): bump eslint-config-oclif from 6.0.114 to 6.0.115
  • 0cec22f Merge pull request #830 from oclif/dependabot-npm_and_yarn-eslint-9.39.0
  • ceffce1 chore(dev-deps): bump eslint from 9.38.0 to 9.39.0
  • 7f27f9f Merge pull request #831 from oclif/dependabot-npm_and_yarn-eslint-compat-1.4.1
  • Additional commits viewable in compare view

Updates @types/node from 24.9.1 to 25.0.3

Commits

Updates @typescript-eslint/eslint-plugin from 8.46.2 to 8.50.0

Release notes

Sourced from @​typescript-eslint/eslint-plugin's releases.

v8.50.0

8.50.0 (2025-12-15)

🚀 Features

  • eslint-plugin: [no-useless-default-assignment] add rule (#11720)

❤️ Thank You

  • Josh Goldberg ✨
  • Ulrich Stark

You can read about our versioning strategy and releases on our website.

v8.49.0

8.49.0 (2025-12-08)

🚀 Features

  • eslint-plugin: use Intl.Segmenter instead of graphemer (#11804)

🩹 Fixes

  • deps: update dependency prettier to v3.7.2 (#11820)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.48.1

8.48.1 (2025-12-02)

⏪ Reverts

  • eslint-plugin: revert "[no-redundant-type-constituents] use assignability checking for redundancy checks (#10744)" (#11812)

🩹 Fixes

  • eslint-plugin: [consistent-type-exports] check value flag before resolving alias (#11769)
  • eslint-plugin: honor ignored base types on generic classes (#11767)
  • eslint-plugin: [restrict-template-expressions] check base types in allow list (#11764, #11759)

❤️ Thank You

... (truncated)

Changelog

Sourced from @​typescript-eslint/eslint-plugin's changelog.

8.50.0 (2025-12-15)

🚀 Features

  • eslint-plugin: [no-useless-default-assignment] add rule (#11720)

❤️ Thank You

  • Josh Goldberg ✨
  • Ulrich Stark

You can read about our versioning strategy and releases on our website.

8.49.0 (2025-12-08)

🚀 Features

  • eslint-plugin: use Intl.Segmenter instead of graphemer (#11804)

🩹 Fixes

  • deps: update dependency prettier to v3.7.2 (#11820)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

8.48.1 (2025-12-02)

🩹 Fixes

  • eslint-plugin: [restrict-template-expressions] check base types in allow list (#11764, #11759)
  • eslint-plugin: honor ignored base types on generic classes (#11767)
  • eslint-plugin: [consistent-type-exports] check value flag before resolving alias (#11769)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

8.48.0 (2025-11-24)

🚀 Features

... (truncated)

Commits
  • c62e858 chore(release): publish 8.50.0
  • 1301f79 feat(eslint-plugin): [no-useless-default-assignment] add rule (#11720)
  • 864595a chore(release): publish 8.49.0
  • 32b7e89 chore(deps): update dependency @​vitest/eslint-plugin to v1.5.1 (#11816)
  • 56149a2 feat(eslint-plugin): use Intl.Segmenter instead of graphemer (#11804)
  • 34a49a4 fix(deps): update dependency prettier to v3.7.2 (#11820)
  • d2d7ace docs: fixes bad link to jest docs in unbound-method rule page (#11823)
  • 8fe3445 chore(release): publish 8.48.1
  • 5ac66a6 fix(eslint-plugin): revert "[no-redundant-type-constituents] use assignabilit...
  • 906cc3c fix(eslint-plugin): [restrict-template-expressions] check base types in allow...
  • Additional commits viewable in compare view

Updates @typescript-eslint/parser from 8.46.2 to 8.50.0

Release notes

Sourced from @​typescript-eslint/parser's releases.

v8.50.0

8.50.0 (2025-12-15)

🚀 Features

  • eslint-plugin: [no-useless-default-assignment] add rule (#11720)

❤️ Thank You

  • Josh Goldberg ✨
  • Ulrich Stark

You can read about our versioning strategy and releases on our website.

v8.49.0

8.49.0 (2025-12-08)

🚀 Features

  • eslint-plugin: use Intl.Segmenter instead of graphemer (#11804)

🩹 Fixes

  • deps: update dependency prettier to v3.7.2 (#11820)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.48.1

8.48.1 (2025-12-02)

⏪ Reverts

  • eslint-plugin: revert "[no-redundant-type-constituents] use assignability checking for redundancy checks (#10744)" (#11812)

🩹 Fixes

  • eslint-plugin: [consistent-type-exports] check value flag before resolving alias (#11769)
  • eslint-plugin: honor ignored base types on generic classes (#11767)
  • eslint-plugin: [restrict-template-expressions] check base types in allow list (#11764, #11759)

❤️ Thank You

... (truncated)

Changelog

Sourced from @​typescript-eslint/parser's changelog.

8.50.0 (2025-12-15)

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

8.49.0 (2025-12-08)

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

8.48.1 (2025-12-02)

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

8.48.0 (2025-11-24)

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

8.47.0 (2025-11-17)

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

8.46.4 (2025-11-10)

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

8.46.3 (2025-11-03)

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

Commits

Updates chai from 4.5.0 to 6.2.1

Release notes

Sourced from chai's releases.

v6.2.1

What's Changed

New Contributors

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

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

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for chai since your current version.


Updates eslint from 9.38.0 to 9.39.2

Release notes

Sourced from eslint's releases.

v9.39.2

Bug Fixes

  • 5705833 fix: warn when eslint-env configuration comments are found (#20381) (sethamus)

Build Related

  • 506f154 build: add .scss files entry to knip (#20391) (Milos Djermanovic)

Chores

v9.39.1

Bug Fixes

  • 650753e fix: Only pass node to JS lang visitor methods (#20283) (Nicholas C. Zakas)

Documentation

  • 51b51f4 docs: add a section on when to use extends vs cascading (#20268) (Tanuj Kanti)
  • b44d426 docs: Update README (GitHub Actions Bot)

Chores

  • 92db329 chore: update @eslint/js version to 9.39.1 (#20284) (Francesco Trotta)
  • c7ebefc chore: package.json update for @​eslint/js release (Jenkins)
  • 61778f6 chore: update eslint-config-eslint dependency @​eslint/js to ^9.39.0 (#20275) (renovate[bot])
  • d9ca2fc ci: Add rangeStrategy to eslint group in renovate config (#20266) (唯然)
  • 009e507 test: fix version tests for ESLint v10 (#20274) (Milos Djermanovic)

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)

... (truncated)

Commits

Updates eslint-config-oclif from 5.2.2 to 6.0.127

Release notes

Sourced from eslint-config-oclif's releases.

6.0.127

Bug Fixes

  • deps: bump typescript-eslint from 8.49.0 to 8.50.0 (c8d06b3)

6.0.126

Bug Fixes

  • deps: bump typescript-eslint from 8.48.1 to 8.49.0 (c922c63)

6.0.125

Bug Fixes

  • deps: bump @​typescript-eslint/parser from 8.48.1 to 8.49.0 (8d7e9ab)

6.0.124

Bug Fixes

  • deps: bump typescript-eslint from 8.48.0 to 8.48.1 (4e50217)

6.0.123

Bug Fixes

  • deps: bump @​typescript-eslint/parser from 8.48.0 to 8.48.1 (22cbd4d)

6.0.122

Bug Fixes

  • deps: bump typescript-eslint from 8.47.0 to 8.48.0 (24634ee)

6.0.121

Bug Fixes

  • deps: bump @​eslint/eslintrc from 3.3.1 to 3.3.3 (651593a)

6.0.120

Bug Fixes

  • deps: bump @​typescript-eslint/parser from 8.47.0 to 8.48.0 (1229d80)

6.0.119

Bug Fixes

  • deps: bump typescript-eslint from 8.46.4 to 8.47.0 (01b699a)

6.0.118

Bug Fixes

  • deps: bump typescript-eslint from 8.46.3 to 8.46.4 (328066e)

... (truncated)

Changelog

Sourced from eslint-config-oclif's changelog.

6.0.127 (2025-12-21)

Bug Fixes

  • deps: bump typescript-eslint from 8.49.0 to 8.50.0 (c8d06b3)

6.0.126 (2025-12-14)

Bug Fixes

  • deps: bump typescript-eslint from 8.48.1 to 8.49.0 (c922c63)

6.0.125 (2025-12-14)

Bug Fixes

  • deps: bump @​typescript-eslint/parser from 8.48.1 to 8.49.0 (8d7e9ab)

6.0.124 (2025-12-07)

Bug Fixes

  • deps: bump typescript-eslint from 8.48.0 to 8.48.1 (4e50217)

6.0.123 (2025-12-07)

Bug Fixes

  • deps: bump @​typescript-eslint/parser from 8.48.0 to 8.48.1 (22cbd4d)

6.0.122 (2025-11-30)

Bug Fixes

... (truncated)

Commits
  • 8af51c5 chore(release): 6.0.127 [skip ci]
  • 5135140 Merge pull request #296 from oclif/dependabot-npm_and_yarn-typescript-eslint-...
  • c8d06b3 fix(deps): bump typescript-eslint from 8.49.0 to 8.50.0
  • 2e6fde4 chore(release): 6.0.126 [skip ci]
  • cc078a6 Merge pull request #292 from oclif/dependabot-npm_and_yarn-typescript-eslint-...
  • c922c63 fix(deps): bump typescript-eslint from 8.48.1 to 8.49.0
  • 8cb5917 chore(release): 6.0.125 [skip ci]
  • 199cadc Merge pull request #293 from oclif/dependabot-npm_and_yarn-typescript-eslint-...
  • 8d7e9ab fix(deps): bump @​typescript-eslint/parser from 8.48.1 to 8.49.0
  • 27cbd4b Merge pull request #294 from oclif/dependabot-npm_and_yarn-eslint-9.39.2
  • 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 iteratin...

    Description has been truncated

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Dec 21, 2025
@dependabot dependabot bot requested a review from a team as a code owner December 21, 2025 20:05
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Dec 21, 2025
…pdates

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

| Package | From | To |
| --- | --- | --- |
| [@oclif/test](https://github.com/oclif/test) | `2.5.6` | `4.1.15` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `24.9.1` | `25.0.3` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.46.2` | `8.50.0` |
| [chai](https://github.com/chaijs/chai) | `4.5.0` | `6.2.1` |
| [eslint](https://github.com/eslint/eslint) | `9.38.0` | `9.39.2` |
| [eslint-config-oclif](https://github.com/oclif/eslint-config-oclif) | `5.2.2` | `6.0.127` |
| [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` |
| [lint-staged](https://github.com/lint-staged/lint-staged) | `16.2.6` | `16.2.7` |
| [mocha](https://github.com/mochajs/mocha) | `11.7.4` | `11.7.5` |
| [nock](https://github.com/nock/nock) | `13.5.6` | `14.0.10` |
| [oclif](https://github.com/oclif/oclif) | `4.22.38` | `4.22.59` |
| [prettier](https://github.com/prettier/prettier) | `3.6.2` | `3.7.4` |
| [sinon](https://github.com/sinonjs/sinon) | `21.0.0` | `21.0.1` |
| [@types/sinon](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/sinon) | `17.0.4` | `21.0.0` |
| [strip-ansi](https://github.com/chalk/strip-ansi) | `6.0.1` | `7.1.2` |



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

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

Updates `@typescript-eslint/eslint-plugin` from 8.46.2 to 8.50.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.50.0/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 8.46.2 to 8.50.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.50.0/packages/parser)

Updates `chai` from 4.5.0 to 6.2.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.2.1)

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

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

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 `lint-staged` from 16.2.6 to 16.2.7
- [Release notes](https://github.com/lint-staged/lint-staged/releases)
- [Changelog](https://github.com/lint-staged/lint-staged/blob/main/CHANGELOG.md)
- [Commits](lint-staged/lint-staged@v16.2.6...v16.2.7)

Updates `mocha` from 11.7.4 to 11.7.5
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/v11.7.5/CHANGELOG.md)
- [Commits](mochajs/mocha@v11.7.4...v11.7.5)

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.59
- [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.59)

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

Updates `sinon` from 21.0.0 to 21.0.1
- [Release notes](https://github.com/sinonjs/sinon/releases)
- [Changelog](https://github.com/sinonjs/sinon/blob/main/docs/changelog.md)
- [Commits](sinonjs/sinon@v21.0.0...v21.0.1)

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

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.15
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-deps
- dependency-name: "@types/node"
  dependency-version: 25.0.3
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-deps
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-version: 8.50.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-deps
- dependency-name: "@typescript-eslint/parser"
  dependency-version: 8.50.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-deps
- dependency-name: chai
  dependency-version: 6.2.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-deps
- dependency-name: eslint
  dependency-version: 9.39.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-deps
- dependency-name: eslint-config-oclif
  dependency-version: 6.0.127
  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: lint-staged
  dependency-version: 16.2.7
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-deps
- dependency-name: mocha
  dependency-version: 11.7.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  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.59
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-deps
- dependency-name: prettier
  dependency-version: 3.7.4
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-deps
- dependency-name: sinon
  dependency-version: 21.0.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-deps
- dependency-name: "@types/sinon"
  dependency-version: 21.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  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 force-pushed the dependabot/npm_and_yarn/dev-deps-470c13552f branch from b58e3ba to 7b7b076 Compare January 5, 2026 23:02
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