Skip to content

Bump @fastly/cli from 13.3.0 to 14.2.0#24

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/fastly/cli-14.2.0
Closed

Bump @fastly/cli from 13.3.0 to 14.2.0#24
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/fastly/cli-14.2.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Mar 29, 2026

Bumps @fastly/cli from 13.3.0 to 14.2.0.

Release notes

Sourced from @​fastly/cli's releases.

v14.2.0

v14.2.0 (2026-03-24)

Bug Fixes:

  • fix(auth): fastly profile, fastly sso and fastly auth-token commands now correctly respect the --quiet flag #1710

Enhancements:

  • feat(vcl/snippet): add support for the '--content' flag, allowing for the raw output of VCL. #1706

Dependencies:

  • build(deps): github.com/fatih/color from 1.18.0 to 1.19.0 (#1707)
  • build(deps): github.com/klauspost/compress from 1.18.4 to 1.18.5 (#1707)

v14.1.1

v14.1.1 (2026-03-18)

Bug Fixes:

  • fix(compute): compute pack, compute validate, and install no longer require authentication. #1701

v14.1.0

v14.1.0 (2026-03-17)

Bug Fixes:

  • fix(stats): stats historical now returns write errors instead of silently swallowing them #1678

Deprecations:

  • deprecated(auth): fastly profile, fastly sso, and fastly auth-token command trees are deprecated and will be removed in a future release. Use fastly auth subcommands instead. #1676
  • deprecated(auth): --profile and --enable-sso global flags are deprecated. Use --token <name> to select a stored auth token by name, or fastly auth login --sso --token <name> for SSO. #1676

Enhancements:

  • feat(auth): auth login --sso now requires --token <name> to explicitly name the stored token. This prevents accidentally overwriting tokens in multi-user SSO workflows. #1676
  • feat(auth): add FASTLY_DISABLE_AUTH_COMMAND env var to hide the fastly auth command tree from help, completions, and invocation. #1676
  • feat(auth): when FASTLY_DISABLE_AUTH_COMMAND is set, the --token/-t global flag is also disabled. Use FASTLY_API_TOKEN or stored config tokens instead. #1676
  • feat(stats): add --field flag to stats historical to filter to a single stats field. #1678
  • feat(stats): add stats aggregate subcommand for cross-service aggregated stats. #1678
  • feat(stats): add stats usage subcommand for bandwidth/request usage, with --by-service breakdown. #1678
  • feat(stats): add stats domain-inspector subcommand for domain-level metrics. #1678
  • feat(stats): add stats origin-inspector subcommand for origin-level metrics. #1678
  • feat(apisecurity/discoveredoperations): add support for 'list' and 'update' support for 'API discovery'. #1689
  • feat(apisecurity/operations): add CRUD support for 'API Inventory' operations. #1689
  • feat(apisecurity/tags): add API Security Operations tag support (#1688)
  • feat(service/version): add support for service validation. #1695
  • feat(compute/build): Block version 1.93.0 of Rust to avoid a wasm32-wasip2 bug. (#1653)
  • feat(service/vcl): escape control characters when displaying VCL content for cleaner terminal output (#1637)

... (truncated)

Changelog

Sourced from @​fastly/cli's changelog.

v14.2.0 (2026-03-24)

Bug Fixes:

  • fix(auth): fastly profile, fastly sso and fastly auth-token commands now correctly respect the --quiet flag #1710

Enhancements:

  • feat(vcl/snippet): add support for the '--content' flag, allowing for the raw output of VCL. #1706

Dependencies:

  • build(deps): github.com/fatih/color from 1.18.0 to 1.19.0 (#1707)
  • build(deps): github.com/klauspost/compress from 1.18.4 to 1.18.5 (#1707)

v14.1.1 (2026-03-18)

Bug Fixes:

  • fix(compute): compute pack, compute validate, and install no longer require authentication. #1701

v14.1.0 (2026-03-17)

Bug Fixes:

  • fix(stats): stats historical now returns write errors instead of silently swallowing them #1678

Deprecations:

  • deprecated(auth): fastly profile, fastly sso, and fastly auth-token command trees are deprecated and will be removed in a future release. Use fastly auth subcommands instead. #1676
  • deprecated(auth): --profile and --enable-sso global flags are deprecated. Use --token <name> to select a stored auth token by name, or fastly auth login --sso --token <name> for SSO. #1676

Enhancements:

  • feat(auth): auth login --sso now requires --token <name> to explicitly name the stored token. This prevents accidentally overwriting tokens in multi-user SSO workflows. #1676
  • feat(auth): add FASTLY_DISABLE_AUTH_COMMAND env var to hide the fastly auth command tree from help, completions, and invocation. #1676
  • feat(auth): when FASTLY_DISABLE_AUTH_COMMAND is set, the --token/-t global flag is also disabled. Use FASTLY_API_TOKEN or stored config tokens instead. #1676
  • feat(stats): add --field flag to stats historical to filter to a single stats field. #1678
  • feat(stats): add stats aggregate subcommand for cross-service aggregated stats. #1678
  • feat(stats): add stats usage subcommand for bandwidth/request usage, with --by-service breakdown. #1678
  • feat(stats): add stats domain-inspector subcommand for domain-level metrics. #1678
  • feat(stats): add stats origin-inspector subcommand for origin-level metrics. #1678
  • feat(apisecurity/discoveredoperations): add support for 'list' and 'update' support for 'API discovery'. #1689
  • feat(apisecurity/operations): add CRUD support for 'API Inventory' operations. #1689
  • feat(apisecurity/tags): add API Security Operations tag support (#1688)
  • feat(service/version): add support for service validation. #1695
  • feat(compute/build): Block version 1.93.0 of Rust to avoid a wasm32-wasip2 bug. (#1653)
  • feat(service/vcl): escape control characters when displaying VCL content for cleaner terminal output (#1637)

Dependencies:

... (truncated)

Commits
  • bee7ac6 Release v14.2.0 (#1712)
  • 4f86396 [CDTOOL-1304] Ensure that the Fastly Auth type commands respect the --quiet...
  • 8e2e43e build(deps): bump the go-dependencies group with 2 updates (#1707)
  • 4ca0501 [CDTOOL-1102] Add support for the service vcl snippet describe --content...
  • 1687e85 SSO warnings: write "session expires in ..." when refresh token is present (#...
  • 548fb34 Release v14.1.1 (#1703)
  • b611716 chore: remove accidentally committed errors.csv (#1702)
  • 3aa53f7 Exempt compute pack and validate from auth requirement (#1701)
  • 34ad25a Release v14.1.0 (#1700)
  • 9ec871b fix(changelog): move #1653 and #1637 from v14.0.0 to Unreleased (#1699)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~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 14.2.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...v14.2.0)

---
updated-dependencies:
- dependency-name: "@fastly/cli"
  dependency-version: 14.2.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 Mar 29, 2026
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Apr 19, 2026

Superseded by #32.

@dependabot dependabot Bot closed this Apr 19, 2026
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/fastly/cli-14.2.0 branch April 19, 2026 08:32
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