Skip to content

Bump the npm-dependencies group across 1 directory with 9 updates#14

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/npm-dependencies-1de895782f
Open

Bump the npm-dependencies group across 1 directory with 9 updates#14
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/npm-dependencies-1de895782f

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 20, 2026

Bumps the npm-dependencies group with 9 updates in the / directory:

Package From To
@inquirer/prompts 8.2.0 8.3.2
@oclif/core 4.8.0 4.10.0
@oclif/plugin-help 6.2.37 6.2.38
@eslint/compat 2.0.1 2.0.3
@types/chai 4.3.20 5.2.3
@types/node 25.0.10 25.5.0
eslint 9.39.2 10.0.3
eslint-config-oclif 6.0.133 6.0.150
oclif 4.22.68 4.22.93

Updates @inquirer/prompts from 8.2.0 to 8.3.2

Release notes

Sourced from @​inquirer/prompts's releases.

@​inquirer/prompts@​8.3.2

  • Fix broken 8.3.1 release process.

@​inquirer/prompts@​8.3.1

  • Bump dependencies

@​inquirer/prompts@​8.3.0

  • Fix: Keypresses happening before a prompt is rendered are now ignored.
  • Fix (checkbox): Element who're both checked and disabled are now always included in the returned array.
  • Feat (select/checkbox): Cursor will now hover disabled options of the list; but they still cannot be interacted with. This prevents the cursor jumping ahead in ways that can be confusing.
  • Feat: various new theme options to make all prompts content localizable.

Finally, see our new @inquirer/i18n package!

@​inquirer/prompts@​8.2.1

  • chore: Switch wrap-ansi with fast-wrap-ansi
Commits
  • b218fcc chore: Publish new release
  • b6aabed fix: set prepublish script
  • 1ce0319 chore: Publish new release
  • 62a1b2d Merge pull request #2031 from SBoudrias/sboudrias/debug-xterm-80g
  • 09fcc6c chore(@​inquirer/testing): fix formatting
  • 56bdf30 fix(@​inquirer/testing): resolve xterm CJS named export error under native Nod...
  • 58d3bf0 chore(deps): Bump brace-expansion from 1.1.11 to 1.1.12 (#2029)
  • f9a3adb Merge pull request #2026 from SBoudrias/emdash/semver-315
  • 264f5da chore(setup-packages): simplify coerce using tryParseRange
  • feab678 chore(setup-packages): replace semver with std-semver
  • Additional commits viewable in compare view

Updates @oclif/core from 4.8.0 to 4.10.0

Release notes

Sourced from @​oclif/core's releases.

4.10.0

Bug Fixes

  • include multiple property in cached arg metadata (32b4bb7)
  • provide clearer messages on invalid variadic args (454ae3d)

Features

  • add ArgDefinition overloads for variadic arg return types (6fea593)
  • add definition-time validation for variadic arg constraints (20d2543)
  • add multiple property to ArgProps interface (fb76263)
  • allow array of default values for varargs (da42b29)
  • implement variadic arg parsing with shift/pop algorithm (eba40b5)
  • show ... suffix for variadic args in help text (fc53652)

4.9.0

Features

  • warn on hidden, deprecated aliases (af47f67)

4.8.4

Bug Fixes

4.8.3

Bug Fixes

4.8.2

Bug Fixes

  • deps: bump minimatch from 10.2.1 to 10.2.4 (d1d9831)

4.8.1

Bug Fixes

  • deps: bump minimatch from 9.0.5 to 10.2.1 (2815e37)
Changelog

Sourced from @​oclif/core's changelog.

4.10.0 (2026-03-19)

Bug Fixes

  • include multiple property in cached arg metadata (32b4bb7)
  • provide clearer messages on invalid variadic args (454ae3d)

Features

  • add ArgDefinition overloads for variadic arg return types (6fea593)
  • add definition-time validation for variadic arg constraints (20d2543)
  • add multiple property to ArgProps interface (fb76263)
  • allow array of default values for varargs (da42b29)
  • implement variadic arg parsing with shift/pop algorithm (eba40b5)
  • show ... suffix for variadic args in help text (fc53652)

4.9.0 (2026-03-12)

Features

  • warn on hidden, deprecated aliases (af47f67)

4.8.4 (2026-03-09)

Bug Fixes

4.8.3 (2026-03-02)

Bug Fixes

4.8.2 (2026-02-28)

... (truncated)

Commits
  • a5facdb chore(release): 4.10.0 [skip ci]
  • 4c6b3d7 Merge pull request #1554 from rexxars/feat/native-variadic-args
  • da42b29 feat: allow array of default values for varargs
  • 454ae3d fix: provide clearer messages on invalid variadic args
  • 8378f8b test: more thoroughly test variadic arg combinations
  • 5a960a1 Merge pull request #1556 from oclif/dependabot-npm_and_yarn-eslint-config-ocl...
  • a85be73 chore(dev-deps): bump eslint-config-oclif from 6.0.146 to 6.0.148
  • 5670148 chore(release): 4.9.0 [skip ci]
  • ee6f7e3 Merge pull request #1555 from rexxars/fix/warn-on-hidden-deprecated
  • af47f67 feat: warn on hidden, deprecated aliases
  • Additional commits viewable in compare view

Updates @oclif/plugin-help from 6.2.37 to 6.2.38

Release notes

Sourced from @​oclif/plugin-help's releases.

6.2.38

Bug Fixes

  • deps: bump @​oclif/core from 4.8.3 to 4.9.0 (#1103) (6ed1cff)
Changelog

Sourced from @​oclif/plugin-help's changelog.

6.2.38 (2026-03-14)

Bug Fixes

  • deps: bump @​oclif/core from 4.8.3 to 4.9.0 (#1103) (6ed1cff)
Commits
  • c3173fb chore(release): 6.2.38 [skip ci]
  • 6ed1cff fix(deps): bump @​oclif/core from 4.8.3 to 4.9.0 (#1103)
  • 455f1f7 chore(dev-deps): bump eslint from 9.39.3 to 9.39.4 (#1100)
  • 1ade66b chore(dev-deps): bump oclif from 4.22.79 to 4.22.81 (#1096)
  • a1f3076 chore(dev-deps): bump eslint-config-oclif from 6.0.140 to 6.0.144 (#1097)
  • 92a5d6d Merge pull request #1099 from oclif/mm/fix/repository-prefix-devcenter-links
  • 1126cb1 chore: updating mocha dependency
  • 2d591da adding repositoryPrefix so CLI command doc links point to this plugin’s repo ...
  • 9b78c41 Merge pull request #1094 from oclif/ew/slack-webhook-secret
  • 849dd01 chore: pass slack webhook secret [skip ci]
  • Additional commits viewable in compare view

Updates @eslint/compat from 2.0.1 to 2.0.3

Release notes

Sourced from @​eslint/compat's releases.

compat: v2.0.3

2.0.3 (2026-03-06)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​eslint/core bumped from ^1.1.0 to ^1.1.1

migrate-config: v2.0.3

2.0.3 (2026-03-06)

Bug Fixes

  • update dependency @​eslint/eslintrc to ^3.3.4 (#382) (cecf46e)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​eslint/compat bumped from ^2.0.2 to ^2.0.3
    • devDependencies
      • @​eslint/core bumped from ^1.1.0 to ^1.1.1

compat: v2.0.2

2.0.2 (2026-01-29)

Bug Fixes

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​eslint/core bumped from ^1.0.1 to ^1.1.0

migrate-config: v2.0.2

2.0.2 (2026-01-29)

Dependencies

  • The following workspace dependencies were updated
    • dependencies

... (truncated)

Changelog

Sourced from @​eslint/compat's changelog.

2.0.3 (2026-03-06)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​eslint/core bumped from ^1.1.0 to ^1.1.1

2.0.2 (2026-01-29)

Bug Fixes

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​eslint/core bumped from ^1.0.1 to ^1.1.0
Commits

Updates @types/chai from 4.3.20 to 5.2.3

Commits

Updates @types/node from 25.0.10 to 25.5.0

Commits

Updates eslint from 9.39.2 to 10.0.3

Release notes

Sourced from eslint's releases.

v10.0.3

Bug Fixes

  • e511b58 fix: update eslint (#20595) (renovate[bot])
  • f4c9cf9 fix: include variable name in no-useless-assignment message (#20581) (sethamus)
  • ee9ff31 fix: update dependency minimatch to ^10.2.4 (#20562) (Milos Djermanovic)

Documentation

  • 9fc31b0 docs: Update README (GitHub Actions Bot)
  • 4efaa36 docs: add info box for eslint-plugin-eslint-comments (#20570) (DesselBane)
  • 23b2759 docs: add v10 migration guide link to Use docs index (#20577) (Pixel998)
  • 80259a9 docs: Remove deprecated eslintrc documentation files (#20472) (Copilot)
  • 9b9b4ba docs: fix typo in no-await-in-loop documentation (#20575) (Pixel998)
  • e7d72a7 docs: document TypeScript 5.3 minimum supported version (#20547) (sethamus)

Chores

  • ef8fb92 chore: package.json update for eslint-config-eslint release (Jenkins)
  • e8f2104 chore: updates for v9.39.4 release (Jenkins)
  • 5cd1604 refactor: simplify isCombiningCharacter helper (#20524) (Huáng Jùnliàng)
  • 70ff1d0 chore: eslint-config-eslint require Node ^20.19.0 || ^22.13.0 || >=24 (#20586) (Milos Djermanovic)
  • e32df71 chore: update eslint-plugin-eslint-comments, remove legacy-peer-deps (#20576) (Milos Djermanovic)
  • 53ca6ee chore: disable eslint-comments/no-unused-disable rule (#20578) (Milos Djermanovic)
  • e121895 ci: pin Node.js 25.6.1 (#20559) (Milos Djermanovic)
  • efc5aef chore: update tsconfig.json in eslint-config-eslint (#20551) (Francesco Trotta)

v10.0.2

Bug Fixes

  • 2b72361 fix: update ajv to 6.14.0 to address security vulnerabilities (#20537) (루밀LuMir)

Documentation

  • 13eeedb docs: link rule type explanation to CLI option --fix-type (#20548) (Mike McCready)
  • 98cbf6b docs: update migration guide per Program range change (#20534) (Huáng Jùnliàng)
  • 61a2405 docs: add missing semicolon in vars-on-top rule example (#20533) (Abilash)

Chores

  • 951223b chore: update dependency @​eslint/eslintrc to ^3.3.4 (#20553) (renovate[bot])
  • 6aa1afe chore: update dependency eslint-plugin-jsdoc to ^62.7.0 (#20536) (Milos Djermanovic)

v10.0.1

Bug Fixes

  • c87d5bd fix: update eslint (#20531) (renovate[bot])
  • d841001 fix: update minimatch to 10.2.1 to address security vulnerabilities (#20519) (루밀LuMir)
  • 04c2147 fix: update error message for unused suppressions (#20496) (fnx)
  • 38b089c fix: update dependency @​eslint/config-array to ^0.23.1 (#20484) (renovate[bot])

Documentation

  • 5b3dbce docs: add AI acknowledgement section to templates (#20431) (루밀LuMir)
  • 6f23076 docs: toggle nav in no-JS mode (#20476) (Tanuj Kanti)
  • b69cfb3 docs: Update README (GitHub Actions Bot)

Chores

... (truncated)

Commits
  • bfce7ea 10.0.3
  • d44ced8 Build: changelog update for 10.0.3
  • e511b58 fix: update eslint (#20595)
  • ef8fb92 chore: package.json update for eslint-config-eslint release
  • e8f2104 chore: updates for v9.39.4 release
  • 5cd1604 refactor: simplify isCombiningCharacter helper (#20524)
  • 9fc31b0 docs: Update README
  • 70ff1d0 chore: eslint-config-eslint require Node ^20.19.0 || ^22.13.0 || >=24 (#20586)
  • f4c9cf9 fix: include variable name in no-useless-assignment message (#20581)
  • 4efaa36 docs: add info box for eslint-plugin-eslint-comments (#20570)
  • Additional commits viewable in compare view

Updates eslint-config-oclif from 6.0.133 to 6.0.150

Release notes

Sourced from eslint-config-oclif's releases.

6.0.150

Bug Fixes

  • deps: bump typescript-eslint from 8.56.1 to 8.57.0 (95faf85)

6.0.149

Bug Fixes

  • deps: bump @​typescript-eslint/parser from 8.56.1 to 8.57.0 (7ceb4be)

6.0.148

Bug Fixes

  • deps: bump @​eslint/eslintrc from 3.3.4 to 3.3.5 (21ae08a)

6.0.147

Bug Fixes

  • deps: bump @​eslint/js from 9.39.3 to 9.39.4 (431dd20)

6.0.146

Bug Fixes

  • deps: bump @​eslint/eslintrc from 3.3.3 to 3.3.4 (b97ab46)

6.0.145

Bug Fixes

  • deps: bump typescript-eslint from 8.56.0 to 8.56.1 (975c1ac)

6.0.144

Bug Fixes

  • deps: bump ajv from 6.12.6 to 6.14.0 (67378cc)

6.0.143

Bug Fixes

  • deps: bump typescript-eslint from 8.55.0 to 8.56.0 (7701208)

6.0.142

Bug Fixes

  • deps: bump eslint-plugin-n from 17.23.2 to 17.24.0 (2be0b86)

6.0.141

Bug Fixes

  • deps: bump @​typescript-eslint/parser from 8.55.0 to 8.56.0 (2b89117)

... (truncated)

Changelog

Sourced from eslint-config-oclif's changelog.

6.0.150 (2026-03-15)

Bug Fixes

  • deps: bump typescript-eslint from 8.56.1 to 8.57.0 (95faf85)

6.0.149 (2026-03-15)

Bug Fixes

  • deps: bump @​typescript-eslint/parser from 8.56.1 to 8.57.0 (7ceb4be)

6.0.148 (2026-03-08)

Bug Fixes

  • deps: bump @​eslint/eslintrc from 3.3.4 to 3.3.5 (21ae08a)

6.0.147 (2026-03-08)

Bug Fixes

  • deps: bump @​eslint/js from 9.39.3 to 9.39.4 (431dd20)

6.0.146 (2026-03-01)

Bug Fixes

  • deps: bump @​eslint/eslintrc from 3.3.3 to 3.3.4 (b97ab46)

6.0.145 (2026-03-01)

Bug Fixes

... (truncated)

Commits
  • f2b49ab chore(release): 6.0.150 [skip ci]
  • c68cbfa Merge pull request #329 from oclif/dependabot-npm_and_yarn-typescript-eslint-...
  • 95faf85 fix(deps): bump typescript-eslint from 8.56.1 to 8.57.0
  • 5ccb182 chore(release): 6.0.149 [skip ci]
  • fc277f3 Merge pull request #330 from oclif/dependabot-npm_and_yarn-typescript-eslint-...
  • 7ceb4be fix(deps): bump @​typescript-eslint/parser from 8.56.1 to 8.57.0
  • b0030ad Merge pull request #326 from oclif/dependabot-npm_and_yarn-eslint-9.39.4
  • 170cc66 chore(dev-deps): bump eslint from 9.39.3 to 9.39.4
  • 03c8504 chore(release): 6.0.148 [skip ci]
  • b932d16 Merge pull request #327 from oclif/dependabot-npm_and_yarn-eslint-eslintrc-3.3.5
  • Additional commits viewable in compare view

Updates oclif from 4.22.68 to 4.22.93

Release notes

Sourced from oclif's releases.

4.22.93

Bug Fixes

  • deps: bump flatted from 3.3.1 to 3.4.2 (943ec13)

4.22.92

Bug Fixes

  • deps: bump @​oclif/plugin-not-found from 3.2.74 to 3.2.75 (4eefb02)

4.22.91

Bug Fixes

  • deps: bump @​aws-sdk/client-s3 from 3.1004.0 to 3.1009.0 (da5fc92)

4.22.90

Bug Fixes

  • deps: bump @​oclif/plugin-help from 6.2.37 to 6.2.38 (9a63640)

4.22.89

Bug Fixes

  • deps: bump @​oclif/core from 4.8.3 to 4.9.0 (f56c1db)

4.22.88

Bug Fixes

  • deps: bump @​aws-sdk/client-cloudfront from 3.1004.0 to 3.1009.0 (8af60d6)

4.22.87

Bug Fixes

  • deps: bump @​aws-sdk/client-s3 from 3.1002.0 to 3.1004.0 (14feda5)

4.22.86

Bug Fixes

  • deps: bump @​aws-sdk/client-cloudfront from 3.1001.0 to 3.1004.0 (dbcff56)

4.22.85

Bug Fixes

  • deps: bump @​aws-sdk/client-s3 from 3.995.0 to 3.1000.0 (c387f60)

4.22.84

Bug Fixes

  • deps: bump @​aws-sdk/client-cloudfront from 3.995.0 to 3.1000.0 (1f624e3)

... (truncated)

Changelog

Sourced from oclif's changelog.

4.22.93 (2026-03-20)

Bug Fixes

  • deps: bump flatted from 3.3.1 to 3.4.2 (943ec13)

4.22.92 (2026-03-16)

Bug Fixes

  • deps: bump @​oclif/plugin-not-found from 3.2.74 to 3.2.75 (4eefb02)

4.22.91 (2026-03-15)

Bug Fixes

  • deps: bump @​aws-sdk/client-s3 from 3.1004.0 to 3.1009.0 (da5fc92)

4.22.90 (2026-03-15)

Bug Fixes

  • deps: bump @​oclif/plugin-help from 6.2.37 to 6.2.38 (9a63640)

4.22.89 (2026-03-15)

Bug Fixes

  • deps: bump @​oclif/core from 4.8.3 to 4.9.0 (f56c1db)

4.22.88 (2026-03-15)

Bug Fixes

  • deps: bump @​aws-sdk/client-cloudfront from 3.1004.0 to 3.1009.0 (8af60d6)

4.22.87 (2026-03-08)

Bug Fixes

  • deps: bump @​aws-sdk/client-s3 from 3.1002.0 to 3.1004.0 (14feda5)

4.22.86 (2026-03-08)

Bug Fixes

  • deps: bump @​aws-sdk/client-cloudfront from 3.1001.0 to 3.1004.0 (dbcff56)

4.22.85 (2026-03-05)

... (truncated)

Commits
  • 6ea1094 chore(release): 4.22.93 [skip ci]
  • c5ceef9 Merge pull request #2002 from oclif/dependabot-npm_and_yarn-flatted-3.4.2
  • 943ec13 fix(deps): bump flatted from 3.3.1 to 3.4.2
  • 9d9c29a chore(release): 4.22.92 [skip ci]
  • 01ed02f Merge pull request #1997 from oclif/dependabot-npm_and_yarn-oclif-plugin-not-...
  • 35cac18 chore(release): 4.22.91 [skip ci]
  • 7e76eeb Merge pull request #1998 from oclif/dependabot-npm_and_yarn-aws-sdk-client-s3...
  • 4eefb02 fix(deps): bump @​oclif/plugin-not-found from 3.2.74 to 3.2.75
  • a10a70c chore(release): 4.22.90 [skip ci]
  • 925e71f Merge pull request #1999 from oclif/dependabot-npm_and_yarn-oclif-plugin-help...
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the npm-dependencies group with 9 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@inquirer/prompts](https://github.com/SBoudrias/Inquirer.js) | `8.2.0` | `8.3.2` |
| [@oclif/core](https://github.com/oclif/core) | `4.8.0` | `4.10.0` |
| [@oclif/plugin-help](https://github.com/oclif/plugin-help) | `6.2.37` | `6.2.38` |
| [@eslint/compat](https://github.com/eslint/rewrite/tree/HEAD/packages/compat) | `2.0.1` | `2.0.3` |
| [@types/chai](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/chai) | `4.3.20` | `5.2.3` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `25.0.10` | `25.5.0` |
| [eslint](https://github.com/eslint/eslint) | `9.39.2` | `10.0.3` |
| [eslint-config-oclif](https://github.com/oclif/eslint-config-oclif) | `6.0.133` | `6.0.150` |
| [oclif](https://github.com/oclif/oclif) | `4.22.68` | `4.22.93` |



Updates `@inquirer/prompts` from 8.2.0 to 8.3.2
- [Release notes](https://github.com/SBoudrias/Inquirer.js/releases)
- [Commits](https://github.com/SBoudrias/Inquirer.js/compare/@inquirer/prompts@8.2.0...@inquirer/prompts@8.3.2)

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

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

Updates `@eslint/compat` from 2.0.1 to 2.0.3
- [Release notes](https://github.com/eslint/rewrite/releases)
- [Changelog](https://github.com/eslint/rewrite/blob/main/packages/compat/CHANGELOG.md)
- [Commits](https://github.com/eslint/rewrite/commits/compat-v2.0.3/packages/compat)

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

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

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

Updates `eslint-config-oclif` from 6.0.133 to 6.0.150
- [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@6.0.133...6.0.150)

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

---
updated-dependencies:
- dependency-name: "@inquirer/prompts"
  dependency-version: 8.3.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: "@oclif/core"
  dependency-version: 4.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: "@oclif/plugin-help"
  dependency-version: 6.2.38
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: "@eslint/compat"
  dependency-version: 2.0.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: "@types/chai"
  dependency-version: 5.2.3
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-dependencies
- dependency-name: "@types/node"
  dependency-version: 25.5.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: eslint
  dependency-version: 10.0.3
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-dependencies
- dependency-name: eslint-config-oclif
  dependency-version: 6.0.150
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: oclif
  dependency-version: 4.22.93
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
...

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 Mar 20, 2026
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