Skip to content

Commit 6fc29e3

Browse files
renovate[bot]bluwy
andauthored
fix(deps): update all non-major dependencies (#12410)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: bluwy <[email protected]>
1 parent cf0d8b0 commit 6fc29e3

File tree

111 files changed

+1498
-1472
lines changed

Some content is hidden

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

111 files changed

+1498
-1472
lines changed

.github/renovate.json5

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
"@biomejs/biome",
1717
"@types/node",
1818
"@preact/preset-vite", // v2.8.3 starts to use Vite's esbuild for perf, but this conflicts with the react plugin
19+
"astro-embed", // TODO: investigate upgrade (zod import issues with atproto)
1920
"drizzle-orm", // TODO: investigate upgrade (has type issues)
2021
"sharp",
2122

.github/workflows/continuous_benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
run: pnpm run build
4848

4949
- name: Run the benchmarks
50-
uses: CodSpeedHQ/action@fa1dcde8d58f2ab0b407a6a24d6cc5a8c1444a8c # v3.1.0
50+
uses: CodSpeedHQ/action@513a19673a831f139e8717bf45ead67e47f00044 # v3.2.0
5151
timeout-minutes: 30
5252
with:
5353
run: pnpm benchmark codspeed

examples/container-with-vitest/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@astrojs/react": "^3.6.3",
1717
"react": "^18.3.1",
1818
"react-dom": "^18.3.1",
19-
"vitest": "^2.1.4"
19+
"vitest": "^2.1.6"
2020
},
2121
"devDependencies": {
2222
"@types/react": "^18.3.12",

examples/framework-alpine/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"dependencies": {
1414
"@astrojs/alpinejs": "^0.4.0",
15-
"@types/alpinejs": "^3.13.10",
15+
"@types/alpinejs": "^3.13.11",
1616
"alpinejs": "^3.14.3",
1717
"astro": "^4.16.15"
1818
}

examples/framework-multiple/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@
1919
"@types/react": "^18.3.12",
2020
"@types/react-dom": "^18.3.1",
2121
"astro": "^4.16.15",
22-
"preact": "^10.24.3",
22+
"preact": "^10.25.0",
2323
"react": "^18.3.1",
2424
"react-dom": "^18.3.1",
2525
"solid-js": "^1.9.3",
26-
"svelte": "^5.1.16",
27-
"vue": "^3.5.12"
26+
"svelte": "^5.2.9",
27+
"vue": "^3.5.13"
2828
}
2929
}

examples/framework-preact/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414
"@astrojs/preact": "^3.5.4",
1515
"@preact/signals": "^1.3.0",
1616
"astro": "^4.16.15",
17-
"preact": "^10.24.3"
17+
"preact": "^10.25.0"
1818
}
1919
}

examples/framework-svelte/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
"dependencies": {
1414
"@astrojs/svelte": "^6.0.2",
1515
"astro": "^4.16.15",
16-
"svelte": "^5.1.16"
16+
"svelte": "^5.2.9"
1717
}
1818
}

examples/framework-vue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
"dependencies": {
1414
"@astrojs/vue": "^4.5.3",
1515
"astro": "^4.16.15",
16-
"vue": "^3.5.12"
16+
"vue": "^3.5.13"
1717
}
1818
}

examples/ssr/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
"@astrojs/node": "^8.3.4",
1616
"@astrojs/svelte": "^6.0.2",
1717
"astro": "^4.16.15",
18-
"svelte": "^5.1.16"
18+
"svelte": "^5.2.9"
1919
}
2020
}

examples/starlog/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"dependencies": {
1313
"astro": "^4.16.15",
14-
"sass": "^1.80.6",
14+
"sass": "^1.81.0",
1515
"sharp": "^0.33.3"
1616
}
1717
}

0 commit comments

Comments
 (0)