chore(deps): update all non-major dependencies (patch)
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
@babel/core (source) | devDependencies | patch | 7.13.16 -> 7.14.0 |
@babel/preset-env (source) | devDependencies | patch | 7.13.15 -> 7.14.0 |
eslint-plugin-jsdoc | devDependencies | patch | 32.3.1 -> 32.3.4 |
i18next (source) | dependencies | patch | 20.2.1 -> 20.2.2 |
lit-element (source) | dependencies | patch | 2.4.0 -> 2.5.0 |
lit-html (source) | dependencies | patch | 1.3.0 -> 1.4.0 |
rollup (source) | devDependencies | patch | 2.45.2 -> 2.46.0 |
Release Notes
babel/babel
v7.14.0
👓 Spec Compliance
-
babel-generator
,babel-parser
-
#13209 [ts] Enforce order for the
override
modifier (@nicolo-ribaudo)
-
#13209 [ts] Enforce order for the
🚀 New Feature
-
babel-plugin-proposal-async-do-expressions
-
babel-core
,babel-generator
,babel-parser
,babel-plugin-proposal-do-expressions
,babel-plugin-syntax-async-do-expressions
,babel-types
-
babel-preset-env
- #13091 Enable class fields & private methods by default (@nicolo-ribaudo)
-
babel-compat-data
,babel-preset-env
-
#13176 Add private brand checks to
shippedProposals
(@nicolo-ribaudo) -
#13114 Add class static blocks to
preset-env
'sshippedProposals
(@nicolo-ribaudo)
-
#13176 Add private brand checks to
-
babel-helper-create-class-features-plugin
,babel-plugin-proposal-private-property-in-object
,babel-plugin-syntax-private-property-in-object
-
#13172 Allow compiling
#foo in obj
without compiling private fields (@nicolo-ribaudo)
-
#13172 Allow compiling
-
babel-parser
-
#13113 babel-parser(ts): Add new plugin option
dts: boolean
(@sosukesuzuki) -
#13175 Materialize the class features in
@babel/parser
. (@JLHwung) - #13033 Introduce parser error codes (@sosukesuzuki)
-
#13113 babel-parser(ts): Add new plugin option
-
babel-helper-module-transforms
,babel-helpers
,babel-plugin-transform-modules-amd
,babel-plugin-transform-modules-commonjs
,babel-plugin-transform-modules-umd
-
#12838 Implement
importInterop: "node"
option for module transforms (@nicolo-ribaudo)
-
#12838 Implement
-
babel-generator
,babel-parser
,babel-traverse
,babel-types
- #13224 Support parsing Flow's Optional Indexed Access Types (@gkz)
- #13053 Support parsing Flow's Indexed Access Types (@sosukesuzuki)
-
babel-parser
,babel-traverse
-
#13195 Parse string export names by default (
moduleStringNames
) (@nicolo-ribaudo)
-
#13195 Parse string export names by default (
-
babel-generator
,babel-parser
,babel-types
🐛 Bug Fix
-
babel-generator
- #13208 Prevent ForOfStatement from printing the forbidden sequence "for ( async of" (@Zalathar)
- #13169 fix: don't deduplicate comments with same start index (@gzzhanghao)
-
babel-generator
,babel-plugin-proposal-object-rest-spread
,babel-preset-env
- #13204 Simplify the special-case printing of single-param arrow functions (@Zalathar)
-
babel-core
- #13182 fix: Don't load browserslist in block-hoist-plugin (@MichaReiser)
💅 Polish
-
babel-cli
,babel-core
,babel-parser
,babel-plugin-transform-classes
,babel-preset-env
,babel-preset-typescript
- #13130 babel-parser: Add new internal ESLint rule to consistent error messages (@sosukesuzuki)
🏠 Internal
-
babel-parser
-
babel-helpers
,babel-preset-env
,babel-runtime-corejs2
,babel-runtime-corejs3
,babel-runtime
- #13190 Allow putting helpers in individual files (@nicolo-ribaudo)
- Other
:running_woman: Performance
-
babel-core
- #13090 perf(core): check files before interacting with them (@FauxFaux)
- #13223 perf: avoid loadFullConfig when creating block hoist plugin (@JLHwung)
-
babel-helper-validator-identifier
🔬 Output optimization
-
babel-helper-create-class-features-plugin
,babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining
,babel-plugin-proposal-async-generator-functions
,babel-plugin-proposal-class-properties
,babel-plugin-proposal-class-static-block
,babel-plugin-proposal-private-methods
,babel-plugin-proposal-private-property-in-object
,babel-preset-env
-
#13194 Mark
WeakMap
s of private fields as pure (@nicolo-ribaudo)
-
#13194 Mark
-
babel-helpers
,babel-runtime-corejs2
,babel-runtime-corejs3
,babel-runtime
-
#13201 Simplify the
wrapRegExp
helper for named groups (@nicolo-ribaudo)
-
#13201 Simplify the
gajus/eslint-plugin-jsdoc
v32.3.4
Bug Fixes
v32.3.3
Bug Fixes
-
require-param
,check-param-names
: do not fail with destructured array pattern containing empty slots; fixes #716 (f19e706)
v32.3.2
Bug Fixes
lit/lit-element
v2.5.0
Changed
- Added the
@state()
decorator as an alias for@internalProperty()
, and deprecated@internalProperty()
which will be renamed to@state
in lit-element 3.0. #1162. - Added
UpdatingElement.prototype.getUpdateComplete()
and deprecated_getUpdateComplete()
for forward compibility with lit-element 3.0.
Added
- Adds a
static shadowRootOptions
property for specifying shadow root options. This is a slightly simpler alternative to implementing a customcreateRenderRoot
method #1147. - Adds an export of
UpdatingElement
asReactiveElement
for forward-compatibility with lit-element 3.0 #1177.
Fixed
- Fixes an issue with
queryAssignedNodes
when applying a selector on a slot that included text nodes on older browsers not supporting Element.matches #1088.
rollup/rollup
v2.46.0
2021-04-29
Features
- Add option to disable file name sanitation (#4058)
- Add information about importers to unused external import warning (#4054)
Merge Requests
- #4042: Use Github actions only (@lukastaegert)
- #4045: Fix REPL artefact branch reference (@lukastaegert)
- #4046: Use codecov action for coverage (@lukastaegert)
-
#4054: Add to
UNUSED_EXTERNAL_IMPORT
warning information about the origin of the problem (@cawa-93) - #4058: Add sanitizeFileName option (@guybedford)
Configuration
-
If you want to rebase/retry this MR, check this box.
This MR has been generated by Renovate Bot.