Update all non-major dependencies (patch)
This MR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| @babel/core (source) | devDependencies | patch | 7.14.5 -> 7.14.6 |
| eslint (source) | devDependencies | patch | 7.28.0 -> 7.29.0 |
| eslint-plugin-jsdoc | devDependencies | patch | 35.2.0 -> 35.3.2 |
| fabric (source) | dependencies | patch | 4.5.0 -> 4.5.1 |
| i18next (source) | dependencies | patch | 20.3.1 -> 20.3.2 |
| mocha (source) | devDependencies | patch | 9.0.0 -> 9.0.1 |
| rollup (source) | devDependencies | patch | 2.51.2 -> 2.52.2 |
Release Notes
babel/babel
v7.14.6
🐛 Bug Fix
-
babel-plugin-transform-spread- #13459 babel-plugin-transform-spread add missing argument in build calls (@zxbodya)
- #13439 Correctly transform spreads of arrays with holes (@nicolo-ribaudo)
-
babel-helpers,babel-plugin-transform-destructuring,babel-plugin-transform-modules-commonjs- #13444 fix destructuring of empty string (@lala7573)
-
babel-helper-create-class-features-plugin,babel-plugin-proposal-class-properties- #13429 fix: reference to class expression in private method (@lala7573)
-
babel-parser- #13428 [ts] Support override modifiers for parameter properties (@sosukesuzuki)
- #13449 Disallow JSX tag forming after TS non-null assertion (@JLHwung)
🏠 Internal
:running_woman: Performance
eslint/eslint
v7.29.0
-
bfbfe5cNew: Add only to RuleTester (refs eslint/rfcs#73) (#14677) (Brandon Mills) -
c2cd7b4New: Add ESLint#getRulesMetaForResults() (refs #13654) (#14716) (Nicholas C. Zakas) -
eea7e0dChore: remove duplicate code (#14719) (Nitin Kumar) -
6a1c7a0Fix: allow fallthrough comment inside block (fixes #14701) (#14702) (Kevin Gibbons) -
a47e5e3Docs: Add Mega-Linter to the list of integrations (#14707) (Nicolas Vuillamy) -
353ddf9Chore: enable reportUnusedDisableDirectives in eslint-config-eslint (#14699) (薛定谔的猫) -
757c495Chore: add some rules to eslint-config-eslint (#14692) (薛定谔的猫) -
c93a222Docs: fix a broken link (#14697) (Sam Chen) -
655c118Sponsors: Sync README with website (ESLint Jenkins) -
e2bed2eSponsors: Sync README with website (ESLint Jenkins) -
8490fb4Sponsors: Sync README with website (ESLint Jenkins) -
ddbe877Sponsors: Sync README with website (ESLint Jenkins)
gajus/eslint-plugin-jsdoc
v35.3.2
Bug Fixes
- stop reporting for async functions with
throwmissing[@throws](https://github.com/throws); fixes #722 (f7c8038)
v35.3.1
Bug Fixes
- valid-types: parse name paths as permissive. (657c67c)
v35.3.0
Features
fabricjs/fabric.js
v4.5.1
- fix(fabric.Text): fixes decoration rendering when there is a single rendering for full text line #7104
- fix(fabric.Text): spell error which made the gradientTransform not working #7059
- fix(fabric.util): unwanted mutation in fabric.util.rotatePoint #7117
- fix(svg parser): Ensure that applyViewboxTransform returns an object and not undefined/null #7030
- fix(fabric.Text): support firefox with ctx.textAlign for RTL text #7126
mochajs/mocha
v9.0.1
🔩 Other
We added a separate browser bundle mocha-es2018.js in javascript ES2018, as we skipped the transpilation down to ES5. This is an experimental step towards freezing Mocha's support of IE11.
-
#4653: ESM: proper version check in
hasStableEsmImplementation(@alexander-fenster)
rollup/rollup
v2.52.2
2021-06-21
Bug Fixes
- Support falsy plugins in types (#4144)
- Do not require return value in renderChunkHook type (#4144)
Merge Requests
- #4144: Use TypeScript config and improve some types (@lukastaegert)
v2.52.1
2021-06-17
Bug Fixes
- Fix a memory leak in watch mode (#4142)
Merge Requests
- #4142: Make array and object prototype singletons immutable for now (@lukastaegert)
v2.52.0
2021-06-16
Features
- Add
--configPluginCLI option to apply plugins to the config file for e.g. TypeScript configs (#3835) - Add "safest" and "smallest" presets to tree-shaking options for easier configuration (#4131)
- Add
treeshake.correctVarValueBeforeDeclarationoption to deoptimizevardeclarations (#4139)
Merge Requests
- #3835: Add typescript config support (@TheRealSyler)
- #4131: Add presets to the tree-shaking options (@lukastaegert)
- #4139: Add option to deoptimize var declarations for tree-shaking (@lukastaegert)
- #4141: Update dependencies (@lukastaegert)
Configuration
-
If you want to rebase/retry this MR, check this box.
This MR has been generated by Renovate Bot.
Edited by Reiter, Christoph