Bump @babel/core from 7.21.4 to 7.21.5
Created by: dependabot[bot]
Bumps @babel/core from 7.21.4 to 7.21.5.
Release notes
Sourced from @babel/core
's releases.
v7.21.5 (2023-04-28)
👓 Spec Compliance
babel-generator
,babel-parser
,babel-types
- #15539 fix: Remove
mixins
andimplements
forDeclareInterface
andInterfaceDeclaration
(@liuxingbaoyu
)
🐛 Bug Fix
babel-core
,babel-generator
,babel-plugin-transform-modules-commonjs
,babel-plugin-transform-react-jsx
- #15515 fix:
)
position withcreateParenthesizedExpressions
(@liuxingbaoyu
)babel-preset-env
💅 Polish
babel-types
- #15546 Improve the layout of generated validators (
@liuxingbaoyu
)babel-core
- #15535 Use
lt
instead oflte
to check TS version for .cts config (@nicolo-ribaudo
)
🏠 Internal
babel-core
- #15575 Use synchronous
import.meta.resolve
(@nicolo-ribaudo
)babel-helper-fixtures
,babel-preset-typescript
babel-helper-create-class-features-plugin
,babel-helper-create-regexp-features-plugin
- #15548 Use
semver
package to compare versions (@nicolo-ribaudo
)Committers: 4
- Babel Bot (
@babel-bot
)- Huáng Jùnliàng (
@JLHwung
)- Nicolò Ribaudo (
@nicolo-ribaudo
)@liuxingbaoyu
Changelog
Sourced from @babel/core
's changelog.
v7.21.5 (2023-04-28)
👓 Spec Compliance
babel-generator
,babel-parser
,babel-types
- #15539 fix: Remove
mixins
andimplements
forDeclareInterface
andInterfaceDeclaration
(@liuxingbaoyu
)
🐛 Bug Fix
babel-core
,babel-generator
,babel-plugin-transform-modules-commonjs
,babel-plugin-transform-react-jsx
- #15515 fix:
)
position withcreateParenthesizedExpressions
(@liuxingbaoyu
)babel-preset-env
💅 Polish
babel-types
- #15546 Improve the layout of generated validators (
@liuxingbaoyu
)babel-core
- #15535 Use
lt
instead oflte
to check TS version for .cts config (@nicolo-ribaudo
)
🏠 Internal
babel-core
- #15575 Use synchronous
import.meta.resolve
(@nicolo-ribaudo
)babel-helper-fixtures
,babel-preset-typescript
babel-helper-create-class-features-plugin
,babel-helper-create-regexp-features-plugin
- #15548 Use
semver
package to compare versions (@nicolo-ribaudo
)
Commits
-
86df745
v7.21.5 -
c060e5e
[babel 8] Other Babel 8 misc changes (#15576) -
eb62275
Use synchronousimport.meta.resolve
(#15575) -
1c2311a
fix:)
position withcreateParenthesizedExpressions
(#15515) -
f3e9aee
More misc Babel 8 little changes (#15550) -
0a1cfc0
Babel 8 misc changes (#15068) -
f213dea
Uselt
instead oflte
to check TS version for .cts config (#15535) - See full diff 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)