Skip to content

TECH Dependabot [npm] Bump the main group with 6 updates#53

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/main-46c13a694f
Closed

TECH Dependabot [npm] Bump the main group with 6 updates#53
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/main-46c13a694f

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 26, 2026

Copy link
Copy Markdown
Contributor

Bumps the main group with 6 updates:

Package From To
@babel/eslint-parser 7.29.7 8.0.1
@babel/core 7.29.7 8.0.1
es-to-primitive 1.3.0 1.3.3
eslint-scope 5.1.1 8.4.0
eslint-visitor-keys 2.1.0 3.4.3
estraverse 4.3.0 5.3.0

Updates @babel/eslint-parser from 7.29.7 to 8.0.1

Release notes

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

v8.0.1 (2026-06-17)

This release includes a breaking change that was in the Babel 8 migration guide's Getting ready section and in the release post, but the actual removal of the feature from the codebase was accidentally not complete.

💥 Breaking Change

  • babel-core, babel-plugin-transform-object-rest-spread, babel-plugin-transform-runtime, babel-preset-env, babel-standalone

Committers: 2

v8.0.0 (2026-06-16)

NOTE: The changelog below is relative to v8.0.0-rc.6. You can find a summary of all the breaking changes shipped in the Babel 8 release line in the migration guide for users and migration guide for plugin developers.

Read the release blog post at http://babeljs.io/blog/2026/06/16/8.0.0!

👓 Spec Compliance

💥 Breaking Change

  • babel-cli, babel-node, babel-plugin-proposal-decorators, babel-plugin-transform-classes, babel-plugin-transform-function-name, babel-plugin-transform-modules-commonjs, babel-plugin-transform-object-rest-spread, babel-plugin-transform-parameters, babel-plugin-transform-react-constant-elements, babel-plugin-transform-regenerator, babel-preset-env, babel-register
  • babel-plugin-transform-runtime, babel-runtime-corejs3, babel-runtime
  • babel-parser

🐛 Bug Fix

  • babel-generator
  • babel-plugin-transform-modules-systemjs

📝 Documentation

🏠 Internal

🏃‍♀️ Performance

Committers: 6

... (truncated)

Changelog

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

v8.0.1 (2026-06-17)

💥 Breaking Change

  • babel-core, babel-plugin-transform-object-rest-spread, babel-plugin-transform-runtime, babel-preset-env, babel-standalone

v8.0.0 (2026-06-16)

👓 Spec Compliance

💥 Breaking Change

  • babel-cli, babel-node, babel-plugin-proposal-decorators, babel-plugin-transform-classes, babel-plugin-transform-function-name, babel-plugin-transform-modules-commonjs, babel-plugin-transform-object-rest-spread, babel-plugin-transform-parameters, babel-plugin-transform-react-constant-elements, babel-plugin-transform-regenerator, babel-preset-env, babel-register
  • babel-plugin-transform-runtime, babel-runtime-corejs3, babel-runtime
  • babel-parser

🐛 Bug Fix

  • babel-generator
  • babel-plugin-transform-modules-systemjs

📝 Documentation

🏠 Internal

🏃‍♀️ Performance

v8.0.0-rc.6 (2026-05-25)

🐛 Bug Fix

🏠 Internal

  • babel-core
  • babel-compat-data, babel-register
  • babel-helper-transform-fixture-test-runner, babel-node

... (truncated)

Commits

Updates @babel/core from 7.29.7 to 8.0.1

Release notes

Sourced from @​babel/core's releases.

v8.0.1 (2026-06-17)

This release includes a breaking change that was in the Babel 8 migration guide's Getting ready section and in the release post, but the actual removal of the feature from the codebase was accidentally not complete.

💥 Breaking Change

  • babel-core, babel-plugin-transform-object-rest-spread, babel-plugin-transform-runtime, babel-preset-env, babel-standalone

Committers: 2

v8.0.0 (2026-06-16)

NOTE: The changelog below is relative to v8.0.0-rc.6. You can find a summary of all the breaking changes shipped in the Babel 8 release line in the migration guide for users and migration guide for plugin developers.

Read the release blog post at http://babeljs.io/blog/2026/06/16/8.0.0!

👓 Spec Compliance

💥 Breaking Change

  • babel-cli, babel-node, babel-plugin-proposal-decorators, babel-plugin-transform-classes, babel-plugin-transform-function-name, babel-plugin-transform-modules-commonjs, babel-plugin-transform-object-rest-spread, babel-plugin-transform-parameters, babel-plugin-transform-react-constant-elements, babel-plugin-transform-regenerator, babel-preset-env, babel-register
  • babel-plugin-transform-runtime, babel-runtime-corejs3, babel-runtime
  • babel-parser

🐛 Bug Fix

  • babel-generator
  • babel-plugin-transform-modules-systemjs

📝 Documentation

🏠 Internal

🏃‍♀️ Performance

Committers: 6

... (truncated)

Changelog

Sourced from @​babel/core's changelog.

v8.0.1 (2026-06-17)

💥 Breaking Change

  • babel-core, babel-plugin-transform-object-rest-spread, babel-plugin-transform-runtime, babel-preset-env, babel-standalone

v8.0.0 (2026-06-16)

👓 Spec Compliance

💥 Breaking Change

  • babel-cli, babel-node, babel-plugin-proposal-decorators, babel-plugin-transform-classes, babel-plugin-transform-function-name, babel-plugin-transform-modules-commonjs, babel-plugin-transform-object-rest-spread, babel-plugin-transform-parameters, babel-plugin-transform-react-constant-elements, babel-plugin-transform-regenerator, babel-preset-env, babel-register
  • babel-plugin-transform-runtime, babel-runtime-corejs3, babel-runtime
  • babel-parser

🐛 Bug Fix

  • babel-generator
  • babel-plugin-transform-modules-systemjs

📝 Documentation

🏠 Internal

🏃‍♀️ Performance

v8.0.0-rc.6 (2026-05-25)

🐛 Bug Fix

🏠 Internal

  • babel-core
  • babel-compat-data, babel-register
  • babel-helper-transform-fixture-test-runner, babel-node

... (truncated)

Commits

Updates es-to-primitive from 1.3.0 to 1.3.3

Changelog

Sourced from es-to-primitive's changelog.

v1.3.3 - 2026-06-25

Commits

  • [types] further improve types f92b77a

v1.3.2 - 2026-06-25

Commits

  • [types] add ES6 (non-bigint) primitive types c221148
  • [Dev Deps] update @arethetypeswrong/ci, tape dc78129

v1.3.1 - 2026-06-15

Commits

  • [types] improve types b3857bd
  • [Dev Deps] update eslint 85aa673
  • [Robustness] use es-errors f91017d
  • [Dev Deps] update @arethetypeswrong/cli, @ljharb/eslint-config, @ljharb/tsconfig, @types/function.prototype.name, @types/is-date-object, @types/is-symbol, auto-changelog, es-value-fixtures, eslint, for-each, function.prototype.name, npmignore, object-inspect, tape db8d4d8
  • [Refactor] use es-abstract-get’s GetMethod implementation ee426a3
  • [eslint] simplify config 81c38c3
  • [Dev Deps] remove no-longer-needed DT packages fa1348c
  • [Deps] update is-date-object, is-symbol 4f07bad
  • [readme] replace runkit CI badge with shields.io check-runs badge f5b8ae6
Commits
  • ef65246 v1.3.3
  • f92b77a [types] further improve types
  • eeee0bf v1.3.2
  • dc78129 [Dev Deps] update @arethetypeswrong/ci, tape
  • c221148 [types] add ES6 (non-bigint) primitive types
  • e9ead29 v1.3.1
  • 85aa673 [Dev Deps] update eslint
  • fa1348c [Dev Deps] remove no-longer-needed DT packages
  • ee426a3 [Refactor] use es-abstract-get’s GetMethod implementation
  • 81c38c3 [eslint] simplify config
  • Additional commits viewable in compare view

Updates eslint-scope from 5.1.1 to 8.4.0

Release notes

Sourced from eslint-scope's releases.

eslint-scope: v8.4.0

8.4.0 (2025-06-09)

Features

  • Add support for ES2026 using and await using declarations (#658) (39e0865)

Dependencies

  • The following workspace dependencies were updated
    • devDependencies
      • eslint-visitor-keys bumped from ^4.2.0 to ^4.2.1
      • espree bumped from ^10.3.0 to ^10.4.0

eslint-scope: v8.3.0

8.3.0 (2025-03-07)

Features

  • Option to track JSX components as references (#646) (6dd3cbc)

eslint-scope: v8.2.0

8.2.0 (2024-10-29)

Features

  • add support for Import Attributes and RegExp Modifiers (#639) (2fd4222)

Dependencies

  • The following workspace dependencies were updated
    • devDependencies
      • eslint-visitor-keys bumped from ^4.1.0 to ^4.2.0
      • espree bumped from ^10.2.0 to ^10.3.0

eslint-scope: v8.1.0

8.1.0 (2024-09-27)

Features

Bug Fixes

... (truncated)

Changelog

Sourced from eslint-scope's changelog.

8.4.0 (2025-06-09)

Features

  • Add support for ES2026 using and await using declarations (#658) (39e0865)

Dependencies

  • The following workspace dependencies were updated
    • devDependencies
      • eslint-visitor-keys bumped from ^4.2.0 to ^4.2.1
      • espree bumped from ^10.3.0 to ^10.4.0

8.3.0 (2025-03-07)

Features

  • Option to track JSX components as references (#646) (6dd3cbc)

8.2.0 (2024-10-29)

Features

  • add support for Import Attributes and RegExp Modifiers (#639) (2fd4222)

Dependencies

  • The following workspace dependencies were updated
    • devDependencies
      • eslint-visitor-keys bumped from ^4.1.0 to ^4.2.0
      • espree bumped from ^10.2.0 to ^10.3.0

8.1.0 (2024-09-27)

Features

Bug Fixes

... (truncated)

Commits

Updates eslint-visitor-keys from 2.1.0 to 3.4.3

Changelog

Sourced from eslint-visitor-keys's changelog.

3.4.3 (2023-08-08)

Chores

3.4.2 (2023-07-27)

Documentation

Chores

3.4.1 (2023-05-05)

Bug Fixes

  • correct types for node16 resolution (#47) (7bd1fc1)

Chores

v3.4.0 - March 27, 2023

  • e9a070f fix: remove useless sourcemap url (fixes #43) (#44) (余腾靖)
  • 0398109 chore: add triage action (#42) (Milos Djermanovic)
  • bcffbe5 ci: add Node v19 (#41) (Milos Djermanovic)
  • c24f2e4 chore: update github actions and add funding field (#40) (Deepshika S)
  • 81c0732 build: add node v18 (#39) (唯然)
  • 6ece4bd feat: add JSXSpreadChild and tool to build keys out of AST definitions (#36) (Brett Zamir)
  • 4beb7a7 docs: update badges (#37) (Milos Djermanovic)

v3.3.0 - February 11, 2022

  • 7f10327 feat: Bundle JSDoc-built TypeScript declaration file (#34) (Brett Zamir)

... (truncated)

Commits
Install script changes

This version adds prepare script that runs during installation. Review the package contents before updating.


Updates estraverse from 4.3.0 to 5.3.0

Commits

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 main group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [@babel/eslint-parser](https://github.com/babel/babel/tree/HEAD/eslint/babel-eslint-parser) | `7.29.7` | `8.0.1` |
| [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) | `7.29.7` | `8.0.1` |
| [es-to-primitive](https://github.com/ljharb/es-to-primitive) | `1.3.0` | `1.3.3` |
| [eslint-scope](https://github.com/eslint/js/tree/HEAD/packages/eslint-scope) | `5.1.1` | `8.4.0` |
| [eslint-visitor-keys](https://github.com/eslint/js/tree/HEAD/packages/eslint-visitor-keys) | `2.1.0` | `3.4.3` |
| [estraverse](https://github.com/estools/estraverse) | `4.3.0` | `5.3.0` |


Updates `@babel/eslint-parser` from 7.29.7 to 8.0.1
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v8.0.1/eslint/babel-eslint-parser)

Updates `@babel/core` from 7.29.7 to 8.0.1
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v8.0.1/packages/babel-core)

Updates `es-to-primitive` from 1.3.0 to 1.3.3
- [Changelog](https://github.com/ljharb/es-to-primitive/blob/main/CHANGELOG.md)
- [Commits](ljharb/es-to-primitive@v1.3.0...v1.3.3)

Updates `eslint-scope` from 5.1.1 to 8.4.0
- [Release notes](https://github.com/eslint/js/releases)
- [Changelog](https://github.com/eslint/js/blob/main/packages/eslint-scope/CHANGELOG.md)
- [Commits](https://github.com/eslint/js/commits/eslint-scope-v8.4.0/packages/eslint-scope)

Updates `eslint-visitor-keys` from 2.1.0 to 3.4.3
- [Release notes](https://github.com/eslint/js/releases)
- [Changelog](https://github.com/eslint/js/blob/main/packages/eslint-visitor-keys/CHANGELOG.md)
- [Commits](https://github.com/eslint/js/commits/v3.4.3/packages/eslint-visitor-keys)

Updates `estraverse` from 4.3.0 to 5.3.0
- [Commits](estools/estraverse@v4.3.0...v5.3.0)

---
updated-dependencies:
- dependency-name: "@babel/eslint-parser"
  dependency-version: 8.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: main
- dependency-name: "@babel/core"
  dependency-version: 8.0.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: main
- dependency-name: es-to-primitive
  dependency-version: 1.3.3
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: main
- dependency-name: eslint-scope
  dependency-version: 8.4.0
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: main
- dependency-name: eslint-visitor-keys
  dependency-version: 3.4.3
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: main
- dependency-name: estraverse
  dependency-version: 5.3.0
  dependency-type: indirect
  update-type: version-update:semver-major
  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 Jun 26, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jul 3, 2026

Copy link
Copy Markdown
Contributor Author

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot Bot closed this Jul 3, 2026
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/main-46c13a694f branch July 3, 2026 01:30
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