Skip to content

chore(deps-dev): bump the dev-deps group with 12 updates #182

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 13, 2025

Bumps the dev-deps group with 12 updates:

Package From To
@heroku-cli/schema 1.0.25 2.0.0
@types/sinon 17.0.3 17.0.4
@types/supports-color 5.3.0 8.1.3
@types/uuid 8.3.0 10.0.0
@typescript-eslint/eslint-plugin 7.18.0 8.32.1
@typescript-eslint/parser 7.18.0 8.32.1
eslint 8.57.1 9.26.0
eslint-config-oclif 5.2.2 6.0.56
mocha 10.7.3 11.2.2
nock 14.0.1 14.0.4
ts-node 10.9.1 10.9.2
typescript 5.7.3 5.8.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/sinon from 17.0.3 to 17.0.4

Commits

Updates @types/supports-color from 5.3.0 to 8.1.3

Commits

Updates @types/uuid from 8.3.0 to 10.0.0

Commits

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

Release notes

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

v8.32.1

8.32.1 (2025-05-12)

🩹 Fixes

  • eslint-plugin: [no-unnecessary-type-conversion] shouldn't have fixable property (#11194)
  • eslint-plugin: [no-deprecated] support computed member access (#10867)
  • eslint-plugin: [consistent-indexed-object-style] adjust auto-fixer to generate valid syntax for TSMappedType with no type annotation (#11180)
  • eslint-plugin: [consistent-indexed-object-style] check for indirect circular types in aliased mapped types (#11177)

❤️ Thank You

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

v8.32.0

8.32.0 (2025-05-05)

🚀 Features

  • eslint-plugin: [no-unnecessary-type-conversion] add rule (#10182)
  • eslint-plugin: [only-throw-error] add option allowRethrowing (#11075)

🩹 Fixes

  • deps: update dependency typedoc to ^0.28.0 (1fef33521)
  • eslint-plugin: [no-unnecessary-type-parameters] should parenthesize type in suggestion fixer if necessary (#10907)
  • eslint-plugin: [unified-signatures] exempt this from optional parameter overload check (#11005)
  • eslint-plugin: [prefer-nullish-coalescing] fix parenthesization bug in suggestion (#11098)
  • typescript-estree: ensure consistent TSMappedType AST shape (#11086)
  • typescript-estree: correct TSImportType property name when assert (#11115)

❤️ Thank You

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

v8.31.1

8.31.1 (2025-04-28)

... (truncated)

Changelog

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

8.32.1 (2025-05-12)

🩹 Fixes

  • eslint-plugin: [consistent-indexed-object-style] check for indirect circular types in aliased mapped types (#11177)
  • eslint-plugin: [consistent-indexed-object-style] adjust auto-fixer to generate valid syntax for TSMappedType with no type annotation (#11180)
  • eslint-plugin: [no-deprecated] support computed member access (#10867)
  • eslint-plugin: [no-unnecessary-type-conversion] shouldn't have fixable property (#11194)

❤️ Thank You

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

8.32.0 (2025-05-05)

🚀 Features

  • eslint-plugin: [only-throw-error] add option allowRethrowing (#11075)
  • eslint-plugin: [no-unnecessary-type-conversion] add rule (#10182)

🩹 Fixes

  • eslint-plugin: [prefer-nullish-coalescing] fix parenthesization bug in suggestion (#11098)
  • eslint-plugin: [unified-signatures] exempt this from optional parameter overload check (#11005)
  • eslint-plugin: [no-unnecessary-type-parameters] should parenthesize type in suggestion fixer if necessary (#10907)

❤️ Thank You

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

8.31.1 (2025-04-28)

🩹 Fixes

  • eslint-plugin: [no-unnecessary-condition] downgrade fix to suggestion (#11081)

❤️ Thank You

... (truncated)

Commits
  • af077a0 chore(release): publish 8.32.1
  • f8db925 fix(eslint-plugin): [consistent-indexed-object-style] check for indirect circ...
  • 98c5c4c fix(eslint-plugin): [consistent-indexed-object-style] adjust auto-fixer to ge...
  • b2be3dc chore: simplify tsconfig setup using configDir (#11136)
  • 523b3ea fix(eslint-plugin): [no-deprecated] support computed member access (#10867)
  • 0d822bd docs: use T[] instead of [T, ...T[]] in rule options (#11129)
  • aeb7402 chore(ast-spec): finish migrating to vitest (#11126)
  • a89d5e3 fix(eslint-plugin): [no-unnecessary-type-conversion] shouldn't have fixable p...
  • 7598496 chore: remove now-stub @​types/marked package
  • 0cee7ca chore(deps): update dependency ignore to v7 (#11163)
  • Additional commits viewable in compare view

Updates @typescript-eslint/parser from 7.18.0 to 8.32.1

Release notes

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

v8.32.1

8.32.1 (2025-05-12)

🩹 Fixes

  • eslint-plugin: [no-unnecessary-type-conversion] shouldn't have fixable property (#11194)
  • eslint-plugin: [no-deprecated] support computed member access (#10867)
  • eslint-plugin: [consistent-indexed-object-style] adjust auto-fixer to generate valid syntax for TSMappedType with no type annotation (#11180)
  • eslint-plugin: [consistent-indexed-object-style] check for indirect circular types in aliased mapped types (#11177)

❤️ Thank You

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

v8.32.0

8.32.0 (2025-05-05)

🚀 Features

  • eslint-plugin: [no-unnecessary-type-conversion] add rule (#10182)
  • eslint-plugin: [only-throw-error] add option allowRethrowing (#11075)

🩹 Fixes

  • deps: update dependency typedoc to ^0.28.0 (1fef33521)
  • eslint-plugin: [no-unnecessary-type-parameters] should parenthesize type in suggestion fixer if necessary (#10907)
  • eslint-plugin: [unified-signatures] exempt this from optional parameter overload check (#11005)
  • eslint-plugin: [prefer-nullish-coalescing] fix parenthesization bug in suggestion (#11098)
  • typescript-estree: ensure consistent TSMappedType AST shape (#11086)
  • typescript-estree: correct TSImportType property name when assert (#11115)

❤️ Thank You

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

v8.31.1

8.31.1 (2025-04-28)

... (truncated)

Changelog

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

8.32.1 (2025-05-12)

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.32.0 (2025-05-05)

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.31.1 (2025-04-28)

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.31.0 (2025-04-21)

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.30.1 (2025-04-14)

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.30.0 (2025-04-14)

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.29.1 (2025-04-07)

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.29.0 (2025-03-31)

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.28.0 (2025-03-24)

... (truncated)

Commits
  • af077a0 chore(release): publish 8.32.1
  • b2be3dc chore: simplify tsconfig setup using configDir (#11136)
  • aeb7402 chore(ast-spec): finish migrating to vitest (#11126)
  • 819a03f chore(release): publish 8.32.0
  • 172ab8a chore(eslint-plugin): resolve remaining issues from vitest migration (#11100)
  • a9c9251 chore: revert vitest related changes in tsconfig files (#11124)
  • f5c588c chore(release): publish 8.31.1
  • 2cc7656 chore(release): publish 8.31.0
  • 9531492 chore(release): publish 8.30.1
  • b3688be chore(release): publish 8.30.0
  • Additional commits viewable in compare view

Updates eslint from 8.57.1 to 9.26.0

Release notes

Sourced from eslint's releases.

v9.26.0

Features

  • e9754e7 feat: add reportGlobalThis to no-shadow-restricted-names (#19670) (sethamus)
  • 0fa2b7a feat: add suggestions for eqeqeq rule (#19640) (Nitin Kumar)
  • dcbdcc9 feat: Add MCP server (#19592) (Nicholas C. Zakas)
  • 2dfd83e feat: add ignoreDirectives option in no-unused-expressions (#19645) (sethamus)

Bug Fixes

  • 96e84de fix: check cache file existence before deletion (#19648) (sethamus)
  • d683aeb fix: don't crash on tests with circular references in RuleTester (#19664) (Milos Djermanovic)
  • 9736d5d fix: add namespace to Plugin.meta type (#19661) (Milos Djermanovic)
  • 17bae69 fix: update RuleTester.run() type (#19634) (Nitin Kumar)

Documentation

  • dd98d63 docs: Update README (GitHub Actions Bot)
  • c25e858 docs: Update README (GitHub Actions Bot)
  • b2397e9 docs: Update README (GitHub Actions Bot)
  • addd0a6 docs: fix formatting of unordered lists in Markdown (#19660) (Milos Djermanovic)
  • a21b38d docs: Update README (GitHub Actions Bot)
  • c0721a7 docs: fix double space in command (#19657) (CamWass)

Chores

  • 5b247c8 chore: upgrade to @eslint/[email protected] (#19681) (Francesco Trotta)
  • d6fa4ac chore: package.json update for @​eslint/js release (Jenkins)
  • 0958690 chore: disambiguate internal types LanguageOptions and Rule (#19669) (Francesco Trotta)
  • f1c858e chore: fix internal type references to Plugin and Rule (#19665) (Francesco Trotta)
  • 40dd299 refactor: One-shot ESQuery selector analysis (#19652) (Nicholas C. Zakas)
  • 1cfd702 chore: update dependency @​eslint/json to ^0.12.0 (#19656) (renovate[bot])

v9.25.1

Bug Fixes

  • cdc8e8c fix: revert directive detection in no-unused-expressions (#19639) (sethamus)

Chores

  • 1f2b057 chore: upgrade @​eslint/js@​9.25.1 (#19642) (Milos Djermanovic)
  • 771317f chore: package.json update for @​eslint/js release (Jenkins)

v9.25.0

Features

  • dcd95aa feat: support TypeScript syntax in no-empty-function rule (#19551) (sethamus)
  • 77d6d5b feat: support TS syntax in no-unused-expressions (#19564) (Sweta Tanwar)
  • 90228e5 feat: support JSRuleDefinition type (#19604) (루밀LuMir)
  • 59ba6b7 feat: add allowObjects option to no-restricted-properties (#19607) (sethamus)
  • db650a0 feat: support TypeScript syntax in no-invalid-this rule (#19532) (Tanuj Kanti)
  • 9535cff feat: support TS syntax in no-loop-func (#19559) (Nitin Kumar)

Bug Fixes

  • 910bd13 fix: nodeTypeKey not being used in NodeEventGenerator (#19631) (StyleShit)

Documentation

... (truncated)

Changelog

Sourced from eslint's changelog.

v9.26.0 - May 2, 2025

  • 5b247c8 chore: upgrade to @eslint/[email protected] (#19681) (Francesco Trotta)
  • d6fa4ac chore: package.json update for @​eslint/js release (Jenkins)
  • e9754e7 feat: add reportGlobalThis to no-shadow-restricted-names (#19670) (sethamus)
  • 0fa2b7a feat: add suggestions for eqeqeq rule (#19640) (Nitin Kumar)
  • dd98d63 docs: Update README (GitHub Actions Bot)
  • 96e84de fix: check cache file existence before deletion (#19648) (sethamus)
  • c25e858 docs: Update README (GitHub Actions Bot)
  • 0958690 chore: disambiguate internal types LanguageOptions and Rule (#19669) (Francesco Trotta)
  • dcbdcc9 feat: Add MCP server (#19592) (Nicholas C. Zakas)
  • b2397e9 docs: Update README (GitHub Actions Bot)
  • d683aeb fix: don't crash on tests with circular references in RuleTester (#19664) (Milos Djermanovic)
  • f1c858e chore: fix internal type references to Plugin and Rule (#19665) (Francesco Trotta)
  • 9736d5d fix: add namespace to Plugin.meta type (#19661) (Milos Djermanovic)
  • 40dd299 refactor: One-shot ESQuery selector analysis (#19652) (Nicholas C. Zakas)
  • addd0a6 docs: fix formatting of unordered lists in Markdown (#19660) (Milos Djermanovic)
  • a21b38d docs: Update README (GitHub Actions Bot)
  • c0721a7 docs: fix double space in command (#19657) (CamWass)
  • 1cfd702 chore: update dependency @​eslint/json to ^0.12.0 (#19656) (renovate[bot])
  • 2dfd83e feat: add ignoreDirectives option in no-unused-expressions (#19645) (sethamus)
  • 17bae69 fix: update RuleTester.run() type (#19634) (Nitin Kumar)

v9.25.1 - April 21, 2025

  • 1f2b057 chore: upgrade @​eslint/js@​9.25.1 (#19642) (Milos Djermanovic)
  • 771317f chore: package.json update for @​eslint/js release (Jenkins)
  • cdc8e8c fix: revert directive detection in no-unused-expressions (#19639) (sethamus)

v9.25.0 - April 18, 2025

  • 88dc196 chore: upgrade @​eslint/js@​9.25.0 (#19636) (Milos Djermanovic)
  • 345288d chore: package.json update for @​eslint/js release (Jenkins)
  • 910bd13 fix: nodeTypeKey not being used in NodeEventGenerator (#19631) (StyleShit)
  • ca7a735 docs: update no-undef-init when not to use section (#19624) (Tanuj Kanti)
  • affe6be chore: upgrade trunk (#19628) (sethamus)
  • 1b870c9 docs: use eslint-config-xo in the getting started guide (#19629) (Nitin Kumar)
  • 5d4af16 docs: add types for multiple rule options (#19616) (Tanuj Kanti)
  • e8f8d57 docs: Update README (GitHub Actions Bot)
  • a40348f docs: no-use-before-define tweaks (#19622) (Kirk Waiblinger)
  • 0ba3ae3 docs: Update README (GitHub Actions Bot)
  • 865dbfe docs: ensure "learn more" deprecation links point to useful resource (#19590) (Kirk Waiblinger)
  • dcd95aa feat: support TypeScript syntax in no-empty-function rule (#19551) (sethamus)
  • 77d6d5b feat: support TS syntax in no-unused-expressions (#19564) (Sweta Tanwar)
  • 90228e5 feat: support JSRuleDefinition type (#19604) (루밀LuMir)
  • f80b746 docs: add known limitations for no-self-compare (#19612) (Nitin Kumar)
  • 59ba6b7 feat: add allowObjects option to no-restricted-properties (#19607) (sethamus)
  • db650a0 feat: support TypeScript syntax in no-invalid-this rule (#19532) (Tanuj Kanti)
  • dd20cf2 test: fix no-loop-func test with duplicate variable reports (#19610) (Milos Djermanovic)
  • 9535cff feat: support TS syntax in no-loop-func (#19559) (Nitin Kumar)

... (truncated)

Commits

Updates eslint-config-oclif from 5.2.2 to 6.0.56

Release notes

Sourced from eslint-config-oclif's releases.

6.0.56

Bug Fixes

  • deps: bump typescript-eslint from 8.30.1 to 8.32.0 (56c7ab8)

6.0.55

Bug Fixes

  • deps: bump eslint-import-resolver-typescript from 3.10.0 to 3.10.1 (16bb3fe)

6.0.54

Bug Fixes

  • deps: bump @​eslint/js from 9.25.0 to 9.26.0 (cb70b72)

6.0.53

Bug Fixes

  • deps: bump @​typescript-eslint/parser from 8.31.0 to 8.31.1 (e766b1d)

6.0.52

Bug Fixes

  • deps: bump @​typescript-eslint/eslint-plugin from 8.31.0 to 8.31.1 (1d526cd)

6.0.51

Bug Fixes

  • deps: bump @​eslint/compat from 1.2.8 to 1.2.9 (b921701)

6.0.50

Bug Fixes

  • deps: bump @​typescript-eslint/parser from 8.30.1 to 8.31.0 (d127544)

6.0.49

Bug Fixes

  • deps: bump eslint-plugin-jsdoc from 50.6.9 to 50.6.11 (60cf4af)

6.0.48

Bug Fixes

  • deps: bump @​typescript-eslint/eslint-plugin from 8.30.1 to 8.31.0 (ff81a23)

6.0.47

Bug Fixes

  • deps: bump eslint-plugin-perfectionist from 4.11.0 to 4.12.3 (ac032d5)

... (truncated)

Changelog

Sourced from eslint-config-oclif's changelog.

6.0.56 (2025-05-11)

Bug Fixes

  • deps: bump typescript-eslint from 8.30.1 to 8.32.0 (56c7ab8)

6.0.55 (2025-05-11)

Bug Fixes

  • deps: bump eslint-import-resolver-typescript from 3.10.0 to 3.10.1 (16bb3fe)

6.0.54 (2025-05-04)

Bug Fixes

  • deps: bump @​eslint/js from 9.25.0 to 9.26.0 (cb70b72)

6.0.53 (2025-05-04)

Bug Fixes

  • deps: bump @​typescript-eslint/parser from 8.31.0 to 8.31.1 (e766b1d)

6.0.52 (2025-05-04)

Bug Fixes

  • deps: bump @​typescript-eslint/eslint-plugin from 8.31.0 to 8.31.1 (1d526cd)

6.0.51 (2025-05-04)

Bug Fixes

... (truncated)

Commits
  • 3f94893 chore(release): 6.0.56 [skip ci]
  • 24799e9 Merge pull request #187 from oclif/dependabot-npm_and_yarn-typescript-eslint-...
  • 56c7ab8 fix(deps): bump typescript-eslint from 8.30.1 to 8.32.0
  • cd2722e chore(release): 6.0.55 [skip ci]
  • 49cd2ed Merge pull request #188 from oclif/dependabot-npm_and_yarn-eslint-import-reso...
  • 16bb3fe fix(deps): bump eslint-import-resolver-typescript from 3.10.0 to 3.10.1
  • 44c17c4 chore(release): 6.0.54 [skip ci]
  • dadc28b Merge pull request #181 from oclif/dependabot-npm_and_yarn-eslint-js-9.26.0
  • cb70b72 fix(deps): bump @​eslint/js from 9.25.0 to 9.26.0
  • 9cb2d22 chore(release): 6.0.53 [skip ci]
  • Additional commits viewable in compare view

Updates mocha from 10.7.3 to 11.2.2

Release notes

Sourced from mocha's releases.

v11.2.2

11.2.2 (2025-04-10)

🩹 Fixes

📚 Documentation

v11.2.1

11.2.1 (2025-04-10)

🩹 Fixes

📚 Documentation

  • fix new website typos, improve readability (#5312) (fbceb19)

🧹 Chores

v11.2.0

11.2.0 (2025-03-17)

🌟 Features

  • enable reporters to show relative paths of tests (#5292) (81ea666)

📚 Documentation

🧹 Chores

... (truncated)

Changelog

Sourced from mocha's changelog.

11.2.2 (2025-04-10)

🩹 Fixes

📚 Documentation

11.2.1 (2025-04-10)

🩹 Fixes

📚 Documentation

  • fix new website typos, improve readability (#5312) (fbceb19)

🧹 Chores

11.2.0 (2025-03-17)

🌟 Features

  • enable reporters to show relative paths of tests (#5292) (81ea666)

📚 Documentation

🧹 Chores

  • enabled eslint-plugin-n (#5280) (945d6e3)
  • pin node-lts tests to 22.11.0 (

Bumps the dev-deps group with 12 updates:

| Package | From | To |
| --- | --- | --- |
| [@heroku-cli/schema](https://github.com/heroku/typescript-api-schema) | `1.0.25` | `2.0.0` |
| [@types/sinon](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/sinon) | `17.0.3` | `17.0.4` |
| [@types/supports-color](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/supports-color) | `5.3.0` | `8.1.3` |
| [@types/uuid](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/uuid) | `8.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.32.1` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `7.18.0` | `8.32.1` |
| [eslint](https://github.com/eslint/eslint) | `8.57.1` | `9.26.0` |
| [eslint-config-oclif](https://github.com/oclif/eslint-config-oclif) | `5.2.2` | `6.0.56` |
| [mocha](https://github.com/mochajs/mocha) | `10.7.3` | `11.2.2` |
| [nock](https://github.com/nock/nock) | `14.0.1` | `14.0.4` |
| [ts-node](https://github.com/TypeStrong/ts-node) | `10.9.1` | `10.9.2` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.7.3` | `5.8.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/sinon` from 17.0.3 to 17.0.4
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/sinon)

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

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

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

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

Updates `eslint` from 8.57.1 to 9.26.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.26.0)

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

Updates `mocha` from 10.7.3 to 11.2.2
- [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.2.2)

Updates `nock` from 14.0.1 to 14.0.4
- [Release notes](https://github.com/nock/nock/releases)
- [Changelog](https://github.com/nock/nock/blob/main/CHANGELOG.md)
- [Commits](nock/nock@v14.0.1...v14.0.4)

Updates `ts-node` from 10.9.1 to 10.9.2
- [Release notes](https://github.com/TypeStrong/ts-node/releases)
- [Changelog](https://github.com/TypeStrong/ts-node/blob/main/development-docs/release-template.md)
- [Commits](TypeStrong/ts-node@v10.9.1...v10.9.2)

Updates `typescript` from 5.7.3 to 5.8.3
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml)
- [Commits](microsoft/TypeScript@v5.7.3...v5.8.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/sinon"
  dependency-version: 17.0.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-deps
- dependency-name: "@types/supports-color"
  dependency-version: 8.1.3
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-deps
- dependency-name: "@types/uuid"
  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.32.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-deps
- dependency-name: "@typescript-eslint/parser"
  dependency-version: 8.32.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-deps
- dependency-name: eslint
  dependency-version: 9.26.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-deps
- dependency-name: eslint-config-oclif
  dependency-version: 6.0.56
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-deps
- dependency-name: mocha
  dependency-version: 11.2.2
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-deps
- dependency-name: nock
  dependency-version: 14.0.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-deps
- dependency-name: ts-node
  dependency-version: 10.9.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-deps
- dependency-name: typescript
  dependency-version: 5.8.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-deps
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels May 13, 2025
@dependabot dependabot bot requested a review from a team as a code owner May 13, 2025 20:06
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