Skip to content

chore(deps-dev): bump wrangler from 4.89.1 to 4.101.0 in /packages/core#40

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/packages/core/wrangler-4.98.0
Open

chore(deps-dev): bump wrangler from 4.89.1 to 4.101.0 in /packages/core#40
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/packages/core/wrangler-4.98.0

Conversation

@dependabot

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

Copy link
Copy Markdown

Bumps wrangler from 4.89.1 to 4.101.0.

Release notes

Sourced from wrangler's releases.

wrangler@4.101.0

Minor Changes

  • #14276 32f9307 Thanks @​dario-piotrowicz! - Graduate autoconfig from experimental to stable

    The --experimental-autoconfig and --x-autoconfig deploy CLI flags have been replaced with --autoconfig.

    Note that the --autoconfig flag defaults to true and that it can be used to disable Wrangler's auto-configuration logic by setting it to false via --autoconfig=false or --no-autoconfig

  • #14287 41f391f Thanks @​edmundhung! - Add per-Worker resource accessors to createTestHarness()

    createTestHarness() now provides methods for accessing configured KV namespaces, R2 buckets, D1 databases, and Durable Object namespaces. Use server.getWorker(name) to access resources scoped to that specific Worker:

    const worker = server.getWorker("api-worker");
    const bucket = await worker.getR2Bucket("BUCKET");
    const db = await worker.getD1Database("DB");
  • #14264 21dbc12 Thanks @​dario-piotrowicz! - Suggest Cloudflare skills installation after commands instead of before

    The automatic prompt to install Cloudflare skills for detected AI coding agents no longer runs before every Wrangler command. Instead, Wrangler now suggests installing skills, when appropriate, after some commands complete successfully. Commands that output JSON suppress the suggestion to keep their output clean. The --install-skills flag remains available on all commands to explicitly run the skills installation flow before the command executes, without prompting.

    As before, Wrangler asks the skills installation question at most once. The skills install metadata file is now written before the confirmation prompt is shown, so even if the user interrupts the process (e.g. CTRL+C, closing the terminal) during the prompt, the question is recorded as unanswered and will not reappear on subsequent runs.

  • #14042 7e63948 Thanks @​edevil! - Add a --temporary flag that creates and uses a temporary Cloudflare preview account when you have no credentials, instead of starting the OAuth login flow.

    It's registered only on the commands the short-lived account token can serve — Workers (deploy, versions upload, and related commands), KV, D1, Hyperdrive, Queues, and certificate commands — and is for unauthenticated use only: passing it while already authenticated (OAuth, CLOUDFLARE_API_TOKEN, or a global API key) errors rather than silently ignoring the flag. Before provisioning, Wrangler handles Cloudflare's Terms of Service and Privacy Policy (interactive terminals prompt for yes; non-interactive shells print a notice and continue). Wrangler then runs with the short-lived token and prints a claim URL so the account can be claimed before it expires. The cached account is cleared on successful login or logout.

  • #14299 035917f Thanks @​petebacondarwin! - Send the login user telemetry event when wrangler login --scopes ... succeeds

    wrangler login was already reporting the login user event when called without --scopes, but the scoped login path returned early before the event could be sent. Both paths now report the event, so successful scoped logins are counted alongside unscoped ones.

Patch Changes

  • #14271 27db82c Thanks @​dependabot! - Update dependencies of "miniflare", "wrangler"

    The following dependency versions have been updated:

    Dependency From To
    workerd 1.20260611.1 1.20260612.1
  • #14298 2a6a26b Thanks @​dependabot! - Update dependencies of "miniflare", "wrangler"

    The following dependency versions have been updated:

    Dependency From To
    workerd 1.20260612.1 1.20260615.1

... (truncated)

Commits
  • 89a753e Version Packages (#14274)
  • ee82c76 skip provisioning in asset only projects (#14304)
  • 8f574d2 refactor assets, sourcemaps and build options in deploy-helpers (#14309)
  • 9a424ed Bump the workerd-and-workers-types group with 2 updates (#14317)
  • e6e4b07 Vite plugin support for experimental Build Output API (#14279)
  • 208b3bb [wrangler] fix: handle deleted entry point during hot-reload without unhandle...
  • ecfdd5a fix(wrangler): preserve asset fallback with routes (#14282)
  • 604be26 [wrangler] fix: show clear error for DO migrations on service-worker format W...
  • 035917f [wrangler] Send login user metric when --scopes is provided (#14299)
  • adfde74 remove deprecated toThrowError assertions (#14302)
  • Additional commits viewable in compare view

@dependabot @github

dependabot Bot commented on behalf of github Jun 5, 2026

Copy link
Copy Markdown
Author

Labels

The following labels could not be found: dependencies. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot Bot requested a review from AdmilsonCossa as a code owner June 5, 2026 15:32
@dependabot dependabot Bot changed the title chore(deps-dev): bump wrangler from 4.89.1 to 4.98.0 in /packages/core chore(deps-dev): bump wrangler from 4.89.1 to 4.100.0 in /packages/core Jun 12, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/packages/core/wrangler-4.98.0 branch from fd65302 to a6828b5 Compare June 12, 2026 12:31
Bumps [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) from 4.89.1 to 4.101.0.
- [Release notes](https://github.com/cloudflare/workers-sdk/releases)
- [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@4.101.0/packages/wrangler)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title chore(deps-dev): bump wrangler from 4.89.1 to 4.100.0 in /packages/core chore(deps-dev): bump wrangler from 4.89.1 to 4.101.0 in /packages/core Jun 17, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/packages/core/wrangler-4.98.0 branch from a6828b5 to f397244 Compare June 17, 2026 16:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants