Skip to content

chore(deps-dev): Bump netlify-cli from 25.0.1 to 26.0.0#971

Merged
benjaminParisel merged 1 commit intomasterfrom
dependabot/npm_and_yarn/netlify-cli-25.1.1
Apr 29, 2026
Merged

chore(deps-dev): Bump netlify-cli from 25.0.1 to 26.0.0#971
benjaminParisel merged 1 commit intomasterfrom
dependabot/npm_and_yarn/netlify-cli-25.1.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 22, 2026

Bumps netlify-cli from 25.0.1 to 26.0.0.

Release notes

Sourced from netlify-cli's releases.

v26.0.0

26.0.0 (2026-04-28)

⚠ BREAKING CHANGES

  • add support for new Netlify Database primitive (#8212)

Features

  • add support for new Netlify Database primitive (#8212) (a153489)

Bug Fixes

  • set NETLIFY_DB_DRIVER when running netlify dev (#8219) (3ececcd)

v25.6.2

25.6.2 (2026-04-28)

Bug Fixes

v25.6.1

25.6.1 (2026-04-27)

Bug Fixes

  • deps: update dependency @​netlify/build to v35.13.4 (#8213) (ade5593)

v25.6.0

25.6.0 (2026-04-24)

Features

Bug Fixes

v25.5.0

25.5.0 (2026-04-23)

... (truncated)

Changelog

Sourced from netlify-cli's changelog.

26.0.0 (2026-04-28)

⚠ BREAKING CHANGES

  • add support for new Netlify Database primitive (#8212)

Features

  • add support for new Netlify Database primitive (#8212) (a153489)

Bug Fixes

  • set NETLIFY_DB_DRIVER when running netlify dev (#8219) (3ececcd)

25.6.2 (2026-04-28)

Bug Fixes

25.6.1 (2026-04-27)

Bug Fixes

  • deps: update dependency @​netlify/build to v35.13.4 (#8213) (ade5593)

25.6.0 (2026-04-24)

Features

Bug Fixes

25.5.0 (2026-04-23)

Features

... (truncated)

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Apr 22, 2026
@bonita-ci
Copy link
Copy Markdown
Contributor

bonita-ci commented Apr 22, 2026

🎊 PR Preview df7f8e6 has been successfully built and deployed to https://bonitasoft-bonita-documentation-site-test-pr-971.surge.sh

🕐 Build time: 0.011s

🤖 By surge-preview

@bonita-ci
Copy link
Copy Markdown
Contributor

bonita-ci commented Apr 22, 2026

🎊 PR Preview df7f8e6 has been successfully built and deployed to https://bonitasoft-bonita-documentation-site-deploy-pr-971.surge.sh

🕐 Build time: 0.011s

🤖 By surge-preview

@benjaminParisel
Copy link
Copy Markdown
Contributor

@dependabot rebase

Bumps [netlify-cli](https://github.com/netlify/cli) from 25.0.1 to 26.0.0.
- [Release notes](https://github.com/netlify/cli/releases)
- [Changelog](https://github.com/netlify/cli/blob/main/CHANGELOG.md)
- [Commits](netlify/cli@v25.0.1...v26.0.0)

---
updated-dependencies:
- dependency-name: netlify-cli
  dependency-version: 25.1.1
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title chore(deps-dev): Bump netlify-cli from 24.10.0 to 25.1.1 chore(deps-dev): Bump netlify-cli from 25.0.1 to 26.0.0 Apr 29, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/netlify-cli-25.1.1 branch from ccd7b63 to df7f8e6 Compare April 29, 2026 07:37
@sonarqubecloud
Copy link
Copy Markdown

@benjaminParisel
Copy link
Copy Markdown
Contributor

## Impact assessment for netlify-cli 26.0.0

Low risk for this project. The single breaking change shouldn't affect you, but you should smoke-test npm run serve locally.

What changed in v26.0.0

The only breaking change (https://github.com/netlify/cli/releases/tag/v26.0.0, netlify/cli#8212):

  • Restructured the db / database command surface for the new Netlify Database primitive
  • db kept as alias for database; subcommands reorganized (status, init, connect, reset, migrations)

How netlify-cli is used in this repo

Only one usage point: package.json:9
"serve": "netlify dev -d build/site --debug --port 8080"

  • Local dev server only ? replicates Netlify redirects from netlify.toml
  • No db/database commands used anywhere
  • CI/CD deploys via nwtgck/actions-netlify@v3.0 action (publish-production.yml:71), not the CLI ? so the bump doesn't touch production deploys

What to check before merging

  1. ✔️ Run npm run serve and confirm:
    • The server starts on :8080 against build/site
    • A few redirects from netlify.toml resolve correctly (e.g. /bonita/11.0/* ? /bonita/2026.1/*)
  2. ✔️ Node 20 is still supported by netlify-cli 26 (.nvmrc is fine)
  3. ✔️ Two untracked files (deno.lock, llms-config.yml.txt) appeared ? likely created by netlify-cli's new database/Deno bundling at runtime. Worth deciding whether to add them to .gitignore.

@benjaminParisel benjaminParisel merged commit e0e0cb6 into master Apr 29, 2026
8 checks passed
@benjaminParisel benjaminParisel deleted the dependabot/npm_and_yarn/netlify-cli-25.1.1 branch April 29, 2026 08:18
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 javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants