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

chore(deps): update dependency vercel to v32 #200

Closed
wants to merge 3 commits into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 11, 2023

Mend Renovate

This PR contains the following updates:

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

Release Notes

vercel/vercel (vercel)

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

v29.0.0

Compare Source

cli
  • [cli] Remove --target global common arg (#​9808) [Nathan Rajlich]
tests
  • [tests] Update CODEOWNERS for packages/node (#​9864) [Sean Massa]
  • [tests] Move allowJs: true to test tsconfig.json (#​9862) [Chris Barber]
  • [tests] install root typescript version 4.9.5 and standardize on that version (#​9858) [Sean Massa]
  • [tests] Upgrade Turbo to version 1.9.3 (#​9844) [Vercel Release Bot]
  • Use pnpm v8.3.1 (#​9853) [Nathan Rajlich]
node
  • [node] Fix ESM dependency support (#​9692) [Chris Barber]
  • [node] remove last mention of node-bridge (#​9838) [Sean Massa]
gatsby-plugin-vercel-builder
  • [gatsby-plugin-vercel-builder] Log validation errors (#​9854) [Nathan Rajlich]
remix
  • [remix] update entry.client.react.jsx (#​9845) [Michaël De Boey]
next
  • [next] Update test fixture 00-app-dir-edge to use export const runtime (#​9855) [Nathan Rajlich]
remix-entry-server
  • [remix-entry-server] Delete package (#​9852) [Nathan Rajlich]
examples
  • [examples] Upgrade Next.js to version 13.3.1 (#​9842) [Vercel Release Bot]

v28.20.0

Compare Source

cli
  • Allow passing of local git meta even with no remote. (#​9824) [Gary Borton]
node
  • [node] Add streaming support for vc dev (#​9745) [Kiko Beats]

v28.19.0

Compare Source

cli
  • [cli] refactor to use create deployment param type (#​9805) [Sean Massa]
  • [cli] Add vc deploy --no-wait and vc inspect --wait (#​9802) [Chris Barber]
  • [cli] Support pnpm in getUpdateCommand() (#​9813) [Nathan Rajlich]
  • [cli] Remove a bunch of isCanary checks (#​9806) [Nathan Rajlich]
  • [cli] Simplify parseRepoUrl() and fix edge case (#​9796) [Nathan Rajlich]
node
  • [node] Move path-to-regexp and ts-morph from dev deps to deps (#​9823) [Chris Barber]
go
  • [go] Support 'go.work' file and resolve shared deps relative to work path (#​9708) [Chris Barber]

v28.18.5

Compare Source

fs-detectors
  • [fs-detectors] check turbo versions to allow for tags like "latest" (#​9790) [Sean Massa]
gatsby-plugin-vercel-builder
  • [gatsby-plugin-vercel-builder] Ignore assetPrefix completely (#​9787) [Nathan Rajlich]
scripts
  • [scripts] Create internal-dependency-trace script package (#​9783) [Ethan Arrowood]
examples
  • [examples] Update Astro example. (#​9778) [Lee Robinson]
tests
  • [tests] combine examples e2e into one chunk (#​9772) [Sean Massa]

v28.18.4

Compare Source

routing-utils
  • [routing-utils] add isInternal flag (#​9761) [Sean Massa]
next
  • [next] use "Page" instead of "SSR" for operationType (#​9770) [Sean Massa]
  • [next] Update allowQuery test case (#​9767) [JJ Kasper]
  • [next] Fix edge runtime for route groups (#​9764) [JJ Kasper]
  • [next] Update allowQuery test (#​9758) [JJ Kasper]
static-build
  • [static-build] Remove Gatsby env var check (#​9766) [Nathan Rajlich]
examples
  • [examples] Upgrade Next.js to version 13.3.0 (#​9765) [Vercel Release Bot]
build-utils
  • [build-utils][cli][fs-detectors] Upgrade minimatch to 3.1.2 (#​9762) [Espen Hovlandsdal]
cli
  • [build-utils][cli][fs-detectors] Upgrade minimatch to 3.1.2 (#​9762) [Espen Hovlandsdal]
  • [cli] refactor pkg.ts into @vercel-internals/get-package-json (#​9719) [Ethan Arrowood]
fs-detectors
  • [build-utils][cli][fs-detectors] Upgrade minimatch to 3.1.2 (#​9762) [Espen Hovlandsdal]
  • [frameworks][fs-detectors] Use correct "license" field in package.json (#​9696) [Espen Hovlandsdal]
  • [fs-detectors] Fix [email protected] all filters are inferred (#​9680) [Nathan Hammond]
all
  • [all] Use correct "license" field in package.json (#​9754) [Nathan Rajlich]
tests
  • [tests] Update Gatsby fixture versions (#​9760) [Vercel Release Bot]
  • [tests] Skip broken test temporarily (#​9753) [Steven]
  • [tests] update pnpm version to 7.31.0 (#​9751) [Steven]
  • [tests] move test files to subdirectory (#​9749) [Kiko Beats]
  • [tests] update typescript version used in next fixtures (#​9739) [Sean Massa]
  • Fix update gatsby fixture cron job (#​9725) [Ethan Arrowood]
frameworks
  • [frameworks][fs-detectors] Use correct "license" field in package.json (#​9696) [Espen Hovlandsdal]
remix

v28.18.3

Compare Source

build-utils
  • [build-utils] Rename Lambda experimentalResponseStreaming prop to supportsResponseStreaming (#​9721) [Nathan Rajlich]
tests
  • [tests] Split CLI integration tests into chunks (#​9688) [Sean Massa]

v28.18.2

Compare Source

build-utils
  • [build-utils] add pnpm v8 auto detection (#​9720) [Ethan Arrowood]
  • [build-utils] Fix system env var detection for prefixed env vars (#​9709) [Steven]
cli
  • [cli] support build -y shorthand (#​9717) [Sean Massa]
node-bridge
  • [node-bridge] add feature flags support (#​9713) [Kiko Beats]
  • [node-bridge]: remove API Gateway normalization (#​9711) [Kiko Beats]

v28.18.1

Compare Source

remix
  • [remix] Fix zero matching on sub catch-all routes (#​9707) [Nathan Rajlich]
node
  • [node] support node:[lib] in vc dev (#​9694) [Gal Schlezinger]
examples
  • [examples] Remove entry.server.tsx file from "remix" template (#​9698) [Nathan Rajlich]
tests
  • [tests] Try publishing with provenance (#​9706) [Steven]
  • [tests] Disable Turbo's update notifier (#​9302) [Chris Barber]
next
  • [next] Remove extra env variables (#​9704) [JJ Kasper]

v28.18.0

Compare Source

build-utils
  • [build-utils][next] Add prere

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

@vercel
Copy link

vercel bot commented Sep 11, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
gitrepos ❌ Failed (Inspect) Sep 11, 2023 3:02pm

@renovate
Copy link
Contributor Author

renovate bot commented Sep 16, 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 September 16, 2023 18:52
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.

2 participants