Skip to content

Bump workerd from 1.20260625.1 to 1.20260626.1 in the workerd-and-workers-types group#14432

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/workerd-and-workers-types-ba3de33562
Open

Bump workerd from 1.20260625.1 to 1.20260626.1 in the workerd-and-workers-types group#14432
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/workerd-and-workers-types-ba3de33562

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 26, 2026

Copy link
Copy Markdown
Contributor

Bumps the workerd-and-workers-types group with 1 update: workerd.

Updates workerd from 1.20260625.1 to 1.20260626.1

Release notes

Sourced from workerd's releases.

v1.20260626.1

Full Changelog: cloudflare/workerd@v1.20260625.1...v1.20260626.1

Commits

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 <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

Open in Devin Review

Bumps the workerd-and-workers-types group with 1 update: [workerd](https://github.com/cloudflare/workerd).


Updates `workerd` from 1.20260625.1 to 1.20260626.1
- [Release notes](https://github.com/cloudflare/workerd/releases)
- [Changelog](https://github.com/cloudflare/workerd/blob/main/RELEASE.md)
- [Commits](cloudflare/workerd@v1.20260625.1...v1.20260626.1)

---
updated-dependencies:
- dependency-name: workerd
  dependency-version: 1.20260626.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: workerd-and-workers-types
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added ci:skip-pr-description-validation Skip validation of the required PR description format dependencies Used by dependabot to mark PRs as updates to dependencies. labels Jun 26, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jun 26, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: miniflare. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot Bot requested a review from workers-devprod as a code owner June 26, 2026 06:11
@dependabot dependabot Bot added dependencies Used by dependabot to mark PRs as updates to dependencies. ci:skip-pr-description-validation Skip validation of the required PR description format labels Jun 26, 2026
@changeset-bot

changeset-bot Bot commented Jun 26, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: ed4211b

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@github-project-automation github-project-automation Bot moved this to Untriaged in workers-sdk Jun 26, 2026
@workers-devprod workers-devprod requested review from a team and ascorbic and removed request for a team June 26, 2026 06:11
@workers-devprod

Copy link
Copy Markdown
Contributor

Codeowners approval required for this PR:

  • @cloudflare/wrangler
Show detailed file reviewers
  • packages/miniflare/package.json: [@cloudflare/wrangler]
  • packages/wrangler/package.json: [@cloudflare/wrangler]
  • pnpm-lock.yaml: [@cloudflare/wrangler]
  • pnpm-workspace.yaml: [@cloudflare/wrangler]

@devin-ai-integration devin-ai-integration Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Devin Review found 1 potential issue.

Open in Devin Review

Comment thread pnpm-workspace.yaml
playwright-chromium: "1.60.0"
"@cloudflare/workers-types": "^4.20260625.1"
workerd: "1.20260625.1"
workerd: "1.20260626.1"

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🔴 Lockfile not updated after dependency version bump, causing install failures

The lockfile still resolves the old version (specifier: 1.20260625.1 in pnpm-lock.yaml) after the declared version was bumped (pnpm-workspace.yaml:123), so pnpm install --frozen-lockfile in CI will fail due to the specifier mismatch.

Impact: CI builds will fail, or users will silently get the wrong runtime version installed.

Lockfile specifiers are stale after catalog version change

The catalog in pnpm-workspace.yaml:123 was updated from workerd: "1.20260625.1" to workerd: "1.20260626.1", and packages/miniflare/package.json:55 and packages/wrangler/package.json:87 were also updated. However, the pnpm-lock.yaml still contains specifier: 1.20260625.1 for both miniflare and wrangler's workerd dependency, and there are zero references to 20260626 anywhere in the lockfile. The lockfile diff only contains unrelated changes (vitest resolution shuffles, bson version bump).

Per AGENTS.md: "After updating dependencies, always run pnpm i to also update the package lock file." This was not done for the workerd bump, so the lockfile is out of sync with the workspace configuration.

Prompt for agents
The pnpm-lock.yaml was not updated to reflect the workerd version bump from 1.20260625.1 to 1.20260626.1. The lockfile still references the old version (specifier: 1.20260625.1) in two places (miniflare and wrangler importers). Run `pnpm install` (or `pnpm i`) in the repository root to regenerate the lockfile with the correct workerd version, then commit the updated pnpm-lock.yaml.
Open in Devin Review

Was this helpful? React with 👍 or 👎 to provide feedback.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ci:skip-pr-description-validation Skip validation of the required PR description format dependencies Used by dependabot to mark PRs as updates to dependencies.

Projects

Status: Untriaged

Development

Successfully merging this pull request may close these issues.

1 participant