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 14 updates:

Package From To
@heroku-cli/schema 1.0.25 2.0.0
@types/node 22.15.21 24.10.1
@types/supports-color 5.3.0 10.0.0
@typescript-eslint/eslint-plugin 7.18.0 8.48.0
@typescript-eslint/parser 7.18.0 8.48.0
chai 5.2.0 6.2.1
eslint 8.57.1 9.39.1
eslint-config-oclif 5.2.2 6.0.122
eslint-plugin-import 2.31.0 2.32.0
mocha 10.8.2 11.7.5
nock 14.0.4 14.0.10
sinon 20.0.0 21.0.0
@types/sinon 17.0.4 21.0.0
typescript 5.7.3 5.9.3

Updates @heroku-cli/schema from 1.0.25 to 2.0.0

Release notes

Sourced from @​heroku-cli/schema's releases.

v2.0.0

  • Manually fix a few duplicate exports (#38) 81afe56
  • chore(deps-dev): bump http-call from 5.2.2 to 5.3.0 (#26) 19ff3ce
  • chore(deps): bump debug from 3.2.5 to 3.2.7 (#17) 307d4e0
  • Upgrade json-schema-to-typescript, update schema, switch to eslint (#34) 26b54d0
  • Merge pull request #33 from heroku/dependabot/npm_and_yarn/es5-ext-0.10.64 ee64ab2
  • Merge pull request #27 from heroku/dependabot/npm_and_yarn/typescript-3.9.10 618351e
  • chore(deps): bump es5-ext from 0.10.46 to 0.10.64 868ac77
  • chore(deps-dev): bump typescript from 3.0.3 to 3.9.10 75e0ae5
  • Merge pull request #32 from heroku/dependabot/npm_and_yarn/json-schema-to-typescript-14.0.5 867a4bf
  • chore(deps-dev): bump json-schema-to-typescript from 5.5.0 to 14.0.5 485f5bc
  • Merge pull request #22 from heroku/revert-21-chore/archive 30c8588
  • Revert "Archival notice" 17e8016
  • Merge pull request #21 from heroku/chore/archive f37471d
  • chore(archive): added archive notice to readme fbb4ae9
  • Merge pull request #18 from heroku/jh/repo-maintenance ab8db51
  • Update README.md fd646fd
  • Update README.md 4c61d4e
  • Create SECURITY aac73a4
  • Create CONTRIBUTING.md 55a5cb2
  • Update CODEOWNERS 0c91e5d
  • Update README.md 5f1404e
  • Update package.json 0ce0e4e
  • Create dependabot.yml 0dd24a7
  • Updated/Added CODEOWNERS with ECCN 7304190
  • remove README badges for codecov/appveyor d2b4690
  • Merge pull request #7 from heroku/remove-appveyor 52ec726
  • remove appveyor d0946da
  • chore(deps): bump js-yaml from 3.12.0 to 3.13.1 (#3) 2bf9e01
  • chore(deps): bump lodash from 4.17.11 to 4.17.15 (#2) 54ed96a
  • fix: updated schema b3ccbd1
  • fix: updated schema 154f846
  • fix: updated schema 0866173
  • fix: updated schema 479b69b
  • fix: updated schema fff1f3e
  • fix: updated schema c016fb3
  • fix: updated schema a99b3d9

heroku/typescript-api-schema@v1.0.25...v2.0.0

Commits
  • 93d85aa v2.0.0
  • 81afe56 Manually fix a few duplicate exports (#38)
  • 19ff3ce chore(deps-dev): bump http-call from 5.2.2 to 5.3.0 (#26)
  • 307d4e0 chore(deps): bump debug from 3.2.5 to 3.2.7 (#17)
  • 26b54d0 Upgrade json-schema-to-typescript, update schema, switch to eslint (#34)
  • ee64ab2 Merge pull request #33 from heroku/dependabot/npm_and_yarn/es5-ext-0.10.64
  • 618351e Merge pull request #27 from heroku/dependabot/npm_and_yarn/typescript-3.9.10
  • 868ac77 chore(deps): bump es5-ext from 0.10.46 to 0.10.64
  • 75e0ae5 chore(deps-dev): bump typescript from 3.0.3 to 3.9.10
  • 867a4bf Merge pull request #32 from heroku/dependabot/npm_and_yarn/json-schema-to-typ...
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by eblack, a new releaser for @​heroku-cli/schema since your current version.


Updates @types/node from 22.15.21 to 24.10.1

Commits

Updates @types/supports-color from 5.3.0 to 10.0.0

Commits

Updates @typescript-eslint/eslint-plugin from 7.18.0 to 8.48.0

Release notes

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

v8.48.0

8.48.0 (2025-11-24)

🚀 Features

  • eslint-plugin: [no-redundant-type-constituents] use assignability checking for redundancy checks (#10744)
  • rule-tester: remove workaround for jest circular structure error (#11772)
  • typescript-estree: gate all errors behind allowInvalidAST (#11693)
  • typescript-estree: replace fast-glob with tinyglobby (#11740)

🩹 Fixes

  • eslint-plugin: [consistent-generic-constructors] ignore when constructor is typed array (#10477)
  • scope-manager: change unhelpful aaa error message and change analyze to expects Program (#11747)
  • typescript-estree: infers singleRun as true for project service (#11327)
  • typescript-estree: disallow binding patterns in parameter properties (#11760)

❤️ Thank You

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

v8.47.0

8.47.0 (2025-11-17)

🚀 Features

  • eslint-plugin: [no-unused-private-class-members] new extension rule (#10913)

❤️ Thank You

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

v8.46.4

8.46.4 (2025-11-10)

🩹 Fixes

... (truncated)

Changelog

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

8.48.0 (2025-11-24)

🚀 Features

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

🩹 Fixes

  • typescript-estree: disallow binding patterns in parameter properties (#11760)
  • eslint-plugin: [consistent-generic-constructors] ignore when constructor is typed array (#10477)

❤️ Thank You

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

8.47.0 (2025-11-17)

🚀 Features

  • eslint-plugin: [no-unused-private-class-members] new extension rule (#10913)

❤️ Thank You

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

8.46.4 (2025-11-10)

🩹 Fixes

  • parser: error when both projectService and project are set (#11333)
  • eslint-plugin: handle override modifier in promise-function-async fixer (#11730)
  • eslint-plugin: [no-deprecated] fix double-report on computed literal identifiers (#11006, #10958)

❤️ Thank You

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

8.46.3 (2025-11-03)

... (truncated)

Commits
  • 6fb1551 chore(release): publish 8.48.0
  • d26e9de chore(eslint-plugin): correct TODO comment on the wrong line (#11773)
  • 5f04910 fix(typescript-estree): disallow binding patterns in parameter properties (#1...
  • a4dc42a chore: migrate to nx 22 (#11780)
  • 2ffb168 feat(eslint-plugin): [no-redundant-type-constituents] use assignability check...
  • 5ea21f1 fix(eslint-plugin): [consistent-generic-constructors] ignore when constructor...
  • 28cf803 chore(release): publish 8.47.0
  • 6c6db24 feat(eslint-plugin): [no-unused-private-class-members] new extension rule (#1...
  • 843f144 chore(release): publish 8.46.4
  • 997e0c0 fix(parser): error when both projectService and project are set (#11333)
  • Additional commits viewable in compare view
Maintainer changes

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


Updates @typescript-eslint/parser from 7.18.0 to 8.48.0

Release notes

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

v8.48.0

8.48.0 (2025-11-24)

🚀 Features

  • eslint-plugin: [no-redundant-type-constituents] use assignability checking for redundancy checks (#10744)
  • rule-tester: remove workaround for jest circular structure error (#11772)
  • typescript-estree: gate all errors behind allowInvalidAST (#11693)
  • typescript-estree: replace fast-glob with tinyglobby (#11740)

🩹 Fixes

  • eslint-plugin: [consistent-generic-constructors] ignore when constructor is typed array (#10477)
  • scope-manager: change unhelpful aaa error message and change analyze to expects Program (#11747)
  • typescript-estree: infers singleRun as true for project service (#11327)
  • typescript-estree: disallow binding patterns in parameter properties (#11760)

❤️ Thank You

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

v8.47.0

8.47.0 (2025-11-17)

🚀 Features

  • eslint-plugin: [no-unused-private-class-members] new extension rule (#10913)

❤️ Thank You

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

v8.46.4

8.46.4 (2025-11-10)

🩹 Fixes

... (truncated)

Changelog

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

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.

8.46.2 (2025-10-20)

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.1 (2025-10-13)

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.0 (2025-10-06)

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.45.0 (2025-09-29)

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.44.1 (2025-09-22)

... (truncated)

Commits
Maintainer changes

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


Updates chai from 5.2.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 eslint-plugin-import from 2.31.0 to 2.32.0

Release notes

Sourced from eslint-plugin-import's releases.

v2.32.0

Added

Fixed

Changed

... (truncated)

Changelog

Sourced from eslint-plugin-import's changelog.

[2.32.0] - 2025-06-20

Added

  • add [enforce-node-protocol-usage] rule and import/node-version setting (#3024, thanks [@​GoldStrikeArch] and [@​sevenc-nanashi])
  • add TypeScript types (#3097, thanks [@​G-Rath])
  • [extensions]: add `pathGroupOverrides to allow enforcement decision overrides based on specifier (#3105, thanks [@​Xunnamius])
  • [order]: add sortTypesGroup option to allow intragroup sorting of type-only imports (#3104, thanks [@​Xunnamius])
  • [order]: add newlines-between-types option to control intragroup sorting of type-only imports (#3127, thanks [@​Xunnamius])
  • [order]: add consolidateIslands option to collapse excess spacing for aesthetically pleasing imports (#3129, thanks [@​Xunnamius])

Fixed

  • [no-unused-modules]: provide more meaningful error message when no .eslintrc is present (#3116, thanks [@​michaelfaith])
  • configs: added missing name attribute for eslint config inspector (#3151, thanks [@​NishargShah])
  • [order]: ensure arcane imports do not cause undefined behavior (#3128, thanks...

    Description has been truncated

Bumps the dev-deps group with 14 updates:

| Package | From | To |
| --- | --- | --- |
| [@heroku-cli/schema](https://github.com/heroku/typescript-api-schema) | `1.0.25` | `2.0.0` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.15.21` | `24.10.1` |
| [@types/supports-color](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/supports-color) | `5.3.0` | `10.0.0` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `7.18.0` | `8.48.0` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `7.18.0` | `8.48.0` |
| [chai](https://github.com/chaijs/chai) | `5.2.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` |
| [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) | `2.31.0` | `2.32.0` |
| [mocha](https://github.com/mochajs/mocha) | `10.8.2` | `11.7.5` |
| [nock](https://github.com/nock/nock) | `14.0.4` | `14.0.10` |
| [sinon](https://github.com/sinonjs/sinon) | `20.0.0` | `21.0.0` |
| [@types/sinon](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/sinon) | `17.0.4` | `21.0.0` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.7.3` | `5.9.3` |


Updates `@heroku-cli/schema` from 1.0.25 to 2.0.0
- [Release notes](https://github.com/heroku/typescript-api-schema/releases)
- [Changelog](https://github.com/heroku/typescript-api-schema/blob/main/CHANGELOG.md)
- [Commits](heroku/typescript-api-schema@v1.0.25...v2.0.0)

Updates `@types/node` from 22.15.21 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 5.3.0 to 10.0.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/supports-color)

Updates `@typescript-eslint/eslint-plugin` from 7.18.0 to 8.48.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.48.0/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 7.18.0 to 8.48.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.48.0/packages/parser)

Updates `chai` from 5.2.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@v5.2.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 `eslint-plugin-import` from 2.31.0 to 2.32.0
- [Release notes](https://github.com/import-js/eslint-plugin-import/releases)
- [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md)
- [Commits](import-js/eslint-plugin-import@v2.31.0...v2.32.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 14.0.4 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@v14.0.4...v14.0.10)

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

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 `typescript` from 5.7.3 to 5.9.3
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Commits](microsoft/TypeScript@v5.7.3...v5.9.3)

---
updated-dependencies:
- dependency-name: "@heroku-cli/schema"
  dependency-version: 2.0.0
  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: "@typescript-eslint/eslint-plugin"
  dependency-version: 8.48.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-deps
- dependency-name: "@typescript-eslint/parser"
  dependency-version: 8.48.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: eslint-plugin-import
  dependency-version: 2.32.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  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-patch
  dependency-group: dev-deps
- dependency-name: sinon
  dependency-version: 21.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  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: typescript
  dependency-version: 5.9.3
  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 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
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