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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 17, 2020

This PR contains the following updates:

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

Release Notes

vercel/arg (arg)

v5.0.2

Compare Source

Patches
  • Fix(types): export flagSymbol: #​63
Credits

Huge thanks to @​jakehamilton for helping!

v5.0.1

Compare Source

Patches
  • Update all deps, run Prettier.: #​58
  • Ci: move to GitHub actions: #​57
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.

  • 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: 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.


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

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/arg-5.x branch 4 times, most recently from 61331a8 to b38cb15 Compare November 19, 2020 23:06
@renovate renovate bot force-pushed the renovate/arg-5.x branch 6 times, most recently from 70f0a49 to 55ca21f Compare December 2, 2020 02:54
@renovate renovate bot force-pushed the renovate/arg-5.x branch 4 times, most recently from aedf5d2 to a752411 Compare December 4, 2020 08:49
@renovate renovate bot force-pushed the renovate/arg-5.x branch 2 times, most recently from bc5275d to 5d0cc58 Compare December 12, 2020 18:45
@renovate renovate bot force-pushed the renovate/arg-5.x branch 2 times, most recently from ce136bf to df0c1ad Compare December 23, 2020 21:58
@renovate renovate bot force-pushed the renovate/arg-5.x branch 2 times, most recently from 102b494 to 2b9dbc0 Compare January 14, 2021 23:06
@renovate renovate bot force-pushed the renovate/arg-5.x branch 4 times, most recently from d674bf0 to b5e7888 Compare January 25, 2021 19:28
@renovate renovate bot force-pushed the renovate/arg-5.x branch 3 times, most recently from 5feb7a9 to 1c34738 Compare February 9, 2021 21:30
@renovate renovate bot force-pushed the renovate/arg-5.x branch 3 times, most recently from ab2887e to 015f6d2 Compare August 3, 2021 20:37
@renovate renovate bot force-pushed the renovate/arg-5.x branch 3 times, most recently from 852f840 to bcbed70 Compare August 17, 2021 02:31
@renovate renovate bot force-pushed the renovate/arg-5.x branch 2 times, most recently from 9bffa28 to 6fc0d50 Compare August 31, 2021 20:53
@renovate renovate bot force-pushed the renovate/arg-5.x branch 6 times, most recently from d74578b to 1bd654f Compare September 28, 2021 00:38
@renovate renovate bot force-pushed the renovate/arg-5.x branch 4 times, most recently from 1f64250 to d026484 Compare September 30, 2021 23:46
@renovate renovate bot force-pushed the renovate/arg-5.x branch 2 times, most recently from 684258c to 9c36fd4 Compare October 7, 2021 22:13
@renovate renovate bot force-pushed the renovate/arg-5.x branch from 9c36fd4 to 9b3202d Compare June 18, 2022 18:15
@renovate renovate bot force-pushed the renovate/arg-5.x branch from 9b3202d to 89fd206 Compare May 28, 2023 13:00
@renovate renovate bot force-pushed the renovate/arg-5.x branch 2 times, most recently from 5b0d679 to 5de4c97 Compare September 23, 2023 23:27
@renovate renovate bot force-pushed the renovate/arg-5.x branch 2 times, most recently from 332bf12 to 324140b Compare October 18, 2023 11:17
@renovate renovate bot force-pushed the renovate/arg-5.x branch 2 times, most recently from d229d82 to b4a19b0 Compare November 7, 2023 11:38
@renovate renovate bot force-pushed the renovate/arg-5.x branch from b4a19b0 to 307ab4a Compare November 9, 2023 06:44
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.

0 participants