Created by: dependabot-preview[bot]
Bumps @babel/core from 7.9.0 to 7.9.6.
Release notes
Sourced from @babel/core's releases.
v7.9.6 (2020-04-29)
Thanks to @Beraliv, @ChintanAcharya, @dosentmatter, @jdreesen and @johannes-z for their first PRs!
👓 Spec Compliance
babel-plugin-proposal-object-rest-spread
- #11471 Fix evaluation order with object spread, 2 (@jridgewell)
- #11412 Fix evaluation order with object spread (@Zzzen)
babel-helper-replace-supers
,babel-plugin-proposal-class-properties
,babel-plugin-transform-classes
- #11480 Super property eval order (@jridgewell)
🚀 New Feature
babel-traverse
,babel-types
🐛 Bug Fix
babel-helper-create-class-features-plugin
,babel-helpers
,babel-plugin-transform-modules-commonjs
,babel-preset-env
- #11495 Fix helpers.unsupportedIterableToArray for Map and Set (@ChintanAcharya)
babel-traverse
babel-plugin-transform-typescript
- #11410 Throw error for TypeScript
declare const enum
(@dosentmatter)babel-compat-data
babel-parser
babel-helper-create-class-features-plugin
,babel-plugin-proposal-class-properties
- #11424 Fix redeclaring private in nested class's superClass (@jridgewell)
- #11405 Fix nested classes reference private fields (@jridgewell)
babel-traverse
,babel-types
babel-standalone
babel-plugin-transform-runtime
- #11366 fix: replace backslashes with forward slashes from resolved path for … (@johannes-z)
babel-generator
,babel-plugin-proposal-decorators
,babel-plugin-proposal-pipeline-operator
,babel-plugin-proposal-throw-expressions
,babel-plugin-transform-async-to-generator
- #11382 Unify parens printing for postfix-like expressions (@nicolo-ribaudo)
💅 Polish
babel-parser
babel-core
... (truncated)
📝 Documentation
Changelog
Sourced from @babel/core's changelog.
v7.9.6 (2020-04-29)
👓 Spec Compliance
babel-plugin-proposal-object-rest-spread
- #11471 Fix evaluation order with object spread, 2 (@jridgewell)
- #11412 Fix evaluation order with object spread (@Zzzen)
babel-helper-replace-supers
,babel-plugin-proposal-class-properties
,babel-plugin-transform-classes
- #11480 Super property eval order (@jridgewell)
🚀 New Feature
babel-traverse
,babel-types
🐛 Bug Fix
babel-helper-create-class-features-plugin
,babel-helpers
,babel-plugin-transform-modules-commonjs
,babel-preset-env
- #11495 Fix helpers.unsupportedIterableToArray for Map and Set (@ChintanAcharya)
babel-traverse
babel-plugin-transform-typescript
- #11410 Throw error for TypeScript
declare const enum
(@dosentmatter)babel-compat-data
babel-parser
babel-helper-create-class-features-plugin
,babel-plugin-proposal-class-properties
- #11424 Fix redeclaring private in nested class's superClass (@jridgewell)
- #11405 Fix nested classes reference private fields (@jridgewell)
babel-traverse
,babel-types
babel-standalone
babel-plugin-transform-runtime
- #11366 fix: replace backslashes with forward slashes from resolved path for … (@johannes-z)
babel-generator
,babel-plugin-proposal-decorators
,babel-plugin-proposal-pipeline-operator
,babel-plugin-proposal-throw-expressions
,babel-plugin-transform-async-to-generator
- #11382 Unify parens printing for postfix-like expressions (@nicolo-ribaudo)
💅 Polish
babel-parser
babel-core
... (truncated)
📝 Documentation
Commits
-
9c2846b
v7.9.6 -
7c80ed9
Update compat table script (#11496) -
fa98a0a
docs: update AST spec (#11492) -
2d8edf7
Add note about experimental nature of @babel/eslint-* packages (#11493) -
93429f8
Fix helpers.unsupportedIterableToArray for Map and Set (#11495) -
1b777f5
Update preset-env fixtures (#11486) -
c1d65d8
Fix evaluation order with object spread, 2 (#11471) -
83d365a
handle objectMethod in scope.isPure (#11482) -
0bbf2da
Super property eval order (#11480) -
2e4f18a
Add some parser missing plugins errors (#11478) - Additional commits viewable in compare view
You can trigger a rebase of this PR 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 merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) -
@dependabot badge me
will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in the .dependabot/config.yml
file in this repo:
- Update frequency
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)