Update all non-major dependencies
This MR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| eslint-plugin-jsdoc | devDependencies | patch | 35.4.1 -> 35.4.3 |
| rollup (source) | devDependencies | minor | 2.52.7 -> 2.53.1 |
Release Notes
gajus/eslint-plugin-jsdoc
v35.4.3
Bug Fixes
v35.4.2
Bug Fixes
-
check-examples: auto-disableno-empty-functionrule for expression checking; clear it is a no-op in this context (5a928db)
rollup/rollup
v2.53.1
2021-07-11
Bug Fixes
- Do not omit namespace reexports when
treeshakeisfalse(#4175)
Merge Requests
- #4175: Generate namespace objects when not tree-shaking (@lukastaegert)
v2.53.0
2021-07-09
Features
- Add
maxParallelFileReadsoption to limit read operations with a default of 20 (#4170)
Merge Requests
- #4170: Limit parallel file reads to prevent "EMFILE: too many open files" error (@schummar)
v2.52.8
2021-07-07
Bug Fixes
- Automatically handle many use
varbefore declaration and TDZ access scenarios correctly without the need fortreeshake.correctVarValueBeforeDeclaration(#4148)
Merge Requests
- #4148: Fix var/const/let variable use before declaration (@kzc and @lukastaegert)
Configuration
-
If you want to rebase/retry this MR, check this box.
This MR has been generated by Renovate Bot.