chore(deps): update all non-major dependencies (minor) - autoclosed
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
eslint-plugin-jsdoc | devDependencies | minor | 35.4.5 -> 35.5.1 |
rollup (source) | devDependencies | minor | 2.53.2 -> 2.54.0 |
Release Notes
gajus/eslint-plugin-jsdoc
v35.5.1
Bug Fixes
v35.5.0
Features
-
require-returns-check
: addexemptGenerators
option (default on for typescript mode) to allow[@returns](https://github.com/returns)
to be present even withoutreturn
(8ef41a1)
v35.4.7
Bug Fixes
-
require-returns
: handle contexts TSFunctionType, TSMethodSignature, MethodDefinition; fixes #767 (fdca227)
v35.4.6
Bug Fixes
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)
v2.53.3
2021-07-21
Bug Fixes
- Solve an issue that could lead to severe memory issues and crashes when there are a lot of hoisted variables (#4183)
Merge Requests
- #4183: Avoid memory issues with hoisted variables (@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