fix(deps): update dependency arg to v5 - abandoned #39
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:
^4.1.0->^5.0.0Release Notes
vercel/arg
v5.0.2Compare Source
Patches
Credits
Huge thanks to @jakehamilton for helping!
v5.0.1Compare Source
Patches
Credits
Huge thanks to @yuler for helping!
v5.0.0Compare Source
5.0.0 Major Release
tl;dr unless you are checking/validating the types or messages of errors thrown by
arg, it is safe to upgrade with no changes to your codebase. In such cases,argwill behave exactly the same as the previous version.Despite the major release bump, the changes here should affect only the most remote corner cases. Nonetheless, this release was a major bump out of an abundance of caution.
require('arg').ArgError. Allarg-related (non-TypeError) errors are an instance of this class, and each has a.codeproperty with a uniquearg-related failure. All errors relating to the configuration ofargitself (and thus cannot be fixed by changing user input) begin withARG_CONFIG_. The circumstances under which the errors are thrown, or the variety of errors, remain unchanged.If any of these changes have broken you in any way, feel free to open an issue on the
argissue tracker.Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.