Created by: dependabot-preview[bot]
Bumps @babel/core from 7.8.4 to 7.8.6.
Release notes
Sourced from @babel/core's releases.
v7.8.6 (2020-02-27)
Thanks to @brokensandals, @fengzilong, @InsignificantReasons, @liamfd, @liuxingbaoyu, and @openorclose for their first PRs!
👓 Spec Compliance
babel-helper-module-transforms
,babel-helper-replace-supers
,babel-plugin-transform-modules-commonjs
- #11109 Fix rewriteThis in helper-module-transforms for computed class elements (@sidntrivedi012)
babel-parser
🚀 New Feature
babel-helper-create-regexp-features-plugin
,babel-plugin-transform-classes
,babel-plugin-transform-named-capturing-groups-regex
,babel-preset-env
- #11134 Mark
wrapNativeSuper
andwrapRegExp
as pure (@nicolo-ribaudo)
🐛 Bug Fix
babel-helper-compilation-targets
- #11124 fix: search for browserslist if esmodules is falsy (@fengzilong)
babel-register
babel-parser
babel-compat-data
,babel-preset-env
babel-traverse
- #11136 fix @babel/traverse can't use path.remove() with noScope (@liuxingbaoyu)
babel-helper-create-class-features-plugin
,babel-helper-replace-supers
- #11068 Fix classNameTDZError in computed prototype methods with class fields (@sidntrivedi012)
babel-template
babel-plugin-transform-for-of
- #11088 Allow redeclaration of loop variable in body (@openorclose)
babel-helper-module-transforms
,babel-plugin-transform-modules-commonjs
- #11074 Fix export bindings not updated by 'for ... in' and 'for ... of' (@vedantroy)
babel-standalone
babel-types
- #11089 Make
isReferenced
return false for method parameter name (@brokensandals)
💅 Polish
babel-core
,babel-generator
,babel-plugin-external-helpers
,babel-plugin-proposal-async-generator-functions
,babel-plugin-proposal-class-properties
,babel-plugin-proposal-decorators
,babel-plugin-proposal-function-bind
,babel-plugin-transform-async-to-generator
,babel-plugin-transform-classes
,babel-plugin-transform-flow-comments
,babel-plugin-transform-flow-strip-types
,babel-plugin-transform-function-name
,babel-plugin-transform-parameters
,babel-plugin-transform-react-constant-elements
,babel-plugin-transform-react-jsx
,babel-plugin-transform-regenerator
,babel-plugin-transform-runtime
,babel-plugin-transform-typescript
,babel-preset-env
- #11133 Skip newlines around inline
#__PURE__
annotations (@nicolo-ribaudo)
🏠 Internal... (truncated)
- Other
babel-generator
,babel-helper-fixtures
,babel-parser
,babel-traverse
Changelog
Sourced from @babel/core's changelog.
v7.8.6 (2020-02-27)
👓 Spec Compliance
babel-helper-module-transforms
,babel-helper-replace-supers
,babel-plugin-transform-modules-commonjs
- #11109 Fix rewriteThis in helper-module-transforms for computed class elements (@sidntrivedi012)
babel-parser
💥 Breaking Change
- #11137 Breaking: align babel-eslint-parser & espree (@kaicataldo)
🚀 New Feature
babel-helper-create-regexp-features-plugin
,babel-plugin-transform-classes
,babel-plugin-transform-named-capturing-groups-regex
,babel-preset-env
- #11134 Mark
wrapNativeSuper
andwrapRegExp
as pure (@nicolo-ribaudo)
🐛 Bug Fix
babel-helper-compilation-targets
- #11124 fix: search for browserslist if esmodules is falsy (@fengzilong)
babel-register
babel-parser
- Other
- #11137 Breaking: align babel-eslint-parser & espree (@kaicataldo)
babel-compat-data
,babel-preset-env
babel-traverse
- #11136 fix @babel/traverse can't use path.remove() with noScope (@liuxingbaoyu)
babel-helper-create-class-features-plugin
,babel-helper-replace-supers
- #11068 Fix classNameTDZError in computed prototype methods with class fields (@sidntrivedi012)
babel-template
babel-plugin-transform-for-of
- #11088 Allow redeclaration of loop variable in body (@openorclose)
babel-helper-module-transforms
,babel-plugin-transform-modules-commonjs
- #11074 Fix export bindings not updated by 'for ... in' and 'for ... of' (@vedantroy)
babel-standalone
babel-types
- #11089 Make
isReferenced
return false for method parameter name (@brokensandals)
💅 Polish
babel-core
,babel-generator
,babel-plugin-external-helpers
,babel-plugin-proposal-async-generator-functions
,babel-plugin-proposal-class-properties
,babel-plugin-proposal-decorators
,babel-plugin-proposal-function-bind
,babel-plugin-transform-async-to-generator
,babel-plugin-transform-classes
,babel-plugin-transform-flow-comments
,babel-plugin-transform-flow-strip-types
,babel-plugin-transform-function-name
,babel-plugin-transform-parameters
,babel-plugin-transform-react-constant-elements
,babel-plugin-transform-react-jsx
,babel-plugin-transform-regenerator
,babel-plugin-transform-runtime
,babel-plugin-transform-typescript
,babel-preset-env
- #11133 Skip newlines around inline
#__PURE__
annotations (@nicolo-ribaudo)... (truncated)
🏠 Internal
Commits
-
750d3dd
v7.8.6 -
e9ea523
replacegulp-watch
bygulp.watch
(#11175) -
0018881
Add missing dependencies (#11170) -
afb0f48
Enable more eslint recommended rules (#11168) -
2d1bac9
fix: search for browserslist if esmodules is falsy (#11124) -
a192c0f
Update preset-env fixture -
eaff9f8
chore: migrate lock threads to github actions (#11163) -
2ce7008
chore: specify dependency rule of check-compat-data-ci (#11164) -
4b04581
MarkwrapNativeSuper
andwrapRegExp
as pure (#11134) -
a583eab
fix: workaround misleading ENOENT error (#11160) - 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 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)