Skip to content

Commit b4dd1a9

Browse files
committed
Merge commit '92af7a0c4f213dcc3f7a0cf3c0d93fe54882e7ac' into jun/do/ft-srs-ga-2
2 parents dc6c11c + 92af7a0 commit b4dd1a9

File tree

149 files changed

+2055
-1385
lines changed

Some content is hidden

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

149 files changed

+2055
-1385
lines changed

.github/workflows/image-audit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
id: find-files
2222
run: |
2323
# Find all .png and .svg files, but only look in the ./src/assets/images directory
24-
FILES=$(find . -type f \( -name "*.png" -o -name "*.svg" \) -path "./src/assets/images/*" -not -path "./src/assets/images/workers-ai/*.svg" -not -path "./src/assets/images/workers/ai/*.png" -not -path "./src/assets/images/changelog-next/*")
24+
FILES=$(find . -type f \( -name "*.png" -o -name "*.svg" \) -path "./src/assets/images/*" -not -path "./src/assets/images/workers-ai/*.svg" -not -path "./src/assets/images/workers/ai/*.png" -not -path "./src/assets/images/changelog/*")
2525
2626
# Check if files are referenced in any markdown file
2727
UNUSED_FILES=""

package-lock.json

Lines changed: 173 additions & 173 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"@astrojs/starlight-docsearch": "0.6.0",
3737
"@astrojs/starlight-tailwind": "3.0.1",
3838
"@astrojs/tailwind": "5.1.5",
39-
"@cloudflare/vitest-pool-workers": "0.8.6",
39+
"@cloudflare/vitest-pool-workers": "0.8.8",
4040
"@cloudflare/workers-types": "4.20250327.0",
4141
"@codingheads/sticky-header": "1.0.2",
4242
"@expressive-code/plugin-collapsible-sections": "0.40.2",
@@ -47,12 +47,12 @@
4747
"@stoplight/json-schema-tree": "4.0.0",
4848
"@types/hast": "3.0.4",
4949
"@types/he": "1.2.3",
50-
"@types/node": "22.13.14",
50+
"@types/node": "22.13.17",
5151
"@types/react": "19.0.7",
5252
"@types/react-dom": "19.0.4",
53-
"@typescript-eslint/parser": "8.28.0",
54-
"algoliasearch": "5.23.0",
55-
"astro": "5.5.5",
53+
"@typescript-eslint/parser": "8.29.0",
54+
"algoliasearch": "5.23.1",
55+
"astro": "5.5.6",
5656
"astro-breadcrumbs": "3.3.1",
5757
"astro-icon": "1.1.5",
5858
"astro-live-code": "0.0.5",
@@ -116,7 +116,7 @@
116116
"ts-blank-space": "0.6.1",
117117
"tsx": "4.19.3",
118118
"typescript": "5.8.2",
119-
"typescript-eslint": "8.28.0",
119+
"typescript-eslint": "8.29.0",
120120
"unified": "11.0.5",
121121
"unist-util-visit": "5.0.0",
122122
"vite-tsconfig-paths": "5.1.4",
-197 KB
Binary file not shown.
-262 KB
Binary file not shown.
-347 KB
Binary file not shown.
-241 KB
Binary file not shown.
-192 KB
Binary file not shown.
-24 Bytes
Loading
Binary file not shown.

0 commit comments

Comments
 (0)