Skip to content

Commit

Permalink
[vuln] Bump nuxt to 3.14.159 (#212)
Browse files Browse the repository at this point in the history
  • Loading branch information
rohitvinnakota-codecov authored Nov 20, 2024
1 parent 9968698 commit 0efd87f
Show file tree
Hide file tree
Showing 10 changed files with 3,140 additions and 2,365 deletions.
14 changes: 14 additions & 0 deletions .changeset/rare-rivers-talk.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
"@codecov/nextjs-webpack-plugin": minor
"@codecov/remix-vite-plugin": minor
"@codecov/solidstart-plugin": minor
"@codecov/sveltekit-plugin": minor
"@codecov/webpack-plugin": minor
"@codecov/nuxt-plugin": minor
"@codecov/vite-plugin": minor
"@codecov/bundle-analyzer": minor
"@codecov/bundler-plugin-core": minor
"@codecov/rollup-plugin": minor
---

Update nuxt and related dependencies
1 change: 1 addition & 0 deletions packages/nextjs-webpack-plugin/vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ const packageJson = await import("./package.json");
export default defineProject({
...config,
plugins: [
//@ts-expect-error handle conflicting version types
{
...replace({
preventAssignment: true,
Expand Down
3 changes: 2 additions & 1 deletion packages/nuxt-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"dependencies": {
"@codecov/bundler-plugin-core": "workspace:^",
"@codecov/vite-plugin": "workspace:^",
"@nuxt/kit": "^3.11.2",
"@nuxt/kit": "3.14.159",
"unplugin": "^1.10.1"
},
"devDependencies": {
Expand All @@ -59,6 +59,7 @@
"ts-node": "^10.9.2",
"typedoc": "^0.25.12",
"typescript": "^5.3.3",
"nuxt": "3.14.159",
"unbuild": "^2.0.0",
"vite": "^5.2.14",
"vite-tsconfig-paths": "^4.3.2",
Expand Down
1 change: 1 addition & 0 deletions packages/nuxt-plugin/vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ const packageJson = await import("./package.json");
export default defineProject({
...config,
plugins: [
//@ts-expect-error handle conflicting version types
{
...replace({
preventAssignment: true,
Expand Down
1 change: 1 addition & 0 deletions packages/remix-vite-plugin/vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ const packageJson = await import("./package.json");
export default defineProject({
...config,
plugins: [
//@ts-expect-error handle conflicting version types
{
...replace({
preventAssignment: true,
Expand Down
1 change: 1 addition & 0 deletions packages/solidstart-plugin/vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ const packageJson = await import("./package.json");
export default defineProject({
...config,
plugins: [
//@ts-expect-error handle conflicting version types
{
...replace({
preventAssignment: true,
Expand Down
1 change: 1 addition & 0 deletions packages/sveltekit-plugin/vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ const packageJson = await import("./package.json");
export default defineProject({
...config,
plugins: [
//@ts-expect-error handle conflicting version types
{
...replace({
preventAssignment: true,
Expand Down
1 change: 1 addition & 0 deletions packages/vite-plugin/vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ const packageJson = await import("./package.json");
export default defineProject({
...config,
plugins: [
//@ts-expect-error handle conflicting version types
{
...replace({
preventAssignment: true,
Expand Down
1 change: 1 addition & 0 deletions packages/webpack-plugin/vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ const packageJson = await import("./package.json");
export default defineProject({
...config,
plugins: [
//@ts-expect-error handle conflicting version types
{
...replace({
preventAssignment: true,
Expand Down
Loading

0 comments on commit 0efd87f

Please sign in to comment.