-
Notifications
You must be signed in to change notification settings - Fork 17
fix(deps): update dependency @vercel/functions to v2 #469
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
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Reviewer's Guide by SourceryThis pull request updates the dependency @vercel/functions from version ^1.4.0 to ^2.0.0. The changes are implemented by modifying the package.json file to update the version and regenerating the yarn.lock file accordingly. The upgrade includes major changes from the dependency, including the removal of Node 16 support. Flow diagram for dependency update processflowchart TD
A[Start Dependency Update] --> B[Update package.json]
B --> C[Set @vercel/functions to ^2.0.0]
C --> D[Regenerate yarn.lock]
D --> E[Note: Major changes remove Node 16 support]
E --> F[Dependency update complete]
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We have skipped reviewing this pull request. It seems to have been created by a bot (hey, renovate[bot]!). We assume it knows what it's doing!
Bundle ReportChanges will decrease total bundle size by 17.08kB (-0.26%) ⬇️. This is within the configured threshold ✅ Detailed changes
Affected Assets, Files, and Routes:view changes for bundle: clickhouse-monitoring-bundle-client-array-pushAssets Changed:
view changes for bundle: clickhouse-monitoring-bundle-server-cjsAssets Changed:
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. Additional details and impacted files@@ Coverage Diff @@
## main #469 +/- ##
=======================================
Coverage 77.16% 77.16%
=======================================
Files 5 5
Lines 162 162
Branches 60 60
=======================================
Hits 125 125
Misses 34 34
Partials 3 3 ☔ View full report in Codecov by Sentry. |
This PR contains the following updates:
^1.4.0
->^2.0.0
Release Notes
vercel/vercel (@vercel/functions)
v2.0.0
Compare Source
Major Changes
Configuration
📅 Schedule: Branch creation - "* * * * 0,6" (UTC), Automerge - "* 0-3 * * 1" (UTC).
🚦 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.