Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps the dev-deps group with 11 updates:

Package From To
@oclif/test 2.5.6 4.1.15
@types/node 20.17.13 24.10.1
@types/supports-color 8.1.3 10.0.0
chai 4.5.0 6.2.1
eslint 8.57.1 9.39.1
eslint-config-oclif 5.2.2 6.0.122
globby 13.2.2 16.0.0
mocha 10.8.2 11.7.5
nock 13.5.5 14.0.10
oclif 4.22.50 4.22.52
typescript 4.8.4 4.9.5

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 20.17.13 to 24.10.1

Commits

Updates @types/supports-color from 8.1.3 to 10.0.0

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 8.57.1 to 9.39.1

Release notes

Sourced from eslint's releases.

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)
  • 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) (唯然)

... (truncated)

Commits
  • e277281 9.39.1
  • 4cdf397 Build: changelog update for 9.39.1
  • 92db329 chore: update @eslint/js version to 9.39.1 (#20284)
  • c7ebefc chore: package.json update for @​eslint/js release
  • 650753e fix: Only pass node to JS lang visitor methods (#20283)
  • 51b51f4 docs: add a section on when to use extends vs cascading (#20268)
  • 61778f6 chore: update eslint-config-eslint dependency @​eslint/js to ^9.39.0 (#20275)
  • d9ca2fc ci: Add rangeStrategy to eslint group in renovate config (#20266)
  • 009e507 test: fix version tests for ESLint v10 (#20274)
  • b44d426 docs: Update README
  • Additional commits viewable in compare view

Updates eslint-config-oclif from 5.2.2 to 6.0.122

Release notes

Sourced from eslint-config-oclif's releases.

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)

6.0.117

Bug Fixes

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

6.0.116

Bug Fixes

  • deps: bump typescript-eslint from 8.46.2 to 8.46.3 (9af82e1)

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)

... (truncated)

Changelog

Sourced from eslint-config-oclif's changelog.

6.0.122 (2025-11-30)

Bug Fixes

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

6.0.121 (2025-11-30)

Bug Fixes

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

6.0.120 (2025-11-30)

Bug Fixes

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

6.0.119 (2025-11-23)

Bug Fixes

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

6.0.118 (2025-11-16)

Bug Fixes

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

6.0.117 (2025-11-15)

Bug Fixes

... (truncated)

Commits
  • 699dd0a chore(release): 6.0.122 [skip ci]
  • a88dc19 Merge pull request #286 from oclif/dependabot-npm_and_yarn-typescript-eslint-...
  • 24634ee fix(deps): bump typescript-eslint from 8.47.0 to 8.48.0
  • ea01b56 chore(release): 6.0.121 [skip ci]
  • 83c1063 Merge pull request #287 from oclif/dependabot-npm_and_yarn-eslint-eslintrc-3.3.3
  • 651593a fix(deps): bump @​eslint/eslintrc from 3.3.1 to 3.3.3
  • 511cbeb chore(release): 6.0.120 [skip ci]
  • 68a28fd Merge pull request #288 from oclif/dependabot-npm_and_yarn-typescript-eslint-...
  • 1229d80 fix(deps): bump @​typescript-eslint/parser from 8.47.0 to 8.48.0
  • e5ef104 chore(release): 6.0.119 [skip ci]
  • Additional commits viewable in compare view

Updates globby from 13.2.2 to 16.0.0

Release notes

Sourced from globby's releases.

v16.0.0

Breaking

  • Respect parent .gitignore files when gitignore option is enabled b9a9a84
    • When {gitignore: true}, Globby now searches for .gitignore files up to the Git repo root (if detected). This matches Git's actual behavior where parent .gitignore patterns apply to subdirectories. Previously, only .gitignore files within the glob search path were considered. This change could break existing code that relied on the previous, more limited behavior.

Improvements

  • Support negation-only patterns 1273541
  • Respect custom fs implementation from options c2eb272
  • Add some more options to isGitIgnored functions e794ff9
  • Improve error message for invalid cwd option 7535e6d

Fixes

  • Fix {gitignore: true} performance issue fcb07c3
  • Fix bundler compatibility e6c72c9
  • Fix parent directory patterns with gitignore option 11dd2df
  • Fix ignore patterns with parent directory references a58d117
  • Fix types for stats option c10f600

sindresorhus/globby@v15.0.0...v16.0.0

v15.0.0

Breaking

  • Require Node.js 20 4ae42c8

Fixes

  • Fix expandDirectories not working with globstar patterns 98d691a
  • Fix relative paths with gitignore option b4d78d8
  • Fix gitignore patterns in subdirectories not applying recursively 2cb6088
  • Fix TypeScript types for globbyStream to correctly yield strings 1c7f3ed

sindresorhus/globby@v14.1.0...v15.0.0

v14.1.0

  • Export isIgnoredByIgnoreFiles and isIgnoredByIgnoreFilesSync functions (#269) cba8941

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

v14.0.2

  • Fix types f600250

... (truncated)

Commits
  • cdbb6a2 16.0.0
  • e6c72c9 Fix bundler compatibility
  • b9a9a84 Respect parent .gitignore files when gitignore option is enabled
  • db9cb72 Add test for suppressErrors option with file patterns
  • 69e0ee7 Add test for ignore option with trailing slashes
  • 11dd2df Fix parent directory patterns with gitignore option
  • e4d0918 Add tests for special characters in directory names
  • f926132 Improve path check in gitignore logic
  • 7535e6d Improve error message for invalid cwd option
  • c10f600 Fix types for stats option
  • Additional commits viewable in compare view

Updates mocha from 10.8.2 to 11.7.5

Release notes

Sourced from mocha's releases.

v11.7.5

11.7.5 (2025-11-04)

🩹 Fixes

  • swallow more require errors from *ts files (#5498) (d89dbaf)

🧹 Chores

v11.7.4

11.7.4 (2025-10-01)

🩹 Fixes

📚 Documentation

  • migrate remaining legacy wiki pages to main documentation (#5465) (bff9166)

🧹 Chores

v11.7.3

11.7.3 (2025-09-30)

🩹 Fixes

  • use original require() error for TS files if ERR_UNKNOWN_FILE_EXTENSION (#5408) (ebdbc48)

📚 Documentation

🤖 Automation

... (truncated)

Changelog

Sourced from mocha's changelog.

11.7.5 (2025-11-04)

🩹 Fixes

  • swallow more require errors from *ts files (#5498) (d89dbaf)

🧹 Chores

11.7.4 (2025-10-01)

🩹 Fixes

📚 Documentation

  • migrate remaining legacy wiki pages to main documentation (#5465) (bff9166)

🧹 Chores

11.7.3 (2025-09-30)

🩹 Fixes

  • use original require() error for TS files if ERR_UNKNOWN_FILE_EXTENSION (#5408) (ebdbc48)

📚 Documentation

🤖 Automation

  • deps: bump actions/setup-node in the github-actions group (#5459) (48c6f40)

... (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.22.50 to 4.22.52

Release notes

Sourced from oclif's releases.

4.22.52

Bug Fixes

  • deps: bump @​aws-sdk/client-s3 from 3.937.0 to 3.940.0 (0a8b89f)

4.22.51

Bug Fixes

  • deps: bump @​aws-sdk/client-cloudfront from 3.937.0 to 3.940.0 (0c016f1)
Changelog

Sourced from oclif's changelog.

4.22.52 (2025-11-30)

Bug Fixes

  • deps: bump @​aws-sdk/client-s3 from 3.937.0 to 3.940.0 (0a8b89f)

4.22.51 (2025-11-30)

Bug Fixes

  • deps: bump @​aws-sdk/client-cloudfront from 3.937.0 to 3.940.0 (0c016f1)
Commits
  • 54065c6 chore(release): 4.22.52 [skip ci]
  • 0f1543c Merge pull request #1922 from oclif/dependabot-npm_and_yarn-aws-sdk-client-s3...
  • 0a8b89f fix(deps): bump @​aws-sdk/client-s3 from 3.937.0 to 3.940.0
  • 4abc123 chore(release): 4.22.51 [skip ci]
  • c315c9e Merge pull request #1923 from oclif/dependabot-npm_and_yarn-aws-sdk-client-cl...
  • 6c2659d Merge pull request #1924 from oclif/dependabot-npm_and_yarn-eslint-config-ocl...
  • 0c103ce chore(dev-deps): bump eslint-config-oclif from 6.0.118 to 6.0.119
  • 0c016f1 fix(deps): bump @​aws-sdk/client-cloudfront from 3.937.0 to 3.940.0
  • d5dea83 Merge pull request #1915 from oclif/dependabot-npm_and_yarn-eslint-config-ocl...
  • f7dc3ee Merge pull request #1916 from oclif/dependabot-npm_and_yarn-oclif-test-4.1.15
  • Additional commits viewable in compare view

Updates typescript from 4.8.4 to 4.9.5

Release notes

Sourced from typescript's releases.

TypeScript 4.9.5

For release notes, check out the release announcement.

Downloads are available on:

Changes:

  • 69e88ef5513a81acf69ec78f4af1f927da0d0584 Port ignore deprecations to 4.9 (#52419)
  • daf4e817a18def96b70ac34703b158ff0e6d58df Port timestamp fix to 4.9 (#52426)

TypeScript 4.9.4

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

Changes:

  • e2868216f637e875a74c675845625eb15dcfe9a2 Bump version to 4.9.4 and LKG.
  • eb5419fc8d980859b98553586dfb5f40d811a745 Cherry-pick #51704 to release 4.9 (#51712)
  • b4d382b9b12460adf2da4cc0d1429cf19f8dc8be Cherry-pick changes for narrowing to tagged literal types.
  • e7a02f43fce47e1a39259ada5460bcc33c8e98b5 Port of #51626 and #51689 to release-4.9 (#51627)
  • 1727912f0437a7f367d90040fc4b0b4f3efd017a Cherry-pick fix around visitEachChild to release-4.9. (#51544)

This list of changes was auto generated.

TypeScript 4.9

For release notes, check out the release announcement.

Downloads are available on:

Changes:

  • 93bd577458d55cd720b2677705feab5c91eb12ce Bump version to 4.9.3 and LKG.
  • 107f832b80df2dc97748021cb00af2b6813db75b Update LKG.
  • 31bee5682df130a14ffdd5742f994dbe7313dd0e Cherry-pick PR #50977 into release-4.9 (#51363) [ #50872 ]
  • 1e2fa7ae15f8530910fef8b916ec8a4ed0b59c45 Update version to 4.9.2-rc and LKG.
  • 7ab89e5c6e401d161f31f28a6c555a3ba530910e Merge remote-tracking branch 'origin/main' into release-4.9
  • e5cd686defb1a4cbdb36bd012357ba5bed28f371 Update package-lock.json
  • 8d40dc15d1b9945837e7860320fdccfe27c40cad Update package-lock.json

... (truncated)

Commits

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Nov 30, 2025
@dependabot dependabot bot requested a review from a team as a code owner November 30, 2025 20:03
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Nov 30, 2025
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/dev-deps-b731942ed0 branch from 819994c to e05167f Compare December 5, 2025 22:02
Bumps the dev-deps group with 11 updates:

| 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) | `20.17.13` | `24.10.1` |
| [@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.2.1` |
| [eslint](https://github.com/eslint/eslint) | `8.57.1` | `9.39.1` |
| [eslint-config-oclif](https://github.com/oclif/eslint-config-oclif) | `5.2.2` | `6.0.122` |
| [globby](https://github.com/sindresorhus/globby) | `13.2.2` | `16.0.0` |
| [mocha](https://github.com/mochajs/mocha) | `10.8.2` | `11.7.5` |
| [nock](https://github.com/nock/nock) | `13.5.5` | `14.0.10` |
| [oclif](https://github.com/oclif/oclif) | `4.22.50` | `4.22.52` |
| [typescript](https://github.com/microsoft/TypeScript) | `4.8.4` | `4.9.5` |


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 20.17.13 to 24.10.1
- [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.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 8.57.1 to 9.39.1
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](eslint/eslint@v8.57.1...v9.39.1)

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

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

Updates `mocha` from 10.8.2 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@v10.8.2...v11.7.5)

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.22.50 to 4.22.52
- [Release notes](https://github.com/oclif/oclif/releases)
- [Changelog](https://github.com/oclif/oclif/blob/main/CHANGELOG.md)
- [Commits](oclif/oclif@4.22.50...4.22.52)

Updates `typescript` from 4.8.4 to 4.9.5
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Commits](microsoft/TypeScript@v4.8.4...v4.9.5)

---
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: 24.10.1
  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.2.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-deps
- dependency-name: eslint
  dependency-version: 9.39.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-deps
- dependency-name: eslint-config-oclif
  dependency-version: 6.0.122
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-deps
- dependency-name: globby
  dependency-version: 16.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-deps
- dependency-name: mocha
  dependency-version: 11.7.5
  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.52
  dependency-type: direct:development
  update-type: version-update:semver-patch
  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-b731942ed0 branch from e05167f to e23e36a Compare December 7, 2025 20: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