Skip to content

Commit 05d58ef

Browse files
fix(deps): update all non-major dependencies (#10901)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 00eda99 commit 05d58ef

File tree

36 files changed

+745
-620
lines changed

36 files changed

+745
-620
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"@eslint/eslintrc": "^3.0.2",
6060
"@types/node": "^18.17.8",
6161
"esbuild": "^0.20.2",
62-
"eslint": "^9.1.0",
62+
"eslint": "^9.1.1",
6363
"eslint-plugin-no-only-tests": "^3.1.0",
6464
"eslint-plugin-regexp": "^2.5.0",
6565
"globby": "^14.0.1",
@@ -68,9 +68,9 @@
6868
"prettier": "^3.2.5",
6969
"prettier-plugin-astro": "^0.13.0",
7070
"tiny-glob": "^0.2.9",
71-
"turbo": "^1.13.2",
71+
"turbo": "^1.13.3",
7272
"typescript": "~5.4.5",
73-
"typescript-eslint": "^7.7.0"
73+
"typescript-eslint": "^7.8.0"
7474
},
7575
"pnpm": {
7676
"packageExtensions": {

packages/astro/e2e/fixtures/astro-envs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
"dependencies": {
66
"@astrojs/vue": "workspace:*",
77
"astro": "workspace:*",
8-
"vue": "^3.4.23"
8+
"vue": "^3.4.26"
99
}
1010
}

packages/astro/e2e/fixtures/client-only/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
},
1313
"dependencies": {
1414
"preact": "^10.20.2",
15-
"react": "^18.2.0",
16-
"react-dom": "^18.2.0",
17-
"solid-js": "^1.8.16",
15+
"react": "^18.3.1",
16+
"react-dom": "^18.3.1",
17+
"solid-js": "^1.8.17",
1818
"svelte": "^4.2.15",
19-
"vue": "^3.4.23"
19+
"vue": "^3.4.26"
2020
}
2121
}

packages/astro/e2e/fixtures/custom-client-directives/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"dependencies": {
66
"@astrojs/react": "workspace:*",
77
"astro": "workspace:*",
8-
"react": "^18.2.0",
9-
"react-dom": "^18.2.0"
8+
"react": "^18.3.1",
9+
"react-dom": "^18.3.1"
1010
}
1111
}

packages/astro/e2e/fixtures/errors/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
"@astrojs/vue": "workspace:*",
1111
"astro": "workspace:*",
1212
"preact": "^10.20.2",
13-
"react": "^18.2.0",
14-
"react-dom": "^18.2.0",
13+
"react": "^18.3.1",
14+
"react-dom": "^18.3.1",
1515
"sass": "^1.75.0",
16-
"solid-js": "^1.8.16",
16+
"solid-js": "^1.8.17",
1717
"svelte": "^4.2.15",
18-
"vue": "^3.4.23"
18+
"vue": "^3.4.26"
1919
}
2020
}

packages/astro/e2e/fixtures/multiple-frameworks/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
"@webcomponents/template-shadowroot": "^0.2.1",
1616
"lit": "^3.1.3",
1717
"preact": "^10.20.2",
18-
"react": "^18.2.0",
19-
"react-dom": "^18.2.0",
20-
"solid-js": "^1.8.16",
18+
"react": "^18.3.1",
19+
"react-dom": "^18.3.1",
20+
"solid-js": "^1.8.17",
2121
"svelte": "^4.2.15",
22-
"vue": "^3.4.23"
22+
"vue": "^3.4.26"
2323
}
2424
}

packages/astro/e2e/fixtures/nested-in-preact/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
},
1313
"dependencies": {
1414
"preact": "^10.20.2",
15-
"react": "^18.2.0",
16-
"react-dom": "^18.2.0",
17-
"solid-js": "^1.8.16",
15+
"react": "^18.3.1",
16+
"react-dom": "^18.3.1",
17+
"solid-js": "^1.8.17",
1818
"svelte": "^4.2.15",
19-
"vue": "^3.4.23"
19+
"vue": "^3.4.26"
2020
}
2121
}

packages/astro/e2e/fixtures/nested-in-react/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
},
1313
"dependencies": {
1414
"preact": "^10.20.2",
15-
"react": "^18.2.0",
16-
"react-dom": "^18.2.0",
17-
"solid-js": "^1.8.16",
15+
"react": "^18.3.1",
16+
"react-dom": "^18.3.1",
17+
"solid-js": "^1.8.17",
1818
"svelte": "^4.2.15",
19-
"vue": "^3.4.23"
19+
"vue": "^3.4.26"
2020
}
2121
}

packages/astro/e2e/fixtures/nested-in-solid/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
},
1313
"dependencies": {
1414
"preact": "^10.20.2",
15-
"react": "^18.2.0",
16-
"react-dom": "^18.2.0",
17-
"solid-js": "^1.8.16",
15+
"react": "^18.3.1",
16+
"react-dom": "^18.3.1",
17+
"solid-js": "^1.8.17",
1818
"svelte": "^4.2.15",
19-
"vue": "^3.4.23"
19+
"vue": "^3.4.26"
2020
}
2121
}

packages/astro/e2e/fixtures/nested-in-svelte/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
},
1313
"dependencies": {
1414
"preact": "^10.20.2",
15-
"react": "^18.2.0",
16-
"react-dom": "^18.2.0",
17-
"solid-js": "^1.8.16",
15+
"react": "^18.3.1",
16+
"react-dom": "^18.3.1",
17+
"solid-js": "^1.8.17",
1818
"svelte": "^4.2.15",
19-
"vue": "^3.4.23"
19+
"vue": "^3.4.26"
2020
}
2121
}

packages/astro/e2e/fixtures/nested-in-vue/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
},
1313
"dependencies": {
1414
"preact": "^10.20.2",
15-
"react": "^18.2.0",
16-
"react-dom": "^18.2.0",
17-
"solid-js": "^1.8.16",
15+
"react": "^18.3.1",
16+
"react-dom": "^18.3.1",
17+
"solid-js": "^1.8.17",
1818
"svelte": "^4.2.15",
19-
"vue": "^3.4.23"
19+
"vue": "^3.4.26"
2020
}
2121
}

packages/astro/e2e/fixtures/nested-recursive/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
},
1313
"dependencies": {
1414
"preact": "^10.20.2",
15-
"react": "^18.2.0",
16-
"react-dom": "^18.2.0",
17-
"solid-js": "^1.8.16",
15+
"react": "^18.3.1",
16+
"react-dom": "^18.3.1",
17+
"solid-js": "^1.8.17",
1818
"svelte": "^4.2.15",
19-
"vue": "^3.4.23"
19+
"vue": "^3.4.26"
2020
},
2121
"scripts": {
2222
"dev": "astro dev"

packages/astro/e2e/fixtures/pass-js/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"astro": "workspace:*"
88
},
99
"dependencies": {
10-
"react": "^18.2.0",
11-
"react-dom": "^18.2.0"
10+
"react": "^18.3.1",
11+
"react-dom": "^18.3.1"
1212
}
1313
}

packages/astro/e2e/fixtures/react-component/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"@astrojs/react": "workspace:*",
77
"astro": "workspace:*",
88
"@astrojs/mdx": "workspace:*",
9-
"react": "^18.2.0",
10-
"react-dom": "^18.2.0"
9+
"react": "^18.3.1",
10+
"react-dom": "^18.3.1"
1111
}
1212
}

packages/astro/e2e/fixtures/solid-circular/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
"astro": "workspace:*"
88
},
99
"devDependencies": {
10-
"solid-js": "^1.8.16"
10+
"solid-js": "^1.8.17"
1111
}
1212
}

packages/astro/e2e/fixtures/solid-component/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
"@astrojs/mdx": "workspace:*",
77
"@astrojs/solid-js": "workspace:*",
88
"astro": "workspace:*",
9-
"solid-js": "^1.8.16"
9+
"solid-js": "^1.8.17"
1010
}
1111
}

packages/astro/e2e/fixtures/solid-recurse/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
"astro": "workspace:*"
88
},
99
"devDependencies": {
10-
"solid-js": "^1.8.16"
10+
"solid-js": "^1.8.17"
1111
}
1212
}

packages/astro/e2e/fixtures/ts-resolution/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"dependencies": {
66
"@astrojs/react": "workspace:*",
77
"astro": "workspace:*",
8-
"react": "^18.2.0",
9-
"react-dom": "^18.2.0"
8+
"react": "^18.3.1",
9+
"react-dom": "^18.3.1"
1010
}
1111
}

packages/astro/e2e/fixtures/view-transitions/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
"@astrojs/svelte": "workspace:*",
99
"@astrojs/vue": "workspace:*",
1010
"astro": "workspace:*",
11-
"react": "^18.2.0",
12-
"react-dom": "^18.2.0",
11+
"react": "^18.3.1",
12+
"react-dom": "^18.3.1",
1313
"svelte": "^4.2.15",
14-
"vue": "^3.4.23"
14+
"vue": "^3.4.26"
1515
}
1616
}

packages/astro/e2e/fixtures/vue-component/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
"@astrojs/mdx": "workspace:*",
77
"@astrojs/vue": "workspace:*",
88
"astro": "workspace:*",
9-
"vue": "^3.4.23"
9+
"vue": "^3.4.26"
1010
}
1111
}

packages/astro/package.json

+11-11
Original file line numberDiff line numberDiff line change
@@ -119,12 +119,12 @@
119119
"@astrojs/internal-helpers": "workspace:*",
120120
"@astrojs/markdown-remark": "workspace:*",
121121
"@astrojs/telemetry": "workspace:*",
122-
"@babel/core": "^7.24.4",
123-
"@babel/generator": "^7.24.4",
124-
"@babel/parser": "^7.24.4",
122+
"@babel/core": "^7.24.5",
123+
"@babel/generator": "^7.24.5",
124+
"@babel/parser": "^7.24.5",
125125
"@babel/plugin-transform-react-jsx": "^7.23.4",
126-
"@babel/traverse": "^7.24.1",
127-
"@babel/types": "^7.24.0",
126+
"@babel/traverse": "^7.24.5",
127+
"@babel/types": "^7.24.5",
128128
"@types/babel__core": "^7.20.5",
129129
"@types/cookie": "^0.6.0",
130130
"acorn": "^8.11.3",
@@ -133,7 +133,7 @@
133133
"boxen": "^7.1.1",
134134
"chokidar": "^3.6.0",
135135
"ci-info": "^4.0.0",
136-
"clsx": "^2.1.0",
136+
"clsx": "^2.1.1",
137137
"common-ancestor-path": "^1.0.1",
138138
"cookie": "^0.6.0",
139139
"cssesc": "^3.0.0",
@@ -143,7 +143,7 @@
143143
"diff": "^5.2.0",
144144
"dlv": "^1.1.3",
145145
"dset": "^3.1.3",
146-
"es-module-lexer": "^1.5.0",
146+
"es-module-lexer": "^1.5.2",
147147
"esbuild": "^0.20.2",
148148
"estree-walker": "^3.0.3",
149149
"execa": "^8.0.1",
@@ -176,8 +176,8 @@
176176
"vitefu": "^0.2.5",
177177
"which-pm": "^2.1.1",
178178
"yargs-parser": "^21.1.1",
179-
"zod": "^3.23.0",
180-
"zod-to-json-schema": "^3.22.5"
179+
"zod": "^3.23.5",
180+
"zod-to-json-schema": "^3.23.0"
181181
},
182182
"optionalDependencies": {
183183
"sharp": "^0.33.3"
@@ -209,14 +209,14 @@
209209
"astro-scripts": "workspace:*",
210210
"cheerio": "1.0.0-rc.12",
211211
"eol": "^0.9.1",
212-
"memfs": "^4.8.2",
212+
"memfs": "^4.9.1",
213213
"node-mocks-http": "^1.14.1",
214214
"parse-srcset": "^1.0.2",
215215
"rehype-autolink-headings": "^7.1.0",
216216
"rehype-slug": "^6.0.0",
217217
"rehype-toc": "^3.0.2",
218218
"remark-code-titles": "^0.1.2",
219-
"rollup": "^4.16.1",
219+
"rollup": "^4.17.1",
220220
"sass": "^1.75.0",
221221
"srcset-parse": "^1.1.0",
222222
"unified": "^11.0.4"

packages/astro/performance/fixtures/md/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@
1616
"dependencies": {
1717
"@astrojs/react": "workspace:*",
1818
"@performance/utils": "workspace:*",
19-
"@types/react": "^18.2.79",
20-
"@types/react-dom": "^18.2.25",
19+
"@types/react": "^18.3.1",
20+
"@types/react-dom": "^18.3.0",
2121
"astro": "workspace:*",
22-
"react": "^18.2.0",
23-
"react-dom": "^18.2.0"
22+
"react": "^18.3.1",
23+
"react-dom": "^18.3.1"
2424
}
2525
}

packages/astro/performance/fixtures/mdoc/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@
1717
"@astrojs/markdoc": "workspace:*",
1818
"@astrojs/react": "workspace:*",
1919
"@performance/utils": "workspace:*",
20-
"@types/react": "^18.2.79",
21-
"@types/react-dom": "^18.2.25",
20+
"@types/react": "^18.3.1",
21+
"@types/react-dom": "^18.3.0",
2222
"astro": "workspace:*",
23-
"react": "^18.2.0",
24-
"react-dom": "^18.2.0"
23+
"react": "^18.3.1",
24+
"react-dom": "^18.3.1"
2525
}
2626
}

packages/astro/performance/fixtures/mdx/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@
1717
"@astrojs/mdx": "workspace:*",
1818
"@astrojs/react": "workspace:*",
1919
"@performance/utils": "workspace:*",
20-
"@types/react": "^18.2.79",
21-
"@types/react-dom": "^18.2.25",
20+
"@types/react": "^18.3.1",
21+
"@types/react-dom": "^18.3.0",
2222
"astro": "workspace:*",
23-
"react": "^18.2.0",
24-
"react-dom": "^18.2.0"
23+
"react": "^18.3.1",
24+
"react-dom": "^18.3.1"
2525
}
2626
}

packages/astro/performance/fixtures/utils/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
"license": "unlicensed",
1111
"devDependencies": {
1212
"astro": "workspace:*",
13-
"react": "^18.2.0",
14-
"react-dom": "^18.2.0"
13+
"react": "^18.3.1",
14+
"react-dom": "^18.3.1"
1515
},
1616
"exports": {
1717
".": "./index.ts"

packages/db/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
"prompts": "^2.4.2",
8383
"strip-ansi": "^7.1.0",
8484
"yargs-parser": "^21.1.1",
85-
"zod": "^3.23.0"
85+
"zod": "^3.23.5"
8686
},
8787
"devDependencies": {
8888
"@types/chai": "^4.3.14",

packages/integrations/markdoc/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"gray-matter": "^4.0.3",
7272
"htmlparser2": "^9.1.0",
7373
"kleur": "^4.1.5",
74-
"zod": "^3.23.0"
74+
"zod": "^3.23.5"
7575
},
7676
"peerDependencies": {
7777
"astro": "^3.0.0 || ^4.0.0"

0 commit comments

Comments
 (0)