Update all non-major dependencies
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
@babel/core (source) | devDependencies | patch | 7.12.16 -> 7.12.17 |
@babel/preset-env (source) | devDependencies | patch | 7.12.16 -> 7.12.17 |
i18next (source) | dependencies | patch | 19.8.7 -> 19.8.9 |
rollup-plugin-copy | devDependencies | minor | 3.3.0 -> 3.4.0 |
Release Notes
babel/babel
v7.12.17
🐛 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)
i18next/i18next
v19.8.9
- warn if i18next gets initialized multiple times
v19.8.8
- fix for cases when calling changeLanguage before finished to initialize 1552
vladshcherbin/rollup-plugin-copy
v3.4.0
- Pass
src
path torename
function - Pass
filename
totransform
function - Improve typescript types
Renovate configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.