Update all non-major dependencies
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
@babel/preset-env (source) | devDependencies | patch | 7.14.8 -> 7.14.9 |
@rollup/plugin-commonjs | devDependencies | patch | 19.0.1 -> 19.0.2 |
@rollup/plugin-url | devDependencies | minor | 6.0.0 -> 6.1.0 |
eslint (source) | devDependencies | minor | 7.31.0 -> 7.32.0 |
eslint-plugin-jsdoc | devDependencies | patch | 36.0.2 -> 36.0.6 |
pdfjs-dist (source) | dependencies | minor | 2.8.335 -> 2.9.359 |
rollup (source) | devDependencies | minor | 2.54.0 -> 2.55.1 |
Release Notes
babel/babel
v7.14.9
🐛 Bug Fix
-
babel-traverse
- #13596 Fix completion record for variable declarations (@addaleax)
-
babel-plugin-proposal-class-properties
,babel-plugin-transform-classes
- #13600 Extract computed keys from the class closure (@nicolo-ribaudo)
-
babel-plugin-transform-react-jsx-development
,babel-plugin-transform-react-jsx-self
,babel-plugin-transform-react-jsx
-
babel-parser
- #13581 [ts] Check if param is assignable when parsing arrow return type (@nicolo-ribaudo)
-
babel-generator
,babel-traverse
,babel-types
- #13577 add 12 missing NODE_FIELDS (@jedwards1211)
-
babel-plugin-proposal-async-generator-functions
-
#13491 Fix
_step.value
access infor await
(@nicolo-ribaudo)
-
#13491 Fix
🏠 Internal
- Other
-
#13614 Update Rollup to
~2.54.0
(@nicolo-ribaudo)
-
#13614 Update Rollup to
-
babel-generator
,babel-helper-validator-identifier
,babel-parser
:running_woman: Performance
eslint/eslint
v7.32.0
-
3c78a7b
Chore: Adopteslint-plugin/prefer-message-ids
rule internally (#14841) (Bryan Mishkin) -
faecf56
Update: change reporting location forcurly
rule (refs #12334) (#14766) (Nitin Kumar) -
d7dc07a
Fix: ignore lines with empty elements (fixes #12756) (#14837) (Soufiane Boutahlil) -
1bfbefd
New: Exit on fatal error (fixes #13711) (#14730) (Antonios Katopodis) -
ed007c8
Chore: Simplify internalno-invalid-meta
rule (#14842) (Bryan Mishkin) -
d53d906
Docs: Prepare data for website to indicate rules with suggestions (#14830) (Bryan Mishkin) -
d28f2ff
Docs: Reference eslint-config-eslint to avoid potential for staleness (#14805) (Brett Zamir) -
8be8a36
Chore: Adopteslint-plugin/require-meta-docs-url
rule internally (#14823) (Bryan Mishkin) -
f9c164f
Docs: New syntax issue template (#14826) (Nicholas C. Zakas) -
eba0c45
Chore: assertions on reporting loc inunicode-bom
(refs #12334) (#14809) (Nitin Kumar) -
ed945bd
Docs: fix multiple broken links (#14833) (Sam Chen) -
60df44c
Chore: useactions/setup-node@v2
(#14816) (Nitin Kumar) -
6641d88
Docs: Update README team and sponsors (ESLint Jenkins)
gajus/eslint-plugin-jsdoc
v36.0.6
Bug Fixes
- include comment-parser patched version (0ace59d)
v36.0.5
Bug Fixes
- update
jsdoccomment
andjsdoc-type-pratt-parser
(80334d8)
v36.0.4
Bug Fixes
- update jsdoccomment (in case executing version (like IDE) is an older version not affected by
engines
, should now work) (508bf18)
v36.0.3
Bug Fixes
- update dep. jsdoccomment (c8eee8f)
rollup/rollup
v2.55.1
2021-07-29
Bug Fixes
- Improve CLI warning message for unused external imports (#4194)
Merge Requests
- #4194: Align batch warning for UNUSED_EXTERNAL_IMPORT to individual warning (@benmccann)
v2.55.0
2021-07-28
Features
- Support default export live-bindings when generating ESM output (#4182)
Bug Fixes
- Always write
["default"]
as computed property when used as named export (#4182) - Do not mask default export TDZ errors (#4182)
Merge Requests
- #4182: Use mutable bindings for default exports (@lukastaegert)
Configuration
-
If you want to rebase/retry this MR, check this box.
This MR has been generated by Renovate Bot.