Update dependency commander to ^14.0.1
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
commander | dependencies | patch | ^14.0.0 -> ^14.0.1 |
MR created with the help of gitlab-org/frontend/renovate-gitlab-bot
Release Notes
tj/commander.js (commander)
v14.0.1
Fixed
- broken markdown link in README ([#2369])
Changed
- improve code readability by using optional chaining ([#2394])
- use more idiomatic code with object spread instead of
Object.assign()
([#2395]) - improve code readability using
string.endsWith()
instead ofstring.slice()
([#2396]) - refactor
.parseOptions()
to process args array in-place ([#2409]) - change private variadic support routines from
._concatValue()
to._collectValue()
(change code fromarray.concat()
toarray.push()
) ([#2410]) - update (dev) dependencies
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.
Edited by GitLab Dependency Bot