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
2 changes: 1 addition & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
contents: read
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- uses: jdx/mise-action@c37c93293d6b742fc901e1406b8f764f6fb19dac # v2.4.4
- uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4.0.1
# NOTE: --ignore-scripts removed so sharp's native binary download
# and Playwright's chromium install (via rehype-mermaid) are allowed.
- run: pnpm install --frozen-lockfile
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/pre-release-gate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
persist-credentials: false
- uses: jdx/mise-action@c37c93293d6b742fc901e1406b8f764f6fb19dac # v2.4.4
- uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4.0.1
- name: Run pnpm audit at high+ severity
run: pnpm audit --audit-level=high --prod

Expand All @@ -57,7 +57,7 @@ jobs:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
persist-credentials: false
- uses: jdx/mise-action@c37c93293d6b742fc901e1406b8f764f6fb19dac # v2.4.4
- uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4.0.1
# Frozen + ignore-scripts is the strictest install path: any lockfile
# drift, missing entry, or sneaky postinstall fails the job.
- name: Install with frozen lockfile and no lifecycle scripts
Expand Down Expand Up @@ -100,7 +100,7 @@ jobs:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
persist-credentials: false
- uses: jdx/mise-action@c37c93293d6b742fc901e1406b8f764f6fb19dac # v2.4.4
- uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4.0.1
- run: pnpm install --frozen-lockfile --ignore-scripts
- name: license allowlist
run: >
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jobs:
persist-credentials: false

- name: Provision toolchain (mise)
uses: jdx/mise-action@c37c93293d6b742fc901e1406b8f764f6fb19dac # v2.4.4
uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4.0.1

- name: Install dependencies
run: pnpm install --frozen-lockfile
Expand Down Expand Up @@ -240,13 +240,13 @@ jobs:
contents: write # required to upload .sig.bundle to the release
steps:
- name: Download artifact bundle
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
with:
name: release-artifacts
path: artifacts/

- name: Install cosign
uses: sigstore/cosign-installer@1aa8e0f2454b781fbf0fbf306a4c9533a0c57409 # v3.7.0
uses: sigstore/cosign-installer@dc72c7d5c4d10cd6bcb8cf6e3fd625a9e5e537da # v3.7.0
with:
cosign-release: "v2.4.1"

Expand Down Expand Up @@ -306,7 +306,7 @@ jobs:
security-events: write
steps:
- name: Download artifact bundle
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
with:
name: release-artifacts
path: artifacts/
Expand Down Expand Up @@ -347,7 +347,7 @@ jobs:
with:
ref: ${{ needs.resolve.outputs.sha }}
persist-credentials: false
- uses: jdx/mise-action@c37c93293d6b742fc901e1406b8f764f6fb19dac # v2.4.4
- uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4.0.1
- run: pnpm install --frozen-lockfile
- run: pnpm --filter '!@opencodehub/docs' -r build
- name: Publish (dry-run)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"devDependencies": {
"@biomejs/biome": "2.4.14",
"@commitlint/cli": "20.5.3",
"@commitlint/cli": "21.0.0",
"@commitlint/config-conventional": "20.5.3",
"@types/node": "25.6.0",
"commitizen": "4.3.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/analysis/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@
"@opencodehub/sarif": "workspace:*",
"@opencodehub/storage": "workspace:*",
"@opencodehub/wiki": "workspace:*",
"write-file-atomic": "7.0.1"
"write-file-atomic": "8.0.0"
},
"devDependencies": {
"@types/node": "25.6.0",
"@types/node": "25.6.2",
"@types/write-file-atomic": "4.0.3",
"typescript": "6.0.3"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@
"commander": "14.0.3",
"envinfo": "7.21.0",
"listr2": "10.2.1",
"write-file-atomic": "7.0.1",
"write-file-atomic": "8.0.0",
"yaml": "2.8.4"
},
"devDependencies": {
"@types/node": "25.6.0",
"@types/node": "25.6.2",
"@types/write-file-atomic": "4.0.3",
"typescript": "6.0.3"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/cobol-proleap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@opencodehub/ingestion": "workspace:*"
},
"devDependencies": {
"@types/node": "25.6.0",
"@types/node": "25.6.2",
"typescript": "6.0.3"
}
}
2 changes: 1 addition & 1 deletion packages/core-types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"clean": "rm -rf dist *.tsbuildinfo"
},
"devDependencies": {
"@types/node": "25.6.0",
"@types/node": "25.6.2",
"typescript": "6.0.3"
}
}
6 changes: 3 additions & 3 deletions packages/embedder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@
"clean": "rm -rf dist *.tsbuildinfo"
},
"dependencies": {
"@aws-sdk/client-sagemaker-runtime": "3.1043.0",
"@aws-sdk/client-sagemaker-runtime": "3.1045.0",
"@huggingface/tokenizers": "0.1.3",
"@opencodehub/core-types": "workspace:*",
"onnxruntime-node": "1.25.1"
"onnxruntime-node": "1.26.0"
},
"devDependencies": {
"@types/node": "25.6.0",
"@types/node": "25.6.2",
"typescript": "6.0.3"
}
}
2 changes: 1 addition & 1 deletion packages/frameworks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"zod": "4.4.3"
},
"devDependencies": {
"@types/node": "25.6.0",
"@types/node": "25.6.2",
"typescript": "6.0.3"
}
}
6 changes: 3 additions & 3 deletions packages/ingestion/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"dependencies": {
"@apidevtools/swagger-parser": "12.1.0",
"@aws-sdk/client-bedrock-runtime": "3.1043.0",
"@aws-sdk/client-bedrock-runtime": "3.1045.0",
"@cyclonedx/cyclonedx-library": "10.0.0",
"@graphty/algorithms": "1.7.1",
"@iarna/toml": "2.2.5",
Expand Down Expand Up @@ -55,10 +55,10 @@
"tree-sitter-swift": "0.7.1",
"tree-sitter-typescript": "0.23.2",
"web-tree-sitter": "0.26.8",
"write-file-atomic": "7.0.1"
"write-file-atomic": "8.0.0"
},
"devDependencies": {
"@types/node": "25.6.0",
"@types/node": "25.6.2",
"@types/spdx-correct": "^3.1.3",
"@types/write-file-atomic": "4.0.3",
"ajv": "8.20.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/mcp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"zod": "4.4.3"
},
"devDependencies": {
"@types/node": "25.6.0",
"@types/node": "25.6.2",
"typescript": "6.0.3"
}
}
2 changes: 1 addition & 1 deletion packages/pack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@opencodehub/storage": "workspace:*"
},
"devDependencies": {
"@types/node": "25.6.0",
"@types/node": "25.6.2",
"typescript": "6.0.3"
}
}
2 changes: 1 addition & 1 deletion packages/policy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"zod": "4.4.3"
},
"devDependencies": {
"@types/node": "25.6.0",
"@types/node": "25.6.2",
"typescript": "6.0.3"
}
}
2 changes: 1 addition & 1 deletion packages/sarif/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"zod": "4.4.3"
},
"devDependencies": {
"@types/node": "25.6.0",
"@types/node": "25.6.2",
"typescript": "6.0.3"
}
}
2 changes: 1 addition & 1 deletion packages/scanners/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@opencodehub/sarif": "workspace:*"
},
"devDependencies": {
"@types/node": "25.6.0",
"@types/node": "25.6.2",
"typescript": "6.0.3"
}
}
2 changes: 1 addition & 1 deletion packages/scip-ingest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@opencodehub/core-types": "workspace:*"
},
"devDependencies": {
"@types/node": "25.6.0",
"@types/node": "25.6.2",
"typescript": "6.0.3"
}
}
2 changes: 1 addition & 1 deletion packages/search/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@opencodehub/storage": "workspace:*"
},
"devDependencies": {
"@types/node": "25.6.0",
"@types/node": "25.6.2",
"typescript": "6.0.3"
}
}
2 changes: 1 addition & 1 deletion packages/storage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@opencodehub/core-types": "workspace:*"
},
"devDependencies": {
"@types/node": "25.6.0",
"@types/node": "25.6.2",
"typescript": "6.0.3"
}
}
4 changes: 2 additions & 2 deletions packages/summarizer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@
"clean": "rm -rf dist *.tsbuildinfo"
},
"dependencies": {
"@aws-sdk/client-bedrock-runtime": "3.1043.0",
"@aws-sdk/client-bedrock-runtime": "3.1045.0",
"zod": "4.4.3"
},
"devDependencies": {
"@types/node": "25.6.0",
"@types/node": "25.6.2",
"typescript": "6.0.3"
}
}
6 changes: 3 additions & 3 deletions packages/wiki/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@
"clean": "rm -rf dist *.tsbuildinfo"
},
"dependencies": {
"@aws-sdk/client-bedrock-runtime": "3.1043.0",
"@aws-sdk/client-bedrock-runtime": "3.1045.0",
"@opencodehub/core-types": "workspace:*",
"@opencodehub/storage": "workspace:*",
"@opencodehub/summarizer": "workspace:*",
"write-file-atomic": "7.0.1"
"write-file-atomic": "8.0.0"
},
"devDependencies": {
"@types/node": "25.6.0",
"@types/node": "25.6.2",
"@types/write-file-atomic": "4.0.3",
"typescript": "6.0.3"
}
Expand Down
Loading
Loading