Skip to content

build(deps-dev): bump the cloudflare-runtime group across 1 directory with 3 updates - #12

Merged
deku2026 merged 2 commits into
mainfrom
dependabot/npm_and_yarn/cloudflare-runtime-35736290ab
Sep 21, 2026
Merged

deku2026 merged 2 commits into
mainfrom
dependabot/npm_and_yarn/cloudflare-runtime-35736290ab

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 21, 2026 •

Copy link
Copy Markdown
Contributor

Bumps the cloudflare-runtime group with 3 updates in the / directory: @cloudflare/vitest-plugin, @cloudflare/workers-types and wrangler.

Updates @cloudflare/vitest-plugin from 1.1.9 to 1.1.13

Release notes

Sourced from @​cloudflare/vitest-plugin's releases.

@​cloudflare/vitest-plugin@​1.1.13

Patch Changes

@​cloudflare/vitest-plugin@​1.1.12

Patch Changes

@​cloudflare/vitest-plugin@​1.1.11

Patch Changes

@​cloudflare/vitest-plugin@​1.1.10

Patch Changes

Changelog

Sourced from @​cloudflare/vitest-plugin's changelog.

1.1.13

Patch Changes

1.1.12

Patch Changes

1.1.11

Patch Changes

1.1.10

Patch Changes

Commits

Updates @cloudflare/workers-types from 5.20260914.1 to 5.20260918.1

Commits

Updates wrangler from 4.131.2 to 4.135.0

Release notes

Sourced from wrangler's releases.

wrangler@4.135.0

Minor Changes

  • #15609 1f070c8 Thanks @​emily-shen! - Build Containers when emitting experimental Build Output

    Wrangler and the Cloudflare Vite plugin now build Dockerfile-backed Container images when experimental Build Output is enabled. Container configs are emitted under .cloudflare/output/v0/containers with local image references, while existing registry references pass through unchanged.

  • #15329 c4c9b75 Thanks @​akshitsinha! - Evaluate Flagship flags locally during development

    Flagship bindings now use the local Miniflare store by default in Wrangler and the Vite plugin, keeping development offline and isolated from production flags. Set remote: true on a binding to continue using its remote app.

    Use wrangler flagship flags pull <APP_ID> to seed the store from a remote app. Flag management commands also accept --local to read and update the local store directly.

  • #15701 643e5cc Thanks @​WillTaylorDev! - Pass Preview intent to defineWorker and upload its resolved configuration

    Preview builds now evaluate programmatic Worker configuration with ctx.isPreview set to true and record that intent in Build Output. The shared Preview uploader deploys the resolved bindings and settings while preserving configured Preview base values when it creates a Preview.

Patch Changes

  • #15705 a0485d5 Thanks @​dependabot! - Update dependencies of "miniflare", "wrangler"

    The following dependency versions have been updated:

    Dependency From To
    @​cloudflare/workers-types ^5.20260917.1 ^5.20260918.1
    workerd 1.20260917.1 1.20260918.1
  • #15587 629ddef Thanks @​Kuldeeep18! - Fix duration calculation for running workflow instances, steps, and attempts in wrangler workflows instances describe

    wrangler workflows instances describe previously distorted the elapsed duration of in-progress instances, steps, and attempts across non-UTC timezones by stripping " GMT" from toUTCString(), causing new Date(...) to parse the timestamp in the local client timezone. The duration is now correctly computed against the current time.

  • Updated dependencies [a0485d5]:

wrangler@4.134.0

Minor Changes

  • #15684 6874aa9 Thanks @​Ankcorn! - Add support for configuring real-time Issues with observability.issues.enabled

    Wrangler now validates and uploads the Issues setting alongside the existing logs and traces observability options. The experimental configuration format supports the equivalent observability.issues.enabled option.

  • #15681 d96b319 Thanks @​podonnell-dev! - Mark wrangler preview commands as open beta

    Wrangler now labels Preview commands as open beta in help output and command warnings, matching the feature's public availability.

  • #15673 2b39fc2 Thanks @​ghostwriternr! - Support explicit named Container image selection in Wrangler local development

    Wrangler builds or pulls named images configured through Wrangler JSON or TOML and exposes their local tags through ctx.container.images. Pass one of those references to ctx.container.start({ image }) to select the image.

... (truncated)

Commits
  • f9e7727 Version Packages (#15697)
  • 643e5cc [wrangler] Support Preview builds in Build Output (#15701)
  • 1f070c8 Add dev/build support for Containers with experimental new config (#15609)
  • c4c9b75 [wrangler] Add local Flagship development commands (#15329)
  • 629ddef [wrangler] Fix running duration calculation in workflows instances describe (...
  • 5b69153 Version Packages (#15687)
  • 6874aa9 [wrangler] Add Issues observability configuration (#15684)
  • 2b39fc2 [wrangler] Support named Container images locally (#15673)
  • d96b319 WC-5903 [wrangler] previews: move to open beta (#15681)
  • edb2fe7 [deploy-helpers] join route lists before printing them in deploy messages (#1...
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Sep 21, 2026
@dependabot
dependabot Bot requested a review from deku2026 as a code owner September 21, 2026 05:45
@dependabot dependabot Bot changed the title build(deps-dev): bump the cloudflare-runtime group with 3 updates build(deps-dev): bump the cloudflare-runtime group across 1 directory with 3 updates Sep 21, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/cloudflare-runtime-35736290ab branch 3 times, most recently from cd41076 to 994ac30 Compare September 21, 2026 23:34
… with 3 updates

Bumps the cloudflare-runtime group with 3 updates in the / directory: [@cloudflare/vitest-plugin](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/vitest-plugin), [@cloudflare/workers-types](https://github.com/cloudflare/workerd) and [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler).


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

Updates `@cloudflare/workers-types` from 5.20260914.1 to 5.20260918.1
- [Release notes](https://github.com/cloudflare/workerd/releases)
- [Changelog](https://github.com/cloudflare/workerd/blob/main/RELEASE.md)
- [Commits](https://github.com/cloudflare/workerd/commits)

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

---
updated-dependencies:
- dependency-name: "@cloudflare/vitest-plugin"
  dependency-version: 1.1.12
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: cloudflare-runtime
- dependency-name: "@cloudflare/workers-types"
  dependency-version: 5.20260918.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: cloudflare-runtime
- dependency-name: wrangler
  dependency-version: 4.134.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: cloudflare-runtime
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/cloudflare-runtime-35736290ab branch from 994ac30 to d5595a8 Compare September 21, 2026 23:46

@deku2026 deku2026 left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Full review at 111eb56: all ten changed lock entries are development-only. Cloudflare Vitest plugin 1.1.13 accepts retained Vitest 4.1.11; Wrangler 4.135.0 supports Node 24.21 and retains esbuild 0.28.1. Official Wrangler tag resolves to f9e7727dbef58e71c6b297dc688d3c544cef87cb. Its relevant bundling/helper and MIT source blobs are unchanged; the type-generation/index delta removes only unused websearch bindings. Actual binding regeneration is byte-identical. Immutable r7 and bindings-r2 successors record the updated generator/lock while preserving every Worker/input/map/import/export/Contracts/SBOM/legal/configuration expectation; verifier code is unchanged. Registry, NOTICE, version documentation and exact existing checksum scan path are consistent.

Local format/lint/type/source/licence checks, 46 Node units, 68 offline tooling tests and one candidate build passed. The candidate reproduced unchanged r6 output. Dependabot's concurrent rebase had an identical tree; final source baseline points to that public bot commit and the reviewed admission is appended to it. Independent coordinator full review and source-baseline delta review found no findings. All applicable latest-head CI checks passed in 35669238793, including security, both CodeQL categories, dependency review and candidate build. No Workflow/inference or public-download tests ran.

@deku2026
deku2026 merged commit 93342ce into main Sep 21, 2026
10 checks passed
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/cloudflare-runtime-35736290ab branch September 21, 2026 23:50
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.

1 participant