v7.18.5 (2022-06-13)
Thanks @underfin and @vasicvuk for your first PRs!
🐛 Bug Fix
babel-plugin-transform-new-target
- #14611 fix:
new.target
with shadowed class name (@liuxingbaoyu)
- #14611 fix:
babel-plugin-transform-modules-systemjs
📝 Documentation
- #14332 docs: eslint-parser requireConfigFile behaviour (@JLHwung)
- #14619 Move v7 prereleases changelog to a separate file (@nicolo-ribaudo)
🏠 Internal
babel-traverse
- #14649 Rely on the call stack to clean up cache in
_guessExecutionStatusRelativeTo
(@nicolo-ribaudo)
- #14649 Rely on the call stack to clean up cache in
babel-core
- Other
- #14627 Speedup e2e test on github (@liuxingbaoyu)
- #14248 chore: automate compat-data update (@tony-go)
babel-parser
- #14592 feat: Automatically generate test results that do not exist (@liuxingbaoyu)
🏃♀️ Performance
babel-traverse
- #14617 Fix
_guessExecutionStatusRelativeToDifferentFunctions
perf (@liuxingbaoyu)
- #14617 Fix
Committers: 7
- Babel Bot (@babel-bot)
- Huáng Jùnliàng (@JLHwung)
- Nicolò Ribaudo (@nicolo-ribaudo)
- Tony Gorez (@tony-go)
- Vuk Vasić (@vasicvuk)
- @liuxingbaoyu
- @underfin