chore(deps): update typescript dependencies (major) #423
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
3.18.0
->4.20241112.0
2.4.0
->3.0.5
4.3.1
->5.1.4
20.0.1
->21.1.7
17.0.18
->22.9.0
16.18.11
->22.9.0
9.4.1
->12.1.0
4.11.0
->5.1.0
8.0.3
->11.0.0
3.1.1
->6.0.2
4.5.0
->5.4.0
20.0.3
->25.0.1
17.1.3
->23.8.0
4.9.4
->5.6.3
Release Notes
cloudflare/workerd (@cloudflare/workers-types)
v4.20241112.0
Compare Source
v4.20241106.0
Compare Source
v4.20241022.0
Compare Source
v4.20241018.0
Compare Source
v4.20241011.0
Compare Source
v4.20241004.0
Compare Source
v4.20240925.0
Compare Source
v4.20240924.0
Compare Source
v4.20240919.0
Compare Source
v4.20240909.0
Compare Source
v4.20240903.0
Compare Source
v4.20240821.1
Compare Source
v4.20240815.0
Compare Source
v4.20240806.0
Compare Source
v4.20240729.0
Compare Source
v4.20240725.0
Compare Source
v4.20240722.0
Compare Source
v4.20240718.0
Compare Source
v4.20240712.0
Compare Source
v4.20240701.0
Compare Source
v4.20240620.0
Compare Source
v4.20240614.0
Compare Source
v4.20240605.0
Compare Source
v4.20240603.0
Compare Source
v4.20240529.0
Compare Source
v4.20240524.0
Compare Source
v4.20240512.0
Compare Source
v4.20240502.0
Compare Source
v4.20240423.0
Compare Source
v4.20240419.0
Compare Source
v4.20240405.0
Compare Source
v4.20240404.0
Compare Source
v4.20240403.0
Compare Source
v4.20240402.0
Compare Source
v4.20240329.0
Compare Source
v4.20240320.1
Compare Source
v4.20240314.0
Compare Source
v4.20240312.0
Compare Source
v4.20240222.0
Compare Source
v4.20240208.0
Compare Source
v4.20240129.0
Compare Source
v4.20240117.0
Compare Source
v4.20231218.0
Compare Source
v4.20231121.0
Compare Source
v4.20231025.0
Compare Source
v4.20231016.0
Compare Source
v4.20231010.0
Compare Source
v4.20231002.0
Compare Source
v4.20230922.0
Compare Source
v4.20230914.0
Compare Source
v4.20230904.0
Compare Source
v4.20230830.0
Compare Source
v4.20230821.0
Compare Source
v4.20230814.0
Compare Source
v4.20230807.0
Compare Source
v4.20230801.0
Compare Source
v4.20230724.0
Compare Source
v4.20230717.1
Compare Source
v4.20230717.0
Compare Source
v4.20230710.1
Compare Source
v4.20230710.0
Compare Source
v4.20230628.0
Compare Source
v4.20230518.0
Compare Source
v4.20230511.0
Compare Source
v4.20230419.0
Compare Source
v4.20230404.0
Compare Source
v4.20230321.0
Compare Source
v4.20230307.0
Compare Source
v4.20230228.0
Compare Source
v4.20230221.0
Compare Source
v4.20230215.0
Compare Source
v4.20230214.0
Compare Source
v4.20230115.0
Compare Source
v4.20221111.1
Compare Source
v4.20221111.0
Compare Source
v3.19.0
Compare Source
tj/commander.js (commander)
v12.1.0
Compare Source
Added
v12.0.0
Compare Source
Added
.addHelpOption()
as another way of configuring built-in help option ([#2006]).helpCommand()
for configuring built-in help command ([#2087])Fixed
passThroughOptions
constraints when using.addCommand
and throw if parent command does not have.enablePositionalOptions()
enabled ([#1937])Changed
.storeOptionsAsProperties()
after setting an option value ([#1928])@api private
with documented@private
([#1949]).addHelpCommand()
now takes a Command (passing string or boolean still works as before but deprecated) ([#2087])Deprecated
.addHelpCommand()
passing string or boolean (use.helpCommand()
or pass a Command) ([#2087])Removed
program
export instead) ([#2017])Migration Tips
global program
If you are using the deprecated default import of the global Command object, you need to switch to using a named import (or create a new
Command
).option and command clashes
A couple of configuration problems now throw an error, which will pick up issues in existing programs:
v11.1.0
Compare Source
Fixed
OptionValueSource
to allow any string, to match supported use of custom sources ([#1983])Command.version()
can also be used as getter ([#1982])Commands.executableDir()
, for when not configured ([#1965])Added
registeredArguments
property onCommand
with the array of definedArgument
(likeCommand.options
forOption
) ([#2010])envVar
,presetArg
([#2019])argChoices
,defaultValue
,defaultValueDescription
([#2019])Changed
Deprecated
Command._args
was private anyway, but now available asregisteredArguments
([#2010])v11.0.0
Compare Source
Fixed
Changed
v10.0.1
Compare Source
Added
Fixed
Option.optionFlags
property from TypeScript definition ([#1844])Changed
.implies()
([#1854])v10.0.0
Compare Source
Added
Changed
v9.5.0
Compare Source
Added
.getOptionValueSourceWithGlobals()
([#1832])showGlobalOptions
for.configureHelp{}
andHelp
([#1828])fastify/fastify (fastify)
v5.1.0
Compare Source
What's Changed
.exec()
with.test()
by @Fdawgs in https://github.com/fastify/fastify/pull/5750New Contributors
Full Changelog: fastify/fastify@v5.0.0...v5.1.0
[
v5.0.0
](https://redirectConfiguration
📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.