Update all of babel7: 7.18.6 → 7.18.10 (patch) #197
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.18.6 → 7.18.10) · Repo · Changelog
Release Notes
7.18.10
7.18.9
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 68 commits:
v7.18.10
fix(parser): allow TS declare readonly fields with initializers (#14817)
chore: update test262 to 8ea8e3f15d22b91086751b115ad603d6c410039f (#14808)
chore: Remove `.yarnrc` file (#14800)
Restructure virtual types validator (#14799)
chore: Fix coverage test (#14802)
chore: update lint deps (#14803)
parser node types improvements (#14791)
feat: Make most `make` commands cross-platform (#14671)
Fix position of errors in template literals after newlines (#14798)
chore: expand prettier-e2e test and update typings/deps (#14779)
Make ParseError much simpler now that we can use TypeScript (#14796)
Update babel-polyfills packages (#14793)
disable skipLibCheck, fix errors in definitions (#14792)
chore: remove flow check scripts (#14785)
enable typescript incremental builds (#14790)
fix wrong function name (#14787)
Convert `@babel/parser` to TypeScript (#14783)
Update test262 (#14780)
feat: Automatically generate `cooked` for `templateElement` (#14757)
fix: `declare class` in namespace should be removed (#14774)
Extract string parsing to a separate package (#14772)
Enforce type checking on `babel-{cli,node}` (#14765)
chore: Cancel prev CI actions that are still running on push (#14766)
optimize: Simplify the `export-default-from` transform (#14768)
fix: skip flattening spread object with __proto__ (#14759)
fix: `TypeAnnotation` with comments generates incorrect code (#14762)
Convert `@babel/helpers` tests to ESM (#14753)
Fix compiling async arrows in uncompiled class fields (#14752)
Add v7.18.9 to CHANGELOG.md [skip ci]
v7.18.9
fix: allow exporting `TSDeclareFunction` as default (#14763)
test: ensures standalone is built into ES5 (#14124)
chore: update test262 to 91a61b29acc087552e45a506837ab00a2f5e25a0 (#14761)
fix: `returnType` with comments generates incorrect code (#14758)
Remove `Super` from `Expression` alias (#14750)
Fix `@babel/register`/`@babel/node` compat with ESM build (#14693)
Use `gensync` types from DefinitelyTyped (#14710)
Prepare for compiling Babel to native ESM (#13414)
Print a message when the watcher of `babel-cli` is ready. (#14748)
Provide better parentPath typings (#14739)
fix: main branch linting (#14745)
Use `@ts-expect-error` instead of `@ts-ignore` (#14743)
perf: Improve generator perf (#14701)
Add v7.18.8 to CHANGELOG.md [skip ci]
v7.18.8
fix: deep clone shared AST field definitions (#14737)
Inject IIFE when variables shadow binding in rest param (#14736)
chore: update test262 to 3ddfa0cd1355198f7f4e8c8f2d44fa94c35c07ae (#14740)
Misc fixes to `@babel/types` AST definitions (#14730)
Fix test debugging instructions for contributors (#14486)
fix: guard against empty CPU return (#14726)
[optimizeConstEnums] Inline const enum if only exported as type (#14723)
fix: babel-plugin-proposal-function-bind: ts-ignore (#14707)
fix: support compiling monorepo on single-core CPU machines (#14720)
Add json schema of fixture runner options (#12619)
chore: update compat data to 9742598c5883018d68885e766840b4c5d7efab8f (#14713)
Fix compilation of nested `super(...)` calls (#14709)
chore: update test262 to f6179a6eb62c0ce83f32d8f11d127463fe30ee1a (#14712)
Update prettier (#14711)
Support some TSTypes in the inferrer (#14393)
Unshadow `cjs` exports when transforming mutations (#14708)
chore: update dep `@typescript-eslint` (#14700)
Add v7.18.7 to CHANGELOG.md [skip ci]
v7.18.7
fix: @babel/types exception in typescript project (#14706)
chore: bump `@jridgewell/gen-mapping` (#14699)
Add v7.18.6 to CHANGELOG.md [skip ci]
✳️ @babel/preset-env (7.18.6 → 7.18.10) · Repo · Changelog
Release Notes
7.18.10
7.18.9
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 68 commits:
v7.18.10
fix(parser): allow TS declare readonly fields with initializers (#14817)
chore: update test262 to 8ea8e3f15d22b91086751b115ad603d6c410039f (#14808)
chore: Remove `.yarnrc` file (#14800)
Restructure virtual types validator (#14799)
chore: Fix coverage test (#14802)
chore: update lint deps (#14803)
parser node types improvements (#14791)
feat: Make most `make` commands cross-platform (#14671)
Fix position of errors in template literals after newlines (#14798)
chore: expand prettier-e2e test and update typings/deps (#14779)
Make ParseError much simpler now that we can use TypeScript (#14796)
Update babel-polyfills packages (#14793)
disable skipLibCheck, fix errors in definitions (#14792)
chore: remove flow check scripts (#14785)
enable typescript incremental builds (#14790)
fix wrong function name (#14787)
Convert `@babel/parser` to TypeScript (#14783)
Update test262 (#14780)
feat: Automatically generate `cooked` for `templateElement` (#14757)
fix: `declare class` in namespace should be removed (#14774)
Extract string parsing to a separate package (#14772)
Enforce type checking on `babel-{cli,node}` (#14765)
chore: Cancel prev CI actions that are still running on push (#14766)
optimize: Simplify the `export-default-from` transform (#14768)
fix: skip flattening spread object with __proto__ (#14759)
fix: `TypeAnnotation` with comments generates incorrect code (#14762)
Convert `@babel/helpers` tests to ESM (#14753)
Fix compiling async arrows in uncompiled class fields (#14752)
Add v7.18.9 to CHANGELOG.md [skip ci]
v7.18.9
fix: allow exporting `TSDeclareFunction` as default (#14763)
test: ensures standalone is built into ES5 (#14124)
chore: update test262 to 91a61b29acc087552e45a506837ab00a2f5e25a0 (#14761)
fix: `returnType` with comments generates incorrect code (#14758)
Remove `Super` from `Expression` alias (#14750)
Fix `@babel/register`/`@babel/node` compat with ESM build (#14693)
Use `gensync` types from DefinitelyTyped (#14710)
Prepare for compiling Babel to native ESM (#13414)
Print a message when the watcher of `babel-cli` is ready. (#14748)
Provide better parentPath typings (#14739)
fix: main branch linting (#14745)
Use `@ts-expect-error` instead of `@ts-ignore` (#14743)
perf: Improve generator perf (#14701)
Add v7.18.8 to CHANGELOG.md [skip ci]
v7.18.8
fix: deep clone shared AST field definitions (#14737)
Inject IIFE when variables shadow binding in rest param (#14736)
chore: update test262 to 3ddfa0cd1355198f7f4e8c8f2d44fa94c35c07ae (#14740)
Misc fixes to `@babel/types` AST definitions (#14730)
Fix test debugging instructions for contributors (#14486)
fix: guard against empty CPU return (#14726)
[optimizeConstEnums] Inline const enum if only exported as type (#14723)
fix: babel-plugin-proposal-function-bind: ts-ignore (#14707)
fix: support compiling monorepo on single-core CPU machines (#14720)
Add json schema of fixture runner options (#12619)
chore: update compat data to 9742598c5883018d68885e766840b4c5d7efab8f (#14713)
Fix compilation of nested `super(...)` calls (#14709)
chore: update test262 to f6179a6eb62c0ce83f32d8f11d127463fe30ee1a (#14712)
Update prettier (#14711)
Support some TSTypes in the inferrer (#14393)
Unshadow `cjs` exports when transforming mutations (#14708)
chore: update dep `@typescript-eslint` (#14700)
Add v7.18.7 to CHANGELOG.md [skip ci]
v7.18.7
fix: @babel/types exception in typescript project (#14706)
chore: bump `@jridgewell/gen-mapping` (#14699)
Add v7.18.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