Skip to content

build(deps-dev): bump wrangler from 4.61.1 to 4.62.0#3

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/wrangler-4.62.0
Closed

build(deps-dev): bump wrangler from 4.61.1 to 4.62.0#3
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/wrangler-4.62.0

Conversation

@dependabot
Copy link

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

Bumps wrangler from 4.61.1 to 4.62.0.

Release notes

Sourced from wrangler's releases.

wrangler@4.62.0

Minor Changes

  • #12064 964a39d Thanks @​G4brym! - Add AI Search OAuth scopes to login

    Adds ai-search:write and ai-search:run OAuth scopes to the default login scopes, enabling wrangler to authenticate with AI Search APIs.

  • #11867 253a85d Thanks @​rahulsuresh-git! - Add wrangler r2 bucket local-uploads command to manage local uploads for R2 buckets

    When enabled, object data is written to the nearest region first, then asynchronously replicated to the bucket's primary region.

    Docs: https://developers.cloudflare.com/r2/buckets/local-uploads

    # Get local uploads status
    wrangler r2 bucket local-uploads get my-bucket
    Enable local uploads (will prompt for confirmation)
    wrangler r2 bucket local-uploads enable my-bucket
    Enable without confirmation prompt
    wrangler r2 bucket local-uploads enable my-bucket --force
    Disable local uploads
    wrangler r2 bucket local-uploads disable my-bucket

  • #11803 1bd1488 Thanks @​dario-piotrowicz! - Add a new subrequests limit to the limits field of the Wrangler configuration file

    Before only the cpu_ms limit was supported in the limits field of the Wrangler configuration file, now a subrequests limit can be specified as well which enables the user to limit the number of fetch requests that a Worker's invocation can make.

    Example:

    {
    	"$schema": "./node_modules/wrangler/config-schema.json",
    	"limits": {
    		"cpu_ms": 1000,
    		"subrequests": 150 // newly added field
    	}
    }
  • #12185 f7aa8c7 Thanks @​penalosa! - Add timestamp field to the version metadata binding in local development. The version metadata binding now includes id, tag, and timestamp fields, making it easier to test version-aware logic locally.

Patch Changes

... (truncated)

Commits
  • 59a9ee2 Version Packages (#12266)
  • 47944d1 fix(wrangler): show friendly error when D1 export output is a directory (#12065)
  • 4c4d5a5 Add versionCommand to the autoconfig_summary field in the autoconfig outp...
  • a113c0d chore(deps): bump the workerd-and-workers-types group with 2 updates (#12355)
  • 698f510 Speed up pnpm fix and pnpm check (#12348)
  • 253a85d [wrangler] R2-3896 Add R2 local uploads command (#11867)
  • feb0099 refactor: move isAuthenticationError together with similar predicates (#12304)
  • 0c9625a feat(miniflare): add CF-Worker header to outgoing fetch requests (#12186)
  • a053aad refactor: use the shared UserError for containers (#12298)
  • b05b919 fix(wrangler): Fixed invalid command / argument error logging (#12050)
  • 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.61.1 to 4.62.0.
- [Release notes](https://github.com/cloudflare/workers-sdk/releases)
- [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@4.62.0/packages/wrangler)

---
updated-dependencies:
- dependency-name: wrangler
  dependency-version: 4.62.0
  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 Feb 5, 2026
@vercel
Copy link

vercel bot commented Feb 5, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
github-gpg-badge-demo Ready Ready Preview, Comment Feb 5, 2026 8:26am

Request Review

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Feb 5, 2026

Looks like wrangler is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Feb 5, 2026
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/wrangler-4.62.0 branch February 5, 2026 16:25
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