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.2 -> 7.14.3 |
eslint (source) | devDependencies | patch | 7.26.0 -> 7.27.0 |
eslint-plugin-jsdoc | devDependencies | patch | 34.6.3 -> 34.8.2 |
i18next (source) | dependencies | patch | 20.2.4 -> 20.3.0 |
rollup (source) | devDependencies | patch | 2.48.0 -> 2.49.0 |
Release Notes
babel/babel
v7.14.3
🐛 Bug Fix
-
babel-core
- #13321 Pass assumptions set in presets to plugins (@nicolo-ribaudo)
-
babel-parser
- #13326 fix: preserve tokensLength in tryParse (@JLHwung)
-
#13325 Parse
let
declarations whose id starts with\
(@nicolo-ribaudo)
-
babel-helper-create-class-features-plugin
,babel-helper-replace-supers
,babel-plugin-proposal-class-properties
,babel-plugin-proposal-class-static-block
-
#13303 Don't duplicate the base class when using
constantSuper
(@nicolo-ribaudo)
-
#13303 Don't duplicate the base class when using
🏠 Internal
- Other
-
babel-plugin-transform-block-scoping
- #13304 Add test for fixed block scoping issue (@nicolo-ribaudo)
🔬 Output optimization
-
babel-helper-create-class-features-plugin
,babel-helper-replace-supers
,babel-plugin-proposal-class-static-block
,babel-preset-env
- #13297 Compile static blocks without the intermediate priv field step (@nicolo-ribaudo)
eslint/eslint
v7.27.0
-
2c0868c
Chore: merge all html formatter files intohtml.js
(#14612) (Milos Djermanovic) -
9e9b5e0
Update: no-unused-vars false negative with comma operator (fixes #14325) (#14354) (Nitin Kumar) -
afe9569
Chore: use includes instead of indexOf (#14607) (Mikhail Bodrov) -
c0f418e
Chore: Remove lodash (#14287) (Stephen Wade) -
52655dd
Update: no-restricted-imports custom message for patterns (fixes #11843) (#14580) (Alex Holden) -
967b1c4
Chore: Fix typo in large.js (#14589) (Ikko Ashimine) -
2466a05
Sponsors: Sync README with website (ESLint Jenkins) -
fe29f18
Sponsors: Sync README with website (ESLint Jenkins) -
086c1d6
Chore: add more test cases forno-sequences
(#14579) (Nitin Kumar) -
6a2ced8
Docs: Update README team and sponsors (ESLint Jenkins)
gajus/eslint-plugin-jsdoc
v34.8.2
Bug Fixes
v34.8.1
Bug Fixes
-
tag-lines
: avoid false positive for "never" when line break occurs in the middle of a tag description. (3496011) -
tag-lines
: ensure a middle-of-block empty line doesn't suppress "always" errors (33aa921)
v34.8.0
Features
-
tag-lines
: addtags
option to override behavior on a tag-specific basis (including only applying to tag(s)); fixes #734 (6e5e76d)
v34.7.0
Features
rollup/rollup
v2.49.0
2021-05-23
Features
- Detect side-effect-free static class methods and properties (#4018)
- Detect side-effect-free array elements (#4018)
- Do not apply deoptimizations from dead code (#4018)
Bug Fixes
- Handle side effect detection for getters and setters added in untracked code (#4018)
- Track "this" mutations for methods, getters and setters (#4018)
Merge Requests
- #4018: Class method effects (@lukastaegert)
Configuration
-
If you want to rebase/retry this MR, check this box.
This MR has been generated by Renovate Bot.