Update all non-major dependencies (patch)
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
@babel/preset-env (source) | devDependencies | patch | 7.14.0 -> 7.14.1 |
@rollup/plugin-commonjs | devDependencies | patch | 18.0.0 -> 18.1.0 |
eslint (source) | devDependencies | patch | 7.25.0 -> 7.26.0 |
eslint-plugin-jsdoc | devDependencies | patch | 33.0.0 -> 33.1.1 |
glob | devDependencies | patch | 7.1.6 -> 7.1.7 |
lit-element (source) | dependencies | patch | 2.5.0 -> 2.5.1 |
lit-html (source) | dependencies | patch | 1.4.0 -> 1.4.1 |
mocha (source) | devDependencies | patch | 8.3.2 -> 8.4.0 |
rollup (source) | devDependencies | patch | 2.46.0 -> 2.47.0 |
selfsigned | devDependencies | patch | 1.10.8 -> 1.10.11 |
Release Notes
babel/babel
v7.14.1
🐛 Bug Fix
-
babel-parser
- #13243 Parse static blocks with typescript plugin (@sosukesuzuki)
-
babel-plugin-transform-block-scoping
- #13248 Fix plugin-transform-block-scoping const violations (@overlookmotel)
-
babel-generator
,babel-parser
-
#13244 Parse
for await (async of ...)
(@Zalathar)
-
#13244 Parse
-
babel-helper-create-class-features-plugin
-
#13237 fix: Typo in
@babel/helper-create-class-features-plugin
(@aancer-rca)
-
#13237 fix: Typo in
📝 Documentation
-
babel-types
- #13151 Add alias docs for @babel/types (@JLHwung)
🏠 Internal
-
babel-parser
-
#13242 Don't use
"composite": true
in tsc (until it supports cycles) (@nicolo-ribaudo) - #13241 chore: remove duplicated test262 parser tests (@JLHwung)
-
#13242 Don't use
-
babel-plugin-proposal-export-namespace-from
,babel-plugin-syntax-module-string-names
,babel-plugin-transform-modules-amd
,babel-plugin-transform-modules-commonjs
,babel-plugin-transform-modules-systemjs
,babel-plugin-transform-modules-umd
-
#13246 Archive
@babel/plugin-syntax-module-string-names
(@nicolo-ribaudo)
-
#13246 Archive
-
babel-core
,babel-plugin-proposal-class-properties
,babel-plugin-proposal-class-static-block
,babel-plugin-proposal-private-methods
,babel-plugin-proposal-private-property-in-object
,babel-plugin-syntax-class-properties
,babel-plugin-transform-flow-comments
,babel-plugin-transform-flow-strip-types
,babel-plugin-transform-modules-commonjs
,babel-plugin-transform-typescript
,babel-plugin-transform-unicode-escapes
,babel-preset-env
,babel-standalone
-
#13232 Archive
@babel/plugin-syntax-class-properties
(@nicolo-ribaudo)
-
#13232 Archive
eslint/eslint
v7.26.0
-
aaf65e6
Upgrade: eslintrc for ModuleResolver fix (#14577) (Brandon Mills) -
ae6dbd1
Fix: track variables, not names in require-atomic-updates (fixes #14208) (#14282) (Patrick Ahmetovic) -
6a86e50
Chore: remove loose-parser tests (fixes #14315) (#14569) (Milos Djermanovic) -
ee3a3ea
Fix: create.eslintrc.cjs
formodule
type (#14304) (Nitin Kumar) -
6791dec
Docs: fix example for require-atomic-updates (#14562) (Milos Djermanovic) -
388eb7e
Sponsors: Sync README with website (ESLint Jenkins) -
f071d1e
Update: Add automated suggestion toradix
rule for parsing decimals (#14291) (Bryan Mishkin) -
0b6a3f3
New: Include XO style guide ineslint --init
(#14193) (Federico Brigante)
gajus/eslint-plugin-jsdoc
v33.1.1
Bug Fixes
- update jsdoccomment to surface fixes (7de397b)
v33.1.0
Features
mochajs/mocha
v8.4.0
🎉 Enhancements
- #4502: CLI file parsing errors now have error codes (@evaline-ju)
🐛 Fixes
- #4614: Watch: fix crash when reloading files (@outsideris)
📖 Documentation
-
#4630: Add
options.require
to Mocha constructor forroot hook
plugins on parallel runs (@juergba) -
#4617: Dynamically generating tests with
top-level await
and ESM test files (@juergba) - #4608: Update default file extensions (@outsideris)
Also thanks to @outsideris for various improvements on our GH actions workflows.
rollup/rollup
v2.47.0
2021-05-04
Features
- Warn about ambiguous imports from combined external namespace reexports (#4064)
- In case of combined namespace reexports, always prefer local exports over external namespaces (#4064)
- Treat conflicting names in local namespace reexports as undefined (#4064)
Merge Requests
- #4064: Prefer locally defined exports and reexports over external namespaces (@lukastaegert)
Configuration
-
If you want to rebase/retry this MR, check this box.
This MR has been generated by Renovate Bot.