Skip to content

Commit 048846f

Browse files
authored
Update breaking dependencies (#8201)
1 parent cb95aa5 commit 048846f

69 files changed

Lines changed: 2596 additions & 2268 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.

benchmark/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"@benchmark/timer": "workspace:*",
1313
"astro": "workspace:*",
1414
"autocannon": "^7.12.0",
15-
"execa": "^6.1.0",
15+
"execa": "^8.0.1",
1616
"markdown-table": "^3.0.3",
1717
"mri": "^1.2.0",
1818
"port-authority": "^2.0.1",

examples/framework-multiple/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"react": "^18.2.0",
2222
"react-dom": "^18.2.0",
2323
"solid-js": "^1.7.11",
24-
"svelte": "^3.59.2",
24+
"svelte": "^4.2.0",
2525
"vue": "^3.3.4"
2626
}
2727
}

examples/framework-react/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/react": "^3.0.0-rc.4",
15-
"@types/react": "^18.2.20",
15+
"@types/react": "^18.2.21",
1616
"@types/react-dom": "^18.2.7",
1717
"astro": "^3.0.0-rc.5",
1818
"react": "^18.2.0",

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": "^4.0.0-rc.2",
1515
"astro": "^3.0.0-rc.5",
16-
"svelte": "^3.59.2"
16+
"svelte": "^4.2.0"
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": "^6.0.0-rc.1",
1616
"@astrojs/svelte": "^4.0.0-rc.2",
1717
"astro": "^3.0.0-rc.5",
18-
"svelte": "^3.59.2"
18+
"svelte": "^4.2.0"
1919
}
2020
}

examples/with-nanostores/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
},
1313
"dependencies": {
1414
"@astrojs/preact": "^3.0.0-rc.2",
15-
"@nanostores/preact": "^0.4.1",
15+
"@nanostores/preact": "^0.5.0",
1616
"astro": "^3.0.0-rc.5",
17-
"nanostores": "^0.8.1",
17+
"nanostores": "^0.9.3",
1818
"preact": "^10.17.1"
1919
}
2020
}

examples/with-vite-plugin-pwa/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"dependencies": {
1414
"astro": "^3.0.0-rc.5",
15-
"vite-plugin-pwa": "0.14.7",
16-
"workbox-window": "^6.6.0"
15+
"vite-plugin-pwa": "0.16.4",
16+
"workbox-window": "^7.0.0"
1717
}
1818
}

examples/with-vitest/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
},
1414
"dependencies": {
1515
"astro": "^3.0.0-rc.5",
16-
"vitest": "^0.31.4"
16+
"vitest": "^0.34.2"
1717
}
1818
}

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -79,18 +79,18 @@
7979
"@astrojs/check": "^0.1.0",
8080
"@changesets/changelog-github": "^0.4.8",
8181
"@changesets/cli": "^2.26.2",
82-
"@types/node": "^18.17.7",
83-
"@typescript-eslint/eslint-plugin": "6.0.0",
84-
"@typescript-eslint/parser": "6.0.0",
85-
"esbuild": "^0.18.20",
82+
"@types/node": "^18.17.8",
83+
"@typescript-eslint/eslint-plugin": "^6.4.1",
84+
"@typescript-eslint/parser": "^6.4.1",
85+
"esbuild": "^0.19.2",
8686
"eslint": "^8.47.0",
87-
"eslint-config-prettier": "^8.10.0",
88-
"eslint-plugin-no-only-tests": "^2.6.0",
89-
"eslint-plugin-prettier": "^4.2.1",
87+
"eslint-config-prettier": "^9.0.0",
88+
"eslint-plugin-no-only-tests": "^3.1.0",
89+
"eslint-plugin-prettier": "^5.0.0",
9090
"only-allow": "^1.1.1",
9191
"organize-imports-cli": "^0.10.0",
9292
"prettier": "^3.0.2",
93-
"prettier-plugin-astro": "^0.11.1",
93+
"prettier-plugin-astro": "^0.12.0",
9494
"tiny-glob": "^0.2.9",
9595
"turbo": "^1.10.12",
9696
"typescript": "~5.1.6"

packages/astro-rss/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@
2929
"devDependencies": {
3030
"@types/chai": "^4.3.5",
3131
"@types/chai-as-promised": "^7.1.5",
32-
"@types/mocha": "^9.1.1",
32+
"@types/mocha": "^10.0.1",
3333
"astro": "workspace:*",
3434
"astro-scripts": "workspace:*",
3535
"chai": "^4.3.7",
3636
"chai-as-promised": "^7.1.1",
3737
"chai-xml": "^0.4.1",
38-
"mocha": "^9.2.2"
38+
"mocha": "^10.2.0"
3939
},
4040
"dependencies": {
4141
"fast-xml-parser": "^4.2.7",

0 commit comments

Comments
 (0)