Skip to content
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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency arg to v5 #16

Merged
merged 1 commit into from
May 18, 2021
Merged

fix(deps): update dependency arg to v5 #16

merged 1 commit into from
May 18, 2021

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 17, 2020

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
arg 4.1.3 -> 5.0.0 age adoption passing confidence

Release Notes

vercel/arg

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.

  • All errors are now of type require('arg').ArgError. All arg-related (non-TypeError) errors are an instance of this class, and each has a .code property with a unique arg-related failure. All errors relating to the configuration of arg itself (and thus cannot be fixed by changing user input) begin with ARG_CONFIG_. The circumstances under which the errors are thrown, or the variety of errors, remain unchanged.
  • All errors now start with a lowercase letter instead of an uppercase letter to match common Node.js convention.
  • The CircleCI badge image and link were fixed.
  • All mentions of "ZEIT" were changed to "Vercel" (https://vercel.com/blog/zeit-is-now-vercel)
  • Copyright date and associated name were updated

If any of these changes have broken you in any way, feel free to open an issue on the arg issue tracker.


Configuration

馃搮 Schedule: "after 10pm every weekday,every weekend,before 5am every weekday" (UTC).

馃殾 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.


  • If you want to rebase/retry this PR, check this box.

This PR has been generated by WhiteSource Renovate. View repository job log here.

@bahmutov bahmutov merged commit 0c606c2 into main May 18, 2021
@renovate renovate bot deleted the renovate/arg-5.x branch May 18, 2021 16:55
@github-actions
Copy link

馃帀 This PR is included in version 2.3.2 馃帀

The release is available on:

Your semantic-release bot 馃摝馃殌

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants