Closed renovate[bot] closed 1 month ago
Latest commit: d383fc2e6a05f3cd573f3ef312fffbd325687b34
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR
New and removed dependencies detected. Learn more about Socket for GitHub ↗︎
🚮 Removed packages: npm/@babel/cli@7.25.6, npm/@babel/core@7.25.2, npm/@babel/plugin-external-helpers@7.24.7, npm/@babel/plugin-proposal-export-default-from@7.24.7, npm/@babel/plugin-transform-class-properties@7.25.4, npm/@babel/plugin-transform-destructuring@7.24.8, npm/@babel/plugin-transform-export-namespace-from@7.24.7, npm/@babel/plugin-transform-modules-commonjs@7.24.8, npm/@babel/plugin-transform-nullish-coalescing-operator@7.24.7, npm/@babel/plugin-transform-object-rest-spread@7.24.7, npm/@babel/plugin-transform-optional-chaining@7.24.8, npm/@babel/plugin-transform-private-methods@7.25.4, npm/@babel/plugin-transform-private-property-in-object@7.24.7, npm/@babel/plugin-transform-react-constant-elements@7.25.1, npm/@babel/plugin-transform-regenerator@7.24.7, npm/@babel/plugin-transform-runtime@7.25.4, npm/@babel/preset-env@7.25.4, npm/@babel/preset-react@7.24.7, npm/@babel/preset-typescript@7.24.7, npm/@babel/runtime@7.25.6
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 92.86%. Comparing base (
d6948a4
) to head (d383fc2
). Report is 1 commits behind head on main.
This PR contains the following updates:
7.25.6
->7.25.7
7.25.2
->7.25.7
7.24.7
->7.25.7
7.24.7
->7.25.7
7.25.4
->7.25.7
7.24.8
->7.25.7
7.24.7
->7.25.7
7.24.8
->7.25.7
7.24.7
->7.25.7
7.24.7
->7.25.7
7.24.8
->7.25.7
7.25.4
->7.25.7
7.24.7
->7.25.7
7.25.1
->7.25.7
7.24.7
->7.25.7
7.25.4
->7.25.7
7.25.4
->7.25.7
7.24.7
->7.25.7
7.24.7
->7.25.7
7.25.6
->7.25.7
Release Notes
babel/babel (@babel/cli)
### [`v7.25.7`](https://redirect.github.com/babel/babel/blob/HEAD/CHANGELOG.md#v7257-2024-10-02) [Compare Source](https://redirect.github.com/babel/babel/compare/v7.25.6...v7.25.7) ##### :bug: Bug Fix - `babel-helper-validator-identifier` - [#16825](https://redirect.github.com/babel/babel/pull/16825) fix: update identifier to unicode 16 ([@JLHwung](https://redirect.github.com/JLHwung)) - `babel-traverse` - [#16814](https://redirect.github.com/babel/babel/pull/16814) fix: issue with node path keys updated on unrelated paths ([@DylanPiercey](https://redirect.github.com/DylanPiercey)) - `babel-plugin-transform-classes` - [#16797](https://redirect.github.com/babel/babel/pull/16797) Use an inclusion rather than exclusion list for `super()` check ([@nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo)) - `babel-generator` - [#16788](https://redirect.github.com/babel/babel/pull/16788) Fix printing of TS `infer` in compact mode ([@nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo)) - [#16785](https://redirect.github.com/babel/babel/pull/16785) Print TS type annotations for destructuring in assignment pattern ([@nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo)) - [#16778](https://redirect.github.com/babel/babel/pull/16778) Respect `[no LineTerminator here]` after nodes ([@nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo)) ##### :nail_care: Polish - `babel-types` - [#16852](https://redirect.github.com/babel/babel/pull/16852) Add deprecated JSDOC for fields ([@liuxingbaoyu](https://redirect.github.com/liuxingbaoyu)) ##### :house: Internal - `babel-core` - [#16820](https://redirect.github.com/babel/babel/pull/16820) Allow sync loading of ESM when `--experimental-require-module` ([@nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo)) - `babel-helper-compilation-targets`, `babel-helper-plugin-utils`, `babel-preset-env` - [#16858](https://redirect.github.com/babel/babel/pull/16858) Add browserslist config to external dependency ([@JLHwung](https://redirect.github.com/JLHwung)) - `babel-plugin-proposal-destructuring-private`, `babel-plugin-syntax-decimal`, `babel-plugin-syntax-import-reflection`, `babel-standalone` - [#16809](https://redirect.github.com/babel/babel/pull/16809) Archive syntax-import-reflection and syntax-decimal ([@nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo)) - `babel-generator` - [#16779](https://redirect.github.com/babel/babel/pull/16779) Simplify logic for `[no LineTerminator here]` before nodes ([@nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo)) ##### :running_woman: Performance - `babel-plugin-transform-typescript` - [#16875](https://redirect.github.com/babel/babel/pull/16875) perf: Avoid extra cloning of namespaces ([@liuxingbaoyu](https://redirect.github.com/liuxingbaoyu)) - `babel-types` - [#16842](https://redirect.github.com/babel/babel/pull/16842) perf: Improve [@babel/types](https://redirect.github.com/babel/types) builders ([@liuxingbaoyu](https://redirect.github.com/liuxingbaoyu)) - [#16828](https://redirect.github.com/babel/babel/pull/16828) Only access `BABEL_TYPES_8_BREAKING` at startup ([@nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo))Configuration
📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.