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

Update dependency vercel to v32 #9

Closed
wants to merge 1 commit into from
Closed

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Nov 12, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
vercel (source) ^28 -> ^32.0.0 age adoption passing confidence

Release Notes

vercel/vercel (vercel)

v32.5.3

Compare Source

Patch Changes

v32.5.2

Compare Source

Patch Changes

v32.5.1

Compare Source

Patch Changes

v32.5.0

Compare Source

Minor Changes
Patch Changes

v32.4.1

Compare Source

Patch Changes

v32.4.0

Compare Source

Minor Changes
  • Restore unsetting teamId for non-team accounts (#​10612)
Patch Changes

v32.3.1

Compare Source

Patch Changes

v32.3.0

Compare Source

Minor Changes
Patch Changes

v32.2.5

Compare Source

Patch Changes

v32.2.4

Compare Source

Patch Changes

v32.2.3

Compare Source

Patch Changes

v32.2.2

Compare Source

Patch Changes

v32.2.1

Compare Source

Patch Changes

v32.2.0

Compare Source

Minor Changes
  • show instant preview url on deploy (#​10458)
Patch Changes

v32.1.0

Compare Source

Minor Changes
  • Improve error messages for JSON parse failures (#​10396)
Patch Changes

v32.0.2

Compare Source

Patch Changes

v32.0.1

Compare Source

Patch Changes

v32.0.0

Compare Source

Major Changes
  • BREAKING CHANGE: Drop Node.js 14, bump minimum to Node.js 16 (#​10369)
Patch Changes

v31.4.0

Compare Source

Minor Changes
Patch Changes

v31.3.1

Compare Source

Patch Changes

v31.3.0

Compare Source

Minor Changes
  • Update help output to use cli-table3 (#​10333)
Patch Changes

v31.2.3

Compare Source

Patch Changes

v31.2.2

Compare Source

Patch Changes

v31.2.1

Compare Source

Patch Changes

v31.2.0

Compare Source

Minor Changes
  • Add a "Global Options" section to help output (#​10250)
Patch Changes

v31.1.1

Compare Source

Patch Changes

v31.1.0

Compare Source

Minor Changes
  • Add 'Environment' column to 'vc list' with new '--environment' filter and pipe URLs to stdout (#​10239)
Patch Changes

v31.0.4

Compare Source

Patch Changes

v31.0.3

Compare Source

Patch Changes

v31.0.2

Compare Source

Patch Changes

v31.0.1

Compare Source

Patch Changes

v31.0.0

Compare Source

Major Changes
  • Update vc dev redirect response to match production behavior (#​10143)
Patch Changes

v30.2.3

Compare Source

Patch Changes

v30.2.2

Compare Source

Patch Changes
  • [cli] vc env pull should add .env*.local to .gitignore (#​10085)

  • [cli] Fix team validation bug where you are apart of a team (#​10092)

  • Add support for vc dev command with repo link (#​10082)

  • Add support for vc deploy --prebuilt command with repo link (#​10083)

  • Move readme copy logic to a helper function for vc link (#​10084)

  • Add support for vc pull command with repo link (#​10078)

  • Add support for vc build command with repo link (#​10075)

v30.2.1

Compare Source

Patch Changes

v30.2.0

Compare Source

Minor Changes
  • [node] Add isomorphic functions (#​9947)
Patch Changes

v30.1.2

Compare Source

Patch Changes

v30.1.1

Compare Source

Patch Changes

v30.1.0

Compare Source

Minor Changes
Patch Changes

v30.0.0

Compare Source

Major Changes
  • Change vc env pull default output file to .env.local (#​9892)

  • Remove --platform-version global common arg (#​9807)

Minor Changes
  • [cli] implement vc deploy --prod --skip-build (#​9836)

  • New vc redeploy command (#​9956)

Patch Changes
  • Fix vercel git connect command when passing a URL parameter (#​9967)

v29.4.0

Compare Source

Minor Changes
  • Add vercel link --repo flag to link to repository (multiple projects), rather than an individual project (alpha) (#​8931)

v29.3.6

Compare Source

Patch Changes

v29.3.5

Compare Source

Patch Changes

v29.3.4

Compare Source

Patch Changes

v29.3.3

Compare Source

Patch Changes

v29.3.2

Compare Source

Patch Changes
  • [vc dev] Fix serverless function size limit condition (#​9961)

v29.3.1

Compare Source

Patch Changes
  • Sort environment variables alphabetically in vercel env pull (#​9949)
  • Skip 50MB zip size limit for Python (#​9944)

v29.3.0

Compare Source

Minor Changes
  • [cli] remove vc rollback beta label (#​9928)

v29.2.1

Compare Source

Patch Changes

v29.2.0

Compare Source

cli
  • [cli] Add support for Vercel CLI Extensions (#​9800) [Nathan Rajlich]
  • [cli] rename global options in help output (#​9917) [Sean Massa]
  • [cli] refactor help output around default and deploy commands (#​9912) [Sean Massa]
  • [cli] upgrade async-listen to 3.0.0 (#​9907) [Kiko Beats]
  • [cli] Add support for HTTPS_PROXY env var (#​9880) [Nathan Rajlich]
tests
  • [tests] Add test for set-cookie with multiple cookies (#​9916) [Chris Barber]
examples
  • [examples] Upgrade Next.js to version 13.4.1 (#​9911) [Vercel Release Bot]
node
  • [node] upgrade async-listen to 3.0.0 (#​9907) [Kiko Beats]
  • [node] Explicitly set 'set-cookie' header (#​9899) [Chris Barber]
frameworks
  • [frameworks] validate getOutputDirName and other missing values on framework entries (#​9900) [Sean Massa]

v29.1.1

Compare Source

frameworks
  • [frameworks] Add getOutputDirName to Storybook definition (#​9898) [Sean Massa]

v29.1.0

Compare Source

cli
  • [cli][fs-detectors][frameworks] Re-add Storybook support (#​9891) [Chris Barber]
  • [cli][fs-detectors][frameworks] Revert Storybook support (#​9890) [Chris Barber]
  • [cli][fs-detectors][frameworks] Add Storybook support (#​9839) [Chris Barber]
fs-detectors
  • [cli][fs-detectors][frameworks] Re-add Storybook support (#​9891) [Chris Barber]
  • [cli][fs-detectors][frameworks] Revert Storybook support (#​9890) [Chris Barber]
  • [fs-detectors] Add disableRootMiddleware, bypass ignoreRuntimes for root-level "middleware" files (#​9883) [Nathan Rajlich]
  • [cli][fs-detectors][frameworks] Add Storybook support (#​9839) [Chris Barber]
frameworks
  • [cli][fs-detectors][frameworks] Re-add Storybook support (#​9891) [Chris Barber]
  • [cli][fs-detectors][frameworks] Revert Storybook support (#​9890) [Chris Barber]
  • [cli][fs-detectors][frameworks] Add Storybook support (#​9839) [Chris Barber]
remix
  • [remix] Use debug() for warnings when reading config file (#​9894) [Nathan Rajlich]
  • [remix] Suppress warnings when reading config (#​9888) [Nathan Rajlich]
  • [remix] Upgrade @​remix-run/dev to version 1.16.0 (#​9887) [Vercel Release Bot]
node
  • [node] use ws instead of undici.WebSocket (#​9893) [Kiko Beats]
examples
  • [examples] Upgrade Next.js to version 13.3.4 (#​9881) [Vercel Release Bot]
tests
  • [tests] Update Gatsby fixture versions (#​9776) [Vercel Release Bot]

v29.0.3

Compare Source

next

v29.0.2

Compare Source

next

v29.0.1

Compare Source

node
next
  • [next] Add support for home and global as edge function regions (#​9869) [@​timneutkens]
  • [next] support functions property in appDir ([#&#8203

Configuration

📅 Schedule: Branch creation - "on sunday before 6:00am" in timezone UTC, Automerge - At any time (no schedule defined).

🚦 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 Mend Renovate. View repository job log here.

@lobehubbot
Copy link
Member

👍 @renovate[bot]


Thank you for raising your pull request and contributing to our Community
Please make sure you have followed our contributing guidelines. We will review it as soon as possible.
If you encounter any problems, please feel free to connect with us.
非常感谢您提出拉取请求并为我们的社区做出贡献,请确保您已经遵循了我们的贡献指南,我们会尽快审查它。
如果您遇到任何问题,请随时与我们联系。

Copy link
Author

renovate bot commented Nov 12, 2023

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 32.x releases. But if you manually upgrade to 32.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate renovate bot deleted the renovate/vercel-32.x branch November 12, 2023 09:51
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.

2 participants