Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 12, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
now (source) 17.1.1 -> 21.0.1 age adoption passing confidence

Release Notes

vercel/vercel

v21.0.1

v21.0.0

v20.1.4

v20.1.3

⚠️ [email protected] was unintentionally published with breaking changes to vc env add and vc env ls. Please use [email protected] instead, where the unintentional changes were reverted.

v20.1.2

v20.1.1

CLI
Next.js / Node.js
Other

v20.1.0

What's New?

Starting today, Vercel supports monorepos!
Learn more: https://vercel.com/blog/monorepos

Changlog

v20.0.0

Major Changes
  • [cli][client] ZEIT Now 1.0 legacy code has been removed. See the previous announcement for more information. (#​5011) [@​MaxLeiter]
  • [cli] Running vc dev will automatically link to a Vercel Project if not already linked. Also introduced a standalone vercel link to link a Project without deploying. (#​4897) (#​4940) [@​styfle]
  • [client] CLI default ignore no longer includes a trailing slash. If you were using .vercelignore to override this ignore list, you will need to remove the trailing slash. For example, !node_modules/ should be changed to !node_modules. (#​4810) [@​TooTallNate]
  • [cli] Domain commands match the dashboard behavior on a project level. No need to verify so the command has been removed and domains can now be moved to a different project. (#​3325) (#​4959) (#​5018) (#​5060) [@​AndyBitz]
  • [cli] Certs commands can no longer remove auto-generated certs which matches the dashboard behavior. (#​4943) [@​mglagola]
CLI and Client
Next.js and Node.js
RedwoodJS
Examples and Dependencies
Routing Utils
  • [next] Fix trailing slash and 404 with next export (#​5048) [@​ijjk]
  • [routing-utils] Attempt normal path-to-regexp replacing before custom (#​5053) [@​ijjk]
  • [routing-utils] Update rewrite params query appending (#​5040) [@​ijjk]
  • [routing-utils] Update header replacing to handle more cases (#​4942) [@​ijjk]
Tests
More

For more changes outside this repository, see the August 2020 Changelog.

v19.2.0

  • Revert "[go] Implement startDevServer() function (#​4662)" (#​4899) [Andy]
  • [cli] Fetch environment variables from Project Settings if .env file is not present (#​4562) [Max Leiter]
  • [next] Add tests for trailing slash behavior (#​4894) [Joe Haddad]
  • [cli] Use update-notifier instead of update-check (#​4896) [Nathan Rajlich]
  • Bump lodash from 4.17.15 to 4.17.19 (#​4877) [dependabot[bot]]
  • [node][next] Bump node-file-trace to 0.8.0 (#​4814) [Steven]
  • [cli] Remove "npm pack" logic from output-is-source dev test (#​4870) [Nathan Rajlich]
  • [build-utils] Add getScriptName() function (#​4869) [Nathan Rajlich]
  • [frameworks][examples] Update blitz new command (#​4868) [Steven]
  • [cli] Set server: Vercel header and remove x-now response headers in vercel dev (#​4867) [Nathan Rajlich]
  • [cli] Set Vercel platform env vars for startDevServer() invocations (#​4855) [Nathan Rajlich]
  • [cli] Set Vercel proxy request headers in startDevServer() (#​4850) [Nathan Rajlich]
  • [cli] Minor text changes to wrong config error message (#​4848) [Paco]
  • [build-utils] Update error message for unmatched function pattern (#​4849) [Steven]
  • [cli] Show helpful error when using unauthorized .vercel config (#​4807) [Paco]
  • [next] Fix nested public files being renamed incorrectly (#​4817) [JJ Kasper]
  • [cli] Pin @vercel/static-build to "0.17.6-canary.0" (#​4837) [Nathan Rajlich]
  • [frameworks][api] Move dependency to devdependency (#​4836) [Steven]
  • [go] Add filesystem write fallback for startDevServer() (#​4830) [Nathan Rajlich]
  • [frameworks][api] Add sort order (#​4829) [Steven]
  • [build-utils] Add Nuxt cache and default routes (#​4755) [Sébastien Chopin]
  • fix: Also handle nuxt-edge detection (#​4756) [Sébastien Chopin]

v19.1.2

This release contains bug fixes and performance enhancements.

Blitz.js works with zero config deployments and will be autodetected for new projects.

v19.1.1

v19.1.0

This version of Vercel CLI introduces improvements to the vercel dev command, especially when developing Node.js API endpoints. Further optimizations to other Runtimes will be also be introduced in a future release.

vercel CLI
  • [cli] Invalidate the configuration if vercel.json is deleted (#​4629) [Nathan Rajlich]
  • [cli] Handle aliasWarning and bump to v13/now/deployments (#​4605) [Mark Glagola]
  • [cli] Better errors for conflicting configuration files (#​4612) [Nathan Rajlich]
  • [cli] Invalidate build match for changes to config in builds (#​4603) [Nathan Rajlich]
  • [cli] Show npm output when failing to install Runtimes in vc dev (#​4598) [Nathan Rajlich]
  • [cli] Use getArgs() instead of mri to parse arguments in vc projects (#​4570) [Nathan Rajlich]
  • [cli] Make proxyPass() return a 502 if the proxying fails (#​4586) [Nathan Rajlich]
  • [cli] Update 502 error template for vc dev (#​4583) [Nathan Rajlich]
  • [cli][build-utils] Add support for custom 404.html for zero config deployments (#​4563) [Steven]
  • [cli][client] Throw an error if both vercel.json and now.json exist (#​4316) [Nathan Rajlich]
  • [cli] Prioritize index.html over other files named index (#​4564) [Max Leiter]
  • [cli] Remove unnecessary build outputs (#​4547) [Nathan Rajlich]
  • [cli] Throw an error if both .vercel and .now dirs exist (#​4543) [Nathan Rajlich]
  • [cli] Update zeit.ink to vercel.link shortener (#​4531) [Steven]
  • [cli][client] Fix windows unit tests (#​4509) [Steven]
  • [cli] Add additional logging to debug ECONNREFUSED error (#​4396) [Nathan Rajlich]
  • [cli] Add delay before updating Runtimes in background (#​4495) [Steven]
  • [cli] Fix query string routes in dev (#​4346) [Steven]
  • [cli] Fix fork child process on dev (#​4462) [Steven]
  • [cli] Update runtimes in dev should not audit (#​4429) [Steven]
  • [cli] Fixes for the vc dev Runtime installation logic (#​4421) [Nathan Rajlich]
  • [cli] Fix vc env pull escaping quotes (#​4412) [Steven]
  • [cli] Await the FS watcher closing when shutting down vc dev (#​4409) [Nathan Rajlich]
  • [cli] Support WebSocket upgrades in dev (#​4241) [Matt Dunn-Rankin]
  • [cli] Add logs when installing Runtimes in dev (#​4393) [Steven]
  • [cli] Fix API URL for vc env add (#​4371) [Steven]
  • [cli] Render a note when installing Vercel CLI and Now CLI is installed (#​4344) [Nathan Rajlich]
  • [cli][node] Apply @​TooTallNate's vc dev updates (#​4254) [Nathan Rajlich]
  • [cli] Fix update command (#​4353) [Steven]
  • [cli] Fix new routing props to be case sensitive (#​4341) [Steven]
  • [cli] Fix env commands when secret was deleted (#​4340) [Steven]
@vercel/build-utils
  • [build-utils] Use @vercel/static for zero-config (#​4345) [Nathan Rajlich]
  • [build-utils] Detect invalid engines pattern in package.json (#​4354) [Steven]
  • [build-utils] Fix Yarn 2 install argument order (#​4444) [Sagnik Pradhan]
  • [build-utils] Remove --ignore-engines flag (#​4508) [Steven]
  • [build-utils] Revert type of routing errors (#​4549) [Steven]
@vercel/client
  • [client] Fix .vercelignore override default ignore list (#​4627) [Steven]
  • [client] Fix file tree walking ignored files (i.e. node_modules) (#​4325) [Vincent Riemer]
@vercel/frameworks
  • [frameworks] Add missing examples and add a test to ensure every framework has an example (#​4372) [Andy]
  • [frameworks] Adds the missing logo for the Dojo framework (#​4377, #​4379) [Andy]
@vercel/go
  • [go] Fix typo in go-bridge import (#​4578) [Nathan Rajlich]
@vercel/next
  • [next] Update to group pages into shared lambdas (#​4102) [JJ Kasper]
  • [next] Update "Routes Manifest" Error (#​4368) [Joe Haddad]
  • [next] Update routes order for shared lambdas (#​4428) [JJ Kasper]
  • [next][routing-utils] Fix unnamed multi-match custom route (#​4484) [JJ Kasper]
  • [next] De-experimentalize shared lambdas optimization by default (#​4519) [JJ Kasper]
  • [next] Add shared lambdas opt-out for functions config (#​4596) [JJ Kasper]
  • [next] Re-disable shared lambdas by default (#​4609) [JJ Kasper]
@vercel/node
  • [node-bridge] Catch invalid HTTP request headers (#​4188) [Nathan Rajlich]
  • [node] Fix req.on('data') events in startDevServer() (#​4228) [Nathan Rajlich]
  • [build-utils][cli][node] Write the dev mode tsconfig.json files to .vercel/cache (#​4230) [Nathan Rajlich]
  • [node] Pass in the tsconfig.json file to startDevServer() (#​4514) [Nathan Rajlich]
  • [node] Force module: "commonjs" in startDevServer() (#​4621) [Nathan Rajlich]
@vercel/python
  • [python] Link to original PR contribution for ASGI (#​4448) [Steven]
@vercel/routing-utils
  • [routing-utils] Improve error messages (#​4498) [Steven]
  • [routing-utils] Fix error when segment in query string (#​4532) [Steven]
  • [routing-utils] Fix headers with content-security-policy URL (#​4550) [Steven]

v18.0.0

Compare Source

Breaking Changes

Previously the .env file would not be applied during now dev build (there was a separate .env.build file) and .env was only the runtime variables. In version 18, .env stores both build and runtime variables during now dev. This complements the new now env pull feature which creates the .env file by pulling the values from the cloud.

Previously ls subcommands would return all data. In version 18, the results are paginated and require a --next to view the next page.

Previously the default .nowignore was applied to source files during upload. In version 18, the same ignore list is applied to static build outputs so that you never accidentally serve your node_modules or .env file.

A new command, now env, is available in version 18 to complement the Environment Variables UI.

Full Change Log


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 Aug 12, 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/freight-network/git-sz/5dSzLcX88HK7t7UCjX3h1xKsuskT
✅ Preview: Failed

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