release: version packages - #106
Open
github-actions[bot] wants to merge 1 commit into
Open
github-actions[bot] wants to merge 1 commit into
github-actions[bot] wants to merge 1 commit into
Conversation
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ✅ Deployment successful! View logs |
anchorage-showcase-single-tenant | 678a284 | Sep 19 2026, 01:41 AM |
github-actions
Bot
force-pushed
the
changeset-release/dev
branch
from
September 19, 2026 01:39
5024345 to
678a284
Compare
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.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and publish to npm yourself or setup this action to publish automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to dev, this PR will be updated.
Releases
@proofoftech/breakwater@0.15.0
Minor Changes
36c60c8: Require
@mastra/core1.67.0 exactly (previously 1.53.0). The peer is exact, so every consumer must move to 1.67.0 as well; this is breaking for consumers pinned to 1.53.0. 1.67.0 bundles for Cloudflare Workers and Vite again — [BUG]@mastra/core1.54+ breaks on Cloudflare Workers due to tsdown dynamic import rewrite mastra-ai/mastra#20638, the dynamic-import regression that held the pin at 1.53.0, closed upstream.@mastra/cloudflare-d1moves from 1.1.1 to 1.3.2, whose own peer requires a core newer than 1.53.0. FlowSafe's@proofoftech/breakwaterpeer floor rises to>=0.15.0 <1.0.0in step, that being the first Breakwater release built against the same core.The
@mastra/corepatch FlowSafe shipped underpatches/is retired: 1.67.0 carries both fixes upstream ([BUG] summarizeNotifications miscounts sources named after Object.prototype members (bySource is a plain {} read with inherited lookups) mastra-ai/mastra#23693, [BUG] deliveryPolicy.sources lookup resolves inherited Object.prototype members, so a source named "constructor" bypasses priorities and default (including discard) mastra-ai/mastra#23694). The patch file is gone from the published package, and so are the two refusals that required it — FlowSafe no longer refuses to construct a delivering notification dispatch tick, nor notification ingestion and dispatch requests, on an install whose core lacks the patch. Consequence for anyone running a core outside the declared peer without having applied the patch: a notificationsourcenamed after anObject.prototypemember is miscounted in the summary core renders, and its source delivery policy resolves the inherited member instead of the configured priority or default action. That configuration was unsupported before and remains so, but it now fails silently rather than loudly. Application roots that copied the patch into their ownpatches/should drop it along with thepatchedDependenciesentry orpostinstallscript that applied it.createD1Storage({ domains })composes the two storage domains 1.67.0 adds,workflowDefinitionsandknowledge, through the same override seam as the other domains.@mastra/cloudflare-d1backs neither, so each resolvesundefinedunless a host supplies one through that seam.The workspace lockfile behind this release was resolved once with pnpm's seven-day minimum-release-age gate overridden for that resolution only. Five newly resolved versions were younger than the gate at resolution on 2026-09-19:
@mastra/core1.67.0 and@mastra/schema-compat1.3.10 (published 2026-09-15), which the workspace's standing@mastra/*exclude admits with the gate on, andposthog-node5.52.4 (2026-09-15),@posthog/types1.412.2 (2026-09-17) and@posthog/core1.55.0 (2026-09-18), which the override alone admitted. None of the five declares a lifecycle script or ships a native component; all five carry npm provenance attestations (SLSA v1, published from GitHub Actions); andposthog-node, with@posthog/coreand@posthog/typesbeneath it, is a hard dependency of@mastra/corethat ships inside a bundled Worker.The private
showcaseandanchorage-agent-starterpackages move to the same core.@proofoftech/flowsafe@0.22.0
Minor Changes
36c60c8: Require
@mastra/core1.67.0 exactly (previously 1.53.0). The peer is exact, so every consumer must move to 1.67.0 as well; this is breaking for consumers pinned to 1.53.0. 1.67.0 bundles for Cloudflare Workers and Vite again — [BUG]@mastra/core1.54+ breaks on Cloudflare Workers due to tsdown dynamic import rewrite mastra-ai/mastra#20638, the dynamic-import regression that held the pin at 1.53.0, closed upstream.@mastra/cloudflare-d1moves from 1.1.1 to 1.3.2, whose own peer requires a core newer than 1.53.0. FlowSafe's@proofoftech/breakwaterpeer floor rises to>=0.15.0 <1.0.0in step, that being the first Breakwater release built against the same core.The
@mastra/corepatch FlowSafe shipped underpatches/is retired: 1.67.0 carries both fixes upstream ([BUG] summarizeNotifications miscounts sources named after Object.prototype members (bySource is a plain {} read with inherited lookups) mastra-ai/mastra#23693, [BUG] deliveryPolicy.sources lookup resolves inherited Object.prototype members, so a source named "constructor" bypasses priorities and default (including discard) mastra-ai/mastra#23694). The patch file is gone from the published package, and so are the two refusals that required it — FlowSafe no longer refuses to construct a delivering notification dispatch tick, nor notification ingestion and dispatch requests, on an install whose core lacks the patch. Consequence for anyone running a core outside the declared peer without having applied the patch: a notificationsourcenamed after anObject.prototypemember is miscounted in the summary core renders, and its source delivery policy resolves the inherited member instead of the configured priority or default action. That configuration was unsupported before and remains so, but it now fails silently rather than loudly. Application roots that copied the patch into their ownpatches/should drop it along with thepatchedDependenciesentry orpostinstallscript that applied it.createD1Storage({ domains })composes the two storage domains 1.67.0 adds,workflowDefinitionsandknowledge, through the same override seam as the other domains.@mastra/cloudflare-d1backs neither, so each resolvesundefinedunless a host supplies one through that seam.The workspace lockfile behind this release was resolved once with pnpm's seven-day minimum-release-age gate overridden for that resolution only. Five newly resolved versions were younger than the gate at resolution on 2026-09-19:
@mastra/core1.67.0 and@mastra/schema-compat1.3.10 (published 2026-09-15), which the workspace's standing@mastra/*exclude admits with the gate on, andposthog-node5.52.4 (2026-09-15),@posthog/types1.412.2 (2026-09-17) and@posthog/core1.55.0 (2026-09-18), which the override alone admitted. None of the five declares a lifecycle script or ships a native component; all five carry npm provenance attestations (SLSA v1, published from GitHub Actions); andposthog-node, with@posthog/coreand@posthog/typesbeneath it, is a hard dependency of@mastra/corethat ships inside a bundled Worker.The private
showcaseandanchorage-agent-starterpackages move to the same core.@proofoftech/fleet-control@0.5.1
Patch Changes
anchorage-agent-starter@0.0.18
Patch Changes
36c60c8: Require
@mastra/core1.67.0 exactly (previously 1.53.0). The peer is exact, so every consumer must move to 1.67.0 as well; this is breaking for consumers pinned to 1.53.0. 1.67.0 bundles for Cloudflare Workers and Vite again — [BUG]@mastra/core1.54+ breaks on Cloudflare Workers due to tsdown dynamic import rewrite mastra-ai/mastra#20638, the dynamic-import regression that held the pin at 1.53.0, closed upstream.@mastra/cloudflare-d1moves from 1.1.1 to 1.3.2, whose own peer requires a core newer than 1.53.0. FlowSafe's@proofoftech/breakwaterpeer floor rises to>=0.15.0 <1.0.0in step, that being the first Breakwater release built against the same core.The
@mastra/corepatch FlowSafe shipped underpatches/is retired: 1.67.0 carries both fixes upstream ([BUG] summarizeNotifications miscounts sources named after Object.prototype members (bySource is a plain {} read with inherited lookups) mastra-ai/mastra#23693, [BUG] deliveryPolicy.sources lookup resolves inherited Object.prototype members, so a source named "constructor" bypasses priorities and default (including discard) mastra-ai/mastra#23694). The patch file is gone from the published package, and so are the two refusals that required it — FlowSafe no longer refuses to construct a delivering notification dispatch tick, nor notification ingestion and dispatch requests, on an install whose core lacks the patch. Consequence for anyone running a core outside the declared peer without having applied the patch: a notificationsourcenamed after anObject.prototypemember is miscounted in the summary core renders, and its source delivery policy resolves the inherited member instead of the configured priority or default action. That configuration was unsupported before and remains so, but it now fails silently rather than loudly. Application roots that copied the patch into their ownpatches/should drop it along with thepatchedDependenciesentry orpostinstallscript that applied it.createD1Storage({ domains })composes the two storage domains 1.67.0 adds,workflowDefinitionsandknowledge, through the same override seam as the other domains.@mastra/cloudflare-d1backs neither, so each resolvesundefinedunless a host supplies one through that seam.The workspace lockfile behind this release was resolved once with pnpm's seven-day minimum-release-age gate overridden for that resolution only. Five newly resolved versions were younger than the gate at resolution on 2026-09-19:
@mastra/core1.67.0 and@mastra/schema-compat1.3.10 (published 2026-09-15), which the workspace's standing@mastra/*exclude admits with the gate on, andposthog-node5.52.4 (2026-09-15),@posthog/types1.412.2 (2026-09-17) and@posthog/core1.55.0 (2026-09-18), which the override alone admitted. None of the five declares a lifecycle script or ships a native component; all five carry npm provenance attestations (SLSA v1, published from GitHub Actions); andposthog-node, with@posthog/coreand@posthog/typesbeneath it, is a hard dependency of@mastra/corethat ships inside a bundled Worker.The private
showcaseandanchorage-agent-starterpackages move to the same core.Updated dependencies [36c60c8]
showcase@0.0.24
Patch Changes
36c60c8: Require
@mastra/core1.67.0 exactly (previously 1.53.0). The peer is exact, so every consumer must move to 1.67.0 as well; this is breaking for consumers pinned to 1.53.0. 1.67.0 bundles for Cloudflare Workers and Vite again — [BUG]@mastra/core1.54+ breaks on Cloudflare Workers due to tsdown dynamic import rewrite mastra-ai/mastra#20638, the dynamic-import regression that held the pin at 1.53.0, closed upstream.@mastra/cloudflare-d1moves from 1.1.1 to 1.3.2, whose own peer requires a core newer than 1.53.0. FlowSafe's@proofoftech/breakwaterpeer floor rises to>=0.15.0 <1.0.0in step, that being the first Breakwater release built against the same core.The
@mastra/corepatch FlowSafe shipped underpatches/is retired: 1.67.0 carries both fixes upstream ([BUG] summarizeNotifications miscounts sources named after Object.prototype members (bySource is a plain {} read with inherited lookups) mastra-ai/mastra#23693, [BUG] deliveryPolicy.sources lookup resolves inherited Object.prototype members, so a source named "constructor" bypasses priorities and default (including discard) mastra-ai/mastra#23694). The patch file is gone from the published package, and so are the two refusals that required it — FlowSafe no longer refuses to construct a delivering notification dispatch tick, nor notification ingestion and dispatch requests, on an install whose core lacks the patch. Consequence for anyone running a core outside the declared peer without having applied the patch: a notificationsourcenamed after anObject.prototypemember is miscounted in the summary core renders, and its source delivery policy resolves the inherited member instead of the configured priority or default action. That configuration was unsupported before and remains so, but it now fails silently rather than loudly. Application roots that copied the patch into their ownpatches/should drop it along with thepatchedDependenciesentry orpostinstallscript that applied it.createD1Storage({ domains })composes the two storage domains 1.67.0 adds,workflowDefinitionsandknowledge, through the same override seam as the other domains.@mastra/cloudflare-d1backs neither, so each resolvesundefinedunless a host supplies one through that seam.The workspace lockfile behind this release was resolved once with pnpm's seven-day minimum-release-age gate overridden for that resolution only. Five newly resolved versions were younger than the gate at resolution on 2026-09-19:
@mastra/core1.67.0 and@mastra/schema-compat1.3.10 (published 2026-09-15), which the workspace's standing@mastra/*exclude admits with the gate on, andposthog-node5.52.4 (2026-09-15),@posthog/types1.412.2 (2026-09-17) and@posthog/core1.55.0 (2026-09-18), which the override alone admitted. None of the five declares a lifecycle script or ships a native component; all five carry npm provenance attestations (SLSA v1, published from GitHub Actions); andposthog-node, with@posthog/coreand@posthog/typesbeneath it, is a hard dependency of@mastra/corethat ships inside a bundled Worker.The private
showcaseandanchorage-agent-starterpackages move to the same core.Updated dependencies [36c60c8]