-
Notifications
You must be signed in to change notification settings - Fork 13
chore(deps): update dependency netlify-cli to v21 #313
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
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/netlify-cli-21.x
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
✅ Deploy Preview for plugin-angular-universal-demo ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
ea3f968
to
18d480f
Compare
18d480f
to
9e4c131
Compare
9e4c131
to
c494569
Compare
c494569
to
51e3b8b
Compare
51e3b8b
to
518f9eb
Compare
518f9eb
to
2063d17
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
dependencies
javascript
type: chore
work needed to keep the product and development running smoothly
0 participants
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:
^20.1.1
->^21.2.1
Release Notes
netlify/cli (netlify-cli)
v21.2.1
Compare Source
Bug Fixes
v21.2.0
Compare Source
Features
v21.1.0
Compare Source
Features
netlify clone
command, to clone an existing repo + connected Netlify site in one step (#7260) (fe9940e)Bug Fixes
v21.0.1
Compare Source
Bug Fixes
v21.0.0
Compare Source
⚠ BREAKING CHANGES
netlify-lambda
package (#7236)The netlify-lambda NPM package was deprecated in Feb 2023. If you are one of the few using this, see the migration guide.
⚠ Potentially breaking changes
run build before deploy (#7195)
The
deploy
command now runs the site's configuredbuild
command before deployment by default. Previously, this was achieved by passing the--build
flag. In other words,--build
is no longer needed.To opt into the previous default behavior, users can now specify
netlify deploy --no-build
.👉🏼 Why are we changing this?
This has long been one of the most common sources of confusion with the Netlify CLI. Developers expect a "deploy" command to deploy their project. We're making this change to follow the Principle of Least Surprise and streamline the experience for new users.
Upgrading
👉🏼 (most common) Build and deploy
Remove the
--build
flag:netlify deploy --build [...] # before
→
netlify deploy [...] # after
👉🏼 Separate build and deploy
Collapse into one command, if you can:
→
netlify deploy # after
Otherwise, add the
--no-build
flag:→
👉🏼 (rare) Deploy without build step
Add the
--no-build
flag:netlify deploy [...] # before (there was no `--build` here)
→
polish and improve deploy command output (#7250) (795a451)
If you were automatically looking for specific strings in the
netlify deploy
output, your scripts may stop working. See the above PR for details.Note that this is not recommended and such changes may not be considered breaking in the future. For stable output that conforms to semantic versioning, use
netlify deploy --json
.Features
netlify-lambda
package (#7236) (0d48c28)Bug Fixes
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 was generated by Mend Renovate. View the repository job log.