Update all of babel7 7.14.8 → 7.25.7 (minor) #374
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ @babel/core (7.14.8 → 7.25.7) · Repo · Changelog
Release Notes
Too many releases to show here. View the full release notes.
Commits
See the full diff on Github. The new version differs by 60 commits:
v7.25.7
fix: Clone the class declaration `id` in the class transform (#16877)
chore: Improve `loadFullConfig` types (#16872)
perf: Avoid extra cloning of namespaces (#16875)
Fix prettier Babel 8 test (#16876)
Update test262 (#16867)
Update compat data (#16866)
Allow sync loading of ESM when `--experimental-require-module` (#16820)
Add browserslist config to external dependency (#16858)
chore: Enable `import/export` rule (#16843)
Add deprecated JSDOC for fields (#16852)
Add type definitions for eslint packages (#16854)
chore: Simplify the use of definitions for @babel/types (#16855)
Bump compat deps (#16857)
fix: incorrect javascrpit syntax in issue template (#16856)
Update dependency rollup to v4.22.4 [SECURITY] (#16853)
perf: Improve @babel/types builders (#16842)
Bump regexpu-core to 6 (#16848)
Update compat data (#16846)
Update test262 (#16847)
Update jsesc to ^3.0.2 (#16840)
fix: ObjectPattern used as id inside for-of (#16830)
Refactor `transform-block-scoped-function` (#16398)
[babel 8] Create `TSClassImplements|TSInterfaceHeritage` nodes (#16731)
[Babel 8] Remove `enums` option of flow plugin (#16792)
[Babel 8] Remove `minimal,smart` option of Pipeline Operator (#16801)
Remove `BABEL_TYPES_8_BREAKING` flag and enable it by default (#16817)
[Babel 8] fix: Throwing exceptions synchronously (#16836)
[Flow] Drop support for annotations inside array patterns (#16813)
fix: CI Failure (#16835)
Update test262 (#16832)
Update compat data (#16831)
chore: Enable more lint rules (#16827)
Only access `BABEL_TYPES_8_BREAKING` at startup (#16828)
Remove `eslint-plugin-prettier` (#16823)
Update `typescript` & `typescript-eslint` (#16826)
Enable `unicorn/prefer-set-has` rule (#16822)
fix: update identifier to unicode 16 (#16825)
Fix parallel-tsc may throw exception (#16819)
fix: issue with node path keys updated on unrelated paths (#16814)
Revert "Pin to Node.js 22.5" (#16815)
[Babel 8] Remove some `Scope` methods (#16705)
Remove `importAssertions` parser plugin (#16770)
Remove `importReflection` parser plugin (#16808)
Archive syntax-import-reflection and syntax-decimal (#16809)
[babel 8] Align `@babel/node` args parsing to Node.js (#16706)
Update compat data (#16810)
Update test262 (#16811)
[Babel 8] Remove `DecimalLiteral` AST (#16807)
[babel 8] Require Node.js `^18.20.0 || ^20.17.0 || >=22.8.0` (#16800)
[Babel 8] Remove `decimal` from parser (#16741)
Improve fields testing (#16734)
Simplify test fixtures (#16793)
Use an inclusion rather than exclusion list for `super()` check (#16797)
Fix printing of TS `infer` in compact mode (#16788)
Simplify logic for `[no LineTerminator here]` before nodes (#16779)
Update test262 (#16787)
Print TS type annotations for destructuring in assign pattern (#16785)
Respect `[no LineTerminator here]` after nodes (#16778)
Add v7.25.6 to CHANGELOG.md [skip ci]
✳️ @babel/preset-env (7.14.8 → 7.25.7) · Repo · Changelog
Release Notes
Too many releases to show here. View the full release notes.
Commits
See the full diff on Github. The new version differs by 60 commits:
v7.25.7
fix: Clone the class declaration `id` in the class transform (#16877)
chore: Improve `loadFullConfig` types (#16872)
perf: Avoid extra cloning of namespaces (#16875)
Fix prettier Babel 8 test (#16876)
Update test262 (#16867)
Update compat data (#16866)
Allow sync loading of ESM when `--experimental-require-module` (#16820)
Add browserslist config to external dependency (#16858)
chore: Enable `import/export` rule (#16843)
Add deprecated JSDOC for fields (#16852)
Add type definitions for eslint packages (#16854)
chore: Simplify the use of definitions for @babel/types (#16855)
Bump compat deps (#16857)
fix: incorrect javascrpit syntax in issue template (#16856)
Update dependency rollup to v4.22.4 [SECURITY] (#16853)
perf: Improve @babel/types builders (#16842)
Bump regexpu-core to 6 (#16848)
Update compat data (#16846)
Update test262 (#16847)
Update jsesc to ^3.0.2 (#16840)
fix: ObjectPattern used as id inside for-of (#16830)
Refactor `transform-block-scoped-function` (#16398)
[babel 8] Create `TSClassImplements|TSInterfaceHeritage` nodes (#16731)
[Babel 8] Remove `enums` option of flow plugin (#16792)
[Babel 8] Remove `minimal,smart` option of Pipeline Operator (#16801)
Remove `BABEL_TYPES_8_BREAKING` flag and enable it by default (#16817)
[Babel 8] fix: Throwing exceptions synchronously (#16836)
[Flow] Drop support for annotations inside array patterns (#16813)
fix: CI Failure (#16835)
Update test262 (#16832)
Update compat data (#16831)
chore: Enable more lint rules (#16827)
Only access `BABEL_TYPES_8_BREAKING` at startup (#16828)
Remove `eslint-plugin-prettier` (#16823)
Update `typescript` & `typescript-eslint` (#16826)
Enable `unicorn/prefer-set-has` rule (#16822)
fix: update identifier to unicode 16 (#16825)
Fix parallel-tsc may throw exception (#16819)
fix: issue with node path keys updated on unrelated paths (#16814)
Revert "Pin to Node.js 22.5" (#16815)
[Babel 8] Remove some `Scope` methods (#16705)
Remove `importAssertions` parser plugin (#16770)
Remove `importReflection` parser plugin (#16808)
Archive syntax-import-reflection and syntax-decimal (#16809)
[babel 8] Align `@babel/node` args parsing to Node.js (#16706)
Update compat data (#16810)
Update test262 (#16811)
[Babel 8] Remove `DecimalLiteral` AST (#16807)
[babel 8] Require Node.js `^18.20.0 || ^20.17.0 || >=22.8.0` (#16800)
[Babel 8] Remove `decimal` from parser (#16741)
Improve fields testing (#16734)
Simplify test fixtures (#16793)
Use an inclusion rather than exclusion list for `super()` check (#16797)
Fix printing of TS `infer` in compact mode (#16788)
Simplify logic for `[no LineTerminator here]` before nodes (#16779)
Update test262 (#16787)
Print TS type annotations for destructuring in assign pattern (#16785)
Respect `[no LineTerminator here]` after nodes (#16778)
Add v7.25.6 to CHANGELOG.md [skip ci]
Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with
@depfu rebase
.All Depfu comment commands