Skip to content

Bump the npm-dependencies group across 1 directory with 8 updates#12

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

Bump the npm-dependencies group across 1 directory with 8 updates#12
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/npm-dependencies-e92a5ea726

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 27, 2026

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

Package From To
@inquirer/prompts 8.2.0 8.3.0
@oclif/core 4.8.0 4.8.1
@eslint/compat 2.0.1 2.0.2
@types/chai 4.3.20 5.2.3
@types/node 25.0.10 25.3.2
eslint 9.39.2 10.0.2
eslint-config-oclif 6.0.133 6.0.144
oclif 4.22.68 4.22.81

Updates @inquirer/prompts from 8.2.0 to 8.3.0

Release notes

Sourced from @​inquirer/prompts's releases.

@​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
  • 526eca2 chore: Publish new release
  • 60d02c4 docs(@​inquirer/prompts): highlight auto-detected locale in i18n section (#2011)
  • f773d21 feat(@​inquirer/prompts-i18n) New i18n package with first set of localization ...
  • dd52bbe feat: allow cursor to land on disabled choices (#2008)
  • 64622ed feat(@​inquirer/testing): add nextRender() to unit test render API (#2010)
  • 32ed010 refactor(@​inquirer/select,@​inquirer/checkbox): clean up disabled choice rende...
  • b23a483 fix(@​inquirer/checkbox): include disabled+checked items in the answer
  • fd40b43 fix(@​inquirer/core): discard keystrokes buffered before prompt creation
  • fd001c1 chore: Publish new release
  • 260d7eb fix(@​inquirer/testing): handle SWC-style namespace objects and missing option...
  • Additional commits viewable in compare view

Updates @oclif/core from 4.8.0 to 4.8.1

Release notes

Sourced from @​oclif/core's releases.

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.8.1 (2026-02-22)

Bug Fixes

  • deps: bump minimatch from 9.0.5 to 10.2.1 (2815e37)
Commits
  • 5072476 chore(release): 4.8.1 [skip ci]
  • ce25dae Merge pull request #1539 from oclif/dependabot-npm_and_yarn-minimatch-10.2.1
  • 2815e37 fix(deps): bump minimatch from 9.0.5 to 10.2.1
  • bcfc7d0 Merge pull request #1540 from oclif/dependabot-npm_and_yarn-eslint-9.39.3
  • d399e77 chore(dev-deps): bump eslint from 9.39.2 to 9.39.3
  • 6929b32 Merge pull request #1541 from oclif/dependabot-npm_and_yarn-eslint-config-ocl...
  • 72cf503 chore(dev-deps): bump eslint-config-oclif from 6.0.137 to 6.0.140
  • e32b9b3 Merge pull request #1534 from oclif/dependabot-npm_and_yarn-oclif-plugin-plug...
  • a8489da Merge pull request #1535 from oclif/dependabot-npm_and_yarn-eslint-config-ocl...
  • 3e95a26 chore(dev-deps): bump eslint-config-oclif from 6.0.135 to 6.0.137
  • Additional commits viewable in compare view

Updates @eslint/compat from 2.0.1 to 2.0.2

Release notes

Sourced from @​eslint/compat's releases.

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
      • @​eslint/compat bumped from ^2.0.1 to ^2.0.2
    • devDependencies
      • @​eslint/core bumped from ^1.0.1 to ^1.1.0
Changelog

Sourced from @​eslint/compat's changelog.

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.3.2

Commits

Updates eslint from 9.39.2 to 10.0.2

Release notes

Sourced from eslint's releases.

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

  • e5c281f chore: updates for v9.39.3 release (Jenkins)
  • 8c3832a chore: update @​typescript-eslint/parser to ^8.56.0 (#20514) (Milos Djermanovic)
  • 8330d23 test: add tests for config-api (#20493) (Milos Djermanovic)
  • 37d6e91 chore: remove eslint v10 prereleases from eslint-config-eslint deps (#20494) (Milos Djermanovic)
  • da7cd0e refactor: cleanup error message templates (#20479) (Francesco Trotta)
  • 84fb885 chore: package.json update for @​eslint/js release (Jenkins)
  • 1f66734 chore: add eslint to peerDependencies of @eslint/js (#20467) (Milos Djermanovic)

v10.0.0

Breaking Changes

  • f9e54f4 feat!: estimate rule-tester failure location (#20420) (ST-DDT)
  • a176319 feat!: replace chalk with styleText and add color to ResultsMeta (#20227) (루밀LuMir)
  • c7046e6 feat!: enable JSX reference tracking (#20152) (Pixel998)
  • fa31a60 feat!: add name to configs (#20015) (Kirk Waiblinger)
  • 3383e7e fix!: remove deprecated SourceCode methods (#20137) (Pixel998)
  • 501abd0 feat!: update dependency minimatch to v10 (#20246) (renovate[bot])
  • ca4d3b4 fix!: stricter rule tester assertions for valid test cases (#20125) (唯然)
  • 96512a6 fix!: Remove deprecated rule context methods (#20086) (Nicholas C. Zakas)
  • c69fdac feat!: remove eslintrc support (#20037) (Francesco Trotta)
  • 208b5cc feat!: Use ScopeManager#addGlobals() (#20132) (Milos Djermanovic)
  • a2ee188 fix!: add uniqueItems: true in no-invalid-regexp option (#20155) (Tanuj Kanti)
  • a89059d feat!: Program range span entire source text (#20133) (Pixel998)
  • 39a6424 fix!: assert 'text' is a string across all RuleFixer methods (#20082) (Pixel998)
  • f28fbf8 fix!: Deprecate "always" and "as-needed" options of the radix rule (#20223) (Milos Djermanovic)

... (truncated)

Commits
  • 55122d6 10.0.2
  • 80f1e29 Build: changelog update for 10.0.2
  • 951223b chore: update dependency @​eslint/eslintrc to ^3.3.4 (#20553)
  • 13eeedb docs: link rule type explanation to CLI option --fix-type (#20548)
  • 6aa1afe chore: update dependency eslint-plugin-jsdoc to ^62.7.0 (#20536)
  • 2b72361 fix: update ajv to 6.14.0 to address security vulnerabilities (#20537)
  • 98cbf6b docs: update migration guide per Program range change (#20534)
  • 61a2405 docs: add missing semicolon in vars-on-top rule example (#20533)
  • 0bd5497 10.0.1
  • ddb80ef Build: changelog update for 10.0.1
  • Additional commits viewable in compare view

Updates eslint-config-oclif from 6.0.133 to 6.0.144

Release notes

Sourced from eslint-config-oclif's releases.

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)

6.0.140

Bug Fixes

  • deps: bump typescript-eslint from 8.54.0 to 8.55.0 (eba079f)

6.0.139

Bug Fixes

  • deps: bump @​typescript-eslint/parser from 8.54.0 to 8.55.0 (c1c9f9a)

6.0.138

Bug Fixes

  • deps: bump @​typescript-eslint/eslint-plugin from 8.54.0 to 8.55.0 (ac3d6d9)

6.0.137

Bug Fixes

  • deps: bump typescript-eslint from 8.53.1 to 8.54.0 (5adbb12)

6.0.136

Bug Fixes

  • deps: bump @​typescript-eslint/parser from 8.53.1 to 8.54.0 (1383bd3)

6.0.135

Bug Fixes

  • deps: bump typescript-eslint from 8.53.0 to 8.53.1 (043bcf7)

... (truncated)

Changelog

Sourced from eslint-config-oclif's changelog.

6.0.144 (2026-02-22)

Bug Fixes

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

6.0.143 (2026-02-22)

Bug Fixes

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

6.0.142 (2026-02-22)

Bug Fixes

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

6.0.141 (2026-02-22)

Bug Fixes

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

6.0.140 (2026-02-15)

Bug Fixes

  • deps: bump typescript-eslint from 8.54.0 to 8.55.0 (eba079f)

6.0.139 (2026-02-15)

Bug Fixes

... (truncated)

Commits
  • e1d5124 chore(release): 6.0.144 [skip ci]
  • 743477e Merge pull request #315 from oclif/dependabot-npm_and_yarn-ajv-6.14.0
  • 67378cc fix(deps): bump ajv from 6.12.6 to 6.14.0
  • 552e556 chore(release): 6.0.143 [skip ci]
  • 65a21bb Merge pull request #316 from oclif/dependabot-npm_and_yarn-typescript-eslint-...
  • 7701208 fix(deps): bump typescript-eslint from 8.55.0 to 8.56.0
  • 7a6e848 chore(release): 6.0.142 [skip ci]
  • fb896f2 Merge pull request #317 from oclif/dependabot-npm_and_yarn-eslint-plugin-n-17...
  • 2be0b86 fix(deps): bump eslint-plugin-n from 17.23.2 to 17.24.0
  • 0b2d555 chore(release): 6.0.141 [skip ci]
  • Additional commits viewable in compare view

Updates oclif from 4.22.68 to 4.22.81

Release notes

Sourced from oclif's releases.

4.22.81

Bug Fixes

  • deps: bump @​aws-sdk/client-cloudfront from 3.990.0 to 3.995.0 (c638b04)

4.22.80

Bug Fixes

  • deps: bump @​aws-sdk/client-s3 from 3.990.0 to 3.995.0 (192c75e)

4.22.79

Bug Fixes

  • deps: bump @​aws-sdk/client-s3 from 3.985.0 to 3.990.0 (44867e5)

4.22.78

Bug Fixes

  • deps: bump @​aws-sdk/client-cloudfront from 3.985.0 to 3.990.0 (f23366c)

4.22.77

Bug Fixes

  • deps: bump @​aws-sdk/client-cloudfront from 3.980.0 to 3.985.0 (a696fc6)

4.22.76

Bug Fixes

  • deps: bump semver from 7.7.3 to 7.7.4 (37a4d24)

4.22.75

Bug Fixes

  • deps: bump @​aws-sdk/client-s3 from 3.980.0 to 3.985.0 (b78c657)

4.22.74

Bug Fixes

  • deps: bump @​oclif/plugin-help from 6.2.36 to 6.2.37 (e1d3aae)

4.22.73

Bug Fixes

  • deps: bump @​oclif/plugin-not-found from 3.2.73 to 3.2.74 (3a5cbe3)

4.22.72

Bug Fixes

  • deps: bump @​aws-sdk/client-s3 from 3.975.0 to 3.980.0 (38c168a)

... (truncated)

Changelog

Sourced from oclif's changelog.

4.22.81 (2026-02-22)

Bug Fixes

  • deps: bump @​aws-sdk/client-cloudfront from 3.990.0 to 3.995.0 (c638b04)

4.22.80 (2026-02-22)

Bug Fixes

  • deps: bump @​aws-sdk/client-s3 from 3.990.0 to 3.995.0 (192c75e)

4.22.79 (2026-02-15)

Bug Fixes

  • deps: bump @​aws-sdk/client-s3 from 3.985.0 to 3.990.0 (44867e5)

4.22.78 (2026-02-15)

Bug Fixes

  • deps: bump @​aws-sdk/client-cloudfront from 3.985.0 to 3.990.0 (f23366c)

4.22.77 (2026-02-08)

Bug Fixes

  • deps: bump @​aws-sdk/client-cloudfront from 3.980.0 to 3.985.0 (a696fc6)

4.22.76 (2026-02-08)

Bug Fixes

  • deps: bump semver from 7.7.3 to 7.7.4 (37a4d24)

4.22.75 (2026-02-08)

Bug Fixes

  • deps: bump @​aws-sdk/client-s3 from 3.980.0 to 3.985.0 (b78c657)

4.22.74 (2026-02-08)

Bug Fixes

  • deps: bump @​oclif/plugin-help from 6.2.36 to 6.2.37 (e1d3aae)

4.22.73 (2026-02-01)

... (truncated)

Commits
  • 83cb53c chore(release): 4.22.81 [skip ci]
  • d3811af Merge pull request #1979 from oclif/dependabot-npm_and_yarn-aws-sdk-client-cl...
  • 4d40df7 Merge pull request #1980 from oclif/dependabot-npm_and_yarn-eslint-config-ocl...
  • 7bbe4bd Merge pull request #1981 from oclif/dependabot-npm_and_yarn-eslint-9.39.3
  • c638b04 fix(deps): bump @​aws-sdk/client-cloudfront from 3.990.0 to 3.995.0
  • 85e5ee2 chore(release): 4.22.80 [skip ci]
  • 2eabcd3 Merge pull request #1982 from oclif/dependabot-npm_and_yarn-aws-sdk-client-s3...
  • 192c75e fix(deps): bump @​aws-sdk/client-s3 from 3.990.0 to 3.995.0
  • 7db9cb4 chore(dev-deps): bump eslint from 9.39.2 to 9.39.3
  • ab136d0 chore(dev-deps): bump eslint-config-oclif from 6.0.137 to 6.0.140
  • 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 8 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@inquirer/prompts](https://github.com/SBoudrias/Inquirer.js) | `8.2.0` | `8.3.0` |
| [@oclif/core](https://github.com/oclif/core) | `4.8.0` | `4.8.1` |
| [@eslint/compat](https://github.com/eslint/rewrite/tree/HEAD/packages/compat) | `2.0.1` | `2.0.2` |
| [@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.3.2` |
| [eslint](https://github.com/eslint/eslint) | `9.39.2` | `10.0.2` |
| [eslint-config-oclif](https://github.com/oclif/eslint-config-oclif) | `6.0.133` | `6.0.144` |
| [oclif](https://github.com/oclif/oclif) | `4.22.68` | `4.22.81` |



Updates `@inquirer/prompts` from 8.2.0 to 8.3.0
- [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.0)

Updates `@oclif/core` from 4.8.0 to 4.8.1
- [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.8.1)

Updates `@eslint/compat` from 2.0.1 to 2.0.2
- [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.2/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.3.2
- [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.2
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](eslint/eslint@v9.39.2...v10.0.2)

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

Updates `oclif` from 4.22.68 to 4.22.81
- [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.81)

---
updated-dependencies:
- dependency-name: "@inquirer/prompts"
  dependency-version: 8.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: "@oclif/core"
  dependency-version: 4.8.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: "@eslint/compat"
  dependency-version: 2.0.2
  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.3.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: eslint
  dependency-version: 10.0.2
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-dependencies
- dependency-name: eslint-config-oclif
  dependency-version: 6.0.144
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: oclif
  dependency-version: 4.22.81
  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 Feb 27, 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