Skip to content

chore(deps): consolidate the three Dependabot groups into one bump - #868

Merged
choraria merged 5 commits into
mainfrom
chore/deps-consolidate-2026-08-05
Aug 5, 2026
Merged

chore(deps): consolidate the three Dependabot groups into one bump#868
choraria merged 5 commits into
mainfrom
chore/deps-consolidate-2026-08-05

Conversation

@choraria

@choraria choraria commented Aug 5, 2026

Copy link
Copy Markdown
Contributor

Consolidates the three open Dependabot PRs — #865, #866, #867 — into one branch, one CI run, one merge.

Merging them serially would cost two @dependabot rebase round-trips and three full CI cycles (the
strict_required_status_checks_policy ruleset stales every other PR on each merge), and the
deploy-auth / deploy-web / deploy-wedge jobs stay red on Dependabot-authored PRs because those
runs use the Dependabot secret store and never see CLOUDFLARE_ACCOUNT_ID. On a normal branch they
get the real Actions secrets, so the deploy dry-runs go green too.

What's in it

Notes

@cloudflare/vitest-pool-workers 0.20.0 is a breaking release — it removed wrappedBindings,
cacheWarnUsage, fetchMock, and containerEngine from the miniflare override options. None of
our five workers-pool configs (apps/auth, apps/mcp, apps/dmarc, apps/play, apps/engine) use
any of them; they only set compatibilityDate, compatibilityFlags, kvNamespaces, and bindings.
All 29 test tasks pass under 0.20.1.

Two dev deps float slightly past their Dependabot pins because the lockfile was regenerated from
main rather than merged: @cloudflare/workers-types resolves to 5.20260804.1 (vs 5.20260801.1) and
@redocly/cli to 2.44.1 (vs 2.43.2). Both are within the declared caret ranges and both are dev-only.

react/react-dom in packages/video stay at 19.2.7 — that package consumes them through the
catalog: protocol, and Dependabot bumped the direct ^19.2.8 ranges without touching the
pnpm-workspace.yaml catalog pin. That's #867's own behaviour, carried over unchanged rather than
widened here.

Conflicts on packages/video, apps/{auth,web,www}, and packages/ui package.json were resolved to
the higher version of each key. pnpm-lock.yaml was reset to main's copy and regenerated with
pnpm install rather than hand-merged.

Test plan

Full gate, turbo cache forced off (TURBO_FORCE=true) so nothing replayed a pre-bump cached log:

  • pnpm lint — 997/997 guard tests pass
  • pnpm format:check — clean
  • pnpm typecheck — 33/33
  • pnpm test — 29/29 tasks, incl. every workers-pool suite on the new major
  • pnpm build — 24/24
  • pnpm no-skipped-tests — clean
  • pnpm overrides-guard — all 14 security pins still hold across 1290 lockfile packages (the
    regenerated lockfile moved nothing below its floor)
  • pre-push hook — 30/30 incl. @webhook-co/db:test

Closes #865
Closes #866
Closes #867

dependabot Bot and others added 5 commits August 5, 2026 02:57
Bumps the github-actions group with 2 updates: [github/codeql-action/init](https://github.com/github/codeql-action) and [github/codeql-action/analyze](https://github.com/github/codeql-action).


Updates `github/codeql-action/init` from 4.37.3 to 4.37.4
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@e4fba86...f205ea1)

Updates `github/codeql-action/analyze` from 4.37.3 to 4.37.4
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@e4fba86...f205ea1)

---
updated-dependencies:
- dependency-name: github/codeql-action/init
  dependency-version: 4.37.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
- dependency-name: github/codeql-action/analyze
  dependency-version: 4.37.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps the dev-tooling group with 9 updates:

| Package | From | To |
| --- | --- | --- |
| [@cloudflare/vitest-pool-workers](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/vitest-pool-workers) | `0.19.0` | `0.20.1` |
| [@cloudflare/workers-types](https://github.com/cloudflare/workerd) | `5.20260729.1` | `5.20260801.1` |
| [lint-staged](https://github.com/lint-staged/lint-staged) | `17.2.0` | `17.3.0` |
| [turbo](https://github.com/vercel/turborepo) | `2.10.7` | `2.10.8` |
| [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) | `4.115.0` | `4.118.0` |
| [@playwright/test](https://github.com/microsoft/playwright) | `1.62.0` | `1.62.1` |
| [@types/pg](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/pg) | `8.20.0` | `8.20.3` |
| [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react) | `6.0.4` | `6.0.5` |
| [@redocly/cli](https://github.com/Redocly/redocly-cli) | `2.41.1` | `2.43.2` |


Updates `@cloudflare/vitest-pool-workers` from 0.19.0 to 0.20.1
- [Release notes](https://github.com/cloudflare/workers-sdk/releases)
- [Changelog](https://github.com/cloudflare/workers-sdk/blob/main/packages/vitest-pool-workers/CHANGELOG.md)
- [Commits](https://github.com/cloudflare/workers-sdk/commits/@cloudflare/vitest-pool-workers@0.20.1/packages/vitest-pool-workers)

Updates `@cloudflare/workers-types` from 5.20260729.1 to 5.20260801.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 `lint-staged` from 17.2.0 to 17.3.0
- [Release notes](https://github.com/lint-staged/lint-staged/releases)
- [Changelog](https://github.com/lint-staged/lint-staged/blob/main/CHANGELOG.md)
- [Commits](lint-staged/lint-staged@v17.2.0...v17.3.0)

Updates `turbo` from 2.10.7 to 2.10.8
- [Release notes](https://github.com/vercel/turborepo/releases)
- [Changelog](https://github.com/vercel/turborepo/blob/main/RELEASE.md)
- [Commits](vercel/turborepo@v2.10.7...v2.10.8)

Updates `wrangler` from 4.115.0 to 4.118.0
- [Release notes](https://github.com/cloudflare/workers-sdk/releases)
- [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@4.118.0/packages/wrangler)

Updates `@playwright/test` from 1.62.0 to 1.62.1
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.62.0...v1.62.1)

Updates `@types/pg` from 8.20.0 to 8.20.3
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/pg)

Updates `@vitejs/plugin-react` from 6.0.4 to 6.0.5
- [Release notes](https://github.com/vitejs/vite-plugin-react/releases)
- [Changelog](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite-plugin-react/commits/plugin-react@6.0.5/packages/plugin-react)

Updates `@redocly/cli` from 2.41.1 to 2.43.2
- [Release notes](https://github.com/Redocly/redocly-cli/releases)
- [Commits](https://github.com/Redocly/redocly-cli/compare/@redocly/cli@2.41.1...@redocly/cli@2.43.2)

---
updated-dependencies:
- dependency-name: "@cloudflare/vitest-pool-workers"
  dependency-version: 0.20.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-tooling
- dependency-name: "@cloudflare/workers-types"
  dependency-version: 5.20260801.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-tooling
- dependency-name: lint-staged
  dependency-version: 17.3.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-tooling
- dependency-name: turbo
  dependency-version: 2.10.8
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-tooling
- dependency-name: wrangler
  dependency-version: 4.118.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-tooling
- dependency-name: "@playwright/test"
  dependency-version: 1.62.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-tooling
- dependency-name: "@types/pg"
  dependency-version: 8.20.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-tooling
- dependency-name: "@vitejs/plugin-react"
  dependency-version: 6.0.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-tooling
- dependency-name: "@redocly/cli"
  dependency-version: 2.43.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-tooling
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps the production-minor group with 10 updates:

| Package | From | To |
| --- | --- | --- |
| [@cloudflare/workers-oauth-provider](https://github.com/cloudflare/workers-oauth-provider) | `0.8.2` | `0.8.3` |
| [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) | `1.27.0` | `1.28.0` |
| [react](https://github.com/react/react/tree/HEAD/packages/react) | `19.2.7` | `19.2.8` |
| [react-dom](https://github.com/react/react/tree/HEAD/packages/react-dom) | `19.2.7` | `19.2.8` |
| [@remotion/bundler](https://github.com/remotion-dev/remotion) | `4.0.500` | `4.0.503` |
| [@remotion/cli](https://github.com/remotion-dev/remotion) | `4.0.500` | `4.0.503` |
| [@remotion/google-fonts](https://github.com/remotion-dev/remotion) | `4.0.500` | `4.0.503` |
| [@remotion/renderer](https://github.com/remotion-dev/remotion) | `4.0.500` | `4.0.503` |
| [@remotion/tailwind-v4](https://github.com/remotion-dev/remotion) | `4.0.500` | `4.0.503` |
| [remotion](https://github.com/remotion-dev/remotion) | `4.0.500` | `4.0.503` |


Updates `@cloudflare/workers-oauth-provider` from 0.8.2 to 0.8.3
- [Release notes](https://github.com/cloudflare/workers-oauth-provider/releases)
- [Changelog](https://github.com/cloudflare/workers-oauth-provider/blob/main/CHANGELOG.md)
- [Commits](cloudflare/workers-oauth-provider@v0.8.2...v0.8.3)

Updates `lucide-react` from 1.27.0 to 1.28.0
- [Release notes](https://github.com/lucide-icons/lucide/releases)
- [Commits](https://github.com/lucide-icons/lucide/commits/1.28.0/packages/lucide-react)

Updates `react` from 19.2.7 to 19.2.8
- [Release notes](https://github.com/react/react/releases)
- [Changelog](https://github.com/react/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/react/react/commits/v19.2.8/packages/react)

Updates `react-dom` from 19.2.7 to 19.2.8
- [Release notes](https://github.com/react/react/releases)
- [Changelog](https://github.com/react/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/react/react/commits/v19.2.8/packages/react-dom)

Updates `@remotion/bundler` from 4.0.500 to 4.0.503
- [Release notes](https://github.com/remotion-dev/remotion/releases)
- [Commits](remotion-dev/remotion@v4.0.500...v4.0.503)

Updates `@remotion/cli` from 4.0.500 to 4.0.503
- [Release notes](https://github.com/remotion-dev/remotion/releases)
- [Commits](remotion-dev/remotion@v4.0.500...v4.0.503)

Updates `@remotion/google-fonts` from 4.0.500 to 4.0.503
- [Release notes](https://github.com/remotion-dev/remotion/releases)
- [Commits](remotion-dev/remotion@v4.0.500...v4.0.503)

Updates `@remotion/renderer` from 4.0.500 to 4.0.503
- [Release notes](https://github.com/remotion-dev/remotion/releases)
- [Commits](remotion-dev/remotion@v4.0.500...v4.0.503)

Updates `@remotion/tailwind-v4` from 4.0.500 to 4.0.503
- [Release notes](https://github.com/remotion-dev/remotion/releases)
- [Commits](remotion-dev/remotion@v4.0.500...v4.0.503)

Updates `remotion` from 4.0.500 to 4.0.503
- [Release notes](https://github.com/remotion-dev/remotion/releases)
- [Commits](remotion-dev/remotion@v4.0.500...v4.0.503)

---
updated-dependencies:
- dependency-name: "@cloudflare/workers-oauth-provider"
  dependency-version: 0.8.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-minor
- dependency-name: lucide-react
  dependency-version: 1.28.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-minor
- dependency-name: react
  dependency-version: 19.2.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-minor
- dependency-name: react-dom
  dependency-version: 19.2.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-minor
- dependency-name: "@remotion/bundler"
  dependency-version: 4.0.503
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-minor
- dependency-name: "@remotion/cli"
  dependency-version: 4.0.503
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-minor
- dependency-name: "@remotion/google-fonts"
  dependency-version: 4.0.503
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-minor
- dependency-name: "@remotion/renderer"
  dependency-version: 4.0.503
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-minor
- dependency-name: "@remotion/tailwind-v4"
  dependency-version: 4.0.503
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-minor
- dependency-name: remotion
  dependency-version: 4.0.503
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
…ing-528bbb3c37' into chore/deps-consolidate-2026-08-05
…on-minor-2880a79640' into chore/deps-consolidate-2026-08-05

# Conflicts:
#	apps/auth/package.json
#	apps/web/package.json
#	apps/www/package.json
#	packages/ui/package.json
#	packages/video/package.json
#	pnpm-lock.yaml
@choraria
choraria merged commit e2cae04 into main Aug 5, 2026
39 checks passed
@choraria
choraria deleted the chore/deps-consolidate-2026-08-05 branch August 5, 2026 06:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant