fnm icon indicating copy to clipboard operation
fnm copied to clipboard

chore(deps): update dependency vercel to v27

Open renovate[bot] opened this issue 2 years ago • 1 comments

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
vercel (source) 26.0.0 -> 27.4.0 age adoption passing confidence

Release Notes

vercel/vercel

v27.4.0

Compare Source

go
  • [go] add lambda wrapper support to the go runtime (#​8350) [Craig Andrews]
examples
  • [examples] Update Astro template for 1.0. (#​8357) [Lee Robinson]
next
  • [next] Ensure $$ in ISR page is handled correctly (#​8359) [JJ Kasper]
cli
  • [cli] Standardize on --yes instead of --confirm (#​8330) [Chris Barber]

v27.3.8

Compare Source

cli
go
build-utils
[docs]

v27.3.7

Compare Source

cli
  • [cli] Fix vc secret rm (#​8320) [Steven]
tests
  • [tests] Remove leftover debugging .pipe() call in vc build tests (#​8317) [Nathan Rajlich]
  • [tests] Update package.json scripts (#​8318) [Steven]
build-utils
  • [build-utils] Add flag to indicate that a custom runtime supports lambda wrappers (#​8324) [Craig Andrews]
next
  • [next] Remove old middleware test (#​8323) [JJ Kasper]
  • [next] Remove middleware regexp modifying (#​8321) [JJ Kasper]

v27.3.6

Compare Source

v27.3.5

Compare Source

cli
next
  • [next] Remove un-necessary duplicate i18n route (#​8313) [@​ijjk]
  • [next] Update data route handling for i18n and static routes (#​8304) [@​ijjk ]
  • [next] Ensure we resolve _next/data dynamic routes correctly with i18n (#​8297) [@​ijjk]
  • [next] Fix _next/data resolving priority for dynamic routes (#​8278) [@​ijjk]
  • [next] Fix priority for notFound preview routes (#​7902) [@​ijjk]
go
static-build
python
docs
tests

v27.3.4

Compare Source

build-utils
node
go
fs-detectors
  • [fs-detectors] Exclude the middleware builder if it's a Next.js app (#​8239) [@​nuta]
examples

v27.3.3

Compare Source

cli
  • [cli] Fix env delta message (#​8271) [Matthew Stanciu]

v27.3.2

Compare Source

all
  • [all] Revert ncc back to 0.24.0 (#​8276) [Steven]
tests
  • [tests] Run dev e2e against same cli version (#​8274) [Steven]
cli
  • [cli] Fix vc build with legacy @now/static (#​8273) [Steven]

v27.3.1

Compare Source

node
  • [node] Consider "browser" and "module" fields in package.json when tracing Edge Functions (#​8262) [Nathan Rajlich]
  • [node] Remove .toString() in nft readFile() hook (#​8263) [Nathan Rajlich]
  • [node] trim down values to only what is required for esbuild wrapping logic (#​8260) [Sean Massa]
cli
  • [cli] Add 'alias' command to help screen and alphabetize commands (#​8256) [Chris Barber]
tests
  • [tests] Remove turbo's dependsOn to speed up tests (#​8264) [Steven]
  • [tests] Update tests to run with vercel cli tarball (#​8257) [Steven]
  • [tests] Speed up vc tarball (#​8261) [Steven]

v27.3.0

Compare Source

all
  • [all] Update @vercel/ncc to v0.34.0 (#​8248) [Nathan Rajlich]
node
  • [node] Add WebAssembly importing support for the @​vercel/node builder (#​8204) [Gal Schlezinger]
  • [next][node][redwood][remix] Update @vercel/nft to 0.21.0 (#​8208) [JJ Kasper]
tests
  • [tests] Fix next runtime test (#​8258) [Steven]
  • [tests] Update node tests to run concurrently (#​8247) [Steven]
  • [tests] Fix turbo cache for test changes (#​8246) [Steven]
  • [tests] increase timeout for test that's failing on windows (#​8221) [Sean Massa]
static-build
  • [static-build] Add .vercel to static-build ignore list regardless of config (#​8255) [Ethan Arrowood]
cli
  • [cli] Minor vc inspect visual updates (#​8160) [Matthew Stanciu]
  • [cli] Update to TypeScript v4.7.4 (#​8232) [Nathan Rajlich]
  • [cli] Apply functions configuration to Serverless Functions in "vc build" (#​8243) [Nathan Rajlich]
  • [cli] fix zero config resolution in vc build (#​8244) [Ethan Arrowood]
  • [cli] Do not load .env in "vercel build" command (#​8228) [Nathan Rajlich]
  • [cli] Add "dev" script, remove "build-dev" script (#​8222) [Nathan Rajlich]
  • [cli][build-utils] Fix dependencies for boxen (#​8210) [Steven]
  • [cli] Log delta in vc env pull (#​8170) [Matthew Stanciu]
  • [cli] Use ts-node with SWC instead of ts-eager (#​8224) [Nathan Rajlich]
  • [cli] Add support for Vercel Analytics in "vercel build" command (#​8220) [Nathan Rajlich]
  • [cli] Prevent vc deploy --prebuilt when vc build failed (#​8194) [Nathan Rajlich]
  • [cli] Lazy-load "metrics" object to fix jest reporting open handle (#​7866) [Nathan Rajlich]
build-utils
  • [build-utils] Fix package.json and lockfile detection (#​8230) [Steven]
  • [cli][build-utils] Fix dependencies for boxen (#​8210) [Steven]
next
  • [next] Update size limit test (#​8226) [JJ Kasper]
  • [next] Fix error message typo (#​8218) [Mosaad]
  • [next][node][redwood][remix] Update @vercel/nft to 0.21.0 (#​8208) [JJ Kasper]
docs
  • [docs] Fix CONTRIBUTING file local development guideline, change dir after git clone (#​8225) [寻]
utils
  • [utils] allow a github PAT token to get past rate limit (#​8209) [Sean Massa]
redwood
  • [next][node][redwood][remix] Update @vercel/nft to 0.21.0 (#​8208) [JJ Kasper]
remix
  • [next][node][redwood][remix] Update @vercel/nft to 0.21.0 (#​8208) [JJ Kasper]
python
  • Revert "[python] support Sanic >=21 and python >= 3.10" (#​8241) [Steven]

v27.2.0

Compare Source

cli
  • [cli][dev] support environment variables in edge functions during vc dev (#​8207) [Sean Massa]
  • [cli] improve isBundledBuilder logic (#​8086) [Sean Massa]
  • [cli] Bump @vercel/fun to 1.0.4 (#​8198) [Steven]
  • [cli][dev] handle no response from edge functions (#​8095) [Sean Massa]
  • [cli] Support multiple remote URLs in Git config (#​8145) [Matthew Stanciu]
  • [cli][client][build-utils][node][static-build] updated node-fetch to fix high severity security vulnerability (#​8180) [Chris Barber]
  • [cli] Add --environment flag to vc env pull (#​8162) [Matthew Stanciu]
  • [cli] Write top-level error to builds.json file in "vc build" (#​8193) [Nathan Rajlich]
  • [cli] Set ignoreBuildScript: true option in "vc build" command (#​8184) [Nathan Rajlich]
  • [cli] Print full error when unknown/unexpected (#​8059) [Steven]
dev
  • [cli][dev] support environment variables in edge functions during vc dev (#​8207) [Sean Massa]
  • [cli][dev] handle no response from edge functions (#​8095) [Sean Massa]
next
  • [next] Ensure manifests are specific to the included pages (#​8172) [JJ Kasper]
python
  • [python] support Sanic >=21 and python >= 3.10 (#​8045) [Kevin Tan]
client
  • [cli][client][build-utils][node][static-build] updated node-fetch to fix high severity security vulnerability (#​8180) [Chris Barber]
build-utils
  • [cli][client][build-utils][node][static-build] updated node-fetch to fix high severity security vulnerability (#​8180) [Chris Barber]
node
  • [cli][client][build-utils][node][static-build] updated node-fetch to fix high severity security vulnerability (#​8180) [Chris Barber]
static-build
  • [cli][client][build-utils][node][static-build] updated node-fetch to fix high severity security vulnerability (#​8180) [Chris Barber]
tests
  • [tests] Upgrade python tests to 3.9 (#​8181) [Steven]

v27.1.5

Compare Source

build-utils
  • [build-utils][node][python][ruby] Update error message for EOL runtimes (#​8167) [Steven]
node
  • [build-utils][node][python][ruby] Update error message for EOL runtimes (#​8167) [Steven]
python
  • [build-utils][node][python][ruby] Update error message for EOL runtimes (#​8167) [Steven]
ruby
  • [build-utils][node][python][ruby] Update error message for EOL runtimes (#​8167) [Steven]
routing-utils
  • [routing-utils] MAJOR refactor getTransformedRoutes and types (#​8155) [Steven]

v27.1.4

Compare Source

cli
  • [cli] write config.json when exiting because of error in builder (#​8163) [Sean Massa]
next
  • [next] Update allowQuery for prerendered paths (#​8158) [JJ Kasper]
tests
  • [tests] Update log for update-canary-tag script (#​8156) [JJ Kasper]

v27.1.3

Compare Source

tests
  • [tests] Update to latest version of turbo (#​8152) [JJ Kasper]
cli
  • [cli] Normalize output file paths in vercel build (#​8149) [Nathan Rajlich]
  • [cli] Store build error in "builds.json" file in vc build (#​8148) [Nathan Rajlich]

v27.1.2

Compare Source

cli
  • [cli] Consume --no-clipboard (#​8147) [Matthew Stanciu]
static-build
  • [static-build] Return BOA v3 result without vercel build (#​8146) [Nathan Rajlich]

v27.1.1

Compare Source

cli
tests

v27.1.0

Compare Source

cli
  • [cli] Add ability to connect Git provider repo (#​8100) [Matthew Stanciu]
  • [cli] Add createdAt to project settings in vc pull (#​8138) [Nathan Rajlich]
fs-detectors
  • [fs-detectors] Remove "solidstart" framework from FS API v2 detection (#​8134) [Nathan Rajlich]
next
  • [next] Add EdgeRuntime provider environment variable to the builder (#​8130) [Gal Schlezinger]
  • [next][build-utils] allow to declare assets in EdgeFunction constructor (#​8127) [Gal Schlezinger]
build-utils
  • [next][build-utils] allow to declare assets in EdgeFunction constructor (#​8127) [Gal Schlezinger]
remix
  • [remix] Fix isMonorepo check (#​8142) [Nathan Rajlich]
tests
  • [tests] Add retry to npm tests (#​8133) [Steven]
  • [tests] Fix flaky Git meta test (#​8132) [Matthew Stanciu]

v27.0.2

Compare Source

cli
node
fs-detectors

v27.0.1

Compare Source

remix
cli
tests

v27.0.0

Compare Source

node
cli
hydrogen
tests

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, click this checkbox.

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

renovate[bot] avatar Jul 08 '22 02:07 renovate[bot]

⚠️ No Changeset found

Latest commit: 1dd9b75a094d7706a00b9cdff4b667ac5e80a9d8

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

changeset-bot[bot] avatar Jul 08 '22 02:07 changeset-bot[bot]