Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^16.2.0
->^21.0.0
Release Notes
vercel/vercel
v18.0.0
Compare Source
Breaking Changes
Previously the
.env
file would not be applied duringnow 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 duringnow dev
. This complements the newnow 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 yournode_modules
or.env
file.A new command,
now env
, is available in version 18 to complement the Environment Variables UI.Full Change Log
now env
stdin detection and don't throw for known errors (#4060) [@styfle]now env pull
console output (#4059) [@styfle].env
over.env.build
duringnow dev
(#4057) [@styfle]now env
to support empty values (#4046) [@styfle]now.json
from fallback build src (#4042) [@styfle]now dev
(#4038) [@styfle]now dev
routing forcontinue: true
(#4033) [@styfle]now ls
(#4027) [@anatrajkovska]now env
command (#3999) [@styfle]NowApiHandler
type (#4001) [Logan McAnsh]forceNewWithCache
towithCache
(#3966) [@rdev]signal-exit
to v3.0.3 (#3974) [@TooTallNate]ionic-react
to latest typescript (#3967) [@styfle]now alias ls
(#3915) [@anatrajkovska]--f
->-f
(#3960) [@styfle]--f
->-f
innow --force
error (#3958) [@MaxLeiter]--force-with-cache
flag support (#3953) [@rdev]now domains ls
(#3922) [@anatrajkovska]v17.1.1
Compare Source
v17.1.0
Compare Source
now ls project
(#3945) [@anatrajkovska]now ls
(#3942) [@anatrajkovska]process.kill()
for dev process and mute "ESRCH" (#3927) [@TooTallNate]now alias <domain>
(#3910) [@AndyBitz]/api/v1/frameworks
to the framework API (#3931) [@leo]now alias
misses arguments (#3904) [@AndyBitz]now dev
(#3903) [@styfle]rootDirectory
to./
(#3899) [@styfle]NPM_ONLY_PRODUCTION
(#3898) [@styfle]buildCommand
fromconfig
(#3895) [@AndyBitz]undefined
in error output (#3894) [@AndyBitz]now dev
env vars in Next.js APIs (#3891) [@styfle]url.parse()
forreq.query
helper (#3863) [@TooTallNate]hasDetectors
from API (#3865) [@AndyBitz]NODE_ENV
assignment (#3862) [@styfle]NODE_ENV
behavior (#3852) [@styfle]@now/build-utils
in bundled builder to fix tests (#3848) [@styfle]NODE_ENV
(#3847) [@styfle]v17.0.4
Compare Source
now dev
(#3816) [@styfle]now dev
(#3815) [@styfle]bypassToken
toPrerender
for iSSG (#3810) [@Timer]/api/go.sum
detection (#3795) [@styfle]go.mod
in api directory (#3793) [@styfle]v17.0.3
Compare Source
rootDirectory
for now.json (#3764) [@AndyBitz]now dev
(#3769) [@styfle]hasDetectors
property (#3770) [@AndyBitz]v17.0.2
Compare Source
[now-cli] Use
npx
oryarn
to execute dev command (#3760) [Luc][tests] Fix changelog script (#3751) [Steven]
[now-routing-utils] Change behavior of
trailingSlash: true
redirects (#3745) [Steven]v17.0.1
Compare Source
[now-cli] Always output deployment url in stdout (#3753) [@lucleray]
v17.0.0
Compare Source
Now CLI 17.0.0 is here! This includes a few breaking changes including Project Linking.
now dev
suggestion (#3748) [@leo]buildCommand
andoutputDirectory
(#3739) [@AndyBitz]--debug
(#3732) [@lucleray]_test.go
files (#3735) [@styfle]now dev
on Windows (#3730) [@styfle]now dev
when api file is added or removed (#3708) [@styfle]HUGO_VERSION
not found (#3724) [@styfle]fs
import (#3714) [@TooTallNate]excludeFiles
config option (#3712) [@styfle][copied to clipboard]
(#3707) [@lucleray]now dev
file output renaming (#3703) [@styfle]rootDirectory
property (#3686) [@AndyBitz]now secrets
(#3699) [@lucleray]name
error messages (#3698) [@lucleray]framework
toapi-deployments
(#3701) [@lucleray]--name
and now.jsonname
property (#3690) [@lucleray].now
scope for all commands and add scope tonow whoami
(#3643) [@lucleray]@types/node-fetch
(#3682) [@lucleray]devCommand
from project settings locally (#3673) [@lucleray]public
folder to Gatsby cache (#3669) [@lucleray]master
(#3664) [@AndyBitz]--confirm
to help (#3625) [@lucleray]handle: miss
andhandle: hit
for custom-routes (#3489) [@ijjk]handle: miss
andhandle: hit
(#3537) [@styfle]hugo -D --gc
as build command (#3624) [@AndyBitz]NOW_PROJECT_ID
andNOW_ORG_ID
env variable (#3588) [@lucleray].gitignore
if it doesn't exist (#3606) [@lucleray].only
and remove duplicate test (#3605) [@lucleray]console.log()
(#3594) [@TooTallNate]now dev
log message frombuilders
toRuntimes
(#3590) [@AndyBitz]now rm -h
(#3581) [@lucleray]functions
(#3579) [@AndyBitz]now alias
without arguments (#3318) [@AndyBitz]now dev
(#3328) [@TooTallNate]detectApiDirectory()
(#3567) [@styfle]api/
(#3566) [@AndyBitz]-functions
example the default (#3541) [@AndyBitz]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.
This PR has been generated by Mend Renovate. View repository job log here.