bahmutov / cypress-movie

Generate movies from your Cypress end-to-end tests
98 stars 10 forks source link

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

Closed renovate[bot] closed 3 years ago

renovate[bot] commented 3 years ago

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`](https://togithub.com/vercel/arg/releases/5.0.0) [Compare Source](https://togithub.com/vercel/arg/compare/4.1.3...5.0.0) ### 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](https://togithub.com/vercel/arg/issues).

Configuration

📅 Schedule: "before 2am" in timezone America/New_York.

🚦 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.



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

github-actions[bot] commented 3 years ago

:tada: This PR is included in version 3.0.11 :tada:

The release is available on:

Your semantic-release bot :package::rocket: