Bump @babel/core from 7.12.10 to 7.17.0
Created by: dependabot[bot]
Bumps @babel/core from 7.12.10 to 7.17.0.
Release notes
Sourced from @babel/core
's releases.
v7.17.0 (2022-02-02)
Thanks
@atti187
and@phulin
for your first PRs!
🚀 New Feature
babel-cli
,babel-core
- #14065 Allow plugins/presets to indicate external dependencies (
@nicolo-ribaudo
)babel-core
,babel-parser
,babel-traverse
- #14174 Expose
.index
on Position to internally track nodes location (@tolmasky
)babel-generator
,babel-parser
,babel-plugin-proposal-pipeline-operator
,babel-plugin-syntax-pipeline-operator
babel-traverse
babel-generator
,babel-parser
,babel-plugin-syntax-destructuring-private
,babel-standalone
babel-helper-create-class-features-plugin
,babel-helpers
,babel-plugin-proposal-decorators
,babel-plugin-syntax-decorators
,babel-runtime-corejs2
,babel-runtime-corejs3
,babel-runtime
,babel-standalone
,babel-types
babel-generator
,babel-parser
,babel-traverse
,babel-types
babel-core
,babel-helper-create-regexp-features-plugin
,babel-plugin-proposal-unicode-sets-regex
,babel-plugin-syntax-unicode-sets-regex
,babel-plugin-transform-dotall-regex
- #14125 Add transform support for the "regexp unicode sets" proposal (
@nicolo-ribaudo
)babel-parser
- #14086 Add parser support for the "regexp unicode sets" proposal (
@nicolo-ribaudo
)babel-register
- #14087 Expose
@babel/register/experimental-worker
(@nicolo-ribaudo
)
🐛 Bug Fix
babel-parser
babel-plugin-transform-runtime
📝 Documentation
- #14223 Remove Babel 6 from SECURITY.md (
@nicolo-ribaudo
)
🏠 Internal
babel-helper-fixtures
,babel-parser
- #14201 Fuzz test location-related parser options (
@tolmasky
)babel-compat-data
- Other
:running_woman: Performance
babel-cli
,babel-core
- #14209 Switch to
@ampproject/remapping
to merge source maps (@jridgewell
)Committers: 10
... (truncated)
Changelog
Sourced from @babel/core
's changelog.
v7.17.0 (2022-02-02)
🚀 New Feature
babel-cli
,babel-core
- #14065 Allow plugins/presets to indicate external dependencies (
@nicolo-ribaudo
)babel-core
,babel-parser
,babel-traverse
- #14174 Expose
.index
on Position to internally track nodes location (@tolmasky
)babel-generator
,babel-parser
,babel-plugin-proposal-pipeline-operator
,babel-plugin-syntax-pipeline-operator
babel-traverse
babel-generator
,babel-parser
,babel-plugin-syntax-destructuring-private
,babel-standalone
babel-helper-create-class-features-plugin
,babel-helpers
,babel-plugin-proposal-decorators
,babel-plugin-syntax-decorators
,babel-runtime-corejs2
,babel-runtime-corejs3
,babel-runtime
,babel-standalone
,babel-types
babel-generator
,babel-parser
,babel-traverse
,babel-types
babel-core
,babel-helper-create-regexp-features-plugin
,babel-plugin-proposal-unicode-sets-regex
,babel-plugin-syntax-unicode-sets-regex
,babel-plugin-transform-dotall-regex
- #14125 Add transform support for the "regexp unicode sets" proposal (
@nicolo-ribaudo
)babel-parser
- #14086 Add parser support for the "regexp unicode sets" proposal (
@nicolo-ribaudo
)babel-register
- #14087 Expose
@babel/register/experimental-worker
(@nicolo-ribaudo
)
🐛 Bug Fix
babel-parser
babel-plugin-transform-runtime
📝 Documentation
- #14223 Remove Babel 6 from SECURITY.md (
@nicolo-ribaudo
)
🏠 Internal
babel-helper-fixtures
,babel-parser
- #14201 Fuzz test location-related parser options (
@tolmasky
)babel-compat-data
- Other
:running_woman: Performance
babel-cli
,babel-core
- #14209 Switch to
@ampproject/remapping
to merge source maps (@jridgewell
)v7.16.12 (2022-01-22)
🐛 Bug Fix
babel-core
- #14192 Avoid dynamic import when it's not needed (
@nicolo-ribaudo
)babel-parser
... (truncated)
Commits
-
38c23cd
v7.17.0 -
7d63d2f
Allow plugins/presets to indicate external dependencies (#14065) -
97a8bcb
Expose.index
on Position to internally track nodes location (#14174) -
10fe2f3
Add transform support for the "regexp unicode sets" proposal (#14125) -
7d32f49
Switch to@ampproject/remapping
to merge source maps (#14209) -
5266605
v7.16.12 -
2ea9054
Avoid dynamic import when it's not needed (#14192) -
4a73754
v7.16.10 -
e7c705a
Respectpackage.json#exports
when resolving plugins (#14110) -
8035ad9
Disable "Reentrant plugin detected" error in async mode (#14153) - Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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)