Skip to content

Bump wrangler from 4.81.1 to 4.82.2#617

Merged
github-actions[bot] merged 1 commit intoCurrentfrom
dependabot/npm_and_yarn/wrangler-4.82.2
Apr 14, 2026
Merged

Bump wrangler from 4.81.1 to 4.82.2#617
github-actions[bot] merged 1 commit intoCurrentfrom
dependabot/npm_and_yarn/wrangler-4.82.2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 14, 2026

Bumps wrangler from 4.81.1 to 4.82.2.

Release notes

Sourced from wrangler's releases.

wrangler@4.82.2

Patch Changes

wrangler@4.82.1

Patch Changes

  • #13453 6b11b07 Thanks @​petebacondarwin! - Disable flagship OAuth scopes that are not yet valid in the Cloudflare backend

    The flagship:read and flagship:write OAuth scopes have been temporarily commented out from the default scopes requested during login, as they are not yet recognized by the Cloudflare backend.

  • #13438 dd4e888 Thanks @​dependabot! - fix: handle Vike config files that use a variable-referenced default export

    Newer versions of create-vike (0.0.616+) generate pages/+config.ts files using const config: Config = { ... }; export default config; instead of the previous export default { ... } satisfies Config;. The Wrangler autoconfig AST transformation now resolves Identifier exports to their variable declarations, supporting both old and new Vike config file formats.

wrangler@4.82.0

Minor Changes

  • #13353 5338bb6 Thanks @​mattzcarey! - Add artifacts:write to Wrangler's default OAuth scopes, enabling wrangler login to request access to Cloudflare Artifacts (registries and artifacts).

  • #13139 79fd529 Thanks @​roerohan! - feat: add Flagship feature flag binding support

    Adds end-to-end support for the Flagship feature flag binding, which allows Workers to evaluate feature flags from Cloudflare's Flagship service. Configure it in wrangler.json with a flagship array containing binding and app_id entries. In local dev, the binding returns default values for all flag evaluations; use "remote": true in the binding to evaluate flags against the live Flagship service.

  • #12983 28bc2be Thanks @​1000hz! - Added the wrangler preview command family for creating Preview deployments (currently in private beta).

  • #13197 4fd138b Thanks @​shahsimpson! - Add preview output-file entries for wrangler preview deployments

    wrangler preview now writes a preview entry to the Wrangler output file when WRANGLER_OUTPUT_FILE_PATH or WRANGLER_OUTPUT_FILE_DIRECTORY is configured. The entry includes the Worker name, preview metadata (preview_id, preview_name, preview_slug, preview_urls) and deployment metadata (deployment_id, deployment_urls).

    This makes preview command runs machine-readable in the same output stream as other Wrangler commands, which helps CI integrations consume preview URLs and IDs directly.

  • #13159 bafb96b Thanks @​ruifigueira! - Add wrangler browser commands for managing Browser Rendering sessions

    New commands for Browser Rendering DevTools:

    • wrangler browser create [--lab] [--keepAlive <seconds>] [--open] - Create a new session
    • wrangler browser close <sessionId> - Close a session
    • wrangler browser list - List active sessions
    • wrangler browser view [sessionId] [--target <selector>] [--open] - View a live browser session

    The view command auto-selects when only one session exists, or prompts for selection when multiple are available.

    The --open flag controls whether to open DevTools in browser (default: true in interactive mode, false in CI/scripts). Use --no-open to just print the DevTools URL.

    All commands support --json for programmatic output. Also adds browser:write OAuth scope to wrangler login.

  • #13392 2589395 Thanks @​emily-shen! - Add telemetry to local REST API

... (truncated)

Commits
  • ff14de1 Version Packages (#13460)
  • 6c3b773 Revert "[wrangler] Disable flagship OAuth scopes not yet valid in backend" (#...
  • 04a2d9c Version Packages (#13452)
  • 6b11b07 [wrangler] Disable flagship OAuth scopes not yet valid in backend (#13453)
  • dd4e888 [C3] Bump create-vike from 0.0.599 to 0.0.616 in /packages/create-cloudflare/...
  • 4e4d146 Version Packages (#13375)
  • 2589395 local explorer: add telemetry (#13392)
  • 525a46b [wrangler] Fix proxy startup notice polluting stdout for --json commands (#13...
  • 1313275 [explorer] add local explorer hotkey to the vite plugin (#13137)
  • bafb96b BRAPI-1041: Add browser rendering commands to wrangler (#13159)
  • 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)

Bumps [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) from 4.81.1 to 4.82.2.
- [Release notes](https://github.com/cloudflare/workers-sdk/releases)
- [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@4.82.2/packages/wrangler)

---
updated-dependencies:
- dependency-name: wrangler
  dependency-version: 4.82.2
  dependency-type: direct:development
  update-type: version-update:semver-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 Apr 14, 2026
@github-actions github-actions bot merged commit 9cf91e6 into Current Apr 14, 2026
6 of 12 checks passed
@github-actions github-actions bot deleted the dependabot/npm_and_yarn/wrangler-4.82.2 branch April 14, 2026 08:19
@github-actions github-actions bot requested a review from NikolaRHristov April 14, 2026 08:19
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