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

build(deps-dev): bump now from 17.1.1 to 21.0.1 #112

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

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps now from 17.1.1 to 21.0.1.

Release notes

Sourced from now's releases.

[email protected]

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

  • [now-cli] Fix now env stdin detection and don't throw for known errors (#4060) [@styfle]
  • [now-cli] Change now env pull console output (#4059) [@styfle]
  • [now-cli] Prefer .env over .env.build during now dev (#4057) [@styfle]
  • [now-cli] Update now env to support empty values (#4046) [@styfle]
  • [now-cli] Improve pagination message (#4035) [@anatrajkovska]
  • [now-build-utils] Exclude now.json from fallback build src (#4042) [@styfle]
  • [now-cli] Fix removing a deployment (#4036) [@anatrajkovska]
  • [now-python] Fix missing sys modules for relative module import (#4024) [@hongquan]
  • [now-cli] Clean up tests for now dev (#4038) [@styfle]
  • [now-cli] Fix now dev routing for continue: true (#4033) [@styfle]
  • [now-cli] Implement pagination for now ls (#4027) [@anatrajkovska]
  • [examples][now-static-build] Add Ionic Angular framework (#3970) [@coetry]
  • [now-cli] Improve pagination message (#4026) [@anatrajkovska]
  • [now-cli] Add now env command (#3999) [@styfle]
  • [now-routing-utils] Catch error from compile route (#4019) [@styfle]
  • [now-next] Correctly Exclude API Routes from Pages (#4018) [@Timer]
  • [now-node] Add NowApiHandler type (#4001) [Logan McAnsh]
  • [now-next] Fix some typos related to fixtures (#3995) [@arunoda]
  • [api-frameworks] Removed Environment Variables (#3997) [@leo]
  • [now-static-build] Fix 12-creact-react-app test fixture (#3990) [@styfle]
  • [now-build-utils] Hide internal stack trace for errors (#3988) [@styfle]
  • [now-cli] Fix error message link to build logs (#3986) [@styfle]
  • [now-cli] Fix for adding secret with hyphen prefix (#3983) [@styfle]
  • [examples] Upgrade Next.js (#3984) [Tim Neutkens]
  • [now-cli] Bump mri to 1.1.5 (#3982) [@styfle]
  • [now-routing-utils] Update to not add path segments to redirect query automatically (#3981) [@ijjk]
  • [now-static-build][now-client] Ignore known static outputs (#3980) [@styfle]
  • [now-cli][now-client] Change forceNewWithCache to withCache (#3966) [@rdev]
  • [now-go] Fix import for go-bridge (#3976) [@styfle]
  • [now-cli] Update signal-exit to v3.0.3 (#3974) [@TooTallNate]
  • [now-next] Fix dynamic routes and data routes order (#3973) [@ijjk]
  • [tests] Add additional env vars (#3968) [@styfle]
  • [examples][now-static-build] Bump ionic-react to latest typescript (#3967) [@styfle]
  • [examples] Add Dojo Example (#3882) [Anthony Gubler]
  • [tests] Cancel previous workflows on push (#3965) [@styfle]
  • [tests] Separate into workflows (#3961) [@styfle]
  • [frameworks][now-static-build] Support Docusaurus v2 and v1 (#3964) [@AndyBitz]
Commits
  • aef8e63 Publish Stable
  • ba43e88 Publish Canary
  • e61f974 [cli] Fix secrets decryption when running vc env pull and vc dev (#5460)
  • c4b010f Publish Stable
  • db18eb0 Publish Canary
  • 360e62d [cli] Download automatically exposed System Environment Variables when runnin...
  • 18c3dd3 Publish Canary
  • 5a4a20b Remove code which removes auto-generated secrets (#5440)
  • 4489ed0 Publish Canary
  • 359f23d [cli] Expose VERCEL_REGION when autoExposeSystemEnvs is true (#5437)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Nov 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants