Update all non-major dependencies (patch)
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
@babel/core (source) | devDependencies | patch | 7.16.7 -> 7.16.12 |
@babel/plugin-transform-runtime (source) | devDependencies | patch | 7.16.8 -> 7.16.10 |
@babel/preset-env (source) | devDependencies | patch | 7.16.8 -> 7.16.11 |
chokidar | devDependencies | patch | 3.5.2 -> 3.5.3 |
datatables.net-buttons (source) | dependencies | patch | 2.2.1 -> 2.2.2 |
datatables.net-buttons-dt (source) | dependencies | patch | 2.2.1 -> 2.2.2 |
datatables.net-dt (source) | dependencies | patch | 1.11.3 -> 1.11.4 |
eslint-plugin-jsdoc | devDependencies | patch | 37.6.1 -> 37.6.3 |
i18next (source) | dependencies | patch | 21.6.6 -> 21.6.7 |
jose | dependencies | patch | 4.3.8 -> 4.3.9 |
typescript (source) | devDependencies | patch | 4.5.4 -> 4.5.5 |
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)
Microsoft/TypeScript
v4.5.5
This patch release includes a number of fixes to language service crashes and assertion violations, along with improvements to JSX attribute snippets.
For the complete list of fixed issues, check out the
- fixed issues query for Typescript 4.5.0 (Beta).
- fixed issues query for Typescript 4.5.1 (RC).
- fixed issues query for Typescript 4.5.2 (Stable).
- fixed issues query for Typescript 4.5.3 (Stable).
- fixed issues query for Typescript 4.5.4 (Stable).
- fixed issues query for Typescript 4.5.5 (Stable).
Downloads are available on:
Configuration
-
If you want to rebase/retry this MR, click this checkbox.
This MR has been generated by Renovate Bot.