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 |
fabric (source) | dependencies | patch | 4.4.0 -> 4.5.0 |
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)
fabricjs/fabric.js
v4.5.0
- fix(fabric.PencilBrush) decimate deleting end of a freedrawing line #6966
- feat(fabric.Text): Adding support for RTL languages by adding
direction
property #7046 - feat(fabric) Add an eraser brush as optional module #6994
- fix v4: 'scaling' event triggered before object position is adjusted #6650
- Fix(fabric.Object): CircleControls transparentCorners styling #7015
- Fix(svg_import): svg parsing in case it uses empty use tag or use with image href #7044
- fix(fabric.Shadow):
offsetX
,offsetY
andblur
supports float #7019
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.