-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(deps): update dependency arg to v5 #510
Open
renovate
wants to merge
1
commit into
master
Choose a base branch
from
renovate/arg-5.x
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains 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
renovate
bot
requested review from
Aghassi and
hipstersmoothie
as code owners
November 17, 2020 01:36
renovate
bot
force-pushed
the
renovate/arg-5.x
branch
4 times, most recently
from
November 19, 2020 23:06
61331a8
to
b38cb15
Compare
renovate
bot
force-pushed
the
renovate/arg-5.x
branch
6 times, most recently
from
December 2, 2020 02:54
70f0a49
to
55ca21f
Compare
renovate
bot
force-pushed
the
renovate/arg-5.x
branch
4 times, most recently
from
December 4, 2020 08:49
aedf5d2
to
a752411
Compare
renovate
bot
force-pushed
the
renovate/arg-5.x
branch
2 times, most recently
from
December 12, 2020 18:45
bc5275d
to
5d0cc58
Compare
renovate
bot
force-pushed
the
renovate/arg-5.x
branch
2 times, most recently
from
December 23, 2020 21:58
ce136bf
to
df0c1ad
Compare
renovate
bot
force-pushed
the
renovate/arg-5.x
branch
2 times, most recently
from
January 14, 2021 23:06
102b494
to
2b9dbc0
Compare
renovate
bot
force-pushed
the
renovate/arg-5.x
branch
4 times, most recently
from
January 25, 2021 19:28
d674bf0
to
b5e7888
Compare
renovate
bot
force-pushed
the
renovate/arg-5.x
branch
3 times, most recently
from
February 9, 2021 21:30
5feb7a9
to
1c34738
Compare
renovate
bot
force-pushed
the
renovate/arg-5.x
branch
3 times, most recently
from
August 3, 2021 20:37
ab2887e
to
015f6d2
Compare
renovate
bot
force-pushed
the
renovate/arg-5.x
branch
3 times, most recently
from
August 17, 2021 02:31
852f840
to
bcbed70
Compare
renovate
bot
force-pushed
the
renovate/arg-5.x
branch
2 times, most recently
from
August 31, 2021 20:53
9bffa28
to
6fc0d50
Compare
renovate
bot
force-pushed
the
renovate/arg-5.x
branch
6 times, most recently
from
September 28, 2021 00:38
d74578b
to
1bd654f
Compare
renovate
bot
force-pushed
the
renovate/arg-5.x
branch
4 times, most recently
from
September 30, 2021 23:46
1f64250
to
d026484
Compare
renovate
bot
force-pushed
the
renovate/arg-5.x
branch
2 times, most recently
from
October 7, 2021 22:13
684258c
to
9c36fd4
Compare
renovate
bot
force-pushed
the
renovate/arg-5.x
branch
from
June 18, 2022 18:15
9c36fd4
to
9b3202d
Compare
renovate
bot
force-pushed
the
renovate/arg-5.x
branch
from
May 28, 2023 13:00
9b3202d
to
89fd206
Compare
renovate
bot
force-pushed
the
renovate/arg-5.x
branch
2 times, most recently
from
September 23, 2023 23:27
5b0d679
to
5de4c97
Compare
renovate
bot
force-pushed
the
renovate/arg-5.x
branch
2 times, most recently
from
October 18, 2023 11:17
332bf12
to
324140b
Compare
renovate
bot
force-pushed
the
renovate/arg-5.x
branch
2 times, most recently
from
November 7, 2023 11:38
d229d82
to
b4a19b0
Compare
renovate
bot
force-pushed
the
renovate/arg-5.x
branch
from
November 9, 2023 06:44
b4a19b0
to
307ab4a
Compare
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.2
Release Notes
vercel/arg (arg)
v5.0.2
Compare Source
Patches
Credits
Huge thanks to @jakehamilton for helping!
v5.0.1
Compare Source
Patches
Credits
Huge thanks to @yuler for helping!
v5.0.0
Compare 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,arg
will 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.code
property with a uniquearg
-related failure. All errors relating to the configuration ofarg
itself (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
arg
issue 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 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.