Skip to content

Commit 0efd87f

Browse files
[vuln] Bump nuxt to 3.14.159 (#212)
1 parent 9968698 commit 0efd87f

File tree

10 files changed

+3140
-2365
lines changed

10 files changed

+3140
-2365
lines changed

.changeset/rare-rivers-talk.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
"@codecov/nextjs-webpack-plugin": minor
3+
"@codecov/remix-vite-plugin": minor
4+
"@codecov/solidstart-plugin": minor
5+
"@codecov/sveltekit-plugin": minor
6+
"@codecov/webpack-plugin": minor
7+
"@codecov/nuxt-plugin": minor
8+
"@codecov/vite-plugin": minor
9+
"@codecov/bundle-analyzer": minor
10+
"@codecov/bundler-plugin-core": minor
11+
"@codecov/rollup-plugin": minor
12+
---
13+
14+
Update nuxt and related dependencies

packages/nextjs-webpack-plugin/vitest.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ const packageJson = await import("./package.json");
77
export default defineProject({
88
...config,
99
plugins: [
10+
//@ts-expect-error handle conflicting version types
1011
{
1112
...replace({
1213
preventAssignment: true,

packages/nuxt-plugin/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"dependencies": {
4848
"@codecov/bundler-plugin-core": "workspace:^",
4949
"@codecov/vite-plugin": "workspace:^",
50-
"@nuxt/kit": "^3.11.2",
50+
"@nuxt/kit": "3.14.159",
5151
"unplugin": "^1.10.1"
5252
},
5353
"devDependencies": {
@@ -59,6 +59,7 @@
5959
"ts-node": "^10.9.2",
6060
"typedoc": "^0.25.12",
6161
"typescript": "^5.3.3",
62+
"nuxt": "3.14.159",
6263
"unbuild": "^2.0.0",
6364
"vite": "^5.2.14",
6465
"vite-tsconfig-paths": "^4.3.2",

packages/nuxt-plugin/vitest.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ const packageJson = await import("./package.json");
77
export default defineProject({
88
...config,
99
plugins: [
10+
//@ts-expect-error handle conflicting version types
1011
{
1112
...replace({
1213
preventAssignment: true,

packages/remix-vite-plugin/vitest.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ const packageJson = await import("./package.json");
77
export default defineProject({
88
...config,
99
plugins: [
10+
//@ts-expect-error handle conflicting version types
1011
{
1112
...replace({
1213
preventAssignment: true,

packages/solidstart-plugin/vitest.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ const packageJson = await import("./package.json");
77
export default defineProject({
88
...config,
99
plugins: [
10+
//@ts-expect-error handle conflicting version types
1011
{
1112
...replace({
1213
preventAssignment: true,

packages/sveltekit-plugin/vitest.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ const packageJson = await import("./package.json");
77
export default defineProject({
88
...config,
99
plugins: [
10+
//@ts-expect-error handle conflicting version types
1011
{
1112
...replace({
1213
preventAssignment: true,

packages/vite-plugin/vitest.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ const packageJson = await import("./package.json");
77
export default defineProject({
88
...config,
99
plugins: [
10+
//@ts-expect-error handle conflicting version types
1011
{
1112
...replace({
1213
preventAssignment: true,

packages/webpack-plugin/vitest.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ const packageJson = await import("./package.json");
77
export default defineProject({
88
...config,
99
plugins: [
10+
//@ts-expect-error handle conflicting version types
1011
{
1112
...replace({
1213
preventAssignment: true,

0 commit comments

Comments
 (0)