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)
- #12792 Reuse the
🏠 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)