Update all non-major dependencies (patch)
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
@babel/core (source) | devDependencies | patch | 7.14.0 -> 7.14.2 |
@babel/preset-env (source) | devDependencies | patch | 7.14.1 -> 7.14.2 |
i18next (source) | dependencies | patch | 20.2.2 -> 20.2.4 |
rollup (source) | devDependencies | patch | 2.47.0 -> 2.48.0 |
Release Notes
babel/babel
v7.14.2
🐛 Bug Fix
-
babel-node
-
#13295 Fix: Only create
@babel/node
IPC channel when needed (@quickgiant)
-
#13295 Fix: Only create
-
babel-parser
- #13284 Parse attributes of import expression with estree plugin (@sosukesuzuki)
- #13261 Fix invalid identifier name on unfinished escape (@JLHwung)
-
babel-types
-
#13275 Support objects from other contexts in
t.valueToNode
(@nicolo-ribaudo)
-
#13275 Support objects from other contexts in
- Other
-
#13274 [eslint] Don't crash on multiple
@babel/parser
copies (@nicolo-ribaudo)
-
#13274 [eslint] Don't crash on multiple
-
babel-generator
-
#13269 Print parentheses around identifier
let
where necessary (@Zalathar)
-
#13269 Print parentheses around identifier
💅 Polish
-
babel-helper-module-transforms
,babel-plugin-transform-modules-commonjs
📝 Documentation
🏠 Internal
- Other
- #13289 Update lodash version for fixing security vulnerability (@trinangkur)
-
babel-types
-
#13264 [babel-types] Update
matchesPattern
to account forthis
(@liuyenwei)
-
#13264 [babel-types] Update
:running_woman: Performance
i18next/i18next
v20.2.4
- fix types for LanguageDetector detect function
v20.2.3
- if detected lng is falsy, set it to empty array, to make sure at least the fallbackLng will be used
rollup/rollup
v2.48.0
2021-05-15
Features
- Add replacement to conditionally insert asset extensions in
entryFileNames
when preserving modules (#4077)
Bug Fixes
- Fix crash when dynamically assigning to namespace members (#4070)
- Do not associate pure annotations in front of a semi-colon or comma with succeeding code (#4068)
Merge Requests
- #4068: ignore invalid trailing pure annotations (@kzc)
-
#4070: undefined
deoptimizePath
when the first element is empty string (@si3nloong) - #4071: add node.js v16 support (@dnalborczyk)
- #4077: Add assetExtname replacement in entryFileNames (@BPScott)
- #4080: Added Rollup logo in README.md (@priyanshurav)
- #4081: fix comment regarding invalid annotation handling (@kzc)
Configuration
-
If you want to rebase/retry this MR, check this box.
This MR has been generated by Renovate Bot.
Edited by Reiter, Christoph