Update all non-major dependencies
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
@rollup/plugin-node-resolve | devDependencies | patch | 13.0.2 -> 13.0.4 |
eslint-plugin-jsdoc | devDependencies | patch | 35.5.0 -> 35.5.1 |
i18next (source) | dependencies | patch | 20.3.4 -> 20.3.5 |
jszip | dependencies | minor | 3.6.0 -> 3.7.0 |
mocha (source) | devDependencies | patch | 9.0.2 -> 9.0.3 |
rollup (source) | devDependencies | minor | 2.53.3 -> 2.54.0 |
Release Notes
Stuk/jszip
v3.7.0
- Fix: Use a null prototype object for this.files (see #766)
- This change might break existing code if it uses prototype methods on the
.files
property of a zip object, for examplezip.files.toString()
. This approach is taken to prevent files in the zip overriding object methods that would exist on a normal object.
- This change might break existing code if it uses prototype methods on the
mochajs/mocha
v9.0.3
🐛 Fixes
-
#4702: Error rethrow from cwd-relative path while loading
.mocharc.js
(@kirill-golovan) -
#4688: Usage of custom interface in parallel mode (@juergba)
-
#4687: ESM: don't swallow
MODULE_NOT_FOUND
errors in case oftype:module
(@giltayar)
rollup/rollup
v2.54.0
2021-07-25
Features
- Extend UMD import.meta.url polyfill to support web workers (#4186)
Bug Fixes
- Resolve an issue where certain uses of classes could lead to an infinite recursion (#4189)
Merge Requests
- #4186: Fix UMD import.meta.url inside web workers (@ceifa)
- #4188: Fix typo in renderHelpers.ts (@eltociear)
- #4189: Move long path recursion prevention to MemberExpression (@lukastaegert)
- #4190: Stop recommending node-builtins (@curran)
Configuration
-
If you want to rebase/retry this MR, check this box.
This MR has been generated by Renovate Bot.