Skip to content

Commit c999b2f

Browse files
committed
merge conflict
2 parents 1a4baf2 + 3fa01a0 commit c999b2f

File tree

60 files changed

+1004
-527
lines changed

Some content is hidden

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

60 files changed

+1004
-527
lines changed

astro.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,7 @@ export default defineConfig({
160160
markdown: {
161161
headingLinks: false,
162162
},
163+
routeMiddleware: "./src/plugins/starlight/route-data.ts",
163164
}),
164165
liveCode({}),
165166
icon(),

package-lock.json

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

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"devDependencies": {
2828
"@actions/core": "1.11.1",
2929
"@actions/github": "6.0.1",
30-
"@apidevtools/swagger-parser": "10.1.1",
30+
"@apidevtools/swagger-parser": "11.0.0",
3131
"@astrojs/check": "0.9.4",
3232
"@astrojs/react": "4.2.5",
3333
"@astrojs/rss": "4.0.11",
@@ -36,7 +36,7 @@
3636
"@astrojs/starlight-docsearch": "0.6.0",
3737
"@astrojs/starlight-tailwind": "4.0.1",
3838
"@cloudflare/vitest-pool-workers": "0.8.32",
39-
"@cloudflare/workers-types": "4.20250601.0",
39+
"@cloudflare/workers-types": "4.20250603.0",
4040
"@codingheads/sticky-header": "1.0.2",
4141
"@expressive-code/plugin-collapsible-sections": "0.41.2",
4242
"@floating-ui/react": "0.27.12",
@@ -64,7 +64,7 @@
6464
"dedent": "1.6.0",
6565
"dompurify": "3.2.6",
6666
"dot-prop": "9.0.0",
67-
"eslint": "9.27.0",
67+
"eslint": "9.28.0",
6868
"eslint-plugin-astro": "1.3.1",
6969
"eslint-plugin-jsx-a11y": "6.10.2",
7070
"eslint-plugin-react": "7.37.5",

0 commit comments

Comments
 (0)