Update all non-major dependencies
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-commonjs | devDependencies | patch | 19.0.0 -> 19.0.1 |
@rollup/plugin-node-resolve | devDependencies | patch | 13.0.0 -> 13.0.2 |
eslint (source) | devDependencies | minor | 7.30.0 -> 7.31.0 |
eslint-plugin-jsdoc | devDependencies | minor | 35.4.3 -> 35.5.0 |
i18next (source) | dependencies | patch | 20.3.2 -> 20.3.4 |
rollup (source) | devDependencies | patch | 2.53.1 -> 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
rollup/plugins
v19.0.1
2021-07-15
Bugfixes
- fix: short-circuit to actual module entry point when using circular ref through a different entry (#888)
eslint/eslint
v7.31.0
-
efdbb12
Upgrade: @eslint/eslintrc to v0.4.3 (#14808) (Brandon Mills) -
a96b05f
Update: add end location to report inconsistent-return
(refs #12334) (#14798) (Nitin Kumar) -
e0e8e30
Docs: update BUG_REPORT template (#14787) (Nitin Kumar) -
39115c8
Docs: provide more context to no-eq-null (#14801) (gfyoung) -
9a3c73c
Docs: fix a broken link (#14790) (Sam Chen) -
ddffa8a
Update: Indicating the operator in question (#14764) (Paul Smith) -
bba714c
Update: Clarifying what changes need to be made in no-mixed-operators (#14765) (Paul Smith) -
b0d22e3
Docs: Mention benefit of providingmeta.docs.url
(#14774) (Bryan Mishkin) -
000cc79
Sponsors: Sync README with website (ESLint Jenkins) -
a6a7438
Chore: pin fs-teardown@0.1.1 (#14771) (Milos Djermanovic)
gajus/eslint-plugin-jsdoc
v35.5.0
Features
-
require-returns-check
: addexemptGenerators
option (default on for typescript mode) to allow[@returns](https://github.com/returns)
to be present even withoutreturn
(8ef41a1)
v35.4.7
Bug Fixes
-
require-returns
: handle contexts TSFunctionType, TSMethodSignature, MethodDefinition; fixes #767 (fdca227)
v35.4.6
Bug Fixes
v35.4.5
Bug Fixes
-
valid-types
: allow and require types on[@extends](https://github.com/extends)
for TypeScript as used in docs (and not name) (6989699)
v35.4.4
Bug Fixes
-
tag-lines
: allowany
intags[tag].lines
option to allow lines per tag when otherwise blocked (52d7eff)
i18next/i18next
v20.3.4
- fix(types): only use readonly array of strings in API 1629
v20.3.3
- add transWrapTextNodes to types 1626
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)
v2.53.2
2021-07-15
Bug Fixes
- Identify additional TDZ situations in functions that are run more than once (#4177)
- Fix a scoping issue when a variable inside a catch scope matches the scope parameter's name (#4178)
Merge Requests
- #4177: Fix additional let/var init bugs (@kzc)
- #4178: Correctly create outside variable when shadowed by catch parameter (@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