refactor: update all
This MR contains the following updates:
Release Notes
npkgz/cli-progress
v3.11.0
- Added:
log()convenience method the multibar to enable custom logging output on top of the progress bars during operation - Added:
gracefulExitoption (enabled by default) to stop the bars in case ofSIGINTorSIGTERM- this restores most cursor settings before exiting - Added:
progressCalculationRelativeoption (disabled by default) to use thestartValueas offset for the progress calculation and calculate the absolute progress from the difference given bytotal-startValue#121 - Added: ability to pass bar options (overrides the global options) to
multibar.create - Bugfix: within a non-tty environment (e.g. CI/CD taskrunners)
multibar.create()returns an undefined value in casenoTTYOutputis not enabled #117
expressjs/express
v4.18.1
===================
- Fix hanging on large stack of sync routes
v4.18.0
===================
- Add "root" option to
res.download - Allow
optionswithoutfilenameinres.download - Deprecate string and non-integer arguments to
res.status - Fix behavior of
null/undefinedasmaxAgeinres.cookie - Fix handling very large stacks of sync middleware
- Ignore
Object.prototypevalues in settings throughapp.set/app.get - Invoke
defaultwith same arguments as types inres.format - Support proper 205 responses using
res.send - Use
http-errorsforres.formaterror - deps: body-parser@1.20.0
- Fix error message for json parse whitespace in
strict - Fix internal error when inflated body exceeds limit
- Prevent loss of async hooks context
- Prevent hanging when request already read
- deps: depd@2.0.0
- deps: http-errors@2.0.0
- deps: on-finished@2.4.1
- deps: qs@6.10.3
- deps: raw-body@2.5.1
- Fix error message for json parse whitespace in
- deps: cookie@0.5.0
- Add
priorityoption - Fix
expiresoption to reject invalid dates
- Add
- deps: depd@2.0.0
- Replace internal
evalusage withFunctionconstructor - Use instance methods on
processto check for listeners
- Replace internal
- deps: finalhandler@1.2.0
- Remove set content headers that break response
- deps: on-finished@2.4.1
- deps: statuses@2.0.1
- deps: on-finished@2.4.1
- Prevent loss of async hooks context
- deps: qs@6.10.3
- deps: send@0.18.0
- Fix emitted 416 error missing headers property
- Limit the headers removed for 304 response
- deps: depd@2.0.0
- deps: destroy@1.2.0
- deps: http-errors@2.0.0
- deps: on-finished@2.4.1
- deps: statuses@2.0.1
- deps: serve-static@1.15.0
- deps: send@0.18.0
- deps: statuses@2.0.1
- Remove code 306
- Rename
425 Unordered Collectionto standard425 Too Early
jprichardson/node-fs-extra
v10.1.0
TypeStrong/TypeDoc
v0.22.15
Features
- Classes which are
abstractand enums which areconstwill now be indicated in their rendered documentation, #1874. - Added a new option
compilerOptions, which can be used to override compiler options read fromtsconfig.json, #1891. - Added new render hooks:
content.begin,content.end,navigation.begin,navigation.end
Bug Fixes
- TypeDoc will now warn if a project name/version cannot be inferred from a package.json file rather than using
undefined, #1907.
Thanks!
v0.22.14
Bug Fixes
- Fixed missing comments on
@enumstyle enum members defined in declaration files, #1880. - Fixed
--validation.notDocumentedwarnings for functions/methods/type aliases, #1895, #1898. - Search results will no longer include random items when the search bar is empty, #1881.
- Comments on overloaded constructors will now be detected in the same way that overloaded functions/methods are.
- Fixed
removeReflectionnot completely removing reflections from the project, #1898. - Fixed
@hidden/@ignore/@excludecomments on default exports with no associated variable, #1903. -
makeRecursiveVisitorwill now correctly call theintersectioncallback, #1910.
Thanks!
Configuration
-
If you want to rebase/retry this MR, click this checkbox.
This MR has been generated by Renovate Bot.
Edited by openstappsbot