From 9e18c1d4966b03a2338c6d1520b8eb323ce4f105 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 12 Nov 2024 18:31:26 +0000 Subject: [PATCH 1/2] meta(changelog): Update package versions --- .changeset/serious-olives-add.md | 14 -------------- .changeset/twelve-meals-report.md | 14 -------------- packages/bundle-analyzer/CHANGELOG.md | 13 +++++++++++++ packages/bundle-analyzer/package.json | 2 +- packages/bundler-plugin-core/CHANGELOG.md | 7 +++++++ packages/bundler-plugin-core/package.json | 2 +- packages/nextjs-webpack-plugin/CHANGELOG.md | 14 ++++++++++++++ packages/nextjs-webpack-plugin/package.json | 2 +- packages/nuxt-plugin/CHANGELOG.md | 14 ++++++++++++++ packages/nuxt-plugin/package.json | 2 +- packages/remix-vite-plugin/CHANGELOG.md | 14 ++++++++++++++ packages/remix-vite-plugin/package.json | 2 +- packages/rollup-plugin/CHANGELOG.md | 13 +++++++++++++ packages/rollup-plugin/package.json | 2 +- packages/solidstart-plugin/CHANGELOG.md | 14 ++++++++++++++ packages/solidstart-plugin/package.json | 2 +- packages/sveltekit-plugin/CHANGELOG.md | 14 ++++++++++++++ packages/sveltekit-plugin/package.json | 2 +- packages/vite-plugin/CHANGELOG.md | 13 +++++++++++++ packages/vite-plugin/package.json | 2 +- packages/webpack-plugin/CHANGELOG.md | 13 +++++++++++++ packages/webpack-plugin/package.json | 2 +- 22 files changed, 139 insertions(+), 38 deletions(-) delete mode 100644 .changeset/serious-olives-add.md delete mode 100644 .changeset/twelve-meals-report.md diff --git a/.changeset/serious-olives-add.md b/.changeset/serious-olives-add.md deleted file mode 100644 index 100f80c1..00000000 --- a/.changeset/serious-olives-add.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -"@codecov/bundler-plugin-core": minor -"@codecov/bundle-analyzer": minor -"@codecov/nextjs-webpack-plugin": minor -"@codecov/nuxt-plugin": minor -"@codecov/remix-vite-plugin": minor -"@codecov/rollup-plugin": minor -"@codecov/solidstart-plugin": minor -"@codecov/sveltekit-plugin": minor -"@codecov/vite-plugin": minor -"@codecov/webpack-plugin": minor ---- - -Add in debug logs for each param for each provider for better debugging. diff --git a/.changeset/twelve-meals-report.md b/.changeset/twelve-meals-report.md deleted file mode 100644 index a70fa024..00000000 --- a/.changeset/twelve-meals-report.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -"@codecov/bundler-plugin-core": minor -"@codecov/bundle-analyzer": minor -"@codecov/nextjs-webpack-plugin": minor -"@codecov/nuxt-plugin": minor -"@codecov/remix-vite-plugin": minor -"@codecov/rollup-plugin": minor -"@codecov/solidstart-plugin": minor -"@codecov/sveltekit-plugin": minor -"@codecov/vite-plugin": minor -"@codecov/webpack-plugin": minor ---- - -Add GITHUB_JOB env var to list of env var names in GitHubActions provider util diff --git a/packages/bundle-analyzer/CHANGELOG.md b/packages/bundle-analyzer/CHANGELOG.md index cd22add5..178fe208 100644 --- a/packages/bundle-analyzer/CHANGELOG.md +++ b/packages/bundle-analyzer/CHANGELOG.md @@ -1,5 +1,18 @@ # @codecov/bundle-analyzer +## 1.3.0 + +### Minor Changes + +- 168610b: Add in debug logs for each param for each provider for better debugging. +- 590f0f1: Add GITHUB_JOB env var to list of env var names in GitHubActions provider util + +### Patch Changes + +- Updated dependencies [168610b] +- Updated dependencies [590f0f1] + - @codecov/bundler-plugin-core@1.3.0 + ## 1.2.1 ### Patch Changes diff --git a/packages/bundle-analyzer/package.json b/packages/bundle-analyzer/package.json index b64f3599..7042c6fd 100644 --- a/packages/bundle-analyzer/package.json +++ b/packages/bundle-analyzer/package.json @@ -1,6 +1,6 @@ { "name": "@codecov/bundle-analyzer", - "version": "1.2.1", + "version": "1.3.0", "description": "Official Codecov Bundle Analyzer", "author": "Codecov", "license": "MIT", diff --git a/packages/bundler-plugin-core/CHANGELOG.md b/packages/bundler-plugin-core/CHANGELOG.md index 4f2e51d6..deb7d1f6 100644 --- a/packages/bundler-plugin-core/CHANGELOG.md +++ b/packages/bundler-plugin-core/CHANGELOG.md @@ -1,5 +1,12 @@ # @codecov/bundler-plugin-core +## 1.3.0 + +### Minor Changes + +- 168610b: Add in debug logs for each param for each provider for better debugging. +- 590f0f1: Add GITHUB_JOB env var to list of env var names in GitHubActions provider util + ## 1.2.1 ### Patch Changes diff --git a/packages/bundler-plugin-core/package.json b/packages/bundler-plugin-core/package.json index d1830151..ab4cca97 100644 --- a/packages/bundler-plugin-core/package.json +++ b/packages/bundler-plugin-core/package.json @@ -1,6 +1,6 @@ { "name": "@codecov/bundler-plugin-core", - "version": "1.2.1", + "version": "1.3.0", "description": "Official Codecov Bundler Plugin Core", "author": "Codecov", "license": "MIT", diff --git a/packages/nextjs-webpack-plugin/CHANGELOG.md b/packages/nextjs-webpack-plugin/CHANGELOG.md index e47f671c..42f35f09 100644 --- a/packages/nextjs-webpack-plugin/CHANGELOG.md +++ b/packages/nextjs-webpack-plugin/CHANGELOG.md @@ -1,5 +1,19 @@ # @codecov/nextjs-webpack-plugin +## 1.3.0 + +### Minor Changes + +- 168610b: Add in debug logs for each param for each provider for better debugging. +- 590f0f1: Add GITHUB_JOB env var to list of env var names in GitHubActions provider util + +### Patch Changes + +- Updated dependencies [168610b] +- Updated dependencies [590f0f1] + - @codecov/bundler-plugin-core@1.3.0 + - @codecov/webpack-plugin@1.3.0 + ## 1.2.1 ### Patch Changes diff --git a/packages/nextjs-webpack-plugin/package.json b/packages/nextjs-webpack-plugin/package.json index 6481bf1e..4062637c 100644 --- a/packages/nextjs-webpack-plugin/package.json +++ b/packages/nextjs-webpack-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@codecov/nextjs-webpack-plugin", - "version": "1.2.1", + "version": "1.3.0", "description": "Official Codecov NextJS (Webpack) plugin", "author": "Codecov", "license": "MIT", diff --git a/packages/nuxt-plugin/CHANGELOG.md b/packages/nuxt-plugin/CHANGELOG.md index e913e2cb..44be3cba 100644 --- a/packages/nuxt-plugin/CHANGELOG.md +++ b/packages/nuxt-plugin/CHANGELOG.md @@ -1,5 +1,19 @@ # @codecov/nuxt-plugin +## 1.3.0 + +### Minor Changes + +- 168610b: Add in debug logs for each param for each provider for better debugging. +- 590f0f1: Add GITHUB_JOB env var to list of env var names in GitHubActions provider util + +### Patch Changes + +- Updated dependencies [168610b] +- Updated dependencies [590f0f1] + - @codecov/bundler-plugin-core@1.3.0 + - @codecov/vite-plugin@1.3.0 + ## 1.2.1 ### Patch Changes diff --git a/packages/nuxt-plugin/package.json b/packages/nuxt-plugin/package.json index 119158b1..0e85bac7 100644 --- a/packages/nuxt-plugin/package.json +++ b/packages/nuxt-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@codecov/nuxt-plugin", - "version": "1.2.1", + "version": "1.3.0", "description": "Official Codecov Nuxt plugin", "author": "Codecov", "license": "MIT", diff --git a/packages/remix-vite-plugin/CHANGELOG.md b/packages/remix-vite-plugin/CHANGELOG.md index cf7f7fb1..44f2f141 100644 --- a/packages/remix-vite-plugin/CHANGELOG.md +++ b/packages/remix-vite-plugin/CHANGELOG.md @@ -1,5 +1,19 @@ # @codecov/remix-vite-plugin +## 1.3.0 + +### Minor Changes + +- 168610b: Add in debug logs for each param for each provider for better debugging. +- 590f0f1: Add GITHUB_JOB env var to list of env var names in GitHubActions provider util + +### Patch Changes + +- Updated dependencies [168610b] +- Updated dependencies [590f0f1] + - @codecov/bundler-plugin-core@1.3.0 + - @codecov/vite-plugin@1.3.0 + ## 1.2.1 ### Patch Changes diff --git a/packages/remix-vite-plugin/package.json b/packages/remix-vite-plugin/package.json index 4d5248cb..98e66847 100644 --- a/packages/remix-vite-plugin/package.json +++ b/packages/remix-vite-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@codecov/remix-vite-plugin", - "version": "1.2.1", + "version": "1.3.0", "description": "Official Codecov Remix plugin", "author": "Codecov", "license": "MIT", diff --git a/packages/rollup-plugin/CHANGELOG.md b/packages/rollup-plugin/CHANGELOG.md index 2f092b26..b8dcc9d4 100644 --- a/packages/rollup-plugin/CHANGELOG.md +++ b/packages/rollup-plugin/CHANGELOG.md @@ -1,5 +1,18 @@ # @codecov/rollup-plugin +## 1.3.0 + +### Minor Changes + +- 168610b: Add in debug logs for each param for each provider for better debugging. +- 590f0f1: Add GITHUB_JOB env var to list of env var names in GitHubActions provider util + +### Patch Changes + +- Updated dependencies [168610b] +- Updated dependencies [590f0f1] + - @codecov/bundler-plugin-core@1.3.0 + ## 1.2.1 ### Patch Changes diff --git a/packages/rollup-plugin/package.json b/packages/rollup-plugin/package.json index 4d930d61..a49aa9f4 100644 --- a/packages/rollup-plugin/package.json +++ b/packages/rollup-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@codecov/rollup-plugin", - "version": "1.2.1", + "version": "1.3.0", "description": "Official Codecov Rollup plugin", "author": "Codecov", "license": "MIT", diff --git a/packages/solidstart-plugin/CHANGELOG.md b/packages/solidstart-plugin/CHANGELOG.md index 386533a1..7c12a38c 100644 --- a/packages/solidstart-plugin/CHANGELOG.md +++ b/packages/solidstart-plugin/CHANGELOG.md @@ -1,5 +1,19 @@ # @codecov/solidstart-plugin +## 1.3.0 + +### Minor Changes + +- 168610b: Add in debug logs for each param for each provider for better debugging. +- 590f0f1: Add GITHUB_JOB env var to list of env var names in GitHubActions provider util + +### Patch Changes + +- Updated dependencies [168610b] +- Updated dependencies [590f0f1] + - @codecov/bundler-plugin-core@1.3.0 + - @codecov/vite-plugin@1.3.0 + ## 1.2.1 ### Patch Changes diff --git a/packages/solidstart-plugin/package.json b/packages/solidstart-plugin/package.json index 6f64d772..b63d2a5f 100644 --- a/packages/solidstart-plugin/package.json +++ b/packages/solidstart-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@codecov/solidstart-plugin", - "version": "1.2.1", + "version": "1.3.0", "description": "Official Codecov SolidStart plugin", "author": "Codecov", "license": "MIT", diff --git a/packages/sveltekit-plugin/CHANGELOG.md b/packages/sveltekit-plugin/CHANGELOG.md index 4a78d8f6..41a2f6c2 100644 --- a/packages/sveltekit-plugin/CHANGELOG.md +++ b/packages/sveltekit-plugin/CHANGELOG.md @@ -1,5 +1,19 @@ # @codecov/sveltekit-plugin +## 1.3.0 + +### Minor Changes + +- 168610b: Add in debug logs for each param for each provider for better debugging. +- 590f0f1: Add GITHUB_JOB env var to list of env var names in GitHubActions provider util + +### Patch Changes + +- Updated dependencies [168610b] +- Updated dependencies [590f0f1] + - @codecov/bundler-plugin-core@1.3.0 + - @codecov/vite-plugin@1.3.0 + ## 1.2.1 ### Patch Changes diff --git a/packages/sveltekit-plugin/package.json b/packages/sveltekit-plugin/package.json index 9526edfe..02e50103 100644 --- a/packages/sveltekit-plugin/package.json +++ b/packages/sveltekit-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@codecov/sveltekit-plugin", - "version": "1.2.1", + "version": "1.3.0", "description": "Official Codecov SvelteKit plugin", "author": "Codecov", "license": "MIT", diff --git a/packages/vite-plugin/CHANGELOG.md b/packages/vite-plugin/CHANGELOG.md index ce4d3d4d..f352a560 100644 --- a/packages/vite-plugin/CHANGELOG.md +++ b/packages/vite-plugin/CHANGELOG.md @@ -1,5 +1,18 @@ # @codecov/vite-plugin +## 1.3.0 + +### Minor Changes + +- 168610b: Add in debug logs for each param for each provider for better debugging. +- 590f0f1: Add GITHUB_JOB env var to list of env var names in GitHubActions provider util + +### Patch Changes + +- Updated dependencies [168610b] +- Updated dependencies [590f0f1] + - @codecov/bundler-plugin-core@1.3.0 + ## 1.2.1 ### Patch Changes diff --git a/packages/vite-plugin/package.json b/packages/vite-plugin/package.json index 8e486baf..9931f656 100644 --- a/packages/vite-plugin/package.json +++ b/packages/vite-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@codecov/vite-plugin", - "version": "1.2.1", + "version": "1.3.0", "description": "Official Codecov Vite plugin", "author": "Codecov", "license": "MIT", diff --git a/packages/webpack-plugin/CHANGELOG.md b/packages/webpack-plugin/CHANGELOG.md index 59b61a21..43020417 100644 --- a/packages/webpack-plugin/CHANGELOG.md +++ b/packages/webpack-plugin/CHANGELOG.md @@ -1,5 +1,18 @@ # @codecov/webpack-plugin +## 1.3.0 + +### Minor Changes + +- 168610b: Add in debug logs for each param for each provider for better debugging. +- 590f0f1: Add GITHUB_JOB env var to list of env var names in GitHubActions provider util + +### Patch Changes + +- Updated dependencies [168610b] +- Updated dependencies [590f0f1] + - @codecov/bundler-plugin-core@1.3.0 + ## 1.2.1 ### Patch Changes diff --git a/packages/webpack-plugin/package.json b/packages/webpack-plugin/package.json index f8d8184a..f0184eaa 100644 --- a/packages/webpack-plugin/package.json +++ b/packages/webpack-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@codecov/webpack-plugin", - "version": "1.2.1", + "version": "1.3.0", "description": "Official Codecov Webpack plugin", "author": "Codecov", "license": "MIT", From 6947b63ada9e38678cad9aedc2cac7a957a7b887 Mon Sep 17 00:00:00 2001 From: nicholas-codecov Date: Tue, 12 Nov 2024 14:38:15 -0400 Subject: [PATCH 2/2] bump snapshot versions --- .../__snapshots__/nuxt-plugin.test.ts.snap | 36 ++++++++--------- .../__snapshots__/remix-plugin.test.ts.snap | 20 +++++----- .../__snapshots__/rollup-plugin.test.ts.snap | 40 +++++++++---------- .../sveltekit-plugin.test.ts.snap | 12 +++--- .../__snapshots__/vite-plugin.test.ts.snap | 40 +++++++++---------- .../__snapshots__/webpack-plugin.test.ts.snap | 8 ++-- ...JSWebpackBundleAnalysisPlugin.test.ts.snap | 2 +- .../nuxtBundleAnalysisPlugin.test.ts.snap | 2 +- .../remixBundleAnalysisPlugin.test.ts.snap | 2 +- .../rollupBundleAnalysisPlugin.test.ts.snap | 2 +- ...olidstartBundleAnalysisPlugin.test.ts.snap | 4 +- ...sveltekitBundleAnalysisPlugin.test.ts.snap | 2 +- .../viteBundleAnalysisPlugin.test.ts.snap | 2 +- .../webpackBundleAnalysisPlugin.test.ts.snap | 2 +- 14 files changed, 87 insertions(+), 87 deletions(-) diff --git a/integration-tests/fixtures/generate-bundle-stats/nuxt/__snapshots__/nuxt-plugin.test.ts.snap b/integration-tests/fixtures/generate-bundle-stats/nuxt/__snapshots__/nuxt-plugin.test.ts.snap index c3fa2d6d..31adca4a 100644 --- a/integration-tests/fixtures/generate-bundle-stats/nuxt/__snapshots__/nuxt-plugin.test.ts.snap +++ b/integration-tests/fixtures/generate-bundle-stats/nuxt/__snapshots__/nuxt-plugin.test.ts.snap @@ -15,7 +15,7 @@ exports[`Generating nuxt stats 3 {"format":"amd","expected":"amd"} matches the s "outputPath": StringContaining "/distV3", "plugin": { "name": StringMatching "@codecov/nuxt-plugin", - "version": "1.2.1", + "version": "1.3.0", }, "version": "2", } @@ -36,7 +36,7 @@ exports[`Generating nuxt stats 3 {"format":"amd","expected":"amd"} matches the s "outputPath": StringContaining "/distV3", "plugin": { "name": StringMatching "@codecov/nuxt-plugin", - "version": "1.2.1", + "version": "1.3.0", }, "version": "2", } @@ -57,7 +57,7 @@ exports[`Generating nuxt stats 3 {"format":"cjs","expected":"cjs"} matches the s "outputPath": StringContaining "/distV3", "plugin": { "name": StringMatching "@codecov/nuxt-plugin", - "version": "1.2.1", + "version": "1.3.0", }, "version": "2", } @@ -78,7 +78,7 @@ exports[`Generating nuxt stats 3 {"format":"cjs","expected":"cjs"} matches the s "outputPath": StringContaining "/distV3", "plugin": { "name": StringMatching "@codecov/nuxt-plugin", - "version": "1.2.1", + "version": "1.3.0", }, "version": "2", } @@ -99,7 +99,7 @@ exports[`Generating nuxt stats 3 {"format":"es","expected":"esm"} matches the sn "outputPath": StringContaining "/distV3", "plugin": { "name": StringMatching "@codecov/nuxt-plugin", - "version": "1.2.1", + "version": "1.3.0", }, "version": "2", } @@ -120,7 +120,7 @@ exports[`Generating nuxt stats 3 {"format":"es","expected":"esm"} matches the sn "outputPath": StringContaining "/distV3", "plugin": { "name": StringMatching "@codecov/nuxt-plugin", - "version": "1.2.1", + "version": "1.3.0", }, "version": "2", } @@ -141,7 +141,7 @@ exports[`Generating nuxt stats 3 {"format":"esm","expected":"esm"} matches the s "outputPath": StringContaining "/distV3", "plugin": { "name": StringMatching "@codecov/nuxt-plugin", - "version": "1.2.1", + "version": "1.3.0", }, "version": "2", } @@ -162,7 +162,7 @@ exports[`Generating nuxt stats 3 {"format":"esm","expected":"esm"} matches the s "outputPath": StringContaining "/distV3", "plugin": { "name": StringMatching "@codecov/nuxt-plugin", - "version": "1.2.1", + "version": "1.3.0", }, "version": "2", } @@ -183,7 +183,7 @@ exports[`Generating nuxt stats 3 {"format":"module","expected":"esm"} matches th "outputPath": StringContaining "/distV3", "plugin": { "name": StringMatching "@codecov/nuxt-plugin", - "version": "1.2.1", + "version": "1.3.0", }, "version": "2", } @@ -204,7 +204,7 @@ exports[`Generating nuxt stats 3 {"format":"module","expected":"esm"} matches th "outputPath": StringContaining "/distV3", "plugin": { "name": StringMatching "@codecov/nuxt-plugin", - "version": "1.2.1", + "version": "1.3.0", }, "version": "2", } @@ -225,7 +225,7 @@ exports[`Generating nuxt stats 3 {"format":"iife","expected":"iife"} matches the "outputPath": StringContaining "/distV3", "plugin": { "name": StringMatching "@codecov/nuxt-plugin", - "version": "1.2.1", + "version": "1.3.0", }, "version": "2", } @@ -246,7 +246,7 @@ exports[`Generating nuxt stats 3 {"format":"iife","expected":"iife"} matches the "outputPath": StringContaining "/distV3", "plugin": { "name": StringMatching "@codecov/nuxt-plugin", - "version": "1.2.1", + "version": "1.3.0", }, "version": "2", } @@ -267,7 +267,7 @@ exports[`Generating nuxt stats 3 {"format":"umd","expected":"umd"} matches the s "outputPath": StringContaining "/distV3", "plugin": { "name": StringMatching "@codecov/nuxt-plugin", - "version": "1.2.1", + "version": "1.3.0", }, "version": "2", } @@ -288,7 +288,7 @@ exports[`Generating nuxt stats 3 {"format":"umd","expected":"umd"} matches the s "outputPath": StringContaining "/distV3", "plugin": { "name": StringMatching "@codecov/nuxt-plugin", - "version": "1.2.1", + "version": "1.3.0", }, "version": "2", } @@ -309,7 +309,7 @@ exports[`Generating nuxt stats 3 {"format":"system","expected":"system"} matches "outputPath": StringContaining "/distV3", "plugin": { "name": StringMatching "@codecov/nuxt-plugin", - "version": "1.2.1", + "version": "1.3.0", }, "version": "2", } @@ -330,7 +330,7 @@ exports[`Generating nuxt stats 3 {"format":"system","expected":"system"} matches "outputPath": StringContaining "/distV3", "plugin": { "name": StringMatching "@codecov/nuxt-plugin", - "version": "1.2.1", + "version": "1.3.0", }, "version": "2", } @@ -351,7 +351,7 @@ exports[`Generating nuxt stats 3 {"format":"systemjs","expected":"system"} match "outputPath": StringContaining "/distV3", "plugin": { "name": StringMatching "@codecov/nuxt-plugin", - "version": "1.2.1", + "version": "1.3.0", }, "version": "2", } @@ -372,7 +372,7 @@ exports[`Generating nuxt stats 3 {"format":"systemjs","expected":"system"} match "outputPath": StringContaining "/distV3", "plugin": { "name": StringMatching "@codecov/nuxt-plugin", - "version": "1.2.1", + "version": "1.3.0", }, "version": "2", } diff --git a/integration-tests/fixtures/generate-bundle-stats/remix/__snapshots__/remix-plugin.test.ts.snap b/integration-tests/fixtures/generate-bundle-stats/remix/__snapshots__/remix-plugin.test.ts.snap index 6878ae44..4abe4d36 100644 --- a/integration-tests/fixtures/generate-bundle-stats/remix/__snapshots__/remix-plugin.test.ts.snap +++ b/integration-tests/fixtures/generate-bundle-stats/remix/__snapshots__/remix-plugin.test.ts.snap @@ -15,7 +15,7 @@ exports[`Generating remix stats 2 {"format":"amd","expected":"amd"} matches the "outputPath": StringContaining "build", "plugin": { "name": StringMatching "@codecov/remix-vite-plugin", - "version": "1.2.1", + "version": "1.3.0", }, "version": "2", } @@ -36,7 +36,7 @@ exports[`Generating remix stats 2 {"format":"amd","expected":"amd"} matches the "outputPath": StringContaining "build", "plugin": { "name": StringMatching "@codecov/remix-vite-plugin", - "version": "1.2.1", + "version": "1.3.0", }, "version": "2", } @@ -57,7 +57,7 @@ exports[`Generating remix stats 2 {"format":"cjs","expected":"cjs"} matches the "outputPath": StringContaining "build", "plugin": { "name": StringMatching "@codecov/remix-vite-plugin", - "version": "1.2.1", + "version": "1.3.0", }, "version": "2", } @@ -78,7 +78,7 @@ exports[`Generating remix stats 2 {"format":"cjs","expected":"cjs"} matches the "outputPath": StringContaining "build", "plugin": { "name": StringMatching "@codecov/remix-vite-plugin", - "version": "1.2.1", + "version": "1.3.0", }, "version": "2", } @@ -99,7 +99,7 @@ exports[`Generating remix stats 2 {"format":"es","expected":"esm"} matches the s "outputPath": StringContaining "build", "plugin": { "name": StringMatching "@codecov/remix-vite-plugin", - "version": "1.2.1", + "version": "1.3.0", }, "version": "2", } @@ -120,7 +120,7 @@ exports[`Generating remix stats 2 {"format":"es","expected":"esm"} matches the s "outputPath": StringContaining "build", "plugin": { "name": StringMatching "@codecov/remix-vite-plugin", - "version": "1.2.1", + "version": "1.3.0", }, "version": "2", } @@ -141,7 +141,7 @@ exports[`Generating remix stats 2 {"format":"esm","expected":"esm"} matches the "outputPath": StringContaining "build", "plugin": { "name": StringMatching "@codecov/remix-vite-plugin", - "version": "1.2.1", + "version": "1.3.0", }, "version": "2", } @@ -162,7 +162,7 @@ exports[`Generating remix stats 2 {"format":"esm","expected":"esm"} matches the "outputPath": StringContaining "build", "plugin": { "name": StringMatching "@codecov/remix-vite-plugin", - "version": "1.2.1", + "version": "1.3.0", }, "version": "2", } @@ -183,7 +183,7 @@ exports[`Generating remix stats 2 {"format":"module","expected":"esm"} matches t "outputPath": StringContaining "build", "plugin": { "name": StringMatching "@codecov/remix-vite-plugin", - "version": "1.2.1", + "version": "1.3.0", }, "version": "2", } @@ -204,7 +204,7 @@ exports[`Generating remix stats 2 {"format":"module","expected":"esm"} matches t "outputPath": StringContaining "build", "plugin": { "name": StringMatching "@codecov/remix-vite-plugin", - "version": "1.2.1", + "version": "1.3.0", }, "version": "2", } diff --git a/integration-tests/fixtures/generate-bundle-stats/rollup/__snapshots__/rollup-plugin.test.ts.snap b/integration-tests/fixtures/generate-bundle-stats/rollup/__snapshots__/rollup-plugin.test.ts.snap index c30d00b0..08d0999d 100644 --- a/integration-tests/fixtures/generate-bundle-stats/rollup/__snapshots__/rollup-plugin.test.ts.snap +++ b/integration-tests/fixtures/generate-bundle-stats/rollup/__snapshots__/rollup-plugin.test.ts.snap @@ -71,7 +71,7 @@ exports[`Generating rollup stats 3 {"format":"amd","expected":"amd"} matches the "outputPath": StringContaining "/distV3", "plugin": { "name": StringMatching "@codecov/rollup-plugin", - "version": "1.2.1", + "version": "1.3.0", }, "version": "2", } @@ -148,7 +148,7 @@ exports[`Generating rollup stats 3 {"format":"cjs","expected":"cjs"} matches the "outputPath": StringContaining "/distV3", "plugin": { "name": StringMatching "@codecov/rollup-plugin", - "version": "1.2.1", + "version": "1.3.0", }, "version": "2", } @@ -225,7 +225,7 @@ exports[`Generating rollup stats 3 {"format":"es","expected":"esm"} matches the "outputPath": StringContaining "/distV3", "plugin": { "name": StringMatching "@codecov/rollup-plugin", - "version": "1.2.1", + "version": "1.3.0", }, "version": "2", } @@ -302,7 +302,7 @@ exports[`Generating rollup stats 3 {"format":"esm","expected":"esm"} matches the "outputPath": StringContaining "/distV3", "plugin": { "name": StringMatching "@codecov/rollup-plugin", - "version": "1.2.1", + "version": "1.3.0", }, "version": "2", } @@ -379,7 +379,7 @@ exports[`Generating rollup stats 3 {"format":"module","expected":"esm"} matches "outputPath": StringContaining "/distV3", "plugin": { "name": StringMatching "@codecov/rollup-plugin", - "version": "1.2.1", + "version": "1.3.0", }, "version": "2", } @@ -456,7 +456,7 @@ exports[`Generating rollup stats 3 {"format":"iife","expected":"iife"} matches t "outputPath": StringContaining "/distV3", "plugin": { "name": StringMatching "@codecov/rollup-plugin", - "version": "1.2.1", + "version": "1.3.0", }, "version": "2", } @@ -533,7 +533,7 @@ exports[`Generating rollup stats 3 {"format":"umd","expected":"umd"} matches the "outputPath": StringContaining "/distV3", "plugin": { "name": StringMatching "@codecov/rollup-plugin", - "version": "1.2.1", + "version": "1.3.0", }, "version": "2", } @@ -610,7 +610,7 @@ exports[`Generating rollup stats 3 {"format":"system","expected":"system"} match "outputPath": StringContaining "/distV3", "plugin": { "name": StringMatching "@codecov/rollup-plugin", - "version": "1.2.1", + "version": "1.3.0", }, "version": "2", } @@ -687,7 +687,7 @@ exports[`Generating rollup stats 3 {"format":"systemjs","expected":"system"} mat "outputPath": StringContaining "/distV3", "plugin": { "name": StringMatching "@codecov/rollup-plugin", - "version": "1.2.1", + "version": "1.3.0", }, "version": "2", } @@ -764,7 +764,7 @@ exports[`Generating rollup stats 3 source maps are enabled does not include any "outputPath": StringContaining "/distV3", "plugin": { "name": StringMatching "@codecov/rollup-plugin", - "version": "1.2.1", + "version": "1.3.0", }, "version": "2", } @@ -841,7 +841,7 @@ exports[`Generating rollup stats 4 {"format":"amd","expected":"amd"} matches the "outputPath": StringContaining "/distV4", "plugin": { "name": StringMatching "@codecov/rollup-plugin", - "version": "1.2.1", + "version": "1.3.0", }, "version": "2", } @@ -918,7 +918,7 @@ exports[`Generating rollup stats 4 {"format":"cjs","expected":"cjs"} matches the "outputPath": StringContaining "/distV4", "plugin": { "name": StringMatching "@codecov/rollup-plugin", - "version": "1.2.1", + "version": "1.3.0", }, "version": "2", } @@ -995,7 +995,7 @@ exports[`Generating rollup stats 4 {"format":"es","expected":"esm"} matches the "outputPath": StringContaining "/distV4", "plugin": { "name": StringMatching "@codecov/rollup-plugin", - "version": "1.2.1", + "version": "1.3.0", }, "version": "2", } @@ -1072,7 +1072,7 @@ exports[`Generating rollup stats 4 {"format":"esm","expected":"esm"} matches the "outputPath": StringContaining "/distV4", "plugin": { "name": StringMatching "@codecov/rollup-plugin", - "version": "1.2.1", + "version": "1.3.0", }, "version": "2", } @@ -1149,7 +1149,7 @@ exports[`Generating rollup stats 4 {"format":"module","expected":"esm"} matches "outputPath": StringContaining "/distV4", "plugin": { "name": StringMatching "@codecov/rollup-plugin", - "version": "1.2.1", + "version": "1.3.0", }, "version": "2", } @@ -1226,7 +1226,7 @@ exports[`Generating rollup stats 4 {"format":"iife","expected":"iife"} matches t "outputPath": StringContaining "/distV4", "plugin": { "name": StringMatching "@codecov/rollup-plugin", - "version": "1.2.1", + "version": "1.3.0", }, "version": "2", } @@ -1303,7 +1303,7 @@ exports[`Generating rollup stats 4 {"format":"umd","expected":"umd"} matches the "outputPath": StringContaining "/distV4", "plugin": { "name": StringMatching "@codecov/rollup-plugin", - "version": "1.2.1", + "version": "1.3.0", }, "version": "2", } @@ -1380,7 +1380,7 @@ exports[`Generating rollup stats 4 {"format":"system","expected":"system"} match "outputPath": StringContaining "/distV4", "plugin": { "name": StringMatching "@codecov/rollup-plugin", - "version": "1.2.1", + "version": "1.3.0", }, "version": "2", } @@ -1457,7 +1457,7 @@ exports[`Generating rollup stats 4 {"format":"systemjs","expected":"system"} mat "outputPath": StringContaining "/distV4", "plugin": { "name": StringMatching "@codecov/rollup-plugin", - "version": "1.2.1", + "version": "1.3.0", }, "version": "2", } @@ -1534,7 +1534,7 @@ exports[`Generating rollup stats 4 source maps are enabled does not include any "outputPath": StringContaining "/distV4", "plugin": { "name": StringMatching "@codecov/rollup-plugin", - "version": "1.2.1", + "version": "1.3.0", }, "version": "2", } diff --git a/integration-tests/fixtures/generate-bundle-stats/sveltekit/__snapshots__/sveltekit-plugin.test.ts.snap b/integration-tests/fixtures/generate-bundle-stats/sveltekit/__snapshots__/sveltekit-plugin.test.ts.snap index 4c3634d2..71840af5 100644 --- a/integration-tests/fixtures/generate-bundle-stats/sveltekit/__snapshots__/sveltekit-plugin.test.ts.snap +++ b/integration-tests/fixtures/generate-bundle-stats/sveltekit/__snapshots__/sveltekit-plugin.test.ts.snap @@ -15,7 +15,7 @@ exports[`Generating sveltekit stats 2 {"format":"es","expected":"esm"} matches t "outputPath": StringContaining ".svelte-kit", "plugin": { "name": StringMatching "@codecov/sveltekit-plugin", - "version": "1.2.1", + "version": "1.3.0", }, "version": "2", } @@ -36,7 +36,7 @@ exports[`Generating sveltekit stats 2 {"format":"es","expected":"esm"} matches t "outputPath": StringContaining ".svelte-kit", "plugin": { "name": StringMatching "@codecov/sveltekit-plugin", - "version": "1.2.1", + "version": "1.3.0", }, "version": "2", } @@ -57,7 +57,7 @@ exports[`Generating sveltekit stats 2 {"format":"esm","expected":"esm"} matches "outputPath": StringContaining ".svelte-kit", "plugin": { "name": StringMatching "@codecov/sveltekit-plugin", - "version": "1.2.1", + "version": "1.3.0", }, "version": "2", } @@ -78,7 +78,7 @@ exports[`Generating sveltekit stats 2 {"format":"esm","expected":"esm"} matches "outputPath": StringContaining ".svelte-kit", "plugin": { "name": StringMatching "@codecov/sveltekit-plugin", - "version": "1.2.1", + "version": "1.3.0", }, "version": "2", } @@ -99,7 +99,7 @@ exports[`Generating sveltekit stats 2 {"format":"module","expected":"esm"} match "outputPath": StringContaining ".svelte-kit", "plugin": { "name": StringMatching "@codecov/sveltekit-plugin", - "version": "1.2.1", + "version": "1.3.0", }, "version": "2", } @@ -120,7 +120,7 @@ exports[`Generating sveltekit stats 2 {"format":"module","expected":"esm"} match "outputPath": StringContaining ".svelte-kit", "plugin": { "name": StringMatching "@codecov/sveltekit-plugin", - "version": "1.2.1", + "version": "1.3.0", }, "version": "2", } diff --git a/integration-tests/fixtures/generate-bundle-stats/vite/__snapshots__/vite-plugin.test.ts.snap b/integration-tests/fixtures/generate-bundle-stats/vite/__snapshots__/vite-plugin.test.ts.snap index 795a7893..263a295c 100644 --- a/integration-tests/fixtures/generate-bundle-stats/vite/__snapshots__/vite-plugin.test.ts.snap +++ b/integration-tests/fixtures/generate-bundle-stats/vite/__snapshots__/vite-plugin.test.ts.snap @@ -85,7 +85,7 @@ exports[`Generating vite stats v4 {"format":"amd","expected":"amd"} matches the "outputPath": StringContaining "/distV4", "plugin": { "name": StringMatching "@codecov/vite-plugin", - "version": "1.2.1", + "version": "1.3.0", }, "version": "2", } @@ -176,7 +176,7 @@ exports[`Generating vite stats v4 {"format":"cjs","expected":"cjs"} matches the "outputPath": StringContaining "/distV4", "plugin": { "name": StringMatching "@codecov/vite-plugin", - "version": "1.2.1", + "version": "1.3.0", }, "version": "2", } @@ -267,7 +267,7 @@ exports[`Generating vite stats v4 {"format":"es","expected":"esm"} matches the s "outputPath": StringContaining "/distV4", "plugin": { "name": StringMatching "@codecov/vite-plugin", - "version": "1.2.1", + "version": "1.3.0", }, "version": "2", } @@ -358,7 +358,7 @@ exports[`Generating vite stats v4 {"format":"esm","expected":"esm"} matches the "outputPath": StringContaining "/distV4", "plugin": { "name": StringMatching "@codecov/vite-plugin", - "version": "1.2.1", + "version": "1.3.0", }, "version": "2", } @@ -449,7 +449,7 @@ exports[`Generating vite stats v4 {"format":"module","expected":"esm"} matches t "outputPath": StringContaining "/distV4", "plugin": { "name": StringMatching "@codecov/vite-plugin", - "version": "1.2.1", + "version": "1.3.0", }, "version": "2", } @@ -540,7 +540,7 @@ exports[`Generating vite stats v4 {"format":"iife","expected":"iife"} matches th "outputPath": StringContaining "/distV4", "plugin": { "name": StringMatching "@codecov/vite-plugin", - "version": "1.2.1", + "version": "1.3.0", }, "version": "2", } @@ -631,7 +631,7 @@ exports[`Generating vite stats v4 {"format":"umd","expected":"umd"} matches the "outputPath": StringContaining "/distV4", "plugin": { "name": StringMatching "@codecov/vite-plugin", - "version": "1.2.1", + "version": "1.3.0", }, "version": "2", } @@ -722,7 +722,7 @@ exports[`Generating vite stats v4 {"format":"system","expected":"system"} matche "outputPath": StringContaining "/distV4", "plugin": { "name": StringMatching "@codecov/vite-plugin", - "version": "1.2.1", + "version": "1.3.0", }, "version": "2", } @@ -813,7 +813,7 @@ exports[`Generating vite stats v4 {"format":"systemjs","expected":"system"} matc "outputPath": StringContaining "/distV4", "plugin": { "name": StringMatching "@codecov/vite-plugin", - "version": "1.2.1", + "version": "1.3.0", }, "version": "2", } @@ -904,7 +904,7 @@ exports[`Generating vite stats v4 source maps are enabled does not include any s "outputPath": StringContaining "/distV4", "plugin": { "name": StringMatching "@codecov/vite-plugin", - "version": "1.2.1", + "version": "1.3.0", }, "version": "2", } @@ -995,7 +995,7 @@ exports[`Generating vite stats v5 {"format":"amd","expected":"amd"} matches the "outputPath": StringContaining "/distV5", "plugin": { "name": StringMatching "@codecov/vite-plugin", - "version": "1.2.1", + "version": "1.3.0", }, "version": "2", } @@ -1086,7 +1086,7 @@ exports[`Generating vite stats v5 {"format":"cjs","expected":"cjs"} matches the "outputPath": StringContaining "/distV5", "plugin": { "name": StringMatching "@codecov/vite-plugin", - "version": "1.2.1", + "version": "1.3.0", }, "version": "2", } @@ -1177,7 +1177,7 @@ exports[`Generating vite stats v5 {"format":"es","expected":"esm"} matches the s "outputPath": StringContaining "/distV5", "plugin": { "name": StringMatching "@codecov/vite-plugin", - "version": "1.2.1", + "version": "1.3.0", }, "version": "2", } @@ -1268,7 +1268,7 @@ exports[`Generating vite stats v5 {"format":"esm","expected":"esm"} matches the "outputPath": StringContaining "/distV5", "plugin": { "name": StringMatching "@codecov/vite-plugin", - "version": "1.2.1", + "version": "1.3.0", }, "version": "2", } @@ -1359,7 +1359,7 @@ exports[`Generating vite stats v5 {"format":"module","expected":"esm"} matches t "outputPath": StringContaining "/distV5", "plugin": { "name": StringMatching "@codecov/vite-plugin", - "version": "1.2.1", + "version": "1.3.0", }, "version": "2", } @@ -1450,7 +1450,7 @@ exports[`Generating vite stats v5 {"format":"iife","expected":"iife"} matches th "outputPath": StringContaining "/distV5", "plugin": { "name": StringMatching "@codecov/vite-plugin", - "version": "1.2.1", + "version": "1.3.0", }, "version": "2", } @@ -1541,7 +1541,7 @@ exports[`Generating vite stats v5 {"format":"umd","expected":"umd"} matches the "outputPath": StringContaining "/distV5", "plugin": { "name": StringMatching "@codecov/vite-plugin", - "version": "1.2.1", + "version": "1.3.0", }, "version": "2", } @@ -1632,7 +1632,7 @@ exports[`Generating vite stats v5 {"format":"system","expected":"system"} matche "outputPath": StringContaining "/distV5", "plugin": { "name": StringMatching "@codecov/vite-plugin", - "version": "1.2.1", + "version": "1.3.0", }, "version": "2", } @@ -1723,7 +1723,7 @@ exports[`Generating vite stats v5 {"format":"systemjs","expected":"system"} matc "outputPath": StringContaining "/distV5", "plugin": { "name": StringMatching "@codecov/vite-plugin", - "version": "1.2.1", + "version": "1.3.0", }, "version": "2", } @@ -1814,7 +1814,7 @@ exports[`Generating vite stats v5 source maps are enabled does not include any s "outputPath": StringContaining "/distV5", "plugin": { "name": StringMatching "@codecov/vite-plugin", - "version": "1.2.1", + "version": "1.3.0", }, "version": "2", } diff --git a/integration-tests/fixtures/generate-bundle-stats/webpack/__snapshots__/webpack-plugin.test.ts.snap b/integration-tests/fixtures/generate-bundle-stats/webpack/__snapshots__/webpack-plugin.test.ts.snap index 6a067338..b9f590c1 100644 --- a/integration-tests/fixtures/generate-bundle-stats/webpack/__snapshots__/webpack-plugin.test.ts.snap +++ b/integration-tests/fixtures/generate-bundle-stats/webpack/__snapshots__/webpack-plugin.test.ts.snap @@ -69,7 +69,7 @@ exports[`Generating webpack stats 5 {"format":"array-push","expected":"array-pus "outputPath": StringContaining "/distV5", "plugin": { "name": StringMatching "@codecov/webpack-plugin", - "version": "1.2.1", + "version": "1.3.0", }, "version": "2", } @@ -144,7 +144,7 @@ exports[`Generating webpack stats 5 {"format":"commonjs","expected":"cjs"} match "outputPath": StringContaining "/distV5", "plugin": { "name": StringMatching "@codecov/webpack-plugin", - "version": "1.2.1", + "version": "1.3.0", }, "version": "2", } @@ -219,7 +219,7 @@ exports[`Generating webpack stats 5 {"format":"module","expected":"esm"} matches "outputPath": StringContaining "/distV5", "plugin": { "name": StringMatching "@codecov/webpack-plugin", - "version": "1.2.1", + "version": "1.3.0", }, "version": "2", } @@ -294,7 +294,7 @@ exports[`Generating webpack stats 5 source maps are enabled does not include any "outputPath": StringContaining "/distV5", "plugin": { "name": StringMatching "@codecov/webpack-plugin", - "version": "1.2.1", + "version": "1.3.0", }, "version": "2", } diff --git a/packages/nextjs-webpack-plugin/src/nextjs-webpack-bundle-analysis/__tests__/__snapshots__/nextJSWebpackBundleAnalysisPlugin.test.ts.snap b/packages/nextjs-webpack-plugin/src/nextjs-webpack-bundle-analysis/__tests__/__snapshots__/nextJSWebpackBundleAnalysisPlugin.test.ts.snap index 33017f72..f29514d3 100644 --- a/packages/nextjs-webpack-plugin/src/nextjs-webpack-bundle-analysis/__tests__/__snapshots__/nextJSWebpackBundleAnalysisPlugin.test.ts.snap +++ b/packages/nextjs-webpack-plugin/src/nextjs-webpack-bundle-analysis/__tests__/__snapshots__/nextJSWebpackBundleAnalysisPlugin.test.ts.snap @@ -5,7 +5,7 @@ exports[`webpackBundleAnalysisPlugin > when called > returns a plugin object 1`] "buildEnd": [Function], "buildStart": [Function], "name": "@codecov/nextjs-webpack-plugin", - "pluginVersion": "1.2.1", + "pluginVersion": "1.3.0", "version": "2", "webpack": [Function], "writeBundle": [Function], diff --git a/packages/nuxt-plugin/src/nuxt-bundle-analysis/__tests__/__snapshots__/nuxtBundleAnalysisPlugin.test.ts.snap b/packages/nuxt-plugin/src/nuxt-bundle-analysis/__tests__/__snapshots__/nuxtBundleAnalysisPlugin.test.ts.snap index 75e9d9b2..e802ef27 100644 --- a/packages/nuxt-plugin/src/nuxt-bundle-analysis/__tests__/__snapshots__/nuxtBundleAnalysisPlugin.test.ts.snap +++ b/packages/nuxt-plugin/src/nuxt-bundle-analysis/__tests__/__snapshots__/nuxtBundleAnalysisPlugin.test.ts.snap @@ -3,7 +3,7 @@ exports[`nuxtBundleAnalysisPlugin > when called > returns a plugin object 1`] = ` { "name": "@codecov/nuxt-plugin", - "pluginVersion": "1.2.1", + "pluginVersion": "1.3.0", "version": "2", "vite": { "generateBundle": [Function], diff --git a/packages/remix-vite-plugin/src/remix-bundle-analysis/__tests__/__snapshots__/remixBundleAnalysisPlugin.test.ts.snap b/packages/remix-vite-plugin/src/remix-bundle-analysis/__tests__/__snapshots__/remixBundleAnalysisPlugin.test.ts.snap index 50df66d9..2afdda52 100644 --- a/packages/remix-vite-plugin/src/remix-bundle-analysis/__tests__/__snapshots__/remixBundleAnalysisPlugin.test.ts.snap +++ b/packages/remix-vite-plugin/src/remix-bundle-analysis/__tests__/__snapshots__/remixBundleAnalysisPlugin.test.ts.snap @@ -3,7 +3,7 @@ exports[`remixBundleAnalysisPlugin > when called > returns a plugin object 1`] = ` { "name": "@codecov/remix-vite-plugin", - "pluginVersion": "1.2.1", + "pluginVersion": "1.3.0", "version": "2", "vite": { "generateBundle": [Function], diff --git a/packages/rollup-plugin/src/rollup-bundle-analysis/__tests__/__snapshots__/rollupBundleAnalysisPlugin.test.ts.snap b/packages/rollup-plugin/src/rollup-bundle-analysis/__tests__/__snapshots__/rollupBundleAnalysisPlugin.test.ts.snap index dd77f526..5c1d9e95 100644 --- a/packages/rollup-plugin/src/rollup-bundle-analysis/__tests__/__snapshots__/rollupBundleAnalysisPlugin.test.ts.snap +++ b/packages/rollup-plugin/src/rollup-bundle-analysis/__tests__/__snapshots__/rollupBundleAnalysisPlugin.test.ts.snap @@ -5,7 +5,7 @@ exports[`rollupBundleAnalysisPlugin > when called > returns a plugin object 1`] "buildEnd": [Function], "buildStart": [Function], "name": "@codecov/rollup-plugin", - "pluginVersion": "1.2.1", + "pluginVersion": "1.3.0", "rollup": { "generateBundle": [Function], }, diff --git a/packages/solidstart-plugin/src/solidstart-bundle-analysis/__tests__/__snapshots__/solidstartBundleAnalysisPlugin.test.ts.snap b/packages/solidstart-plugin/src/solidstart-bundle-analysis/__tests__/__snapshots__/solidstartBundleAnalysisPlugin.test.ts.snap index 5baa2901..af69ec9a 100644 --- a/packages/solidstart-plugin/src/solidstart-bundle-analysis/__tests__/__snapshots__/solidstartBundleAnalysisPlugin.test.ts.snap +++ b/packages/solidstart-plugin/src/solidstart-bundle-analysis/__tests__/__snapshots__/solidstartBundleAnalysisPlugin.test.ts.snap @@ -3,7 +3,7 @@ exports[`solidstartBundleAnalysisPlugin > when called > returns a plugin object 1`] = ` { "name": "@codecov/solidstart-plugin", - "pluginVersion": "1.2.1", + "pluginVersion": "1.3.0", "version": "2", "vite": { "generateBundle": [Function], @@ -14,7 +14,7 @@ exports[`solidstartBundleAnalysisPlugin > when called > returns a plugin object exports[`sveltekitBundleAnalysisPlugin > when called > returns a plugin object 1`] = ` { "name": "@codecov/sveltekit-plugin", - "pluginVersion": "1.2.1", + "pluginVersion": "1.3.0", "version": "2", "vite": { "generateBundle": [Function], diff --git a/packages/sveltekit-plugin/src/sveltekit-bundle-analysis/__tests__/__snapshots__/sveltekitBundleAnalysisPlugin.test.ts.snap b/packages/sveltekit-plugin/src/sveltekit-bundle-analysis/__tests__/__snapshots__/sveltekitBundleAnalysisPlugin.test.ts.snap index 50fb096b..59e8444c 100644 --- a/packages/sveltekit-plugin/src/sveltekit-bundle-analysis/__tests__/__snapshots__/sveltekitBundleAnalysisPlugin.test.ts.snap +++ b/packages/sveltekit-plugin/src/sveltekit-bundle-analysis/__tests__/__snapshots__/sveltekitBundleAnalysisPlugin.test.ts.snap @@ -3,7 +3,7 @@ exports[`sveltekitBundleAnalysisPlugin > when called > returns a plugin object 1`] = ` { "name": "@codecov/sveltekit-plugin", - "pluginVersion": "1.2.1", + "pluginVersion": "1.3.0", "version": "2", "vite": { "generateBundle": [Function], diff --git a/packages/vite-plugin/src/vite-bundle-analysis/__tests__/__snapshots__/viteBundleAnalysisPlugin.test.ts.snap b/packages/vite-plugin/src/vite-bundle-analysis/__tests__/__snapshots__/viteBundleAnalysisPlugin.test.ts.snap index 6a2f2f76..27599584 100644 --- a/packages/vite-plugin/src/vite-bundle-analysis/__tests__/__snapshots__/viteBundleAnalysisPlugin.test.ts.snap +++ b/packages/vite-plugin/src/vite-bundle-analysis/__tests__/__snapshots__/viteBundleAnalysisPlugin.test.ts.snap @@ -5,7 +5,7 @@ exports[`viteBundleAnalysisPlugin > when called > returns a plugin object 1`] = "buildEnd": [Function], "buildStart": [Function], "name": "@codecov/vite-plugin", - "pluginVersion": "1.2.1", + "pluginVersion": "1.3.0", "version": "2", "vite": { "generateBundle": [Function], diff --git a/packages/webpack-plugin/src/webpack-bundle-analysis/__tests__/__snapshots__/webpackBundleAnalysisPlugin.test.ts.snap b/packages/webpack-plugin/src/webpack-bundle-analysis/__tests__/__snapshots__/webpackBundleAnalysisPlugin.test.ts.snap index 00829750..909d8ece 100644 --- a/packages/webpack-plugin/src/webpack-bundle-analysis/__tests__/__snapshots__/webpackBundleAnalysisPlugin.test.ts.snap +++ b/packages/webpack-plugin/src/webpack-bundle-analysis/__tests__/__snapshots__/webpackBundleAnalysisPlugin.test.ts.snap @@ -5,7 +5,7 @@ exports[`webpackBundleAnalysisPlugin > when called > returns a plugin object 1`] "buildEnd": [Function], "buildStart": [Function], "name": "@codecov/webpack-plugin", - "pluginVersion": "1.2.1", + "pluginVersion": "1.3.0", "version": "2", "webpack": [Function], "writeBundle": [Function],