chore(deps-dev): bump the development-tooling group with 2 updates - #9
Merged
VeteranXYZ merged 2 commits intoSep 4, 2026
Merged
Conversation
Bumps the development-tooling group with 2 updates: [@cloudflare/workers-types](https://github.com/cloudflare/workerd) and [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler). Updates `@cloudflare/workers-types` from 5.20260829.1 to 5.20260831.1 - [Release notes](https://github.com/cloudflare/workerd/releases) - [Changelog](https://github.com/cloudflare/workerd/blob/main/RELEASE.md) - [Commits](https://github.com/cloudflare/workerd/commits) Updates `wrangler` from 4.124.0 to 4.127.1 - [Release notes](https://github.com/cloudflare/workers-sdk/releases) - [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@4.127.1/packages/wrangler) --- updated-dependencies: - dependency-name: "@cloudflare/workers-types" dependency-version: 5.20260831.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-tooling - dependency-name: wrangler dependency-version: 4.127.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-tooling ... Signed-off-by: dependabot[bot] <support@github.com>
VeteranXYZ
force-pushed
the
dependabot/npm_and_yarn/development-tooling-7464e63ee6
branch
from
September 3, 2026 13:55
1f6714c to
fd52ee1
Compare
VeteranXYZ
added a commit
that referenced
this pull request
Sep 4, 2026
`worker-configuration.d.ts` is generated from wrangler.jsonc, but it was committed, so every Wrangler or workers-types bump landed a stale copy and failed `cf:types:check`. Dependabot cannot regenerate it, so each of those PRs arrived red and needed a hand-push to go green — that is what blocked #9, and the same file was already stale on main before it. Nothing imports the file; it is only ambient types, and `astro check` reports 0 errors without it. So generate it on demand instead of storing 544 KB of build output in the repository: - gitignore it and remove it from the index; - generate it as part of `npm run check`, which is where the types are wanted; - drop `cf:types:check`, which existed only to detect drift that can no longer happen, and remove it from `verify`. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Picks up the change that stops committing the generated worker-configuration.d.ts, which is what was failing this PR's verify job.
VeteranXYZ
deleted the
dependabot/npm_and_yarn/development-tooling-7464e63ee6
branch
September 4, 2026 06:50
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 the development-tooling group with 2 updates: @cloudflare/workers-types and wrangler.
Updates
@cloudflare/workers-typesfrom 5.20260829.1 to 5.20260831.1Commits
Updates
wranglerfrom 4.124.0 to 4.127.1Release notes
Sourced from wrangler's releases.
... (truncated)
Commits
f808554Version Packages (#15385)b903a09Pin@netlify/build-infoto10.5.1and update pnpm patch (#14808)3650d29Rename Worker target fields from workerName to worker (#15373)a831498Version Packages (#15372)fe265f8[wrangler] Add per-workflow concurrency limit config (#15356)92874f6WC-5857 [wrangler] Upload preview deployments as multipart form data (#15375)e9df120Support multiple named Workers in the build output (#15371)5377aaeVersion Packages (#15354)e56d2e6Revert "Version Packages" (#15355)d765e10Version Packages (#15291)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions