chore(deps): update all non-major dependencies
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
@babel/core (source) | devDependencies | minor | 7.16.12 -> 7.17.0 |
eslint-plugin-jsdoc | devDependencies | patch | 37.7.0 -> 37.7.1 |
i18next (source) | dependencies | patch | 21.6.10 -> 21.6.11 |
karma (source) | devDependencies | patch | 6.3.12 -> 6.3.15 |
rollup (source) | devDependencies | minor | 2.66.1 -> 2.67.1 |
Release Notes
babel/babel
v7.17.0
🚀 New Feature
-
babel-cli
,babel-core
- #14065 Allow plugins/presets to indicate external dependencies (@nicolo-ribaudo)
-
babel-core
,babel-parser
,babel-traverse
-
#14174 Expose
.index
on Position to internally track nodes location (@tolmasky)
-
#14174 Expose
-
babel-generator
,babel-parser
,babel-plugin-proposal-pipeline-operator
,babel-plugin-syntax-pipeline-operator
-
babel-traverse
-
babel-generator
,babel-parser
,babel-plugin-syntax-destructuring-private
,babel-standalone
-
babel-helper-create-class-features-plugin
,babel-helpers
,babel-plugin-proposal-decorators
,babel-plugin-syntax-decorators
,babel-runtime-corejs2
,babel-runtime-corejs3
,babel-runtime
,babel-standalone
,babel-types
-
babel-generator
,babel-parser
,babel-traverse
,babel-types
-
babel-core
,babel-helper-create-regexp-features-plugin
,babel-plugin-proposal-unicode-sets-regex
,babel-plugin-syntax-unicode-sets-regex
,babel-plugin-transform-dotall-regex
- #14125 Add transform support for the "regexp unicode sets" proposal (@nicolo-ribaudo)
-
babel-parser
- #14086 Add parser support for the "regexp unicode sets" proposal (@nicolo-ribaudo)
-
babel-register
-
#14087 Expose
@babel/register/experimental-worker
(@nicolo-ribaudo)
-
#14087 Expose
🐛 Bug Fix
-
babel-parser
-
babel-plugin-transform-runtime
📝 Documentation
- #14223 Remove Babel 6 from SECURITY.md (@nicolo-ribaudo)
🏠 Internal
-
babel-helper-fixtures
,babel-parser
- #14201 Fuzz test location-related parser options (@tolmasky)
-
babel-compat-data
- Other
:running_woman: Performance
-
babel-cli
,babel-core
-
#14209 Switch to
@ampproject/remapping
to merge source maps (@jridgewell)
-
#14209 Switch to
i18next/i18next
v21.6.11
- make sure key and additionally optional defaultValue are passed to parseMissingKeyHandler function 1445
karma-runner/karma
v6.3.15
Bug Fixes
- helper: make mkdirIfNotExists helper resilient to concurrent calls (d9dade2), closes /github.com/karma-runner/karma-coverage/issues/434#issuecomment-1017939333
v6.3.14
Bug Fixes
- remove string template from client code (91d5acd)
- warn when
singleRun
andautoWatch
arefalse
(69cfc76) -
security: remove XSS vulnerability in
returnUrl
query param (839578c)
v6.3.13
Bug Fixes
rollup/rollup
v2.67.1
2022-02-07
Bug Fixes
- Make chunk file and variable names more deterministic when emitting chunks (#4386)
- Improve default module resolver performance by using non-blocking IO (#4386)
Merge Requests
- #4373: fix: even more types (@dnalborczyk)
- #4382: Update contribution tut link desc (@lemredd)
- #4383: chore: bump deps (@dnalborczyk)
- #4384: chore: move "wait" to utils + re-use (@dnalborczyk)
- #4385: refactor: convert watch tests to async functions (@dnalborczyk)
- #4386: refactor: use fs.promises in resolve id, Part 4 (@dnalborczyk and @lukastaegert)
- #4389: refactor: use fs.promises in generate license file, rollup config, Part 5 (@dnalborczyk)
v2.67.0
2022-02-02
Features
- Improve side effect detection when using Array.prototype.groupBy/groupByToMap (#4360)
- Allow changing
moduleSideEffects
at any time during the build (#4379) - Soft-deprecate
ModuleInfo.hasModuleSideEffects
in favour ofModuleInfo.moduleSideEffects
(#4379)
Bug Fixes
- Do not include queries and hashes in generated file names when preserving modules (#4374)
Merge Requests
- #4319: refactor: use fs, fs-extra, remove sander (@dnalborczyk)
- #4360: feat: add Array.prototype.groupBy/groupByToMap (@dnalborczyk)
- #4361: fix: more types (@dnalborczyk)
- #4369: fix: remove acorn-walk patch (@dnalborczyk)
- #4371: refactor: use fs.promises in cli/run (@dnalborczyk)
- #4372: refactor: use fs.promises in module loader (@dnalborczyk)
- #4374: Ignore queries and hashes in file names when preserving modules (@lukastaegert)
- #4375: Fix typo in _config.js (@eltociear)
- #4376: refactor: fs.promises, move mkdir to writeoutputfile, Part 3 (@dnalborczyk)
- #4379: Deprecate hasModuleSideEffects in favor of moduleSideEffects and ensure it is mutable on ModuleInfo (@lukastaegert)
Configuration
-
If you want to rebase/retry this MR, click this checkbox.
This MR has been generated by Renovate Bot.
Edited by Reiter, Christoph