v8.0.0-alpha.1 (2023-07-24)
NOTE: We had to re-generate this git tag, but the release has been published two weeks ago
This releases fixes @babel/cli
and compatibility with babel-loader
. It also some of the peer dependencies warning.
💥 Breaking Change
babel-types
- #15802 Numeric literals must be finite and non-negative (@nicolo-ribaudo)
babel-highlight
,babel-code-frame
- #15812 Remove
getChalk
function (@nicolo-ribaudo)
- #15812 Remove
🐛 Bug Fix
babel-cli
- #15806 Make
@babel/cli
bin work with ESM (@nicolo-ribaudo)
- #15806 Make
babel-core
- #15809 Make
.version
directly available in cjs proxy (@nicolo-ribaudo)
- #15809 Make
🏠 Internal
babel-preset-env
- #15810 Remove default syntax plugins from preset-env (@nicolo-ribaudo)