chore(deps): update all non-major dependencies
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
@babel/core (source) | devDependencies | patch | 7.16.7 -> 7.16.12 |
@babel/preset-env (source) | devDependencies | patch | 7.16.8 -> 7.16.11 |
eslint-plugin-jsdoc | devDependencies | patch | 37.6.1 -> 37.6.3 |
i18next (source) | dependencies | patch | 21.6.6 -> 21.6.7 |
mocha (source) | devDependencies | minor | 9.1.4 -> 9.2.0 |
rollup (source) | devDependencies | minor | 2.64.0 -> 2.66.0 |
Release Notes
babel/babel (@babel/core)
v7.16.12
🐛 Bug Fix
-
babel-core
- #14192 Avoid dynamic import when it's not needed (@nicolo-ribaudo)
-
babel-parser
v7.16.10
🐛 Bug Fix
-
babel-highlight
- #14165 Avoid infinite loop when highlighting an empty input (@blankPen)
-
babel-traverse
- #14164 Handle logical assignment in super property transforms (@magic-akari)
-
#14162 Fix the transform of
super.foo--
/super[foo]--
(and prefix) (@magic-akari)
-
babel-core
-
#14110 Respect
package.json#exports
when resolving plugins (@nicolo-ribaudo) - #14153 Disable "Reentrant plugin detected" error in async mode (@nicolo-ribaudo)
-
#14110 Respect
🏠 Internal
-
babel-plugin-transform-runtime
-
#14157 Remove workaround for
_typeof
in runtime build script (@nicolo-ribaudo)
-
#14157 Remove workaround for
-
babel-parser
- #14130 Improve errors location tracking (@tolmasky)
🔬 Output optimization
-
babel-helper-create-class-features-plugin
,babel-preset-env
- #14169 Skip class fields transform when not necessary for private methods (@nicolo-ribaudo)
babel/babel (@babel/preset-env)
v7.16.11
v7.16.11 (2022-01-20)
This empty releases force-publishes a new version of @babel/plugin-proposal-private-methods
(which was not published in v7.16.10 because it didn't have any actual change) and of @babel/preset-env
.
This solves an incompatibility between @babel/preset-env@7.16.10
and @babel/helper-create-class-features-plugin@7.16.7
, by making sure that @babel/preset-env
transitively depends on @babel/helper-create-class-features-plugin@^7.16.10
.
v7.16.10
🐛 Bug Fix
-
babel-highlight
- #14165 Avoid infinite loop when highlighting an empty input (@blankPen)
-
babel-traverse
- #14164 Handle logical assignment in super property transforms (@magic-akari)
-
#14162 Fix the transform of
super.foo--
/super[foo]--
(and prefix) (@magic-akari)
-
babel-core
-
#14110 Respect
package.json#exports
when resolving plugins (@nicolo-ribaudo) - #14153 Disable "Reentrant plugin detected" error in async mode (@nicolo-ribaudo)
-
#14110 Respect
🏠 Internal
-
babel-plugin-transform-runtime
-
#14157 Remove workaround for
_typeof
in runtime build script (@nicolo-ribaudo)
-
#14157 Remove workaround for
-
babel-parser
- #14130 Improve errors location tracking (@tolmasky)
🔬 Output optimization
-
babel-helper-create-class-features-plugin
,babel-preset-env
- #14169 Skip class fields transform when not necessary for private methods (@nicolo-ribaudo)
rollup/rollup
v2.66.0
2022-01-22
Features
- Note if a module has a default export in ModuleInfo to allow writing better proxy modules (#4356)
- Add option to wait until all imported ids have been resolved when awaiting
this.load
(#4358)
Merge Requests
- #4356: Add hasDefaultExport to ModuleInfo (@lukastaegert)
- #4358: Add "resolveDependencies" option to "this.load" (@lukastaegert)
v2.65.0
2022-01-21
Features
- Add complete import resolution objects to ModuleInfo for use in
this.load
(#4354)
Bug Fixes
- Use correct context in plugin hooks with
perf: true
(#4357)
Merge Requests
- #4351: refactor: re-use source mapping url (@dnalborczyk)
- #4352: refactor: replace require-relative with built-in require.resolve (@dnalborczyk)
- #4353: chore: bump deps (@dnalborczyk)
- #4354: Add importedIdResolutions to moduleInfo (@lukastaegert)
- #4355: chore: remove external from config (@dnalborczyk)
- #4357: fix: timed plugin context (@dnalborczyk)
Configuration
-
If you want to rebase/retry this MR, click this checkbox.
This MR has been generated by Renovate Bot.