Skip to content

Bump @fastly/cli from 13.3.0 to 15.0.0#37

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/fastly/cli-15.0.0
Open

Bump @fastly/cli from 13.3.0 to 15.0.0#37
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/fastly/cli-15.0.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 10, 2026

Bumps @fastly/cli from 13.3.0 to 15.0.0.

Release notes

Sourced from @​fastly/cli's releases.

v15.0.0

v15.0.0 (2026-05-08)

Breaking:

  • breaking(ngwaf/workspace): change flag name to match API spec (#1768)

Bug Fixes:

  • fix(compute/deploy): remove compute trial activation code because trials no longer exist (#1730)
  • fix(auth): SSO token expiration status now reflects the actual API token lifetime (~12 hours) instead of the internal JWT refresh token (~30 minutes), preventing spurious warnings and premature re-authentication #1728
  • fix(argparser): skip ListVersions API call for numeric versions #1774

Enhancements:

  • feat(service/backend): add support for the max_use and max_lifetime parameters (#1779)

v14.3.1

v14.3.1 (2026-04-13)

Bug Fixes:

  • fix(publish_release): add back perms for publishing to npm #1724

v14.3.0

v14.3.0 (2026-04-10)

Bug Fixes:

  • fix(vcl/condition): --comment flag in condition update now correctly sets the comment instead of overwriting the statement #1714
  • fix(manifest): env_file parsing no longer rejects values containing = characters (e.g. KEY=val=ue) #1715

Enhancements:

  • feat(auth): add auth revoke subcommand for revoking API tokens via --current, --name, --token-value, --id, or --file (bulk) #1717
  • feat(service/logging/debug): add support for logging endpoint error streaming via the service logging debug subcommand #1721
  • feat(stats): accept --json / -j as an alias for --format=json on all stats and help subcommands, matching the flag style used by the rest of the CLI #1719

Dependencies:

  • build(deps): github.com/andybalholm/brotli from 1.2.0 to 1.2.1 (#1716)
  • build(deps): github.com/go-jose/go-jose/v3 from 3.0.4 to 3.0.5 (#1716)
  • build(deps): github.com/mattn/go-runewidth from 0.0.21 to 0.0.22 (#1716)
  • build(deps): github.com/mattn/go-isatty from 0.0.20 to 0.0.21 (#1720)
  • build(deps): golang.org/x/sys from 0.42.0 to 0.43.0 (#1720)
  • build(deps): github.com/coreos/go-oidc/v3 from 3.17.0 to 3.18.0 (#1720)
  • build(deps): github.com/mattn/go-runewidth from 0.0.22 to 0.0.23 (#1720)
  • build(deps): github.com/fastly/go-fastly/v14 from 13.1.2 to 14.2.0 (#1722)

v14.2.0

... (truncated)

Changelog

Sourced from @​fastly/cli's changelog.

v15.0.0 (2026-05-08)

Breaking:

  • breaking(ngwaf/workspace): change flag name to match API spec (#1768)

Bug Fixes:

  • fix(compute/deploy): remove compute trial activation code because trials no longer exist (#1730)
  • fix(auth): SSO token expiration status now reflects the actual API token lifetime (~12 hours) instead of the internal JWT refresh token (~30 minutes), preventing spurious warnings and premature re-authentication #1728
  • fix(argparser): skip ListVersions API call for numeric versions #1774

Enhancements:

  • feat(service/backend): add support for the max_use and max_lifetime parameters (#1779)

Dependencies:

  • build(deps): golang.org/x/term from 0.41.0 to 0.42.0 (#1726)
  • build(deps): golang.org/x/crypto from 0.49.0 to 0.50.0 (#1726)
  • build(deps): golang.org/x/mod from 0.34.0 to 0.35.0 (#1726)
  • build(deps): golang.org/x/net from 0.52.0 to 0.53.0 (#1726)
  • build(deps): golang.org/x/text from 0.35.0 to 0.36.0 (#1726)
  • build(deps): acifani/setup-tinygo from 2 to 3 (#1729)
  • build(deps): github.com/mattn/go-isatty from 0.0.21 to 0.0.22 (#1735)
  • build(deps): github.com/hashicorp/cap from 0.12.0 to 0.13.0 (#1771)
  • build(deps): github.com/Masterminds/semver/v3 from 3.4.0 to 3.5.0 (#1775)
  • build(deps): github.com/fsnotify/fsnotify from 1.9.0 to 1.10.1 (#1775)
  • build(deps): github.com/klauspost/compress from 1.18.5 to 1.18.6 (#1775)
  • build(deps): github.com/fastly/go-fastly/v15 from 14.2.0 to 15.0.1(#1778)

v14.3.1 (2026-04-13)

Bug Fixes:

  • fix(publish_release): add back perms for publishing to npm #1724

v14.3.0 (2026-04-10)

Bug Fixes:

  • fix(vcl/condition): --comment flag in condition update now correctly sets the comment instead of overwriting the statement #1714
  • fix(manifest): env_file parsing no longer rejects values containing = characters (e.g. KEY=val=ue) #1715

Enhancements:

  • feat(auth): add auth revoke subcommand for revoking API tokens via --current, --name, --token-value, --id, or --file (bulk) #1717
  • feat(service/logging/debug): add support for logging endpoint error streaming via the service logging debug subcommand #1721
  • feat(stats): accept --json / -j as an alias for --format=json on all stats and help subcommands, matching the flag style used by the rest of the CLI #1719

... (truncated)

Commits
  • d3c266e Release 15.0.0 (#1781)
  • 576f624 CDTOOL-1328 list version refactor (#1774)
  • c7f3337 [CDTOOL-1317] Add Support for the max_use and max_lifetime backend parame...
  • 31648c2 chore(deps): bump github.com/fastly/go-fastly from v14 to v15.0.1 (#1778)
  • ac0ffcf Optimize Build Workflow for non-release PRs (#1777)
  • 8dab257 build(deps): bump the go-dependencies group in /tools with 42 updates (#1776)
  • 6898fd9 build(deps): bump the go-dependencies group with 3 updates (#1775)
  • a917e46 build(deps): bump github.com/hashicorp/cap from 0.12.0 to 0.13.0 in the go-de...
  • c863273 build(deps): bump the go-dependencies group in /tools with 5 updates (#1772)
  • f4eb2df Add Tools go-releaser CI Job (#1767)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​fastly/cli since your current version.


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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Bumps [@fastly/cli](https://github.com/fastly/cli) from 13.3.0 to 15.0.0.
- [Release notes](https://github.com/fastly/cli/releases)
- [Changelog](https://github.com/fastly/cli/blob/main/CHANGELOG.md)
- [Commits](fastly/cli@v13.3.0...v15.0.0)

---
updated-dependencies:
- dependency-name: "@fastly/cli"
  dependency-version: 15.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels May 10, 2026
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.

0 participants