Skip to content

chore(deps): bump wrangler from 4.103.0 to 4.104.0 in /workers/media-api#265

Merged
github-actions[bot] merged 1 commit into
mainfrom
dependabot/npm_and_yarn/workers/media-api/wrangler-4.104.0
Jun 29, 2026
Merged

chore(deps): bump wrangler from 4.103.0 to 4.104.0 in /workers/media-api#265
github-actions[bot] merged 1 commit into
mainfrom
dependabot/npm_and_yarn/workers/media-api/wrangler-4.104.0

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps wrangler from 4.103.0 to 4.104.0.

Release notes

Sourced from wrangler's releases.

wrangler@4.104.0

Minor Changes

  • #14369 e312dec Thanks @​edmundhung! - Add getEnv() to createTestHarness() Worker handles

    Tests can now access the full env object for a Worker with await server.getWorker<Env>().getEnv(), including vars, secrets, and bindings.

Patch Changes

  • #14364 a085dec Thanks @​dependabot! - Update dependencies of "miniflare", "wrangler"

    The following dependency versions have been updated:

    Dependency From To
    workerd 1.20260617.1 1.20260619.1
  • #14383 9a0de8f Thanks @​dependabot! - Update dependencies of "miniflare", "wrangler"

    The following dependency versions have been updated:

    Dependency From To
    workerd 1.20260619.1 1.20260621.1
  • #14397 fab565f Thanks @​dependabot! - Update dependencies of "miniflare", "wrangler"

    The following dependency versions have been updated:

    Dependency From To
    workerd 1.20260621.1 1.20260623.1
  • #14388 3f02864 Thanks @​petebacondarwin! - Stop erroring when find_additional_modules discovers a file that only matches a inactive module rule

    Module rules assign module types to imported files — they are not include/exclude filters. Also, setting fallthrough: false in a rule will cause subsequent rules to become inactive. Previously, when find_additional_modules walked the filesystem and discovered a file whose only matching rule is inactive, Wrangler would throw an error and fail the build.

    This meant that adding a user rule like the one below would break the build for any .txt, .html, .sql, .bin or .wasm file that didn't match the user-supplied globs but lived somewhere under the module root:

    // wrangler.json
    {
      "rules": [
        {
          "type": "Text",
          "globs": ["html/includeme.html"],
          "fallthrough": false
        }
      ]
    }

... (truncated)

Commits
  • ec856a1 Version Packages (#14370)
  • fab565f Bump workerd from 1.20260621.1 to 1.20260623.1 in the workerd-and-workers-typ...
  • 07cd86c [wrangler] Consolidate vi.mock calls for @​cloudflare/autoconfig in entry-poin...
  • e312dec feat(wrangler): add getEnv to worker handle (#14369)
  • 2a02858 [wrangler] fix: don't require private credential when reusing an existing Sec...
  • 3f02864 [wrangler] Don't error when find_additional_modules discovers a file matching...
  • 9a0de8f Bump the workerd-and-workers-types group with 2 updates (#14383)
  • a085dec Bump the workerd-and-workers-types group with 2 updates (#14364)
  • See full diff in compare view

@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Jun 29, 2026

@github-actions github-actions Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

CI and Claude review passed. Auto-merging (non-major update).

@github-actions github-actions Bot enabled auto-merge (squash) June 29, 2026 05:09
Bumps [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) from 4.103.0 to 4.104.0.
- [Release notes](https://github.com/cloudflare/workers-sdk/releases)
- [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@4.104.0/packages/wrangler)

---
updated-dependencies:
- dependency-name: wrangler
  dependency-version: 4.104.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/workers/media-api/wrangler-4.104.0 branch from 323e436 to 26d8aaf Compare June 29, 2026 05:16

@github-actions github-actions Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

CI and Claude review passed. Auto-merging (non-major update).

@github-actions github-actions Bot merged commit 399742b into main Jun 29, 2026
9 checks passed
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/workers/media-api/wrangler-4.104.0 branch June 29, 2026 05:22
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants