Bump @babel/core from 7.12.10 to 7.12.17
Created by: dependabot[bot]
Bumps @babel/core from 7.12.10 to 7.12.17.
Release notes
Sourced from @babel/core
's releases.
v7.12.17 (2021-02-18)
We re-published all the packages updated in v7.12.15 and v7.12.16, because we accidentally didn't include
LICENSE
files.Thanks
@eltociear
for your first PR!
🐛 Bug Fix
babel-core
- #12211 Do not cache non-existent JS config files forever (
@devongovett
)babel-helper-module-transforms
,babel-plugin-transform-typescript
babel-parser
- #12776 fix(ts): parse multiline declarations correctly (
@fedeci
)- #12785 Raise recoverable error for type members with invalid modifiers (
@sosukesuzuki
)babel-traverse
babel-types
- #12794 Fix import assertions type definitions (
@nicolo-ribaudo
)
💅 Polish
babel-helper-create-class-features-plugin
,babel-helpers
,babel-plugin-proposal-private-methods
- #12792 Reuse the
readOnlyError
helper for private methods (@nicolo-ribaudo
)
🏠 Internal
- Other
- #12810 Store LICENSE files when publishing from GH actions (
@nicolo-ribaudo
)babel-helper-transform-fixture-test-runner
babel-parser
- #12808 refactor: fix typo in error.js (
@eltociear
)Committers: 7
- Devon Govett (
@devongovett
)- Federico Ciardi (
@fedeci
)- Huáng Jùnliàng (
@JLHwung
)- Ikko Ashimine (
@eltociear
)- Nicolò Ribaudo (
@nicolo-ribaudo
)- Sosuke Suzuki (
@sosukesuzuki
)- Tim Seckinger (
@jeysal
)v7.12.16 (2021-02-11)
🐛 Bug Fix
babel-core
babel-parser
- #12735 [parser] Fix scope handling of Flow declared functions (
@nicolo-ribaudo
)- #12775 babel-parser(ts): Throw recoverable for duplicates access modifier (
@sosukesuzuki
)- #12771 babel-parser(ts): Raise recoverable error for abstract interface (
@sosukesuzuki
)- #12763 fix(ts): include
asserts
inTSTypePredicate
location (@fedeci
)
... (truncated)
Changelog
Sourced from @babel/core
's changelog.
v7.12.17 (2021-02-18)
🐛 Bug Fix
babel-core
- #12211 Do not cache non-existent JS config files forever (
@devongovett
)babel-helper-module-transforms
,babel-plugin-transform-typescript
babel-parser
- #12776 fix(ts): parse multiline declarations correctly (
@fedeci
)- #12785 Raise recoverable error for type members with invalid modifiers (
@sosukesuzuki
)babel-traverse
babel-types
- #12794 Fix import assertions type definitions (
@nicolo-ribaudo
)
💅 Polish
babel-helper-create-class-features-plugin
,babel-helpers
,babel-plugin-proposal-private-methods
- #12792 Reuse the
readOnlyError
helper for private methods (@nicolo-ribaudo
)
🏠 Internal
- Other
- #12810 Store LICENSE files when publishing from GH actions (
@nicolo-ribaudo
)babel-helper-transform-fixture-test-runner
babel-parser
- #12808 refactor: fix typo in error.js (
@eltociear
)v7.12.16 (2021-02-11)
🐛 Bug Fix
babel-core
babel-parser
- #12735 [parser] Fix scope handling of Flow declared functions (
@nicolo-ribaudo
)- #12775 babel-parser(ts): Throw recoverable for duplicates access modifier (
@sosukesuzuki
)- #12771 babel-parser(ts): Raise recoverable error for abstract interface (
@sosukesuzuki
)- #12763 fix(ts): include
asserts
inTSTypePredicate
location (@fedeci
)- #12758 [TS] Create
TSUnionType
orTSIntersectionType
when typealias has a leading operator (@fedeci
)babel-plugin-transform-typescript
💅 Polish
🏠 Internal
- Other
- #12781 pnp does not work with ESM dev scripts (
@JLHwung
)- #12766 docs: Update build requirements in CONTRIBUTING.md (
@sosukesuzuki
)babel-cli
,babel-core
,babel-helper-compilation-targets
,babel-helper-create-class-features-plugin
,babel-helper-create-regexp-features-plugin
,babel-helper-member-expression-to-functions
,babel-helper-validator-option
,babel-node
,babel-parser
,babel-plugin-proposal-class-static-block
,babel-plugin-proposal-dynamic-import
,babel-plugin-proposal-optional-chaining
,babel-plugin-transform-react-jsx-development
,babel-plugin-transform-react-jsx
,babel-preset-env
,babel-preset-typescript
- #12759 Avoid importing
.json
files (@nicolo-ribaudo
)
... (truncated)
Commits
-
2f755ef
v7.12.17 -
35c4114
Do not cache non-existent JS config files forever (#12211) -
dd5c9f9
v7.12.16 -
4f92f8c
fix: use semver gte comparison on polyfill version tester (#12783) -
e735266
Avoid importing.json
files (#12759) -
7fb6048
test: add tests on {parser,generator}Override (#12740) -
d291edb
v7.12.13 -
4f2d475
Don't userequire()
in ESM files (#12728) -
8cf0a75
Recover from "missing semicolon" errors (#12437) -
464a02f
[babel 8] Replace lodash/escapeRegExp with escape-string-regexp (#12677) - 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)