Skip to content

TECH Dependabot [npm] Bump the main group across 1 directory with 11 updates#8

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/main-36b63ff5b5
Open

TECH Dependabot [npm] Bump the main group across 1 directory with 11 updates#8
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/main-36b63ff5b5

Conversation

@dependabot
Copy link
Contributor

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

Bumps the main group with 9 updates in the / directory:

Package From To
eslint 9.39.2 9.39.3
@typescript-eslint/utils 8.55.0 8.56.0
acorn 8.15.0 8.16.0
ajv 6.12.6 6.14.0
baseline-browser-mapping 2.9.19 2.10.0
caniuse-lite 1.0.30001769 1.0.30001772
electron-to-chromium 1.5.286 1.5.302
minimatch 3.1.2 3.1.3
resolve 2.0.0-next.5 2.0.0-next.6

Updates eslint from 9.39.2 to 9.39.3

Release notes

Sourced from eslint's releases.

v9.39.3

Bug Fixes

  • 791bf8d fix: restore TypeScript 4.0 compatibility in types (#20504) (sethamus)

Chores

  • 8594a43 chore: upgrade @​eslint/js@​9.39.3 (#20529) (Milos Djermanovic)
  • 9ceef92 chore: package.json update for @​eslint/js release (Jenkins)
  • af498c6 chore: ignore /docs/v9.x in link checker (#20453) (Milos Djermanovic)
Commits

Updates @eslint/js from 9.39.2 to 9.39.3

Release notes

Sourced from @​eslint/js's releases.

v9.39.3

Bug Fixes

  • 791bf8d fix: restore TypeScript 4.0 compatibility in types (#20504) (sethamus)

Chores

  • 8594a43 chore: upgrade @​eslint/js@​9.39.3 (#20529) (Milos Djermanovic)
  • 9ceef92 chore: package.json update for @​eslint/js release (Jenkins)
  • af498c6 chore: ignore /docs/v9.x in link checker (#20453) (Milos Djermanovic)
Commits

Updates @typescript-eslint/utils from 8.55.0 to 8.56.0

Release notes

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

v8.56.0

8.56.0 (2026-02-16)

🚀 Features

🩹 Fixes

  • use parser options from context.languageOptions (#12043)

❤️ Thank You

See GitHub Releases for more information.

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

Changelog

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

8.56.0 (2026-02-16)

🚀 Features

🩹 Fixes

  • use parser options from context.languageOptions (#12043)

❤️ Thank You

See GitHub Releases for more information.

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

Commits

Updates @typescript-eslint/visitor-keys from 8.55.0 to 8.56.0

Release notes

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

v8.56.0

8.56.0 (2026-02-16)

🚀 Features

🩹 Fixes

  • use parser options from context.languageOptions (#12043)

❤️ Thank You

See GitHub Releases for more information.

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

Changelog

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

8.56.0 (2026-02-16)

🚀 Features

❤️ Thank You

See GitHub Releases for more information.

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

Commits

Updates acorn from 8.15.0 to 8.16.0

Commits
  • 610d62d Mark version 8.16.0
  • e4baf9e Mark acorn-walk 8.3.5
  • 543c6f0 Properly check for presence of node.attributes in walkers
  • 54097dc Bump test262
  • 24a20b3 Bump Unicode 17, regenerate script values
  • 7f67462 Properly throw an error, not a raw string
  • 356ed94 More explicit error when walking a tree and a node type isn't registered.
  • 9e12432 Rename eslint config file to suppress warning
  • ddba1e4 Update to ESLint 9
  • ca53db2 Add Unicode v17 support
  • Additional commits viewable in compare view

Updates ajv from 6.12.6 to 6.14.0

Commits

Updates baseline-browser-mapping from 2.9.19 to 2.10.0

Release notes

Sourced from baseline-browser-mapping's releases.

v2.10.0

What's Changed

  • Introduces support for Node 6 by refactoring all Object.entries and Object.values instances and lowering ES target in Rollup to es2015.
  • Adds specified Node version support in package.json for >=6.0.0.
  • Refactors CLI code to avoid parseArgs which is not supported by versions of Node prior to 18, changes import to require and changes Rollup export to cjs to allow execution on older versions of Node.
  • Adds a new legacy-test.js file that allows basic testing on older versions of Node where current versions of Jasmine and ESLint are not supported.
  • Adds a test matrix to run tests on all even-numbered Node versions from 6 to 24.
  • refactor publish workflows to support NPM's new OIDC integration

Full Changelog: web-platform-dx/baseline-browser-mapping@v2.9.24...v2.10.0

Commits
  • 874d44b 2.10.0
  • 39d29e7 Add trigger to run_tests.yml to test all PRs to main
  • b663e5b update publish.yml to use new run_tests.yml workflow
  • 85856ee Rewrite CLI to avoid parseArgs
  • e89115c refactor locations of tests
  • 6b49470 Revert to Node 18 and up for Jasmine tests
  • 0fc540a remove unneeded eslint-disable
  • 613a0c7 Run full test suite from node 16 onwards
  • 06f3825 Include Node 24
  • 15c7517 Fix test script path
  • 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 baseline-browser-mapping since your current version.


Updates caniuse-lite from 1.0.30001769 to 1.0.30001772

Commits

Updates electron-to-chromium from 1.5.286 to 1.5.302

Commits

Updates minimatch from 3.1.2 to 3.1.3

Commits
  • 00c323b 3.1.3
  • 30486b2 update CI matrix and actions
  • 9c31b2d update test expectations for coalesced consecutive stars
  • 46fe687 coalesce consecutive non-globstar * characters
  • 5a9ccbd [meta] update publishConfig.tag to legacy-v3
  • See full diff in compare view

Updates resolve from 2.0.0-next.5 to 2.0.0-next.6

Commits
  • f637b5c v2.0.0-next.6
  • ab587d7 [New] add exports support via engines and exportsCategory options
  • 1894ba4 [Refactor] use non-hoisted declarations instead of expressions
  • e606385 [Robustness] use es-errors
  • 13df854 [Dev Deps] update @ljharb/eslint-config, npmignore
  • d086095 [readme] replace runkit CI badge with shields.io check-runs badge
  • 121c276 [Performance] avoid an unnecessary slice
  • 0a42ec2 [meta] add DCO
  • 0cfd54e [readme] add CII Best Practices badge
  • 79f0d81 [eslint] add eslint optional peer dep
  • 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

…updates

Bumps the main group with 9 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [eslint](https://github.com/eslint/eslint) | `9.39.2` | `9.39.3` |
| [@typescript-eslint/utils](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/utils) | `8.55.0` | `8.56.0` |
| [acorn](https://github.com/acornjs/acorn) | `8.15.0` | `8.16.0` |
| [ajv](https://github.com/ajv-validator/ajv) | `6.12.6` | `6.14.0` |
| [baseline-browser-mapping](https://github.com/web-platform-dx/baseline-browser-mapping) | `2.9.19` | `2.10.0` |
| [caniuse-lite](https://github.com/browserslist/caniuse-lite) | `1.0.30001769` | `1.0.30001772` |
| [electron-to-chromium](https://github.com/kilian/electron-to-chromium) | `1.5.286` | `1.5.302` |
| [minimatch](https://github.com/isaacs/minimatch) | `3.1.2` | `3.1.3` |
| [resolve](https://github.com/browserify/resolve) | `2.0.0-next.5` | `2.0.0-next.6` |



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

Updates `@eslint/js` from 9.39.2 to 9.39.3
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](https://github.com/eslint/eslint/commits/v9.39.3/packages/js)

Updates `@typescript-eslint/utils` from 8.55.0 to 8.56.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/utils/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.56.0/packages/utils)

Updates `@typescript-eslint/visitor-keys` from 8.55.0 to 8.56.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/visitor-keys/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.56.0/packages/visitor-keys)

Updates `acorn` from 8.15.0 to 8.16.0
- [Commits](acornjs/acorn@8.15.0...8.16.0)

Updates `ajv` from 6.12.6 to 6.14.0
- [Release notes](https://github.com/ajv-validator/ajv/releases)
- [Commits](ajv-validator/ajv@v6.12.6...v6.14.0)

Updates `baseline-browser-mapping` from 2.9.19 to 2.10.0
- [Release notes](https://github.com/web-platform-dx/baseline-browser-mapping/releases)
- [Commits](web-platform-dx/baseline-browser-mapping@v2.9.19...v2.10.0)

Updates `caniuse-lite` from 1.0.30001769 to 1.0.30001772
- [Commits](browserslist/caniuse-lite@1.0.30001769...1.0.30001772)

Updates `electron-to-chromium` from 1.5.286 to 1.5.302
- [Changelog](https://github.com/Kilian/electron-to-chromium/blob/master/CHANGELOG.md)
- [Commits](Kilian/electron-to-chromium@v1.5.286...v1.5.302)

Updates `minimatch` from 3.1.2 to 3.1.3
- [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md)
- [Commits](isaacs/minimatch@v3.1.2...v3.1.3)

Updates `resolve` from 2.0.0-next.5 to 2.0.0-next.6
- [Commits](browserify/resolve@v2.0.0-next.5...v2.0.0-next.6)

---
updated-dependencies:
- dependency-name: eslint
  dependency-version: 9.39.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: main
- dependency-name: "@eslint/js"
  dependency-version: 9.39.3
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: main
- dependency-name: "@typescript-eslint/utils"
  dependency-version: 8.56.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: main
- dependency-name: "@typescript-eslint/visitor-keys"
  dependency-version: 8.56.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: main
- dependency-name: acorn
  dependency-version: 8.16.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: main
- dependency-name: ajv
  dependency-version: 6.14.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: main
- dependency-name: baseline-browser-mapping
  dependency-version: 2.10.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: main
- dependency-name: caniuse-lite
  dependency-version: 1.0.30001772
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: main
- dependency-name: electron-to-chromium
  dependency-version: 1.5.302
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: main
- dependency-name: minimatch
  dependency-version: 3.1.3
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: main
- dependency-name: resolve
  dependency-version: 2.0.0-next.6
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: main
...

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 22, 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