chore(deps): update dependency netlify-cli to v21 #57
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:
^4.2.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
v20.1.1
Compare Source
Bug Fixes
v20.1.0
Compare Source
Features
Bug Fixes
v20.0.4
Compare Source
Bug Fixes
branch-deploy
context when using--context branch:foo
(#7235) (ccb079a)v20.0.3
Compare Source
Bug Fixes
v20.0.2
Compare Source
Bug Fixes
siteInfo.published_deploy
as optional (#7185) (5fd9add)v20.0.1
Compare Source
Bug Fixes
user
field (#7181) (fe1de94)zipFunctions()
in functions build (#7180) (e3b04e5)link
output (33b60ba)v20.0.0
Compare Source
⚠ BREAKING CHANGES
Performance Improvements
v19.1.7
Compare Source
Performance Improvements
node>=22.8.0
) (#7173) (a916f23)v19.1.6
Compare Source
Bug Fixes
src/lib/functions/
(#7130) (c9dbcc1)v19.1.5
Compare Source
Bug Fixes
v19.1.4
Compare Source
Bug Fixes
v19.1.3
Compare Source
Bug Fixes
v19.1.1
Compare Source
Bug Fixes
v19.1.0
Compare Source
Features
Bug Fixes
dev
regression (#7135) (ad197f7)v19.0.3
Compare Source
Bug Fixes
pump
dependency (#7096) (07fef60)ora
andlog-symbols
with tiny dependencypicospinner
(#7026) (32ee8c0)v19.0.2
Compare Source
Bug Fixes
v19.0.1
Compare Source
Bug Fixes
Reverts
package.json
scripts and CI setup (#7069)" (4571be3)v19.0.0
Compare Source
⚠ BREAKING CHANGES
Features
Bug Fixes
v18.1.0
Compare Source
Features
ai-context
recipe (#7035) (43c297d)Bug Fixes
v18.0.4
Compare Source
Bug Fixes
v18.0.3
Compare Source
Bug Fixes
v18.0.2
Compare Source
Bug Fixes
v18.0.1
Compare Source
Bug Fixes
v18.0.0
Compare Source
⚠ BREAKING CHANGES
Features
Bug Fixes
v17.38.1
Compare Source
Bug Fixes
v17.38.0
Compare Source
Features
deploy.ts
(#6909) (4e668f2)Bug Fixes
sites:create-template
(#6915) (d132ddd)v17.37.2
Compare Source
Bug Fixes
v17.37.1
Compare Source
Bug Fixes
v17.37.0
Compare Source
Features
Bug Fixes
v17.36.4
Compare Source
Bug Fixes
v17.36.3
Compare Source
Bug Fixes
v17.36.2
Compare Source
Bug Fixes
v17.36.1
Compare Source
Bug Fixes
v17.36.0
Compare Source
Features
v17.35.0
Compare Source
Features
v17.34.4
Compare Source
Bug Fixes
v17.34.3
Compare Source
Bug Fixes
v17.34.2
Compare Source
Bug Fixes
v17.34.1
Compare Source
Bug Fixes
v17.34.0
Compare Source
Features
Bug Fixes
v17.33.6
Compare Source
Bug Fixes
v17.33.5
Compare Source
Bug Fixes
v17.33.4
Compare Source
Bug Fixes
v17.33.3
Compare Source
Bug Fixes
v17.33.2
Compare Source
Bug Fixes
v17.33.1
Compare Source
Bug Fixes
v17.33.0
Compare Source
Features
v17.32.1
Compare Source
Bug Fixes
v17.32.0
Compare Source
Features
v17.31.0
Compare Source
Features
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.