Skip to content

Bump wrangler from 4.65.0 to 4.66.0#916

Merged
github-actions[bot] merged 1 commit intoCurrentfrom
dependabot/npm_and_yarn/wrangler-4.66.0
Feb 18, 2026
Merged

Bump wrangler from 4.65.0 to 4.66.0#916
github-actions[bot] merged 1 commit intoCurrentfrom
dependabot/npm_and_yarn/wrangler-4.66.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 18, 2026

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps wrangler from 4.65.0 to 4.66.0.

Release notes

Sourced from wrangler's releases.

wrangler@4.66.0

Minor Changes

  • #12466 caf9b11 Thanks @​petebacondarwin! - Add WRANGLER_CACHE_DIR environment variable and smart cache directory detection

    Wrangler now intelligently detects where to store cache files:

    1. Use WRANGLER_CACHE_DIR env var if set
    2. Use existing cache directory if found (node_modules/.cache/wrangler or .wrangler/cache)
    3. Create cache in node_modules/.cache/wrangler if node_modules exists
    4. Otherwise use .wrangler/cache

    This improves compatibility with Yarn PnP, pnpm, and other package managers that don't use traditional node_modules directories, without requiring any configuration.

  • #12572 936187d Thanks @​dario-piotrowicz! - Ensure the nodejs_compat flag is always applied in autoconfig

    Previously, the autoconfig feature relied on individual framework configurations to specify Node.js compatibility flags, some could set nodejs_compat while others nodejs_als.

    Now instead nodejs_compat is always included as a compatibility flag, this is generally beneficial and the user can always remove the flag afterwards if they want to.

  • #12560 c4c86f8 Thanks @​taylorlee! - Support --tag and --message flags on wrangler deploy

    They have the same behavior that they do as during wrangler versions upload, as both are set on the version.

    The message is also reused for the deployment as well, with the same behavior as used during wrangler versions deploy.

Patch Changes

  • #12543 5a868a0 Thanks @​G4brym! - Fix AI Search binding failing in local dev

    Using AI Search bindings with wrangler dev would fail with "RPC stub points at a non-serializable type". AI Search bindings now work correctly in local development.

  • #12552 c58e81b Thanks @​dependabot! - Update dependencies of "miniflare", "wrangler"

    The following dependency versions have been updated:

    Dependency From To
    workerd 1.20260212.0 1.20260213.0
  • #12568 33a9a8f Thanks @​dependabot! - Update dependencies of "miniflare", "wrangler"

    The following dependency versions have been updated:

    Dependency From To
    workerd 1.20260213.0 1.20260214.0

... (truncated)

Commits
  • dae8d21 Version Packages (#12547)
  • 8077c14 chore(deps): bump the workerd-and-workers-types group with 2 updates (#12576)
  • 9a565d5 [unenv-preset] Support native child_process module when experimental flag is ...
  • caf9b11 [wrangler] Smart cache directory detection for Yarn PnP compatibility (#12466)
  • 936187d Ensure the nodejs_compat flag is always applied in autoconfig (#12572)
  • c9d0f9d Improve autoconfig detection handling for monorepos / multi framework (#12545)
  • c4c86f8 [wrangler] Add --tag and --message to deploy command (#12445) (#12560)
  • 5a868a0 Fix AI Search rpc binding (#12543)
  • 7ea69af fix: support function-based Vite configs in autoconfig setup (#12562)
  • 33a9a8f chore(deps): bump the workerd-and-workers-types group with 2 updates (#12568)
  • Additional commits viewable in compare view

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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Feb 18, 2026
Bumps [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) from 4.65.0 to 4.66.0.
- [Release notes](https://github.com/cloudflare/workers-sdk/releases)
- [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@4.66.0/packages/wrangler)

---
updated-dependencies:
- dependency-name: wrangler
  dependency-version: 4.66.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/wrangler-4.66.0 branch from dc966e0 to 98ffaea Compare February 18, 2026 06:45
@github-actions github-actions bot merged commit 98afc79 into Current Feb 18, 2026
8 of 9 checks passed
@github-actions github-actions bot deleted the dependabot/npm_and_yarn/wrangler-4.66.0 branch February 18, 2026 06:45
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

Comments