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/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -916,7 +916,7 @@ jobs:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@37fe631027851001ddb9b187196cc803df7f5f0e # v4.3.0
uses: docker/setup-buildx-action@f87e5991a6d7451dcb8d9637bfbc97413f497069 # v4.4.1

- name: Login to GHCR
if: env.PUBLISH == 'true'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docker-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
dockerfile: src/packages/mcp-server/Dockerfile
steps:
- name: Checkout
uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4.4.0
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1

- name: Log in to GHCR
uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4.6.0
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
type=raw,value=latest,enable=${{ github.ref_type == 'tag' }}

- name: Set up Buildx
uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3.12.0
uses: docker/setup-buildx-action@f87e5991a6d7451dcb8d9637bfbc97413f497069 # v4.4.1

- name: Build and push
uses: docker/build-push-action@c3c9e263c25d99ce0380d002d59b67737d91b0dc # v7.4.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/npm-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ jobs:
contents: read
id-token: write
steps:
- uses: actions/checkout@fbc6f3992d24b796d5a048ff273f7fcc4a7b6c09 # v5.1.0
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1

- name: Install mcp-publisher
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/published-canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
# under test: the packages are installed into a throwaway prefix and driven
# from a temp directory, which is the whole point — GT-625 shipped an
# uninstallable CLI precisely because the workspace symlink hid it.
- uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4.4.0
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1

- uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rag-index-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
name: Delta re-embed changed reference/ chunks
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4.4.0
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
fetch-depth: 2 # HEAD~1..HEAD delta

Expand Down
417 changes: 247 additions & 170 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/apps/agent-runtime-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"rxjs": "7.8.2"
},
"devDependencies": {
"@types/node": "26.2.0",
"@types/node": "26.6.1",
"typescript": "6.0.3"
}
}
2 changes: 1 addition & 1 deletion src/apps/core-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"@types/express": "5.0.6",
"@types/fs-extra": "11.0.4",
"@types/jest": "30.0.0",
"@types/node": "26.2.0",
"@types/node": "26.6.1",
"@types/supertest": "7.2.1",
"eslint": "9.39.4",
"eslint-config-prettier": "10.1.8",
Expand Down
2 changes: 1 addition & 1 deletion src/packages/agent-runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
},
"devDependencies": {
"@types/jest": "30.0.0",
"@types/node": "26.2.0",
"@types/node": "26.6.1",
"jest": "30.4.2",
"ts-jest": "29.4.12",
"typescript": "6.0.3"
Expand Down
2 changes: 1 addition & 1 deletion src/packages/contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"devDependencies": {
"@beyondnet/evolith-core-domain": "^1.1.0",
"@types/jest": "30.0.0",
"@types/node": "26.2.0",
"@types/node": "26.6.1",
"jest": "30.4.2",
"ts-jest": "29.4.12",
"typescript": "6.0.3"
Expand Down
2 changes: 1 addition & 1 deletion src/packages/core-domain/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
"devDependencies": {
"@types/fs-extra": "11.0.4",
"@types/jest": "30.0.0",
"@types/node": "26.2.0",
"@types/node": "26.6.1",
"@typescript-eslint/parser": "^8.64.0",
"eslint": "*",
"eslint-plugin-boundaries": "^7.2.0",
Expand Down
2 changes: 1 addition & 1 deletion src/packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
},
"devDependencies": {
"@types/jest": "30.0.0",
"@types/node": "26.2.0",
"@types/node": "26.6.1",
"jest": "30.4.2",
"ts-jest": "29.4.12",
"typescript": "6.0.3"
Expand Down
2 changes: 1 addition & 1 deletion src/packages/infra-providers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"devDependencies": {
"@types/fs-extra": "11.0.4",
"@types/jest": "30.0.0",
"@types/node": "26.2.0",
"@types/node": "26.6.1",
"jest": "30.4.2",
"ts-jest": "29.4.12",
"typescript": "6.0.3"
Expand Down
2 changes: 1 addition & 1 deletion src/packages/mcp-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"@types/express": "5.0.6",
"@types/fs-extra": "11.0.4",
"@types/jest": "30.0.0",
"@types/node": "26.2.0",
"@types/node": "26.6.1",
"@typescript-eslint/parser": "^8.64.0",
"eslint": "*",
"eslint-plugin-boundaries": "^7.2.0",
Expand Down
2 changes: 1 addition & 1 deletion src/packages/repo-facts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
},
"devDependencies": {
"@types/jest": "30.0.0",
"@types/node": "26.2.0",
"@types/node": "26.6.1",
"jest": "30.4.2",
"ts-jest": "29.4.12"
},
Expand Down
2 changes: 1 addition & 1 deletion src/packages/sdk-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
},
"devDependencies": {
"@types/jest": "30.0.0",
"@types/node": "26.2.0",
"@types/node": "26.6.1",
"jest": "30.4.2",
"ts-jest": "29.4.12",
"typescript": "6.0.3"
Expand Down
6 changes: 3 additions & 3 deletions src/sdk/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,17 +101,17 @@
"@types/conf": "3.0.3",
"@types/fs-extra": "11.0.4",
"@types/jest": "30.0.0",
"@types/node": "26.2.0",
"@types/node": "26.6.1",
"@types/yaml": "1.9.7",
"@typescript-eslint/eslint-plugin": "8.67.0",
"@typescript-eslint/parser": "8.64.0",
"debug": "4.4.3",
"esbuild": "^0.25.0",
"esbuild": "^0.28.2",
"eslint": "9.39.4",
"eslint-plugin-boundaries": "7.2.0",
"fast-json-stable-stringify": "2.1.0",
"jest": "30.4.2",
"nest-commander-testing": "3.5.1",
"nest-commander-testing": "3.6.0",
"once": "1.4.0",
"ts-jest": "29.4.12",
"typescript": "6.0.3",
Expand Down
Loading