Skip to content

Commit d78f99a

Browse files
authored
Merge branch 'main' into issue-34557
2 parents 03bc148 + 4d4265f commit d78f99a

2,147 files changed

Lines changed: 41782 additions & 18769 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/labeler.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
11
web:
22
- changed-files:
3-
- any-glob-to-any-file: 'web/**'
3+
- any-glob-to-any-file:
4+
- 'web/**'
5+
- 'packages/**'
6+
- 'package.json'
7+
- 'pnpm-lock.yaml'
8+
- 'pnpm-workspace.yaml'
9+
- '.npmrc'
10+
- '.nvmrc'

.github/pull_request_template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@
2020
- [x] I understand that this PR may be closed in case there was no previous discussion or issues. (This doesn't apply to typos!)
2121
- [x] I've added a test for each change that was introduced, and I tried as much as possible to make a single atomic change.
2222
- [x] I've updated the documentation accordingly.
23-
- [x] I ran `make lint` and `make type-check` (backend) and `cd web && npx lint-staged` (frontend) to appease the lint gods
23+
- [x] I ran `make lint` and `make type-check` (backend) and `cd web && pnpm exec vp staged` (frontend) to appease the lint gods

.github/workflows/autofix.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,11 @@ jobs:
3939
with:
4040
files: |
4141
web/**
42+
packages/**
4243
package.json
4344
pnpm-lock.yaml
4445
pnpm-workspace.yaml
46+
.npmrc
4547
.nvmrc
4648
- name: Check api inputs
4749
if: github.event_name != 'merge_group'

.github/workflows/build-push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
echo "PLATFORM_PAIR=${platform//\//-}" >> $GITHUB_ENV
6666
6767
- name: Login to Docker Hub
68-
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
68+
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
6969
with:
7070
username: ${{ env.DOCKERHUB_USER }}
7171
password: ${{ env.DOCKERHUB_TOKEN }}
@@ -130,7 +130,7 @@ jobs:
130130
merge-multiple: true
131131

132132
- name: Login to Docker Hub
133-
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
133+
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
134134
with:
135135
username: ${{ env.DOCKERHUB_USER }}
136136
password: ${{ env.DOCKERHUB_TOKEN }}

.github/workflows/docker-build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,11 @@ on:
88
- api/Dockerfile
99
- web/docker/**
1010
- web/Dockerfile
11+
- packages/**
1112
- package.json
1213
- pnpm-lock.yaml
1314
- pnpm-workspace.yaml
15+
- .npmrc
1416
- .nvmrc
1517

1618
concurrency:

.github/workflows/main-ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,11 @@ jobs:
6565
- 'docker/volumes/sandbox/conf/**'
6666
web:
6767
- 'web/**'
68+
- 'packages/**'
6869
- 'package.json'
6970
- 'pnpm-lock.yaml'
7071
- 'pnpm-workspace.yaml'
72+
- '.npmrc'
7173
- '.nvmrc'
7274
- '.github/workflows/web-tests.yml'
7375
- '.github/actions/setup-web/**'
@@ -77,9 +79,11 @@ jobs:
7779
- 'api/uv.lock'
7880
- 'e2e/**'
7981
- 'web/**'
82+
- 'packages/**'
8083
- 'package.json'
8184
- 'pnpm-lock.yaml'
8285
- 'pnpm-workspace.yaml'
86+
- '.npmrc'
8387
- '.nvmrc'
8488
- 'docker/docker-compose.middleware.yaml'
8589
- 'docker/middleware.env.example'

.github/workflows/style.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,11 @@ jobs:
7777
with:
7878
files: |
7979
web/**
80+
packages/**
8081
package.json
8182
pnpm-lock.yaml
8283
pnpm-workspace.yaml
84+
.npmrc
8385
.nvmrc
8486
.github/workflows/style.yml
8587
.github/actions/setup-web/**
@@ -149,7 +151,7 @@ jobs:
149151
.editorconfig
150152
151153
- name: Super-linter
152-
uses: super-linter/super-linter/slim@61abc07d755095a68f4987d1c2c3d1d64408f1f9 # v8.5.0
154+
uses: super-linter/super-linter/slim@9e863354e3ff62e0727d37183162c4a88873df41 # v8.6.0
153155
if: steps.changed-files.outputs.any_changed == 'true'
154156
env:
155157
BASH_SEVERITY: warning

.github/workflows/tool-test-sdks.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
- package.json
1010
- pnpm-lock.yaml
1111
- pnpm-workspace.yaml
12+
- .npmrc
1213

1314
concurrency:
1415
group: sdk-tests-${{ github.head_ref || github.run_id }}

.github/workflows/translate-i18n-claude.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ jobs:
240240
241241
- name: Run Claude Code for Translation Sync
242242
if: steps.context.outputs.CHANGED_FILES != ''
243-
uses: anthropics/claude-code-action@88c168b39e7e64da0286d812b6e9fbebb6708185 # v1.0.82
243+
uses: anthropics/claude-code-action@6e2bd52842c65e914eba5c8badd17560bd26b5de # v1.0.89
244244
with:
245245
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
246246
github_token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/vdb-tests-full.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
remove_tool_cache: true
3737

3838
- name: Setup UV and Python
39-
uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7.6.0
39+
uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0.0
4040
with:
4141
enable-cache: true
4242
python-version: ${{ matrix.python-version }}

0 commit comments

Comments
 (0)