Update all of babel7: 7.13.14 → 7.13.15 (patch) #149
Merged
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.13.14 → 7.13.15) · Repo · Changelog
Release Notes
7.13.15
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 18 commits:
v7.13.15
[preset-env - debug] Print targets that need each plugin (#13115)
Align `regenerator-transform` import with native ESM (#13086)
Allow trailing comma after rest parameter in TSDeclareFunction (#13101)
Support `yield` in do expression (#10101)
fix: raise `SyntaxError` for unparenthesized assert and assign (#13099)
fix: do not filter report from functions within class elements (#13106)
Do not load root `babel.config.js` in tests (#13087)
Refactor switch support in `NodePath#getCompletionRecords` (#13030)
Update CoC contacts (#13081)
Update `@rollup/plugin-node-resolve` (#13080)
Update polyfill plugins (#13079)
Compile classes when spread is unsupported (#13075)
perf: lazy load `preset-env` plugins (#13076)
Convert `@babel/core` to TypeScript (#12929)
Rename `@babel/core` files to `.ts` (#12929)
fix: the LHS in for-of loop should not start with let (#13049)
Add v7.13.14 to CHANGELOG.md [skip ci]
✳️ @babel/plugin-transform-runtime (7.13.10 → 7.13.15) · Repo · Changelog
Commits
See the full diff on Github. The new version differs by more commits than we can show here.
✳️ @babel/preset-env (7.13.12 → 7.13.15) · Repo · Changelog
Commits
See the full diff on Github. The new version differs by 48 commits:
v7.13.15
[preset-env - debug] Print targets that need each plugin (#13115)
Align `regenerator-transform` import with native ESM (#13086)
Allow trailing comma after rest parameter in TSDeclareFunction (#13101)
Support `yield` in do expression (#10101)
fix: raise `SyntaxError` for unparenthesized assert and assign (#13099)
fix: do not filter report from functions within class elements (#13106)
Do not load root `babel.config.js` in tests (#13087)
Refactor switch support in `NodePath#getCompletionRecords` (#13030)
Update CoC contacts (#13081)
Update `@rollup/plugin-node-resolve` (#13080)
Update polyfill plugins (#13079)
Compile classes when spread is unsupported (#13075)
perf: lazy load `preset-env` plugins (#13076)
Convert `@babel/core` to TypeScript (#12929)
Rename `@babel/core` files to `.ts` (#12929)
fix: the LHS in for-of loop should not start with let (#13049)
Add v7.13.14 to CHANGELOG.md [skip ci]
v7.13.14
fix: make sure "clone-deep-browser" code path is used on browsers (#13068)
add SHOW_CONFIG_FOR to template [skip ci] (#13066)
Only resolve `package.json` when relative configs are enabled (#13063)
[babel 8] Remove module-specific options from @babel/core (#12724)
Remove `lodash` deps (#13057)
convert `@babel/helper-module-transforms` to typescript (#12928)
Update `eslint-scope` to be compatible with ESlint's dependency (#13058)
Add v7.13.13 to CHANGELOG.md [skip ci]
v7.13.13
[babel 8] Type checking preset-react options (#12741)
Correctly handle relative `browserslistConfigFile` paths (#13031)
[babel 8] type checking preset-flow options (#12751)
Resolve .browserslistrc as a project-wide file (#13028)
Fix e2e `vue-cli` Babel 8 tests (#13050)
Remove lodash `sortBy` use (#13021)
Remove some `lodash/cloneDeep` calls (#13032)
Replace CircleCI badge to GitHub CI (#13055)
fix: Don't hoist JSX elements referencing mutable variables (#13054)
Disallow await before exponential (#12441)
Update fixtures (#13045)
Expand type definitions for path.{get,set}Data to cover symbols (#13044)
fix(types): add missing `range` for `BaseNode` (#13046)
[babel 8] fallback targets to `"defaults, not ie 11"` (#12989)
Set `rootMode: "root"` in `loadPartialConfig` (#13040)
Do not bail on `SHOW_CONFIG_FOR` matches (#12954)
fix: make `@babel/node` spawned process bubble msg (#13037)
Move `@babel/node` tests (#13037)
fix(ts): Allow parenthesized "assert and assign" (#12933)
Add v7.13.12 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