Skip to content

build(deps): bump the minor group across 1 directory with 32 updates#103

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/minor-539a33b321
Closed

build(deps): bump the minor group across 1 directory with 32 updates#103
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/minor-539a33b321

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 28, 2026

Copy link
Copy Markdown
Contributor

Bumps the minor group with 5 updates in the / directory:

Package From To
@iconify-json/fluent 1.2.51 1.2.52
@types/node 26.0.0 26.0.1
wrangler 4.103.0 4.105.0
@fastly/js-compute 3.42.1 3.43.1
@fastly/compute-js-static-publish 7.0.6 7.0.7

Updates @iconify-json/fluent from 1.2.51 to 1.2.52

Commits

Updates @types/node from 26.0.0 to 26.0.1

Commits

Updates wrangler from 4.103.0 to 4.105.0

Release notes

Sourced from wrangler's releases.

wrangler@4.105.0

Minor Changes

  • #14311 34e0cef Thanks @​sherryliu-lsy! - Add Google Artifact Registry support to containers registries configure

    wrangler containers registries configure now recognizes *-docker.pkg.dev (Google Artifact Registry) domains.

    • The Google service account email is the public credential, supplied with --gar-email. It must match the client_email in the service account key.
    • The service account JSON key is the private credential. It is provided via stdin (a file path, raw JSON, or base64) or an interactive prompt (a file path or base64) — never as a CLI flag, so it does not appear in shell history. The key is validated against --gar-email and stored base64-encoded.
    • Secret reuse inherits the existence-first flow: when the target Secrets Store secret already exists, it is reused by reference and the key is not required. In that case the email cannot be verified locally; it is validated against the key when images are pulled.
    <path-to-key>.json | npx wrangler@latest containers registries configure <region>-docker.pkg.dev --gar-email=<service-account-email> --secret-name=Google_Service_Account_JSON_Key

Patch Changes

  • #14424 5f40dd5 Thanks @​MattieTK! - Bump am-i-vibing from 0.4.0 to 0.5.0

    This updates the agentic environment detection library to the latest version, which adds detection for the Pi coding agent (earendil-works/pi).

  • #14406 3b743c1 Thanks @​dependabot! - Update dependencies of "miniflare", "wrangler"

    The following dependency versions have been updated:

    Dependency From To
    workerd 1.20260623.1 1.20260625.1
  • #14343 daa5389 Thanks @​th0m! - Use digest-pinned image references for Dockerfile container deploys

    Dockerfile-backed container deploys now use the pushed image digest when deploying the container application. This lets snapshot-enabled container apps pass Cloudchamber validation while keeping local, non-pushed builds and registry image URI deploys unchanged.

  • #14394 8a5cf8c Thanks @​Partha-Shankar! - fix(d1): escape migrationsTableName and filenames in SQLite queries

    D1 migration commands in both wrangler and @cloudflare/vitest-pool-workers interpolated the migrationsTableName config value and migration filenames directly into SQL strings without any escaping. This meant:

    • A table name such as my"table would produce invalid SQL in CREATE TABLE, SELECT, and INSERT statements, and
    • A migration filename containing an apostrophe (e.g. what's-new.sql) would break the INSERT INTO ... VALUES ('...') statement appended after each migration in wrangler.

    Both identifiers are now properly escaped before interpolation: migrationsTableName is wrapped in double-quotes with internal double-quotes doubled (SQL-standard identifier quoting), and migration filenames used as string literals have their single-quotes doubled before insertion.

  • Updated dependencies [3b743c1]:

    • miniflare@4.20260625.0

wrangler@4.104.0

Minor Changes

... (truncated)

Commits
  • 70d97d9 Version Packages (#14401)
  • 5f40dd5 [wrangler] Bump am-i-vibing from 0.4.0 to 0.5.0 (#14424)
  • 3b743c1 Bump workerd from 1.20260623.1 to 1.20260625.1 in the workerd-and-workers-typ...
  • 10543c1 [wrangler] interpolate current date to fix brittle test (#14421)
  • 76cc8d6 extremely minor refactor of versions upload/deploy validation (#14400)
  • daa5389 Use digest-pinned images for Dockerfile container deploys (#14343)
  • 34e0cef CC-7948 Update wrangler CLI to support GAR (#14311)
  • 8a5cf8c [wrangler] fix(d1): escape migrationsTableName and filenames in SQLite querie...
  • ec856a1 Version Packages (#14370)
  • fab565f Bump workerd from 1.20260621.1 to 1.20260623.1 in the workerd-and-workers-typ...
  • Additional commits viewable in compare view

Updates @fastly/js-compute from 3.42.1 to 3.43.1

Release notes

Sourced from @​fastly/js-compute's releases.

v3.43.1

3.43.1 (2026-06-17)

Bug Fixes

v3.43.0

3.43.0 (2026-06-16)

Features

Bug Fixes

  • Make boundary parameter of multi-part form data requests safe for use in Content-Type headers (#1493) (938f15f)
  • Remove memory leak of cache write options in error cases (#1483) (79874b6)
Changelog

Sourced from @​fastly/js-compute's changelog.

3.43.1 (2026-06-17)

Fixed

3.43.0 (2026-06-16)

Added

Fixed

  • Make boundary parameter of multi-part form data requests safe for use in Content-Type headers (#1493) (938f15f)
  • Remove memory leak of cache write options in error cases (#1483) (79874b6)
Commits

Updates @fastly/compute-js-static-publish from 7.0.6 to 7.0.7

Changelog

Sourced from @​fastly/compute-js-static-publish's changelog.

[7.0.7] - 2026-07-16

  • Update to CLI v15
Commits

Updates @bytecodealliance/jco from 1.20.0 to 1.24.4

Release notes

Sourced from @​bytecodealliance/jco's releases.

jco-v1.24.4

[1.24.4] - 2026-06-26

🧪 Testing

⚙️ Miscellaneous Tasks

jco-v1.24.3

[1.24.3] - 2026-06-19

🐛 Bug Fixes

🧪 Testing

jco-v1.24.2

[1.24.2] - 2026-06-18

🚀 Features

🚜 Refactor

⚙️ Miscellaneous Tasks

jco-v1.24.1

[1.24.1] - 2026-06-16

This release updates jco-internal js-component-bindgen code to v2.0.3, which includes some bindgen fixes.

see: https://github.com/bytecodealliance/jco/releases/tag/js-component-bindgen-v2.0.3

... (truncated)

Commits
  • f1c9256 release: jco v1.24.4
  • 637b62d chore(transpile): force build to always fully vendor
  • 9df1c20 test(jco): add regression test for subtask reference error fix
  • ed8dea2 chore(jco): update jco-transpile to 0.3.6
  • 9915ac4 release: jco-transpile v0.3.6
  • 6a6f787 release: js-component-bindgen v2.0.6
  • 2e722ed fix(bindgen): export result handling, stricter resolution check
  • 5a48d06 release: jco-transpile v0.3.5
  • 241ae5c release: js-component-bindgen v2.0.5
  • 784830b fix(ci): build p2-shim for windows CI
  • Additional commits viewable in compare view

Updates @bytecodealliance/preview3-shim from 0.1.0 to 0.1.2

Commits
  • f0d1a48 release: jco-std v0.1.2
  • 22410a1 chore(ops): fmt codebase before pr creation
  • 66e11b0 release: js-component-bindgen v1.15.0
  • 84b4a80 test(jco): temporarily disable post-codegen lint
  • 63ae40f fix(jco): eslint use in tests, avoid formatting tsc output
  • 9655c32 chore(p3-shim): oxfmt
  • 6499385 chore(p2-shim): oxfmt
  • 2d2ae84 chore(jco): oxfmt
  • 7227e06 chore(transpile): oxfmt
  • 5b1b2c3 chore(std): lint
  • Additional commits viewable in compare view

Updates @cloudflare/workerd-darwin-64 from 1.20260617.1 to 1.20260625.1

Release notes

Sourced from @​cloudflare/workerd-darwin-64's releases.

v1.20260625.1

What's Changed

Full Changelog: cloudflare/workerd@v1.20260624.1...v1.20260625.1

v1.20260624.1

Full Changelog: cloudflare/workerd@v1.20260623.1...v1.20260624.1

v1.20260623.1

What's Changed

Full Changelog: cloudflare/workerd@v1.20260622.1...v1.20260623.1

v1.20260622.1

Full Changelog: cloudflare/workerd@v1.20260621.1...v1.20260622.1

v1.20260621.1

Full Changelog: cloudflare/workerd@v1.20260620.1...v1.20260621.1

v1.20260620.1

Full Changelog: cloudflare/workerd@v1.20260619.1...v1.20260620.1

v1.20260619.1

What's Changed

Full Changelog: cloudflare/workerd@v1.20260618.1...v1.20260619.1

v1.20260618.1

Full Changelog: cloudflare/workerd@v1.20260617.1...v1.20260618.1

Commits
  • d3c2d08 Release 2026-06-25
  • b0146ab Merge pull request #6844 from cloudflare/maizatskyi/2026-06-24-upstream
  • 4d4fc43 mark test as large
  • bd9d066 Merge branch 'maizatskyi/2026-06-24-python-format' into 'gitlab'
  • 0b8c91f fix python lint
  • 2833729 Merge branch 'jasnell/new-streams-enablement' into 'gitlab'
  • 2c22d50 Merge branch 'maizatskyi/2026-06-24-update' into 'gitlab'
  • c1ecc0a revert files
  • 8d9ff57 Merge remote-tracking branch 'github/main' into maizatskyi/2026-06-24-update
  • 27173e5 Merge branch 'maizatskyi/2026-06-24-format' into 'gitlab'
  • Additional commits viewable in compare view

Updates @cloudflare/workerd-darwin-arm64 from 1.20260617.1 to 1.20260625.1

Release notes

Sourced from @​cloudflare/workerd-darwin-arm64's releases.

v1.20260625.1

What's Changed

Full Changelog: cloudflare/workerd@v1.20260624.1...v1.20260625.1

v1.20260624.1

Full Changelog: cloudflare/workerd@v1.20260623.1...v1.20260624.1

v1.20260623.1

What's Changed

Full Changelog: cloudflare/workerd@v1.20260622.1...v1.20260623.1

v1.20260622.1

Full Changelog: cloudflare/workerd@v1.20260621.1...v1.20260622.1

v1.20260621.1

Full Changelog: cloudflare/workerd@v1.20260620.1...v1.20260621.1

v1.20260620.1

Full Changelog: cloudflare/workerd@v1.20260619.1...v1.20260620.1

v1.20260619.1

What's Changed

Full Changelog: cloudflare/workerd@v1.20260618.1...v1.20260619.1

v1.20260618.1

Full Changelog: cloudflare/workerd@v1.20260617.1...v1.20260618.1

Commits
  • d3c2d08 Release 2026-06-25
  • b0146ab Merge pull request #6844 from cloudflare/maizatskyi/2026-06-24-upstream
  • 4d4fc43 mark test as large
  • bd9d066 Merge branch 'maizatskyi/2026-06-24-python-format' into 'gitlab'
  • 0b8c91f fix python lint
  • 2833729 Merge branch 'jasnell/new-streams-enablement' into 'gitlab'
  • 2c22d50 Merge branch 'maizatskyi/2026-06-24-update' into 'gitlab'
  • c1ecc0a revert files
  • 8d9ff57 Merge remote-tracking branch 'github/main' into maizatskyi/2026-06-24-update
  • 27173e5 Merge branch 'maizatskyi/2026-06-24-format' into 'gitlab'
  • Additional commits viewable in compare view

Updates @cloudflare/workerd-linux-64 from 1.20260617.1 to 1.20260625.1

Release notes

Sourced from @​cloudflare/workerd-linux-64's releases.

v1.20260625.1

What's Changed

Full Changelog: cloudflare/workerd@v1.20260624.1...v1.20260625.1

v1.20260624.1

Full Changelog: cloudflare/workerd@v1.20260623.1...v1.20260624.1

v1.20260623.1

What's Changed

Full Changelog: cloudflare/workerd@v1.20260622.1...v1.20260623.1

v1.20260622.1

Full Changelog: cloudflare/workerd@v1.20260621.1...v1.20260622.1

v1.20260621.1

Full Changelog: cloudflare/workerd@v1.20260620.1...v1.20260621.1

v1.20260620.1

Full Changelog: cloudflare/workerd@v1.20260619.1...v1.20260620.1

v1.20260619.1

What's Changed

Full Changelog: cloudflare/workerd@v1.20260618.1...v1.20260619.1

v1.20260618.1

Full Changelog: cloudflare/workerd@v1.20260617.1...v1.20260618.1

Commits
  • d3c2d08 Release 2026-06-25
  • b0146ab Merge pull request #6844 from cloudflare/maizatskyi/2026-06-24-upstream
  • 4d4fc43 mark test as large
  • bd9d066 Merge branch 'maizatskyi/2026-06-24-python-format' into 'gitlab'
  • 0b8c91f fix python lint
  • 2833729 Merge branch 'jasnell/new-streams-enablement' into 'gitlab'
  • 2c22d50 Merge branch 'maizatskyi/2026-06-24-update' into 'gitlab'
  • c1ecc0a revert files
  • 8d9ff57 Merge remote-tracking branch 'github/main' into maizatskyi/2026-06-24-update
  • 27173e5 Merge branch 'maizatskyi/2026-06-24-format' into 'gitlab'
  • Additional commits viewable in compare view

Updates @cloudflare/workerd-linux-arm64 from 1.20260617.1 to 1.20260625.1

Release notes

Sourced from @​cloudflare/workerd-linux-arm64's releases.

v1.20260625.1

What's Changed

Full Changelog: cloudflare/workerd@v1.20260624.1...v1.20260625.1

v1.20260624.1

Full Changelog: cloudflare/workerd@v1.20260623.1...v1.20260624.1

v1.20260623.1

What's Changed

Full Changelog: cloudflare/workerd@v1.20260622.1...v1.20260623.1

v1.20260622.1

Full Changelog: cloudflare/workerd@v1.20260621.1...v1.20260622.1

v1.20260621.1

Full Changelog: cloudflare/workerd@v1.20260620.1...v1.20260621.1

v1.20260620.1

Full Changelog: cloudflare/workerd@v1.20260619.1...v1.20260620.1

v1.20260619.1

What's Changed

Full Changelog: cloudflare/workerd@v1.20260618.1...v1.20260619.1

v1.20260618.1

Full Changelog: cloudflare/workerd@v1.20260617.1...v1.20260618.1

Commits
  • d3c2d08 Release 2026-06-25
  • b0146ab Merge pull request #6844 from cloudflare/maizatskyi/2026-06-24-upstream
  • 4d4fc43 mark test as large
  • bd9d066 Merge branch 'maizatskyi/2026-06-24-python-format' into 'gitlab'
  • 0b8c91f fix python lint
  • 2833729 Merge branch 'jasnell/new-streams-enablement' into 'gitlab'
  • 2c22d50 Merge branch 'maizatskyi/2026-06-24-update' into 'gitlab'
  • c1ecc0a revert files
  • 8d9ff57 Merge remote-tracking branch 'github/main' into maizatskyi/2026-06-24-update
  • 27173e5 Merge branch 'maizatskyi/2026-06-24-format' into 'gitlab'
  • Additional commits viewable in compare view

Updates @cloudflare/workerd-windows-64 from 1.20260617.1 to 1.20260625.1

Release notes

Sourced from @​cloudflare/workerd-windows-64's releases.

v1.20260625.1

What's Changed

Full Changelog: cloudflare/workerd@v1.20260624.1...v1.20260625.1

v1.20260624.1

Full Changelog: cloudflare/workerd@v1.20260623.1...v1.20260624.1

v1.20260623.1

What's Changed

Full Changelog: cloudflare/workerd@v1.20260622.1...v1.20260623.1

v1.20260622.1

Full Changelog: cloudflare/workerd@v1.20260621.1...v1.20260622.1

v1.20260621.1

Full Changelog: cloudflare/workerd@v1.20260620.1...v1.20260621.1

v1.20260620.1

Full Changelog: cloudflare/workerd@v1.20260619.1...v1.20260620.1

v1.20260619.1

What's Changed

Full Changelog: cloudflare/workerd@v1.20260618.1...v1.20260619.1

v1.20260618.1

Full Changelog: cloudflare/workerd@v1.20260617.1...v1.20260618.1

Commits
  • d3c2d08 Release 2026-06-25
  • b0146ab Merge pull request #6844 from cloudflare/maizatskyi/2026-06-24-upstream
  • 4d4fc43 mark test as large
  • bd9d066 Merge branch 'maizatskyi/2026-06-24-python-format' into 'gitlab'
  • 0b8c91f fix python lint
  • 2833729 Merge branch 'jasnell/new-streams-enablement' into 'gitlab'
  • 2c22d50 Merge branch 'maizatskyi/2026-06-24-update' into 'gitlab'
  • c1ecc0a revert files
  • 8d9ff57 Merge remote-tracking branch 'github/main' into maizatskyi/2026-06-24-update
  • 27173e5 Merge branch 'maizatskyi/2026-06-24-format' into 'gitlab'
  • Additional commits viewable in compare view

Updates @fastly/cli-darwin-arm64 from 11.2.0 to 15.3.1

Release notes

Sourced from @​fastly/cli-darwin-arm64's releases.

v15.3.1

Fix Checksum issue from troubleshooting new tap release

v15.3.0

v15.3.0 (2026-06-26)

Enhancements:

  • feat(kvstoreentry/delete): Add support for multiple-key deletion using a key prefix. (#1822)
  • build(dockerfile-go): add Go Dockerfile alongside the existing Node and Rust ones (#1828)
  • feat(compute/deploy): Support 'contentguard' configuration on 'bot_management' product under [setup.products] (#1827)

Dependencies:

  • build(deps): github.com/nwaples/rardecode/v2 from 2.2.3 to 2.2.5 (#1825)
  • build(deps): golang.org/x/net from 0.55.0 to 0.56.0 (#1825)
  • build(deps): github.com/coreos/go-oidc/v3 from 3.18.0 to 3.19.0 (#1829)

v15.2.0

v15.2.0 (2026-06-10)

Bug Fixes:

  • fix(docs): corrected stale and missing API reference links in usage.json metadata(#1803)
  • fix(compute): serve --watch no longer rebuilds on attribute-only (Chmod) filesystem events, preventing an endless rebuild loop when another process changes a watched file's metadata such as its access time (#1808)
  • fix(docs): expand and correct API reference links for fastly service subcommands in usage.json metadata (#1810)

Enhancements:

  • feat(dns): add support for DNS Zones and TSIG Keys (#1809)
  • fix(compute/init): Add starter kits for C++ language #1807

Dependencies:

  • build(deps): github.com/bodgit/sevenzip from 1.6.1 to 1.6.2 (#1795)
  • build(deps): github.com/minio/minlz from 1.0.1 to 1.1.1 (#1795)
  • build(deps): github.com/nwaples/rardecode/v2 from 2.2.0 to 2.2.2 (#1795)
  • build(deps): go4.org from 0.0.0-20230225012048-214862532bf5 to 0.0.0-20260112195520-a5071408f32f (#1795)
  • build(deps): golang.org/x/net from 0.53.0 to 0.54.0 (#1795)
  • build(deps): golang.org/x/sys from 0.44.0 to 0.45.0 (#1801)
  • build(deps): golang.org/x/crypto from 0.51.0 to 0.52.0 (#1801)
  • build(deps): github.com/bodgit/sevenzip from 1.6.2 to 1.6.4 (#1801)
  • build(deps): github.com/nwaples/rardecode/v2 from 2.2.2 to 2.2.3 (#1801)
  • build(deps): golang.org/x/net from 0.54.0 to 0.55.0 (#1801)
  • build(deps): github.com/rogpeppe/go-internal from 1.14.1 to 1.15.0 (#1813)
  • build(deps): github.com/stangelandcl/ppmd from 0.1.0 to 0.1.1 (#1813)
  • build(deps): github.com/mattn/go-colorable from 0.1.14 to 0.1.15 (#1813)
  • build(deps): github.com/mattn/go-runewidth from 0.0.23 to 0.0.24 (#1813)
  • build(deps): github.com/pierrec/lz4/v4 from 4.1.26 to 4.1.27 (#1813)
  • build(deps): github.com/fastly/go-fastly/v15 from 15.0.1 to 15.0.2 (#1813)

... (truncated)

Changelog

Sourced from @​fastly/cli-darwin-arm64's changelog.

CHANGELOG

[Unreleased]

Breaking:

Bug Fixes:

Enhancements:

Dependencies:

v15.3.0 (2026-06-26)

Enhancements:

  • feat(kvstoreentry/delete): Add support for multiple-key deletion using a key prefix. (#1822)
  • build(dockerfile-go): add Go Dockerfile alongside the existing Node and Rust ones (#1828)
  • feat(compute/deploy): Support 'contentguard' configuration on 'bot_management' product under [setup.products] (#1827)

Dependencies:

  • build(deps): github.com/nwaples/rardecode/v2 from 2.2.3 to 2.2.5 (#1825)
  • build(deps): golang.org/x/net from 0.55.0 to 0.56.0 (#1825)
  • build(deps): github.com/coreos/go-oidc/v3 from 3.18.0 to 3.19.0 (#1829)

v15.2.0 (2026-06-10)

Bug Fixes:

  • fix(docs): corrected stale and missing API reference links in usage.json metadata(#1803)
  • fix(compute): serve --watch no longer rebuilds on attribute-only (Chmod) filesystem events, preventing an endless rebuild loop when another process changes a watched file's metadata such as its access time (#1808)
  • fix(docs): expand and correct API reference links for fastly service subcommands in usage.json metadata (#1810)

Enhancements:

  • feat(dns): add support for DNS Zones and TSIG Keys (#1809)
  • fix(compute/init): Add starter kits for C++ language #1807

Dependencies:

  • build(deps): github.com/bodgit/sevenzip from 1.6.1 to 1.6.2 (#1795)
  • build(deps): github.com/minio/minlz from 1.0.1 to 1.1.1 (#1795)
  • build(deps): github.com/nwaples/rardecode/v2 from 2.2.0 to 2.2.2 (#1795)
  • build(deps): go4.org from 0.0.0-20230225012048-214862532bf5 to 0.0.0-20260112195520-a5071408f32f (#1795)
  • build(deps): golang.org/x/net from 0.53.0 to 0.54.0 (#1795)
  • build(deps): golang.org/x/sys from 0.44.0 to 0.45.0 (#1801)
  • build(deps): golang.org/x/crypto from 0.51.0 to 0.52.0 (#1801)
  • build(deps): github.com/bodgit/sevenzip from 1.6.2 to 1.6.4 (#1801)
  • build(deps): github.com/nwaples/rardecode/v2 from 2.2.2 to 2.2.3 (#1801)

... (truncated)

Commits
  • 24ba0f6 fix upload path (#1835)
  • 69295d1 Release 15.3.0 (#1834)
  • 396bfda refactor goreleaser workflows to use GitHub app tokens (#1832)
  • 50ea4ff Support "contentguard" configuration on "setup.products.bot_management" (#1827)
  • bab1d32 build(deps): bump the go-dependencies group in /tools with 20 updates (#1831)
  • b5f9ccb build(deps): bump the gha-dependencies group with 3 updates (#1830)
  • 1dd31ca build(deps): bump github.com/coreos/go-oidc/v3 from 3.18.0 to 3.19.0 in the g...
  • 27987db Add Dockerfile-go (#1828)
  • 3b52c3d build(deps): bump the go-dependencies group with 2 updates (#1825)
  • 23ff08a build(deps): bump the go-dependencies group in /tools with 21 updates (#1826)
  • Additional commits viewable in compare view
Maintainer changes

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


Updates @fastly/cli-darwin-x64 from 11.2.0 to 15.3.1

Release notes

Sourced from @​fastly/cli-darwin-x64's releases.

v15.3.1

Fix Checksum issue from troubleshooting new tap release

v15.3.0

v15.3.0 (2026-06-26)

Enhancements:

  • feat(kvstoreentry/delete): Add support for multiple-key deletion using a key prefix. (#1822)
  • build(dockerfile-go): add Go Dockerfile alongside the existing Node and Rust ones (#1828)
  • feat(compute/deploy): Support 'contentguard' configuration on 'bot_management' product under [setup.products] (#1827)

Dependencies:

  • build(deps): github.com/nwaples/rardecode/v2 from 2.2.3 to 2.2.5 (#1825)
  • build(deps): golang.org/x/net from 0.55.0 to 0.56.0 (#1825)
  • build(deps): github.com/coreos/go-oidc/v3 from 3.18.0 to 3.19.0 (#1829)

v15.2.0

v15.2.0 (2026-06-10)

Bug Fixes:

  • fix(docs): corrected stale and missing API reference links in usage.json metadata(#1803)
  • fix(compute): serve --watch no longer rebuilds on attribute-only (Chmod) filesystem events, preventing an endless rebuild loop when another process changes a watched file's metadata such as its access time (#1808)
  • fix(docs): expand and correct API reference links for fastly service subcommands in usage.json metadata (#1810)

Enhancements:

  • feat(dns): add support for DNS Zones and TSIG Keys (#1809)
  • fix(compute/init): Add starter kits for C++ language #1807

Dependencies:

  • build(deps): github.com/bodgit/sevenzip from 1.6.1 to 1.6.2 (#1795)
  • build(deps): github.com/minio/minlz from 1.0.1 to 1.1.1 (#1795)
  • build(deps): github.com/nwaples/rardecode/v2 from 2.2.0 to 2.2.2 (#1795)
  • build(deps): go4.org from 0.0.0-20230225012048-214862532bf5 to 0.0.0-20260112195520-a5071408f32f (#1795)
  • build(deps): golang.org/x/net from 0.53.0 to 0.54.0 (#1795)
  • build(deps): golang.org/x/sys from 0.44.0 to 0.45.0 (#1801)
  • build(deps): golang.org/x/crypto from 0.51.0 to 0.52.0 (#1801)
  • build(deps): github.com/bodgit/sevenzip from 1.6.2 to 1.6.4 (#1801)
  • build(deps): github.com/nwaples/rardecode/v2 from 2.2.2 to 2.2.3 (#1801)
  • build(deps): golang.org/x/net from 0.54.0 to 0.55.0 (#1801)
  • build(deps): github.com/rogpeppe/go-internal from 1.14.1 to 1.15.0 (#1813)
  • build(deps): github.com/stangelandcl/ppmd from 0.1.0 to 0.1.1 (#1813)
  • build(deps): github.com/mattn/go-colorable from 0.1.14 to 0.1.15 (#1813)
  • build(deps): github.com/mattn/go-runewidth from 0.0.23 to 0.0.24 (#1813)
  • build(deps): github.com/pierrec/lz4/v4 from 4.1.26 to 4.1.27 (#1813)
  • build(deps): github.com/fastly/go-fastly/v15 from 15.0.1 to 15.0.2 (#1813)

... (truncated)

Changelog

Sourced from @​fastly/cli-darwin-x64's changelog.

CHANGELOG

[Unreleased]

Breaking:

Bug Fixes:

Enhancements:

Dependencies:

v15.3.0 (2026-06-26)

Enhancements:

  • feat(kvstoreentry/delete): Add support for multiple-key deletion using a key prefix. (#1822)
  • build(dockerfile-go): add Go Dockerfile alongside the existing Node and Rust ones (#1828)
  • feat(compute/deploy): Support 'contentguard' configuration on 'bot_management' product under [setup.products] (#1827)

Dependencies:

  • build(deps): github.com/nwaples/rardecode/v2 from 2.2.3 to 2.2.5 (#1825)
  • build(deps): golang.org/x/net from 0.55.0 to 0.56.0 (#1825)
  • build(deps): github.com/coreos/go-oidc/v3 from 3.18.0 to 3.19.0 (#1829)

Description has been truncated

Bumps the minor group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@iconify-json/fluent](https://github.com/iconify/icon-sets) | `1.2.51` | `1.2.52` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `26.0.0` | `26.0.1` |
| [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) | `4.103.0` | `4.105.0` |
| [@fastly/js-compute](https://github.com/fastly/js-compute-runtime) | `3.42.1` | `3.43.1` |
| [@fastly/compute-js-static-publish](https://github.com/fastly/compute-js-static-publish) | `7.0.6` | `7.0.7` |



Updates `@iconify-json/fluent` from 1.2.51 to 1.2.52
- [Commits](https://github.com/iconify/icon-sets/commits)

Updates `@types/node` from 26.0.0 to 26.0.1
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `wrangler` from 4.103.0 to 4.105.0
- [Release notes](https://github.com/cloudflare/workers-sdk/releases)
- [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@4.105.0/packages/wrangler)

Updates `@fastly/js-compute` from 3.42.1 to 3.43.1
- [Release notes](https://github.com/fastly/js-compute-runtime/releases)
- [Changelog](https://github.com/fastly/js-compute-runtime/blob/main/CHANGELOG.md)
- [Commits](fastly/js-compute-runtime@v3.42.1...v3.43.1)

Updates `@fastly/compute-js-static-publish` from 7.0.6 to 7.0.7
- [Changelog](https://github.com/fastly/compute-js-static-publish/blob/main/CHANGELOG.md)
- [Commits](fastly/compute-js-static-publish@v7.0.6...v7.0.7)

Updates `@bytecodealliance/jco` from 1.20.0 to 1.24.4
- [Release notes](https://github.com/bytecodealliance/jco/releases)
- [Commits](bytecodealliance/jco@jco-v1.20.0...jco-v1.24.4)

Updates `@bytecodealliance/preview3-shim` from 0.1.0 to 0.1.2
- [Release notes](https://github.com/bytecodealliance/jco/releases)
- [Commits](bytecodealliance/jco@jco-std-v0.1.0...jco-std-v0.1.2)

Updates `@cloudflare/workerd-darwin-64` from 1.20260617.1 to 1.20260625.1
- [Release notes](https://github.com/cloudflare/workerd/releases)
- [Changelog](https://github.com/cloudflare/workerd/blob/main/RELEASE.md)
- [Commits](cloudflare/workerd@v1.20260617.1...v1.20260625.1)

Updates `@cloudflare/workerd-darwin-arm64` from 1.20260617.1 to 1.20260625.1
- [Release notes](https://github.com/cloudflare/workerd/releases)
- [Changelog](https://github.com/cloudflare/workerd/blob/main/RELEASE.md)
- [Commits](cloudflare/workerd@v1.20260617.1...v1.20260625.1)

Updates `@cloudflare/workerd-linux-64` from 1.20260617.1 to 1.20260625.1
- [Release notes](https://github.com/cloudflare/workerd/releases)
- [Changelog](https://github.com/cloudflare/workerd/blob/main/RELEASE.md)
- [Commits](cloudflare/workerd@v1.20260617.1...v1.20260625.1)

Updates `@cloudflare/workerd-linux-arm64` from 1.20260617.1 to 1.20260625.1
- [Release notes](https://github.com/cloudflare/workerd/releases)
- [Changelog](https://github.com/cloudflare/workerd/blob/main/RELEASE.md)
- [Commits](cloudflare/workerd@v1.20260617.1...v1.20260625.1)

Updates `@cloudflare/workerd-windows-64` from 1.20260617.1 to 1.20260625.1
- [Release notes](https://github.com/cloudflare/workerd/releases)
- [Changelog](https://github.com/cloudflare/workerd/blob/main/RELEASE.md)
- [Commits](cloudflare/workerd@v1.20260617.1...v1.20260625.1)

Updates `@fastly/cli-darwin-arm64` from 11.2.0 to 15.3.1
- [Release notes](https://github.com/fastly/cli/releases)
- [Changelog](https://github.com/fastly/cli/blob/main/CHANGELOG.md)
- [Commits](fastly/cli@v11.2.0...v15.3.1)

Updates `@fastly/cli-darwin-x64` from 11.2.0 to 15.3.1
- [Release notes](https://github.com/fastly/cli/releases)
- [Changelog](https://github.com/fastly/cli/blob/main/CHANGELOG.md)
- [Commits](fastly/cli@v11.2.0...v15.3.1)

Updates `@fastly/cli-linux-arm64` from 11.2.0 to 15.3.1
- [Release notes](https://github.com/fastly/cli/releases)
- [Changelog](https://github.com/fastly/cli/blob/main/CHANGELOG.md)
- [Commits](fastly/cli@v11.2.0...v15.3.1)

Updates `@fastly/cli-linux-x32` from 11.2.0 to 15.3.1
- [Release notes](https://github.com/fastly/cli/releases)
- [Changelog](https://github.com/fastly/cli/blob/main/CHANGELOG.md)
- [Commits](fastly/cli@v11.2.0...v15.3.1)

Updates `@fastly/cli-linux-x64` from 11.2.0 to 15.3.1
- [Release notes](https://github.com/fastly/cli/releases)
- [Changelog](https://github.com/fastly/cli/blob/main/CHANGELOG.md)
- [Commits](fastly/cli@v11.2.0...v15.3.1)

Updates `@fastly/cli-win32-arm64` from 11.2.0 to 15.3.1
- [Release notes](https://github.com/fastly/cli/releases)
- [Changelog](https://github.com/fastly/cli/blob/main/CHANGELOG.md)
- [Commits](fastly/cli@v11.2.0...v15.3.1)

Updates `@fastly/cli-win32-x32` from 11.2.0 to 15.3.1
- [Release notes](https://github.com/fastly/cli/releases)
- [Changelog](https://github.com/fastly/cli/blob/main/CHANGELOG.md)
- [Commits](fastly/cli@v11.2.0...v15.3.1)

Updates `@fastly/cli-win32-x64` from 11.2.0 to 15.3.1
- [Release notes](https://github.com/fastly/cli/releases)
- [Changelog](https://github.com/fastly/cli/blob/main/CHANGELOG.md)
- [Commits](fastly/cli@v11.2.0...v15.3.1)

Updates `@fastly/cli` from 11.2.0 to 15.3.1
- [Release notes](https://github.com/fastly/cli/releases)
- [Changelog](https://github.com/fastly/cli/blob/main/CHANGELOG.md)
- [Commits](fastly/cli@v11.2.0...v15.3.1)

Updates `@jridgewell/gen-mapping` from 0.3.5 to 0.3.13
- [Changelog](https://github.com/jridgewell/sourcemaps/blob/main/packages/gen-mapping/CHANGELOG.md)
- [Commits](https://github.com/jridgewell/sourcemaps/commits/gen-mapping/0.3.13/packages/gen-mapping)

Updates `@jridgewell/sourcemap-codec` from 1.4.10 to 1.5.5
- [Changelog](https://github.com/jridgewell/sourcemaps/blob/main/packages/sourcemap-codec/CHANGELOG.md)
- [Commits](https://github.com/jridgewell/sourcemaps/commits/sourcemap-codec/1.5.5/packages/sourcemap-codec)

Updates `binaryen` from 123.0.0 to 130.0.0
- [Commits](AssemblyScript/binaryen.js@v123.0.0...v130.0.0)

Updates `commander` from 2.20.0 to 2.20.3
- [Release notes](https://github.com/tj/commander.js/releases)
- [Changelog](https://github.com/tj/commander.js/blob/v2.20.3/CHANGELOG.md)
- [Commits](tj/commander.js@v2.20.0...v2.20.3)

Updates `cosmiconfig` from 9.0.1 to 9.0.2
- [Release notes](https://github.com/cosmiconfig/cosmiconfig/releases)
- [Changelog](https://github.com/cosmiconfig/cosmiconfig/blob/main/CHANGELOG.md)
- [Commits](https://github.com/cosmiconfig/cosmiconfig/commits)

Updates `es-module-lexer` from 1.6.0 to 1.7.0
- [Release notes](https://github.com/guybedford/es-module-lexer/releases)
- [Commits](guybedford/es-module-lexer@1.6.0...1.7.0)

Updates `js-yaml` from 4.2.0 to 4.3.0
- [Changelog](https://github.com/nodeca/js-yaml/blob/4.3.0/CHANGELOG.md)
- [Commits](nodeca/js-yaml@4.2.0...4.3.0)

Updates `miniflare` from 4.20260617.1 to 4.20260625.0
- [Release notes](https://github.com/cloudflare/workers-sdk/releases)
- [Changelog](https://github.com/cloudflare/workers-sdk/blob/main/packages/miniflare/CHANGELOG.md)
- [Commits](https://github.com/cloudflare/workers-sdk/commits/miniflare@4.20260625.0/packages/miniflare)

Updates `regjsparser` from 0.13.1 to 0.13.2
- [Release notes](https://github.com/jviereck/regjsparser/releases)
- [Changelog](https://github.com/jviereck/regjsparser/blob/gh-pages/CHANGELOG)
- [Commits](jviereck/regjsparser@v0.13.1...v0.13.2)

Updates `which-typed-array` from 1.1.21 to 1.1.22
- [Changelog](https://github.com/inspect-js/which-typed-array/blob/main/CHANGELOG.md)
- [Commits](inspect-js/which-typed-array@v1.1.21...v1.1.22)

Updates `workerd` from 1.20260617.1 to 1.20260625.1
- [Release notes](https://github.com/cloudflare/workerd/releases)
- [Changelog](https://github.com/cloudflare/workerd/blob/main/RELEASE.md)
- [Commits](cloudflare/workerd@v1.20260617.1...v1.20260625.1)

---
updated-dependencies:
- dependency-name: "@iconify-json/fluent"
  dependency-version: 1.2.52
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@types/node"
  dependency-version: 26.0.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: wrangler
  dependency-version: 4.105.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@fastly/js-compute"
  dependency-version: 3.43.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@fastly/compute-js-static-publish"
  dependency-version: 7.0.7
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@bytecodealliance/jco"
  dependency-version: 1.24.4
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@bytecodealliance/preview3-shim"
  dependency-version: 0.1.2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@cloudflare/workerd-darwin-64"
  dependency-version: 1.20260625.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@cloudflare/workerd-darwin-arm64"
  dependency-version: 1.20260625.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@cloudflare/workerd-linux-64"
  dependency-version: 1.20260625.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@cloudflare/workerd-linux-arm64"
  dependency-version: 1.20260625.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@cloudflare/workerd-windows-64"
  dependency-version: 1.20260625.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@fastly/cli-darwin-arm64"
  dependency-version: 15.3.1
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: minor
- dependency-name: "@fastly/cli-darwin-x64"
  dependency-version: 15.3.1
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: minor
- dependency-name: "@fastly/cli-linux-arm64"
  dependency-version: 15.3.1
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: minor
- dependency-name: "@fastly/cli-linux-x32"
  dependency-version: 15.3.1
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: minor
- dependency-name: "@fastly/cli-linux-x64"
  dependency-version: 15.3.1
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: minor
- dependency-name: "@fastly/cli-win32-arm64"
  dependency-version: 15.3.1
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: minor
- dependency-name: "@fastly/cli-win32-x32"
  dependency-version: 15.3.1
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: minor
- dependency-name: "@fastly/cli-win32-x64"
  dependency-version: 15.3.1
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: minor
- dependency-name: "@fastly/cli"
  dependency-version: 15.3.1
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: minor
- dependency-name: "@jridgewell/gen-mapping"
  dependency-version: 0.3.13
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@jridgewell/sourcemap-codec"
  dependency-version: 1.5.5
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: binaryen
  dependency-version: 130.0.0
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: minor
- dependency-name: commander
  dependency-version: 2.20.3
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: cosmiconfig
  dependency-version: 9.0.2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: es-module-lexer
  dependency-version: 1.7.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: js-yaml
  dependency-version: 4.3.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: miniflare
  dependency-version: 4.20260625.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: regjsparser
  dependency-version: 0.13.2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: which-typed-array
  dependency-version: 1.1.22
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: workerd
  dependency-version: 1.20260625.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor
...

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 Jun 28, 2026
@github-actions

Copy link
Copy Markdown

Size Change: 0 B

Total Size: 63.9 kB

ℹ️ View Unchanged
Filename Size
dist/assets/index-********.js 27.1 kB
dist/assets/pdfium-worker-********.js 36.9 kB

compressed-size-action

@dependabot @github

dependabot Bot commented on behalf of github Jul 5, 2026

Copy link
Copy Markdown
Contributor Author

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot Bot closed this Jul 5, 2026
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/minor-539a33b321 branch July 5, 2026 20: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.

0 participants