Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
with:
persist-credentials: false
- name: Install pnpm
uses: pnpm/action-setup@0977fd99725f1db4007ccb2928dbb4e90d06cc86 # v6.0.10
uses: pnpm/action-setup@ea17c68df8912ef543352723c149a84f56e3d413 # v6.1.0
with:
version: 10.34.3
- name: Install Node.js
Expand All @@ -55,7 +55,7 @@ jobs:
node-version: 24.15.0
cache: pnpm
- name: Install Ruby
uses: ruby/setup-ruby@95ef2b042f9d7a56d8268cba8559e2842e2ad01b # v1.321.0
uses: ruby/setup-ruby@bec3f19a76460dbe12f60def7d1a77585f07516c # v1.322.0
with:
ruby-version: "3.3"
- name: Install dependencies
Expand Down Expand Up @@ -98,7 +98,7 @@ jobs:
with:
persist-credentials: false
- name: Install pnpm
uses: pnpm/action-setup@0977fd99725f1db4007ccb2928dbb4e90d06cc86 # v6.0.10
uses: pnpm/action-setup@ea17c68df8912ef543352723c149a84f56e3d413 # v6.1.0
with:
version: 10.34.3
- name: Install Node.js
Expand Down Expand Up @@ -132,7 +132,7 @@ jobs:
with:
persist-credentials: false
- name: Install pnpm
uses: pnpm/action-setup@0977fd99725f1db4007ccb2928dbb4e90d06cc86 # v6.0.10
uses: pnpm/action-setup@ea17c68df8912ef543352723c149a84f56e3d413 # v6.1.0
with:
version: 10.34.3
- name: Install Node.js
Expand Down Expand Up @@ -174,7 +174,7 @@ jobs:
with:
persist-credentials: false
- name: Install pnpm
uses: pnpm/action-setup@0977fd99725f1db4007ccb2928dbb4e90d06cc86 # v6.0.10
uses: pnpm/action-setup@ea17c68df8912ef543352723c149a84f56e3d413 # v6.1.0
with:
version: 10.34.3
- name: Install Node.js
Expand Down Expand Up @@ -205,7 +205,7 @@ jobs:
with:
persist-credentials: false
- name: Install pnpm
uses: pnpm/action-setup@0977fd99725f1db4007ccb2928dbb4e90d06cc86 # v6.0.10
uses: pnpm/action-setup@ea17c68df8912ef543352723c149a84f56e3d413 # v6.1.0
with:
version: 10.34.3
- name: Install Node.js
Expand All @@ -214,7 +214,7 @@ jobs:
node-version: 24.15.0
cache: pnpm
- name: Install Ruby
uses: ruby/setup-ruby@95ef2b042f9d7a56d8268cba8559e2842e2ad01b # v1.321.0
uses: ruby/setup-ruby@bec3f19a76460dbe12f60def7d1a77585f07516c # v1.322.0
with:
ruby-version: "3.3"
- name: Install dependencies
Expand Down Expand Up @@ -244,7 +244,7 @@ jobs:
/usr/share/dotnet
df -h /
- name: Install pnpm
uses: pnpm/action-setup@0977fd99725f1db4007ccb2928dbb4e90d06cc86 # v6.0.10
uses: pnpm/action-setup@ea17c68df8912ef543352723c149a84f56e3d413 # v6.1.0
with:
version: 10.34.3
- name: Install Node.js without a release cache
Expand All @@ -260,7 +260,7 @@ jobs:
node-version: 24.15.0
cache: pnpm
- name: Install Ruby
uses: ruby/setup-ruby@95ef2b042f9d7a56d8268cba8559e2842e2ad01b # v1.321.0
uses: ruby/setup-ruby@bec3f19a76460dbe12f60def7d1a77585f07516c # v1.322.0
with:
ruby-version: "3.3"
- name: Install dependencies
Expand Down
22 changes: 11 additions & 11 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
fetch-depth: 0
persist-credentials: false
- name: Install pnpm
uses: pnpm/action-setup@0977fd99725f1db4007ccb2928dbb4e90d06cc86 # v6.0.10
uses: pnpm/action-setup@ea17c68df8912ef543352723c149a84f56e3d413 # v6.1.0
with:
version: 10.34.3
- name: Install Node.js
Expand Down Expand Up @@ -133,7 +133,7 @@ jobs:
with:
persist-credentials: false
- name: Install pnpm
uses: pnpm/action-setup@0977fd99725f1db4007ccb2928dbb4e90d06cc86 # v6.0.10
uses: pnpm/action-setup@ea17c68df8912ef543352723c149a84f56e3d413 # v6.1.0
with:
version: 10.34.3
- name: Install Node.js
Expand Down Expand Up @@ -190,7 +190,7 @@ jobs:
with:
persist-credentials: false
- name: Install pnpm
uses: pnpm/action-setup@0977fd99725f1db4007ccb2928dbb4e90d06cc86 # v6.0.10
uses: pnpm/action-setup@ea17c68df8912ef543352723c149a84f56e3d413 # v6.1.0
with:
version: 10.34.3
- name: Install Node.js
Expand Down Expand Up @@ -356,44 +356,44 @@ jobs:
--password-stdin
<<< "$ARTIFACTSERVER_GITHUB_TOKEN"
- name: Attest downloadable asset provenance
uses: actions/attest-build-provenance@977bb373ede98d70efdf65b84cb5f73e068dcc2a # v3.0.0
uses: actions/attest-build-provenance@4d101475d8b20a2381f78447822ac1eab6504dd8 # v4.2.2
with:
subject-path: release/public/*
- name: Attest local package SBOM
uses: actions/attest-sbom@4651f806c01d8637787e274ac3bdf724ef169f34 # v3.0.0
uses: actions/attest-sbom@c604332985a26aa8cf1bdc465b92731239ec6b9e # v4.1.0
with:
subject-path: release/public/artifact-server-${{ needs.verify.outputs.version }}-node.tar.gz
sbom-path: release/public/artifact-server-${{ needs.verify.outputs.version }}-node.spdx.json
- name: Attest Pi adapter SBOM
uses: actions/attest-sbom@4651f806c01d8637787e274ac3bdf724ef169f34 # v3.0.0
uses: actions/attest-sbom@c604332985a26aa8cf1bdc465b92731239ec6b9e # v4.1.0
with:
subject-path: release/public/plannotator-artifact-server-pi-${{ needs.verify.outputs.version }}.tgz
sbom-path: release/public/plannotator-artifact-server-pi-${{ needs.verify.outputs.version }}.spdx.json
- name: Attest OpenCode adapter SBOM
uses: actions/attest-sbom@4651f806c01d8637787e274ac3bdf724ef169f34 # v3.0.0
uses: actions/attest-sbom@c604332985a26aa8cf1bdc465b92731239ec6b9e # v4.1.0
with:
subject-path: release/public/plannotator-artifact-server-opencode-${{ needs.verify.outputs.version }}.tgz
sbom-path: release/public/plannotator-artifact-server-opencode-${{ needs.verify.outputs.version }}.spdx.json
- name: Attest Claude channel SBOM
uses: actions/attest-sbom@4651f806c01d8637787e274ac3bdf724ef169f34 # v3.0.0
uses: actions/attest-sbom@c604332985a26aa8cf1bdc465b92731239ec6b9e # v4.1.0
with:
subject-path: release/public/plannotator-artifact-server-claude-channel-${{ needs.verify.outputs.version }}.tgz
sbom-path: release/public/plannotator-artifact-server-claude-channel-${{ needs.verify.outputs.version }}.spdx.json
- name: Attest image provenance in GHCR
uses: actions/attest-build-provenance@977bb373ede98d70efdf65b84cb5f73e068dcc2a # v3.0.0
uses: actions/attest-build-provenance@4d101475d8b20a2381f78447822ac1eab6504dd8 # v4.2.2
with:
subject-name: ${{ steps.image.outputs.name }}
subject-digest: ${{ steps.image.outputs.digest }}
push-to-registry: true
- name: Attest image SBOM in GHCR
uses: actions/attest-sbom@4651f806c01d8637787e274ac3bdf724ef169f34 # v3.0.0
uses: actions/attest-sbom@c604332985a26aa8cf1bdc465b92731239ec6b9e # v4.1.0
with:
subject-name: ${{ steps.image.outputs.name }}
subject-digest: ${{ steps.image.outputs.digest }}
sbom-path: release/public/artifact-server-${{ needs.verify.outputs.version }}-oci-linux-amd64.spdx.json
push-to-registry: true
- name: Attest arm64 image SBOM in GHCR
uses: actions/attest-sbom@4651f806c01d8637787e274ac3bdf724ef169f34 # v3.0.0
uses: actions/attest-sbom@c604332985a26aa8cf1bdc465b92731239ec6b9e # v4.1.0
with:
subject-name: ${{ steps.image.outputs.name }}
subject-digest: ${{ steps.image.outputs.digest }}
Expand Down
2 changes: 1 addition & 1 deletion apps/site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@fontsource/atkinson-hyperlegible-mono": "5.3.0",
"@fontsource/atkinson-hyperlegible-next": "5.3.0",
"@iconify-json/ph": "1.2.0",
"astro": "7.2.6",
"astro": "7.2.8",
"astro-og-canvas": "0.13.0",
"canvaskit-wasm": "0.41.1",
"clsx": "2.1.1",
Expand Down
4 changes: 2 additions & 2 deletions deploy/cloudflare/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ proves configuration only; it does not replace the live client-flow gate.

| Tool | Version |
| --- | --- |
| Alchemy | `2.0.0-beta.72` |
| Alchemy | `2.0.0-beta.79` |
| Wrangler | `4.123.0` |
| Cloudflare Workers types | `5.20260815.1` |
| Effect | `4.0.0-rc.108` |
| Effect | `4.0.0-rc.115` |
| TypeScript | `7.0.2` |
| Worker compatibility date | `2026-08-15` |

Expand Down
6 changes: 3 additions & 3 deletions deploy/cloudflare/alchemy.run.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,19 +21,19 @@ export default Alchemy.Stack(
Effect.gen(function* () {
const document = yield* cloudflareDeploymentDocumentConfig;
const input = yield* parseCloudflareDeploymentInput(document);
const apiToken = yield* Config.redacted("ARTIFACT_SERVER_API_TOKEN");
const apiToken = yield* Config.Redacted("ARTIFACT_SERVER_API_TOKEN");
let authenticationSecrets: CloudflareAuthenticationSecrets = {};
if (input.workosApiKeySecretRef !== undefined) {
authenticationSecrets = {
...authenticationSecrets,
workOsApiKey: yield* Config.redacted("ARTIFACT_SERVER_WORKOS_API_KEY"),
workOsApiKey: yield* Config.Redacted("ARTIFACT_SERVER_WORKOS_API_KEY"),
};
}
if (input.oidcClientSecretRef !== undefined) {
authenticationSecrets = {
...authenticationSecrets,
oidcClientSecret:
yield* Config.redacted("ARTIFACT_SERVER_OIDC_CLIENT_SECRET"),
yield* Config.Redacted("ARTIFACT_SERVER_OIDC_CLIENT_SECRET"),
};
}
return yield* defineCloudflareFoundation(
Expand Down
10 changes: 5 additions & 5 deletions deploy/cloudflare/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,16 @@
"wrangler": "wrangler"
},
"dependencies": {
"alchemy": "2.0.0-beta.74",
"effect": "4.0.0-rc.110"
"alchemy": "2.0.0-beta.79",
"effect": "4.0.0-rc.115"
},
"devDependencies": {
"@cloudflare/workers-types": "5.20260815.1",
"@effect/platform-node": "4.0.0-rc.110",
"@types/node": "24.13.3",
"@effect/platform-node": "4.0.0-rc.115",
"@types/node": "26.6.0",
"oxlint": "1.78.0",
"typescript": "7.0.2",
"vitest": "4.1.10",
"vitest": "4.1.11",
"wrangler": "4.123.0"
}
}
6 changes: 3 additions & 3 deletions deploy/pulumi/aws/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@
"@pulumi/aws": "7.42.0",
"@pulumi/pulumi": "3.257.0",
"@pulumi/random": "4.21.1",
"effect": "4.0.0-rc.110"
"effect": "4.0.0-rc.115"
},
"devDependencies": {
"@types/node": "24.13.3",
"@types/node": "26.6.0",
"ts-node": "10.9.2",
"typescript": "6.0.3",
"vitest": "4.1.10"
"vitest": "4.1.11"
}
}
6 changes: 3 additions & 3 deletions deploy/pulumi/gcp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@
"@pulumi/gcp": "9.34.1",
"@pulumi/pulumi": "3.257.0",
"@pulumi/random": "4.21.1",
"effect": "4.0.0-rc.110"
"effect": "4.0.0-rc.115"
},
"devDependencies": {
"@types/node": "24.13.3",
"@types/node": "26.6.0",
"ts-node": "10.9.2",
"typescript": "6.0.3",
"vitest": "4.1.10"
"vitest": "4.1.11"
}
}
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,16 +100,16 @@
"@aws-sdk/lib-storage": "3.1109.0",
"@azure/identity": "4.13.1",
"@azure/storage-blob": "12.33.0",
"@effect/platform-node-shared": "4.0.0-rc.110",
"@effect/sql-pg": "4.0.0-rc.110",
"@effect/platform-node-shared": "4.0.0-rc.115",
"@effect/sql-pg": "4.0.0-rc.115",
"@google-cloud/storage": "8.0.1",
"@hono/node-server": "2.1.0",
"@modelcontextprotocol/client": "2.0.0",
"@modelcontextprotocol/server": "2.0.0",
"@workos-inc/node": "10.9.0",
"commander": "15.0.0",
"effect": "4.0.0-rc.110",
"hono": "4.13.1",
"effect": "4.0.0-rc.115",
"hono": "4.13.5",
"isomorphic-git": "1.41.9",
"jose": "6.2.9",
"jsonc-parser": "3.3.1",
Expand All @@ -124,15 +124,15 @@
"@oxlint/plugins": "1.78.0",
"@plannotator/agent-bridge": "^0.1.1",
"@playwright/test": "1.62.1",
"@types/node": "24.13.3",
"@vitest/coverage-v8": "4.1.10",
"@types/node": "26.6.0",
"@vitest/coverage-v8": "4.1.11",
"fflate": "0.8.3",
"node-pty": "1.1.0",
"oxlint": "1.78.0",
"oxlint-tsgolint": "7.0.2001",
"tsx": "4.23.12",
"typescript": "7.0.2",
"vitest": "4.1.10"
"vitest": "4.1.11"
},
"license": "(MIT OR Apache-2.0)"
}
Loading
Loading