chore(deps): update all non-major dependencies (patch)
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
@babel/core (source) | devDependencies | patch | 7.14.6 -> 7.14.8 |
@babel/preset-env (source) | devDependencies | patch | 7.14.7 -> 7.14.8 |
@open-wc/scoped-elements | dependencies | patch | 1.3.3 -> 1.3.4 |
@rollup/plugin-node-resolve | devDependencies | patch | 13.0.2 -> 13.0.4 |
eslint-plugin-jsdoc | devDependencies | patch | 35.4.5 -> 35.4.7 |
i18next (source) | dependencies | patch | 20.3.3 -> 20.3.5 |
mocha (source) | devDependencies | patch | 9.0.2 -> 9.0.3 |
rollup (source) | devDependencies | patch | 2.53.2 -> 2.53.3 |
Release Notes
babel/babel
v7.14.8
👓 Spec Compliance
-
babel-helper-create-class-features-plugin
,babel-plugin-proposal-class-static-block
,babel-plugin-transform-new-target
-
#13560 fix(class-properties): replace
new.target
in static properties withundefined
(@colinaaa)
-
#13560 fix(class-properties): replace
-
babel-parser
-
babel-helper-module-transforms
,babel-helper-simple-access
,babel-plugin-transform-modules-commonjs
- #13258 Fix const violations in ESM imports when transformed to CJS (@overlookmotel)
🐛 Bug Fix
-
babel-parser
- #13575 Update babel-parser.d.ts (@sosukesuzuki)
-
#13548 Fix parser
strictMode
option (@overlookmotel) - #13573 Fix issue to allow module block in member expression (@nme077)
- #13521 Overhaul comment attachment (@JLHwung)
- #13534 Async do expression should start at async (@JLHwung)
-
babel-plugin-transform-arrow-functions
,babel-traverse
-
#12344 Fix arrow transformation when
arguments
is defined as variable (@snitin315)
-
#12344 Fix arrow transformation when
-
babel-traverse
- #13527 fix: accept duplicated import/variable in different module (@colinaaa)
-
babel-types
-
#13525 fix(babel-types): accept
UnaryExpression
inTSLiteralType
(@colinaaa) - #13500 Add typeParameters to tagged template visitor keys (@JLHwung)
-
#13525 fix(babel-types): accept
💅 Polish
-
babel-core
- #13515 Fix config validation message typo (@jaeseokk)
-
babel-cli
📝 Documentation
-
#13562 Fix
make generate-standalone
->make build-standalone
(@sosukesuzuki)
🏠 Internal
-
babel-helpers
- #13522 minor improvement to gulp generate-runtime-helpers error message (@lightmare)
:running_woman: Performance
open-wc/open-wc
v1.3.4
Patch Changes
-
407c935
: support lit2 elements (using scoped-custom-element-registry) in ScopedElementsMixin v1
gajus/eslint-plugin-jsdoc
v35.4.7
Bug Fixes
-
require-returns
: handle contexts TSFunctionType, TSMethodSignature, MethodDefinition; fixes #767 (fdca227)
v35.4.6
Bug Fixes
i18next/i18next
v20.3.5
- change init warning to only trigger if not using useSSR on react-i18next
v20.3.4
- fix(types): only use readonly array of strings in API 1629
mochajs/mocha
v9.0.3
🐛 Fixes
-
#4702: Error rethrow from cwd-relative path while loading
.mocharc.js
(@kirill-golovan) -
#4688: Usage of custom interface in parallel mode (@juergba)
-
#4687: ESM: don't swallow
MODULE_NOT_FOUND
errors in case oftype:module
(@giltayar)
rollup/rollup
v2.53.3
2021-07-21
Bug Fixes
- Solve an issue that could lead to severe memory issues and crashes when there are a lot of hoisted variables (#4183)
Merge Requests
- #4183: Avoid memory issues with hoisted variables (@lukastaegert)
Configuration
-
If you want to rebase/retry this MR, check this box.
This MR has been generated by Renovate Bot.
Edited by Reiter, Christoph