Open
Conversation
61331a8 to
b38cb15
Compare
70f0a49 to
55ca21f
Compare
aedf5d2 to
a752411
Compare
bc5275d to
5d0cc58
Compare
ce136bf to
df0c1ad
Compare
102b494 to
2b9dbc0
Compare
d674bf0 to
b5e7888
Compare
5feb7a9 to
1c34738
Compare
7ab0dfb to
ac51c82
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.3→5.0.2Release Notes
vercel/arg (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: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.