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 v22 #602

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Apr 21, 2021

WhiteSource Renovate

This PR contains the following updates:

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

Release Notes

vercel/vercel

v22.0.1

Compare Source

  • [cli] Fix vercel login command (#​6138) [@​styfle]
  • [cli] Fix SAML usage with --token (#​6139) [@​styfle]
  • [cli] Fix default auth config comment to say "Vercel" (#​6140) [@​TooTallNate]

v22.0.0

Compare Source

  • cli Update vc env command (#​6049) [Steven]
  • cli Remove deprecated vc domains verify command (#​6130) [Steven]
  • [cli][client] (Major) Drop support for Node.js 10 (#​6101) [Steven]
  • [cli] Replace "mri" with "arg" (#​6108) [Steven]
  • [cli] Fix error usage before defined (#​6099) [Steven]
  • [cli] Add vc link to vc help output (#​6086) [Steven]
  • [cli] Improve error docs for --scope (#​6085) [Steven]
  • [cli] Bump chalk and change "update available" color (#​6084) [Steven]
  • [cli] Update vc env messages (#​6081) [Steven]
  • [cli] Use updated SSO auth URL for login (#​6063) [Nathan Rajlich]
  • [cli] Make vc whoami not require team context (#​6057) [Nathan Rajlich]
  • [cli] Re-trigger SSO auth when a SAML error is encountered (#​6053) [Nathan Rajlich]
  • [cli] Refactor to merge NowContext into Client (#​6016) [Nathan Rajlich]
  • [cli] Convert vercel login command to TypeScript (#​5951) [Nathan Rajlich]
  • [cli] Remove "micro" dependency (#​5950) [Nathan Rajlich]
  • [cli] Add SAML Single Sign-On to vercel login (#​5957) [Nathan Rajlich]
  • [node] Bump nft to 0.10.0 (#​6109) [Steven]
  • [routing-utils] Ensure has segments are replaced in destination (#​6059) [JJ Kasper]
  • [routing-utils] Add schema descriptions to routing schema (#​6023) [Connor Davis]
  • [routing-utils] Add has type host to schema (#​6022) [Connor Davis]
  • [routing-utils] Add has route field to schema (#​5919) [JJ Kasper]
  • [frameworks] Fix "svelte" detection and Dev Command (#​6014) [Steven]
  • [frameworks] Add envPrefix property (#​6007) [Steven]
  • [frameworks] Add static 404 route to CRA (#​5972) [Steven]
  • [frameworks] Update demo URLs to use *.examples.vercel.com (#​5960) [ernestd]
  • [examples] Update deploy URL to use main (#​6133) [Steven]
  • [examples] Upgrade Next.js example (#​6097) [Joe Haddad]
  • [examples] Update CRA go.mod (#​6051) [Steven]
  • [examples] Commit yarn.lock for all package.json frameworks (#​6036) [Paco]
  • [examples] Add yarn.lock to blitz (#​6037) [Steven]
  • [tests] Update CI badge (#​6116) [Steven]
  • [tests] Update references of default branch to "main" (#​6114) [Nathan Rajlich]
  • [tests] Add next image bmp test (#​6024) [Steven]
  • [tests] Bump elliptic in /packages/cli/test/dev/fixtures/03-aurelia (#​5943) [dependabot[bot]]
  • [tests] Bump y18n in /packages/cli/test/dev/fixtures/03-aurelia (#​6048) [dependabot[bot]]

v21.3.3

Compare Source

  • [node] Fix tsCompile uninitialized error (#​4275) [@​styfle]
  • [node] Bump nft to 0.9.6 (#​5932) [@​styfle]
  • [all] Remove more "now" references (#​5944) [@​styfle]
  • [all] Remove now prefix in packages (#​5928) [@​ernestd]
  • Bump websocket-extensions (#​5933) [dependabot]
  • Bump ini in /packages/cli/test/dev/fixtures/04-create-react-app (#​5934) [dependabot]
  • Bump elliptic in /packages/cli/test/dev/fixtures/04-create-react-app (#​5935) [dependabot]
  • Bump ini in /packages/cli/test/dev/fixtures/03-aurelia (#​5936) [dependabot]
  • [tests] Install Go in GH Actions Workflows (#​5931) [@​styfle]
  • [tests] use vercel.app instead of now.sh for integration test (#​5929) [@​mglagola]
  • [tests] Update tests for Node.js 14 (#​5925) [@​styfle]

v21.3.2

Compare Source

v21.3.1

Compare Source

  • [go] Fix analyze ignore list (#​5906) [@​styfle]

v21.3.0

Compare Source

  • [cli] Use inspectorUrl from api (#​5904) [@​mglagola]
  • [cli] Replace now.sh tests with vercel.app [@​mglagola]
  • [cli] Implement generic announcement system (#​5697) [@​anatrajkovska]
  • [cli] Use sleep() util function in vc dev (#​5784) [@​TooTallNate]
  • [cli] Use POST /projects for vc projects add (#​5824) [@​lucleray]
  • [build-utils] Fix warning for canary (#​5892) [@​styfle]
  • [build-utils] Update warning for api + pages/api (#​5888) [@​styfle]
  • [build-utils] Update Node.js 10 deprecation message (#​5881) [@​styfle]
  • [build-utils][cli] Fix frameworks usage (#​5811) [@​TooTallNate]
  • [build-utils] Remove flags from bundle install (#​5865) [@​styfle]
  • [build-utils] Fix glob to find symlinks pointing to a directory (#​5870) [@​nkzawa]
  • [build-utils] Inherit process.env when runPackageJsonScript() is invoking yarn (#​5841) [@​TooTallNate]
  • [build-utils] Fix unit tests from @vercel/frameworks type change (#​5829) [@​TooTallNate]
  • [frameworks] Add cachePattern to jekyll and middleman (#​5862) [@​styfle]
  • [frameworks][examples] Update RedwoodJS to 0.25.0 (#​5842) [@​styfle]
  • [frameworks] Fix "zola" framework detection (#​5844) [@​TooTallNate]
  • [frameworks] Add "detectors" for Zola framework (#​5843) [@​TooTallNate]
  • [frameworks] Add defaultVersion field (#​5839) [@​TooTallNate]
  • [frameworks] Restore correct order of frameworks for detection (#​5828) [@​TooTallNate]
  • [frameworks] Add type annotations (#​5819) [@​TooTallNate]
  • [frameworks] Add test case to ensure all "demo" URLs are public Vercel deployments (#​5818) [@​TooTallNate]
  • [frameworks] Export frameworks array with as const (#​5817) [@​TooTallNate]
  • [frameworks] Convert to TypeScript (#​5740) [@​TooTallNate]
  • [go] Add Go version selection via go.mod (#​5873) [@​styfle]
  • [go] Update to version 1.16 (#​5858) [@​styfle]
  • [routing-utils] add user boolean prop to route schema (#​5788) [@​coetry]
  • [examples] Fix "nuxtjs" example by adding a yarn.lock file (#​5882) [@​TooTallNate]
  • [examples] Update jekyll and middleman (#​5871) [@​styfle]
  • [examples][tests] Update "gridsome" and "hexo" for Node 14 (#​5802) [@​TooTallNate]
  • [tests] Update 502 to 504 for Serverless Function timeout (#​5874) [@​dav-is]
  • [tests] Disable Next.js gif test and Node.js 10 tests (#​5867) [@​styfle]
  • [tests] Add test for animated gif bypass (#​5851) [@​styfle]
  • [tests] Add --network-timeout 1000000 to yarn install (#​5840) [@​TooTallNate]

v21.2.3

Compare Source

  • [cli] Update error message when project is not found (#​5770) [@​styfle]
  • [docs] Fix links to GH Discussion categories (#​5777) [@​styfle]
  • [build-utils] Add support for Node.js 14, warn for Node.js 10 (#​5761) [@​styfle]

https://vercel.com/changelog/node-js-14-lts-is-now-available

v21.2.2

Compare Source

v21.2.1

Compare Source

  • [cli] Pass the output object to vercel switch command (#​5756) [Nathan Rajlich]

v21.2.0

Compare Source

  • [cli] Re-use a single Output instance throughout the codebase (#​5722) [Nathan Rajlich]
  • [cli] Show login prompt for vercel dev (#​5718) [Nathan Rajlich]
  • [cli] Make Output class a singleton and have reusable Spinner (#​5717) [Nathan Rajlich]
  • [cli] Hide "Development" for secret env variables (#​5710) [Luc Leray]
  • [cli] Fix cleanUrls: true when using outputDirectory (#​5701) [Nathan Rajlich]
  • [cli] Add auto renew prompt to domains buy (#​5663) [Mark Glagola]

v21.1.0

Compare Source

  • [cli] Respect the directoryListing Project setting in vc dev (#​5690) [Nathan Rajlich]
  • [node][go] Fix order of exit code in startDevServer() error reason (#​5688) [Nathan Rajlich]
  • [cli] Use cmd() formatting for "npm not installed" message (#​5687) [Nathan Rajlich]
  • [cli] Skip "00-list-directory" and "temporary directory listing" tests temporarily (#​5689) [Nathan Rajlich]
  • [cli] Add error link when startDevServer() throws, and make npm not installed formatting consistent (#​5684) [Nathan Rajlich]
  • [node][go] Better startDevServer() error message (#​5674) [Nathan Rajlich]
  • [all] Rename init files to vc_ prefix (#​5675) [Steven]
  • Update to latest Create Next App example. (#​5655) [Lee Robinson]
  • [cli] Remove legacy example from vc ls --help (#​5651) [Steven]
  • [cli] Print better message upon ENOENT error when invoking startDevServer() (#​5643) [Nathan Rajlich]
  • Stop publishing legacy @now scoped packages (#​5641) [Nathan Rajlich]
  • [node-bridge] Publish launcher.* files to npm (#​5636) [Nathan Rajlich]
  • [node-bridge] Move launcher.ts to @vercel/node-bridge (#​5634) [Nathan Rajlich]
  • [tests] Retry fetch upon "ECONNREFUSED" (#​5635) [Nathan Rajlich]
  • [node] Bump nft to 0.9.5 (#​5581) [Steven]
  • [docs] Fix error message when credentials are missing (#​5590) [Steven]
  • Remove "Add a new framework" CONTRIBUTING.md (#​5583) [Andy]
  • [cli] Fix vc logs -o raw and add test (#​5571) [Nathan Rajlich]
  • [examples] Update gatsby to use @​vercel/node (#​5567) [Steven]
  • [node] Add Vercel prefixed TypeScript types (#​5568) [Nathan Rajlich]
  • [build-utils][static-build] Force YARN_NODE_LINKER="node-modules" env var when executing yarn (#​5552) [Nathan Rajlich]
  • [cli][build-utils] Change type to handle builds without a src property (#​5553) [Andy]
  • Bump ini from 1.3.5 to 1.3.7 (#​5550) [dependabot[bot]]
  • [routing-utils] More accurate schema (#​5477) [Javi Velasco]
  • [tests] Add retrying for GitHub actions connection error (#​5533) [JJ Kasper]
  • [routing-utils] Handle null phase at the beginning (#​5470) [Andy]
  • [tests] Add test for secrets decryption in vc env pull and vc dev (#​5461) [Luc Leray]

v21.0.1

Compare Source

  • [cli] Fix secrets decryption when running vc env pull and vc dev (#​5460) [@​igorklopov]

v21.0.0

Compare Source

  • [cli] Download automatically exposed System Environment Variables when running vercel env pull (#​5451) [@​lucleray]
  • [next] Ensure public files are matched with i18n domains (#​5447) [@​ijjk]
  • [cli] Remove code which removes auto-generated secrets (#​5440) [@​anatrajkovska]
  • [cli] Expose VERCEL_REGION when autoExposeSystemEnvs is true (#​5437) [@​lucleray]
  • [cli] Expose system envs when autoExposeSystemEnvs is enabled on vc dev (#​5434) [@​nkzawa]
  • [next] Correct non-dynamic index SSG data route output (#​5435) [@​ijjk]
  • [build-utils] Remove continue: true from 404 route (#​5432) [@​AndyBitz]
  • [cli] Add tests to compare dev/prd image optimization (#​5428) [@​styfle]
  • [next] Ensure correct route order for i18n + custom-routes (#​5421) [@​ijjk]
  • [routing-utils] Exclude /.well-known from trailing slash redirect (#​5407) [@​dav-is]
  • [cli] Rename "Provided by system" to "Reference ..." (#​5415) [@​lucleray]
  • cli Update vc env (#​5413) [@​lucleray]
  • [routing-utils] Add important headers to disallow users from overriding (#​5409) [@​dav-is]

Configuration

📅 Schedule: 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 WhiteSource Renovate. View repository job log here.

@vercel
Copy link

vercel bot commented Apr 21, 2021

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/casaub0n/casaub0n-gh/JBU3yxHkH3GEoSZDx5kFzVPwUiba
✅ Preview: https://casaub0n-gh-git-renovate-vercel-22x-casaub0n.vercel.app

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.

1 participant