Skip to content

Commit 3bd3717

Browse files
security: resolve high-severity dependency advisories
- Add pnpm overrides for transitive fixes (minimatch, cross-spawn, tar, undici, h3, devalue, path-to-regexp, rollup, etc.) and pin vite 6.4.1 - Upgrade Next examples and plugin devDeps to 15.2.9; Astro 5.15.8+; Rollup 4.59.x; lodash 4.18; @actions/core; lint-staged 16; changesets - Align integration test apps; migrate astro-4 fixture to Astro 5 for patched advisory range; constrain Nuxt to ~3.16.2 to avoid vite 7 drift - Fix vitest configs for @rollup/plugin-replace + Rollup 4.59 types; use import attributes `with` in bundle-analyzer vitest config - Remove global glob@10 override (breaks @rollup/plugin-commonjs); audit remains clear of high severity Made-with: Cursor
1 parent 404c941 commit 3bd3717

File tree

45 files changed

+4094
-4821
lines changed

Some content is hidden

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

45 files changed

+4094
-4821
lines changed

examples/astro-5/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@codecov/astro-plugin": "workspace:*",
1515
"@types/react": "^19.0.1",
1616
"@types/react-dom": "^19.0.2",
17-
"astro": "^5.0.9",
17+
"astro": "^5.15.8",
1818
"react": "^19.0.0",
1919
"react-dom": "^19.0.0"
2020
}

examples/astro/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@
1111
},
1212
"dependencies": {
1313
"@astrojs/check": "^0.9.4",
14-
"@astrojs/node": "^8.3.4",
15-
"@astrojs/react": "^3.6.3",
14+
"@astrojs/node": "^9.0.0",
15+
"@astrojs/react": "^4.1.1",
1616
"@codecov/astro-plugin": "workspace:*",
17-
"@types/react": "^18.3.12",
18-
"@types/react-dom": "^18.3.1",
19-
"astro": "^4.16.18",
20-
"react": "^18.3.1",
21-
"react-dom": "^18.3.1",
17+
"@types/react": "^19.0.1",
18+
"@types/react-dom": "^19.0.2",
19+
"astro": "^5.15.8",
20+
"react": "^19.0.0",
21+
"react-dom": "^19.0.0",
2222
"typescript": "^5.7.2"
2323
}
2424
}

examples/bundle-analyzer-cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
"@rollup/plugin-commonjs": "^25.0.7",
2727
"@rollup/plugin-node-resolve": "^15.2.3",
2828
"npm-run-all": "^4.1.5",
29-
"rollup": "^4.22.4",
30-
"serve": "^14.2.1"
29+
"rollup": "^4.59.1",
30+
"serve": "^14.2.4"
3131
},
3232
"volta": {
3333
"extends": "../../package.json"

examples/next-js-15/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"lint": "next lint"
1010
},
1111
"dependencies": {
12-
"next": "15.2.6",
12+
"next": "15.2.9",
1313
"react": "19.0.0",
1414
"react-dom": "19.0.0"
1515
},

examples/next-js/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,18 @@
99
"lint": "next lint"
1010
},
1111
"dependencies": {
12-
"next": "14.2.25",
13-
"react": "^18.3.1",
14-
"react-dom": "^18.3.1"
12+
"next": "15.2.9",
13+
"react": "^19.0.0",
14+
"react-dom": "^19.0.0"
1515
},
1616
"devDependencies": {
1717
"@codecov/nextjs-webpack-plugin": "workspace:^",
1818
"@types/node": "^20.12.12",
19-
"@types/react": "^18.3.3",
20-
"@types/react-dom": "^18.3.0",
19+
"@types/react": "^19",
20+
"@types/react-dom": "^19",
2121
"autoprefixer": "^10.4.19",
2222
"eslint": "^8.56.0",
23-
"eslint-config-next": "14.2.25",
23+
"eslint-config-next": "15.2.9",
2424
"postcss": "^8.4.38",
2525
"tailwindcss": "^3.4.3",
2626
"typescript": "^5.4.5"

examples/nuxt/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"preview": "nuxt preview"
1010
},
1111
"dependencies": {
12-
"nuxt": "^3.16.0",
12+
"nuxt": "~3.16.2",
1313
"vue": "^3.5.13",
1414
"vue-router": "^4.5.0"
1515
},

examples/oidc/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@
2323
"eslint": "^8.56.0",
2424
"eslint-plugin-react-hooks": "^4.6.0",
2525
"eslint-plugin-react-refresh": "^0.4.5",
26-
"rollup": "^4.22.4",
26+
"rollup": "^4.59.1",
2727
"typescript": "^5.3.3",
28-
"vite": "6.3.5"
28+
"vite": "6.4.1"
2929
},
3030
"volta": {
3131
"extends": "../../package.json"

examples/remix/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,16 @@
1111
"typecheck": "tsc"
1212
},
1313
"dependencies": {
14-
"@remix-run/node": "^2.17.2",
15-
"@remix-run/react": "^2.17.2",
16-
"@remix-run/serve": "^2.17.2",
14+
"@remix-run/node": "^2.17.4",
15+
"@remix-run/react": "^2.17.4",
16+
"@remix-run/serve": "^2.17.4",
1717
"isbot": "^4.1.0",
1818
"react": "^18.2.0",
1919
"react-dom": "^18.2.0"
2020
},
2121
"devDependencies": {
2222
"@codecov/remix-vite-plugin": "workspace:^",
23-
"@remix-run/dev": "^2.17.2",
23+
"@remix-run/dev": "^2.17.4",
2424
"@types/react": "^18.2.20",
2525
"@types/react-dom": "^18.2.7",
2626
"@typescript-eslint/eslint-plugin": "^6.7.4",
@@ -35,7 +35,7 @@
3535
"postcss": "^8.4.38",
3636
"tailwindcss": "^3.4.4",
3737
"typescript": "^5.1.6",
38-
"vite": "6.3.5",
38+
"vite": "6.4.1",
3939
"vite-tsconfig-paths": "^4.2.1"
4040
},
4141
"engines": {

examples/rollup/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
"@rollup/plugin-commonjs": "^25.0.7",
1818
"@rollup/plugin-node-resolve": "^15.2.3",
1919
"npm-run-all": "^4.1.5",
20-
"rollup": "^4.22.4",
21-
"serve": "^14.2.1"
20+
"rollup": "^4.59.1",
21+
"serve": "^14.2.4"
2222
},
2323
"volta": {
2424
"extends": "../../package.json"

examples/solidstart/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"@solidjs/meta": "^0.29.4",
1313
"@solidjs/router": "^0.14.1",
1414
"@solidjs/start": "^1.0.10",
15-
"solid-js": "^1.8.18",
15+
"solid-js": "^1.9.4",
1616
"vinxi": "^0.4.3",
1717
"vite-plugin-solid": "^2.11.0"
1818
},

0 commit comments

Comments
 (0)