Skip to content

chore(deps-dev): bump the development-tooling group with 2 updates - #9

Merged
VeteranXYZ merged 2 commits into
mainfrom
dependabot/npm_and_yarn/development-tooling-7464e63ee6
Sep 4, 2026
Merged

VeteranXYZ merged 2 commits into
mainfrom
dependabot/npm_and_yarn/development-tooling-7464e63ee6

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 3, 2026

Copy link
Copy Markdown
Contributor

Bumps the development-tooling group with 2 updates: @cloudflare/workers-types and wrangler.

Updates @cloudflare/workers-types from 5.20260829.1 to 5.20260831.1

Commits

Updates wrangler from 4.124.0 to 4.127.1

Release notes

Sourced from wrangler's releases.

wrangler@4.127.1

Patch Changes

wrangler@4.127.0

Minor Changes

  • #15356 fe265f8 Thanks @​rubuy-74! - Add support for configuring a per-workflow max concurrency limit via workflows[].concurrency.limit in your Wrangler config.

    The limit is the maximum number of Workflow instances that can run concurrently. It is validated as a positive integer and persisted on deploy; the ceiling is enforced server-side. Concurrency is ignored in local development.

    {
      "workflows": [
        {
          "binding": "MY_WORKFLOW",
          "name": "my-workflow",
          "class_name": "MyWorkflow",
          "concurrency": { "limit": 10 }
        }
      ]
    }

Patch Changes

  • #15367 412c79e Thanks @​dependabot! - Update dependencies of "miniflare", "wrangler"

    The following dependency versions have been updated:

... (truncated)

Commits

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 <dependency name> major version will 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 version will 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

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Sep 3, 2026
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
VeteranXYZ force-pushed the dependabot/npm_and_yarn/development-tooling-7464e63ee6 branch from 1f6714c to fd52ee1 Compare September 3, 2026 13:55
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
VeteranXYZ merged commit 0ee6a7f into main Sep 4, 2026
1 of 2 checks passed
@VeteranXYZ
VeteranXYZ deleted the dependabot/npm_and_yarn/development-tooling-7464e63ee6 branch September 4, 2026 06:50
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