build(deps-dev): bump miniflare from 4.20260526.0 to 4.20260601.0#55
build(deps-dev): bump miniflare from 4.20260526.0 to 4.20260601.0#55dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [miniflare](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/miniflare) from 4.20260526.0 to 4.20260601.0. - [Release notes](https://github.com/cloudflare/workers-sdk/releases) - [Changelog](https://github.com/cloudflare/workers-sdk/blob/main/packages/miniflare/CHANGELOG.md) - [Commits](https://github.com/cloudflare/workers-sdk/commits/miniflare@4.20260601.0/packages/miniflare) --- updated-dependencies: - dependency-name: miniflare dependency-version: 4.20260601.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
| }, | ||
| "packages/pi": { | ||
| "name": "@cortexkit/pi-anthropic-auth", | ||
| "version": "1.4.1", | ||
| "version": "1.5.0", | ||
| "dependencies": { | ||
| "@cortexkit/anthropic-auth-core": "1.1.3", | ||
| }, |
There was a problem hiding this comment.
Lockfile workspace version entries out of sync with source
The lockfile entries for all three workspace packages (packages/core, packages/opencode, packages/pi) were corrected from 1.4.1 to 1.5.0 by this PR's lockfile regeneration — but those packages' own package.json files already declare 1.5.0. This means the previous bun.lock was stale and wasn't regenerated when those versions were bumped. This is not a functional problem (the lockfile is now correct), but it means this dependabot PR bundles an unrelated workspace version correction alongside the miniflare bump, which may make future bisecting harder.
Note: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time!
| }, | ||
| "packages/pi": { | ||
| "name": "@cortexkit/pi-anthropic-auth", | ||
| "version": "1.4.1", | ||
| "version": "1.5.0", | ||
| "dependencies": { | ||
| "@cortexkit/anthropic-auth-core": "1.1.3", | ||
| }, |
There was a problem hiding this comment.
Residual lockfile inconsistency for pi workspace dependency
After this PR, the packages/pi workspace entry in bun.lock still records "@cortexkit/anthropic-auth-core": "1.1.3" in its dependencies, but packages/pi/package.json declares "@cortexkit/anthropic-auth-core": "1.5.0". Since @cortexkit/anthropic-auth-core resolves to workspace:packages/core regardless of the semver specifier, build behavior is unaffected — but the lockfile doesn't fully reflect the current package.json, so running bun install --frozen-lockfile on a clean checkout may produce a warning or fail depending on bun's strictness.
|
Closed as superseded by the combined dependency update in f5876fa, which applies these bumps together to avoid bun.lock conflicts. |
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
Bumps miniflare from 4.20260526.0 to 4.20260601.0.
Release notes
Sourced from miniflare's releases.
... (truncated)
Changelog
Sourced from miniflare's changelog.
... (truncated)
Commits
0b60424Version Packages (#14142)94b29f7[workflows] Restart from step (#13996)e06cbb7Bump the workerd-and-workers-types group with 2 updates (#14147)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 this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Need help on this PR? Tag
/codesmithwith what you need. Autofix is disabled.Summary by cubic
Upgrade
miniflaredev dependency to 4.20260601.0. Improves local dev stability (inspector binds to 127.0.0.1), fixes clickable CLI URLs, and updates transitiveworkerdto 1.20260601.1.Written for commit 146bd5f. Summary will update on new commits.
Greptile Summary
Bumps
miniflare(dev dependency used for local Cloudflare Workers testing) from4.20260526.0to4.20260601.0, pulling inworkerd1.20260601.1and its platform binaries. The lockfile regeneration also surfaces three workspace packages (core,opencode,pi) whose versions were already bumped to1.5.0in their individualpackage.jsonfiles but whose lock entries were stale at1.4.1.package.json:miniflaredevDependency version specifier updated; no other root-level changes.bun.lock:miniflare,workerd, and all@cloudflare/workerd-*platform binaries bumped;sharpmoved from a semver range (^0.34.5) to an exact pin (0.34.5) per the upstream supply-chain hardening change; workspace package lock entries corrected from1.4.1to1.5.0.Confidence Score: 4/5
Safe to merge for the miniflare bump itself; the lockfile residual inconsistency for the pi workspace dependency is worth verifying does not break frozen-lockfile CI checks.
The miniflare upgrade is a routine patch-level dev dependency bump with well-described upstream changes. The lockfile regeneration also corrects stale workspace version entries, but leaves the pi workspace's @cortexkit/anthropic-auth-core specifier at 1.1.3 while packages/pi/package.json declares 1.5.0 — this mismatch could cause a frozen-lockfile install to fail on CI or fresh checkouts.
bun.lock — specifically the packages/pi workspace entry and its @cortexkit/anthropic-auth-core dependency specifier.
Important Files Changed
miniflaredevDependency bumped from^4.20260526.0to^4.20260601.0. No other changes.Flowchart
%%{init: {'theme': 'neutral'}}%% flowchart TD A["package.json\nminiflare 4.20260601.0"] --> B["miniflare 4.20260601.0"] B --> C["workerd 1.20260601.1"] B --> D["sharp 0.34.5 exact pin"] B --> E["undici 7.24.8"] C --> F["workerd-darwin-64 1.20260601.1"] C --> G["workerd-darwin-arm64 1.20260601.1"] C --> H["workerd-linux-64 1.20260601.1"] C --> I["workerd-linux-arm64 1.20260601.1"] C --> J["workerd-windows-64 1.20260601.1"] K["bun.lock workspace corrections"] --> L["packages/core 1.4.1 to 1.5.0"] K --> M["packages/opencode 1.4.1 to 1.5.0"] K --> N["packages/pi 1.4.1 to 1.5.0"]Reviews (1): Last reviewed commit: "build(deps-dev): bump miniflare from 4.2..." | Re-trigger Greptile