chore(deps): update all non-major dependencies
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
@babel/core (source) | devDependencies | patch | 7.17.2 -> 7.17.5 |
eslint-plugin-jsdoc | devDependencies | patch | 37.9.1 -> 37.9.4 |
fabric (source) | dependencies | minor | 5.0.0 -> 5.2.1 |
lit (source) | dependencies | minor | 2.1.3 -> 2.2.0 |
mocha (source) | devDependencies | patch | 9.2.0 -> 9.2.1 |
rollup (source) | devDependencies | patch | 2.67.2 -> 2.67.3 |
Release Notes
babel/babel
v7.17.5
🐛 Bug Fix
-
babel-core
-
#14283 Make source maps plain objects for use with
t.valueToNode
(@thebanjomatic) - #14282 Fix merging sourcemaps on Windows (@jridgewell)
-
#14283 Make source maps plain objects for use with
v7.17.4
🐛 Bug Fix
-
babel-core
- #14274 Fix infinite recursion when merge sourcemaps (@jridgewell)
v7.17.3
🐛 Bug Fix
-
babel-plugin-transform-react-jsx-development
,babel-plugin-transform-react-jsx
-
babel-plugin-transform-destructuring
- #14240 Fix destructuring with holes in assign pattern (@magic-akari)
🏠 Internal
-
babel-cli
,babel-core
,babel-generator
,babel-helper-transform-fixture-test-runner
- #14253 Convert all SourceMapConsumers to TraceMaps (@jridgewell)
🔬 Output optimization
-
babel-plugin-proposal-class-properties
,babel-plugin-proposal-class-static-block
,babel-plugin-proposal-decorators
,babel-plugin-proposal-private-methods
,babel-plugin-proposal-private-property-in-object
,babel-plugin-transform-new-target
,babel-plugin-transform-parameters
,babel-traverse
-
#14268 Skip unnecessary temp vars in
path.insertAfter
(@nicolo-ribaudo)
-
#14268 Skip unnecessary temp vars in
gajus/eslint-plugin-jsdoc
v37.9.4
Bug Fixes
-
require-jsdoc
: avoid class jsdoc blocks suppressing errors forPropertyDefinition
; fixes #841 (ef68427)
v37.9.3
Bug Fixes
-
no-restricted-syntax
,no-missing-syntax
: update jsdoccomment to avoid breaking on bad types (at least until jsdoc-type-pratt-parser may support all expected); fixes #842 (06c3163)
v37.9.2
Bug Fixes
fabricjs/fabric.js
v5.2.1
- fix(): add
eraser
to Object state/cache props#7720
v5.1.0
- build(deps): bump node-fetch from 2.6.6 to 2.6.7
#7684
- build(deps): bump follow-redirects from 1.14.6 to 1.14.8
#7683
- build(deps): bump simple-get from 3.1.0 to 3.1.1
#7682
- build(deps): bump engine.io from 6.1.0 to 6.1.2
#7681
- fix(test): Remove expect assertion
#7678
- docs(blendimage_filter.class.js) corrected mode options
#7672
- chore(): Update bug_report.md
#7659
- fix(util.animation): remove extra animation cancel
#7631
- feat(animation): Support a list of animation values for animating matrices changes
#7633
- ci(tests): windows and linux paths resolutions
#7635
lit/lit
v2.2.0
Minor Changes
-
#2401
2c9d0008
- Added a devlog events system that may be used for debugging and visualizing Lit's internals.
Patch Changes
- Updated dependencies [
2c9d0008
]:- lit-element@3.2.0
- lit-html@2.2.0
- @lit/reactive-element@1.3.0
v2.1.4
Patch Changes
-
#2518
bbbf21d4
- Fix breaking change in the PropertyValues type. Make PropertyValues compatible with Map<string, string> and other Map types. -
#2526
a50d188a
- Export PropertyValueMap such that JavaScript generated by Google Closure Compiler can reference this type. Do not directly import thePropertyValueMap
interface.
rollup/rollup
v2.67.3
2022-02-18
Bug Fixes
- Do not swallow other errors when unfinished hook actions are detected (#4409)
- Add additional information to output when there are unfinished hook actions (#4409)
Merge Requests
- #4399: docs: remove const (@TrickyPi)
- #4401: Improve test stability by getting independent of module id ordering in more places (@lukastaegert)
- #4403: fix: remove unnecessary property descriptor spread (@dnalborczyk)
- #4404: refactor: use map for import descriptions + re-export descriptions (@dnalborczyk)
- #4405: refactor: module exports to map (@dnalborczyk)
- #4406: Fix a typo in 'Direct plugin communication' code example (@younesmln)
- #4407: Document how resolveId is cached (@lukastaegert)
- #4409: Print ids for unfinished moduleParsed and shouldTransformCachedModule hooks (@lukastaegert)
Configuration
-
If you want to rebase/retry this MR, click this checkbox.
This MR has been generated by Renovate Bot.
Edited by Reiter, Christoph