build(deps-dev): bump wrangler from 4.124.0 to 4.125.0 in /tools - #66
Merged
Merged
Conversation
dependabot
Bot
force-pushed
the
dependabot/bun/tools/wrangler-4.125.0
branch
from
August 25, 2026 16:49
632f420 to
930afc1
Compare
4 tasks
justinmerrell
added a commit
that referenced
this pull request
Aug 25, 2026
The normaliser added in #65 was a workflow of its own, on the assumption that its retitle would re-run the title check. It does not: a retitle made with GITHUB_TOKEN does not trigger a new workflow run — GitHub suppresses that to prevent loops — so the check sits on the red it produced before the edit, with a title that is now correct. Both recreated Dependabot pull requests showed it. #66 stayed red with a correct title until the run was re-run by hand. #60 went green, but only because Dependabot pushed again a minute later. Folding the step into the `Conventional PR title` job removes the second event from the picture entirely. It works because the action re-reads the title from the REST API rather than the event payload, deliberately and for exactly this reason — re-running the stale failed run on #66, with its original payload, passed. Costs lint-pr.yml `pull-requests: write`. It has no checkout step and takes every pull request value through `env:`, which is what makes that safe on pull_request_target; both are now stated in the file. Signed-off-by: Justin Merrell <merrelljustin@gmail.com>
Contributor
|
@dependabot rebase |
dependabot
Bot
force-pushed
the
dependabot/bun/tools/wrangler-4.125.0
branch
from
August 25, 2026 16:58
930afc1 to
017bb6c
Compare
Contributor
|
@dependabot rebase |
Contributor
Author
|
Looks like this PR is already up-to-date with main! If you'd still like to recreate it from scratch, overwriting any edits, you can request |
Contributor
|
@dependabot rebase |
Bumps [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) from 4.124.0 to 4.125.0. - [Release notes](https://github.com/cloudflare/workers-sdk/releases) - [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@4.125.0/packages/wrangler) --- updated-dependencies: - dependency-name: wrangler dependency-version: 4.125.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/bun/tools/wrangler-4.125.0
branch
from
August 25, 2026 17:16
017bb6c to
b2124c3
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps wrangler from 4.124.0 to 4.125.0.
Release notes
Sourced from wrangler's releases.
... (truncated)
Commits
38b4623Version Packages (#15250)39dcea6move writeOutput into deploy helpers (#15284)4cdfebd[wrangler] Skip VPC Service remote binding test (#15281)f2437e6[workers-auth] Use again the temporary account from the same command run (#15...c68f9cbfeat(wrangler): add container support to worker previews (#15172)bfcc442[vitest-plugin] Rename package for v1 (#15074)30c2d47[workflows] add individual and batch instance deletion (#14735)630048bMove a few more bits of triggers deploy into deploy-helpers (#15253)649f667WC-5764 Create parent Worker for Previews (#15174)59872c4[wrangler] addconnectwrangler config section (#14995)