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

[Snyk] Upgrade arg from 4.1.3 to 5.0.1 #37

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

Conversation

snyk-bot
Copy link
Contributor

Snyk has created this PR to upgrade arg from 4.1.3 to 5.0.1.

merge advice
ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


Warning: This is a major version upgrade, and may be a breaking change.

  • The recommended version is 2 versions ahead of your current version.
  • The recommended version was released 5 months ago, on 2021-08-17.
Release notes
Package name: arg
  • 5.0.1 - 2021-08-17

    Patches

    • Update all deps, run Prettier.: #58
    • Ci: move to GitHub actions: #57

    Credits

    Huge thanks to @ yuler for helping!

  • 5.0.0 - 2020-11-17

    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.

  • 4.1.3 - 2020-02-02

    4.1.3

from arg GitHub release notes
Commit messages
Package name: arg
  • c110976 5.0.1
  • bb48a97 ci: move to GitHub actions (#57)
  • 6df3141 Update all deps, run Prettier. (#58)
  • 99b578e 5.0.0
  • 4817762 ZEIT -> Vercel
  • cbc4e8d make description a bit more descriptive
  • 0acfb7b lowercase error messages and use a unified ArgError type
  • f1f43a3 add faq (closes #45)

Compare


Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

🧐 View latest project report

🛠 Adjust upgrade PR settings

🔕 Ignore this dependency or unsubscribe from future upgrade PRs

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

Successfully merging this pull request may close these issues.

1 participant