From af1b7a9dadd9d2ceba9dba9d28e165d1f5a71a89 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2025 14:50:22 -0500 Subject: [PATCH] meta(changelog): Update package versions (#250) Release 1.9.0 of the plugins. --- .changeset/brown-ears-check.md | 15 ----- .changeset/eleven-spies-dance.md | 15 ----- .changeset/empty-hounds-grow.md | 15 ----- .changeset/slimy-ducks-double.md | 15 ----- .../astro-integration.test.ts.snap | 24 ++++---- .../__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 | 60 +++++++++---------- .../__snapshots__/webpack-plugin.test.ts.snap | 8 +-- packages/astro-plugin/CHANGELOG.md | 18 ++++++ packages/astro-plugin/package.json | 2 +- .../astroBundleAnalysisPlugin.test.ts.snap | 2 +- packages/bundle-analyzer/CHANGELOG.md | 17 ++++++ packages/bundle-analyzer/package.json | 2 +- packages/bundler-plugin-core/CHANGELOG.md | 12 ++++ packages/bundler-plugin-core/package.json | 2 +- packages/nextjs-webpack-plugin/CHANGELOG.md | 18 ++++++ packages/nextjs-webpack-plugin/package.json | 2 +- ...JSWebpackBundleAnalysisPlugin.test.ts.snap | 2 +- packages/nuxt-plugin/CHANGELOG.md | 18 ++++++ packages/nuxt-plugin/package.json | 2 +- .../nuxtBundleAnalysisPlugin.test.ts.snap | 2 +- packages/remix-vite-plugin/CHANGELOG.md | 18 ++++++ packages/remix-vite-plugin/package.json | 2 +- .../remixBundleAnalysisPlugin.test.ts.snap | 2 +- packages/rollup-plugin/CHANGELOG.md | 17 ++++++ packages/rollup-plugin/package.json | 2 +- .../rollupBundleAnalysisPlugin.test.ts.snap | 2 +- packages/solidstart-plugin/CHANGELOG.md | 18 ++++++ packages/solidstart-plugin/package.json | 2 +- ...olidstartBundleAnalysisPlugin.test.ts.snap | 4 +- packages/sveltekit-plugin/CHANGELOG.md | 18 ++++++ packages/sveltekit-plugin/package.json | 2 +- ...sveltekitBundleAnalysisPlugin.test.ts.snap | 2 +- packages/vite-plugin/CHANGELOG.md | 17 ++++++ packages/vite-plugin/package.json | 2 +- .../viteBundleAnalysisPlugin.test.ts.snap | 2 +- packages/webpack-plugin/CHANGELOG.md | 17 ++++++ packages/webpack-plugin/package.json | 2 +- .../webpackBundleAnalysisPlugin.test.ts.snap | 2 +- 42 files changed, 309 insertions(+), 181 deletions(-) delete mode 100644 .changeset/brown-ears-check.md delete mode 100644 .changeset/eleven-spies-dance.md delete mode 100644 .changeset/empty-hounds-grow.md delete mode 100644 .changeset/slimy-ducks-double.md diff --git a/.changeset/brown-ears-check.md b/.changeset/brown-ears-check.md deleted file mode 100644 index b4f46b0b..00000000 --- a/.changeset/brown-ears-check.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -"@codecov/bundler-plugin-core": minor -"@codecov/astro-plugin": 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 ---- - -Inline @sentry/core dependency diff --git a/.changeset/eleven-spies-dance.md b/.changeset/eleven-spies-dance.md deleted file mode 100644 index 02374650..00000000 --- a/.changeset/eleven-spies-dance.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -"@codecov/nextjs-webpack-plugin": patch -"@codecov/bundler-plugin-core": patch -"@codecov/remix-vite-plugin": patch -"@codecov/solidstart-plugin": patch -"@codecov/sveltekit-plugin": patch -"@codecov/bundle-analyzer": patch -"@codecov/webpack-plugin": patch -"@codecov/rollup-plugin": patch -"@codecov/astro-plugin": patch -"@codecov/nuxt-plugin": patch -"@codecov/vite-plugin": patch ---- - -Remove minification from plugin build diff --git a/.changeset/empty-hounds-grow.md b/.changeset/empty-hounds-grow.md deleted file mode 100644 index ee377c27..00000000 --- a/.changeset/empty-hounds-grow.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -"@codecov/nextjs-webpack-plugin": minor -"@codecov/bundler-plugin-core": minor -"@codecov/remix-vite-plugin": minor -"@codecov/solidstart-plugin": minor -"@codecov/sveltekit-plugin": minor -"@codecov/bundle-analyzer": minor -"@codecov/webpack-plugin": minor -"@codecov/rollup-plugin": minor -"@codecov/astro-plugin": minor -"@codecov/nuxt-plugin": minor -"@codecov/vite-plugin": minor ---- - -Update normalizePath to handle Vite legacy builds as they currently are not being normalized diff --git a/.changeset/slimy-ducks-double.md b/.changeset/slimy-ducks-double.md deleted file mode 100644 index d2f6d580..00000000 --- a/.changeset/slimy-ducks-double.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -"@codecov/astro-plugin": patch -"@codecov/bundle-analyzer": patch -"@codecov/bundler-plugin-core": patch -"@codecov/nextjs-webpack-plugin": patch -"@codecov/nuxt-plugin": patch -"@codecov/remix-vite-plugin": patch -"@codecov/rollup-plugin": patch -"@codecov/solidstart-plugin": patch -"@codecov/sveltekit-plugin": patch -"@codecov/vite-plugin": patch -"@codecov/webpack-plugin": patch ---- - -Dependency updates to the lockfile diff --git a/integration-tests/fixtures/generate-bundle-stats/astro/__snapshots__/astro-integration.test.ts.snap b/integration-tests/fixtures/generate-bundle-stats/astro/__snapshots__/astro-integration.test.ts.snap index b42c5d25..be8dcab4 100644 --- a/integration-tests/fixtures/generate-bundle-stats/astro/__snapshots__/astro-integration.test.ts.snap +++ b/integration-tests/fixtures/generate-bundle-stats/astro/__snapshots__/astro-integration.test.ts.snap @@ -15,7 +15,7 @@ exports[`Generating astro stats 4 {"format":"es","expected":"esm"} matches the s "outputPath": StringContaining "dist", "plugin": { "name": StringMatching "@codecov/astro-plugin", - "version": "1.8.0", + "version": "1.9.0", }, "version": "3", } @@ -36,7 +36,7 @@ exports[`Generating astro stats 4 {"format":"es","expected":"esm"} matches the s "outputPath": StringContaining "dist", "plugin": { "name": StringMatching "@codecov/astro-plugin", - "version": "1.8.0", + "version": "1.9.0", }, "version": "3", } @@ -57,7 +57,7 @@ exports[`Generating astro stats 4 {"format":"esm","expected":"esm"} matches the "outputPath": StringContaining "dist", "plugin": { "name": StringMatching "@codecov/astro-plugin", - "version": "1.8.0", + "version": "1.9.0", }, "version": "3", } @@ -78,7 +78,7 @@ exports[`Generating astro stats 4 {"format":"esm","expected":"esm"} matches the "outputPath": StringContaining "dist", "plugin": { "name": StringMatching "@codecov/astro-plugin", - "version": "1.8.0", + "version": "1.9.0", }, "version": "3", } @@ -99,7 +99,7 @@ exports[`Generating astro stats 4 {"format":"module","expected":"esm"} matches t "outputPath": StringContaining "dist", "plugin": { "name": StringMatching "@codecov/astro-plugin", - "version": "1.8.0", + "version": "1.9.0", }, "version": "3", } @@ -120,7 +120,7 @@ exports[`Generating astro stats 4 {"format":"module","expected":"esm"} matches t "outputPath": StringContaining "dist", "plugin": { "name": StringMatching "@codecov/astro-plugin", - "version": "1.8.0", + "version": "1.9.0", }, "version": "3", } @@ -141,7 +141,7 @@ exports[`Generating astro stats 5 {"format":"es","expected":"esm"} matches the s "outputPath": StringContaining "dist", "plugin": { "name": StringMatching "@codecov/astro-plugin", - "version": "1.8.0", + "version": "1.9.0", }, "version": "3", } @@ -162,7 +162,7 @@ exports[`Generating astro stats 5 {"format":"es","expected":"esm"} matches the s "outputPath": StringContaining "dist", "plugin": { "name": StringMatching "@codecov/astro-plugin", - "version": "1.8.0", + "version": "1.9.0", }, "version": "3", } @@ -183,7 +183,7 @@ exports[`Generating astro stats 5 {"format":"esm","expected":"esm"} matches the "outputPath": StringContaining "dist", "plugin": { "name": StringMatching "@codecov/astro-plugin", - "version": "1.8.0", + "version": "1.9.0", }, "version": "3", } @@ -204,7 +204,7 @@ exports[`Generating astro stats 5 {"format":"esm","expected":"esm"} matches the "outputPath": StringContaining "dist", "plugin": { "name": StringMatching "@codecov/astro-plugin", - "version": "1.8.0", + "version": "1.9.0", }, "version": "3", } @@ -225,7 +225,7 @@ exports[`Generating astro stats 5 {"format":"module","expected":"esm"} matches t "outputPath": StringContaining "dist", "plugin": { "name": StringMatching "@codecov/astro-plugin", - "version": "1.8.0", + "version": "1.9.0", }, "version": "3", } @@ -246,7 +246,7 @@ exports[`Generating astro stats 5 {"format":"module","expected":"esm"} matches t "outputPath": StringContaining "dist", "plugin": { "name": StringMatching "@codecov/astro-plugin", - "version": "1.8.0", + "version": "1.9.0", }, "version": "3", } 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 05dc45c4..c13aca3e 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.8.0", + "version": "1.9.0", }, "version": "3", } @@ -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.8.0", + "version": "1.9.0", }, "version": "3", } @@ -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.8.0", + "version": "1.9.0", }, "version": "3", } @@ -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.8.0", + "version": "1.9.0", }, "version": "3", } @@ -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.8.0", + "version": "1.9.0", }, "version": "3", } @@ -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.8.0", + "version": "1.9.0", }, "version": "3", } @@ -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.8.0", + "version": "1.9.0", }, "version": "3", } @@ -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.8.0", + "version": "1.9.0", }, "version": "3", } @@ -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.8.0", + "version": "1.9.0", }, "version": "3", } @@ -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.8.0", + "version": "1.9.0", }, "version": "3", } @@ -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.8.0", + "version": "1.9.0", }, "version": "3", } @@ -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.8.0", + "version": "1.9.0", }, "version": "3", } @@ -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.8.0", + "version": "1.9.0", }, "version": "3", } @@ -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.8.0", + "version": "1.9.0", }, "version": "3", } @@ -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.8.0", + "version": "1.9.0", }, "version": "3", } @@ -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.8.0", + "version": "1.9.0", }, "version": "3", } @@ -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.8.0", + "version": "1.9.0", }, "version": "3", } @@ -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.8.0", + "version": "1.9.0", }, "version": "3", } 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 a99743dc..3c5afd8e 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.8.0", + "version": "1.9.0", }, "version": "3", } @@ -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.8.0", + "version": "1.9.0", }, "version": "3", } @@ -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.8.0", + "version": "1.9.0", }, "version": "3", } @@ -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.8.0", + "version": "1.9.0", }, "version": "3", } @@ -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.8.0", + "version": "1.9.0", }, "version": "3", } @@ -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.8.0", + "version": "1.9.0", }, "version": "3", } @@ -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.8.0", + "version": "1.9.0", }, "version": "3", } @@ -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.8.0", + "version": "1.9.0", }, "version": "3", } @@ -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.8.0", + "version": "1.9.0", }, "version": "3", } @@ -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.8.0", + "version": "1.9.0", }, "version": "3", } 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 5db65877..1ca7628c 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 @@ -72,7 +72,7 @@ exports[`Generating rollup stats 3 {"format":"amd","expected":"amd"} matches the "outputPath": StringContaining "/distV3", "plugin": { "name": StringMatching "@codecov/rollup-plugin", - "version": "1.8.0", + "version": "1.9.0", }, "version": "3", } @@ -150,7 +150,7 @@ exports[`Generating rollup stats 3 {"format":"cjs","expected":"cjs"} matches the "outputPath": StringContaining "/distV3", "plugin": { "name": StringMatching "@codecov/rollup-plugin", - "version": "1.8.0", + "version": "1.9.0", }, "version": "3", } @@ -228,7 +228,7 @@ exports[`Generating rollup stats 3 {"format":"es","expected":"esm"} matches the "outputPath": StringContaining "/distV3", "plugin": { "name": StringMatching "@codecov/rollup-plugin", - "version": "1.8.0", + "version": "1.9.0", }, "version": "3", } @@ -306,7 +306,7 @@ exports[`Generating rollup stats 3 {"format":"esm","expected":"esm"} matches the "outputPath": StringContaining "/distV3", "plugin": { "name": StringMatching "@codecov/rollup-plugin", - "version": "1.8.0", + "version": "1.9.0", }, "version": "3", } @@ -384,7 +384,7 @@ exports[`Generating rollup stats 3 {"format":"module","expected":"esm"} matches "outputPath": StringContaining "/distV3", "plugin": { "name": StringMatching "@codecov/rollup-plugin", - "version": "1.8.0", + "version": "1.9.0", }, "version": "3", } @@ -462,7 +462,7 @@ exports[`Generating rollup stats 3 {"format":"iife","expected":"iife"} matches t "outputPath": StringContaining "/distV3", "plugin": { "name": StringMatching "@codecov/rollup-plugin", - "version": "1.8.0", + "version": "1.9.0", }, "version": "3", } @@ -540,7 +540,7 @@ exports[`Generating rollup stats 3 {"format":"umd","expected":"umd"} matches the "outputPath": StringContaining "/distV3", "plugin": { "name": StringMatching "@codecov/rollup-plugin", - "version": "1.8.0", + "version": "1.9.0", }, "version": "3", } @@ -618,7 +618,7 @@ exports[`Generating rollup stats 3 {"format":"system","expected":"system"} match "outputPath": StringContaining "/distV3", "plugin": { "name": StringMatching "@codecov/rollup-plugin", - "version": "1.8.0", + "version": "1.9.0", }, "version": "3", } @@ -696,7 +696,7 @@ exports[`Generating rollup stats 3 {"format":"systemjs","expected":"system"} mat "outputPath": StringContaining "/distV3", "plugin": { "name": StringMatching "@codecov/rollup-plugin", - "version": "1.8.0", + "version": "1.9.0", }, "version": "3", } @@ -774,7 +774,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.8.0", + "version": "1.9.0", }, "version": "3", } @@ -852,7 +852,7 @@ exports[`Generating rollup stats 4 {"format":"amd","expected":"amd"} matches the "outputPath": StringContaining "/distV4", "plugin": { "name": StringMatching "@codecov/rollup-plugin", - "version": "1.8.0", + "version": "1.9.0", }, "version": "3", } @@ -930,7 +930,7 @@ exports[`Generating rollup stats 4 {"format":"cjs","expected":"cjs"} matches the "outputPath": StringContaining "/distV4", "plugin": { "name": StringMatching "@codecov/rollup-plugin", - "version": "1.8.0", + "version": "1.9.0", }, "version": "3", } @@ -1008,7 +1008,7 @@ exports[`Generating rollup stats 4 {"format":"es","expected":"esm"} matches the "outputPath": StringContaining "/distV4", "plugin": { "name": StringMatching "@codecov/rollup-plugin", - "version": "1.8.0", + "version": "1.9.0", }, "version": "3", } @@ -1086,7 +1086,7 @@ exports[`Generating rollup stats 4 {"format":"esm","expected":"esm"} matches the "outputPath": StringContaining "/distV4", "plugin": { "name": StringMatching "@codecov/rollup-plugin", - "version": "1.8.0", + "version": "1.9.0", }, "version": "3", } @@ -1164,7 +1164,7 @@ exports[`Generating rollup stats 4 {"format":"module","expected":"esm"} matches "outputPath": StringContaining "/distV4", "plugin": { "name": StringMatching "@codecov/rollup-plugin", - "version": "1.8.0", + "version": "1.9.0", }, "version": "3", } @@ -1242,7 +1242,7 @@ exports[`Generating rollup stats 4 {"format":"iife","expected":"iife"} matches t "outputPath": StringContaining "/distV4", "plugin": { "name": StringMatching "@codecov/rollup-plugin", - "version": "1.8.0", + "version": "1.9.0", }, "version": "3", } @@ -1320,7 +1320,7 @@ exports[`Generating rollup stats 4 {"format":"umd","expected":"umd"} matches the "outputPath": StringContaining "/distV4", "plugin": { "name": StringMatching "@codecov/rollup-plugin", - "version": "1.8.0", + "version": "1.9.0", }, "version": "3", } @@ -1398,7 +1398,7 @@ exports[`Generating rollup stats 4 {"format":"system","expected":"system"} match "outputPath": StringContaining "/distV4", "plugin": { "name": StringMatching "@codecov/rollup-plugin", - "version": "1.8.0", + "version": "1.9.0", }, "version": "3", } @@ -1476,7 +1476,7 @@ exports[`Generating rollup stats 4 {"format":"systemjs","expected":"system"} mat "outputPath": StringContaining "/distV4", "plugin": { "name": StringMatching "@codecov/rollup-plugin", - "version": "1.8.0", + "version": "1.9.0", }, "version": "3", } @@ -1554,7 +1554,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.8.0", + "version": "1.9.0", }, "version": "3", } 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 60732b8f..89892ed8 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.8.0", + "version": "1.9.0", }, "version": "3", } @@ -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.8.0", + "version": "1.9.0", }, "version": "3", } @@ -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.8.0", + "version": "1.9.0", }, "version": "3", } @@ -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.8.0", + "version": "1.9.0", }, "version": "3", } @@ -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.8.0", + "version": "1.9.0", }, "version": "3", } @@ -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.8.0", + "version": "1.9.0", }, "version": "3", } 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 7d99740f..f5484860 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 @@ -86,7 +86,7 @@ exports[`Generating vite stats v4 {"format":"amd","expected":"amd"} matches the "outputPath": StringContaining "/distV4", "plugin": { "name": StringMatching "@codecov/vite-plugin", - "version": "1.8.0", + "version": "1.9.0", }, "version": "3", } @@ -178,7 +178,7 @@ exports[`Generating vite stats v4 {"format":"cjs","expected":"cjs"} matches the "outputPath": StringContaining "/distV4", "plugin": { "name": StringMatching "@codecov/vite-plugin", - "version": "1.8.0", + "version": "1.9.0", }, "version": "3", } @@ -270,7 +270,7 @@ exports[`Generating vite stats v4 {"format":"es","expected":"esm"} matches the s "outputPath": StringContaining "/distV4", "plugin": { "name": StringMatching "@codecov/vite-plugin", - "version": "1.8.0", + "version": "1.9.0", }, "version": "3", } @@ -362,7 +362,7 @@ exports[`Generating vite stats v4 {"format":"esm","expected":"esm"} matches the "outputPath": StringContaining "/distV4", "plugin": { "name": StringMatching "@codecov/vite-plugin", - "version": "1.8.0", + "version": "1.9.0", }, "version": "3", } @@ -454,7 +454,7 @@ exports[`Generating vite stats v4 {"format":"module","expected":"esm"} matches t "outputPath": StringContaining "/distV4", "plugin": { "name": StringMatching "@codecov/vite-plugin", - "version": "1.8.0", + "version": "1.9.0", }, "version": "3", } @@ -546,7 +546,7 @@ exports[`Generating vite stats v4 {"format":"iife","expected":"iife"} matches th "outputPath": StringContaining "/distV4", "plugin": { "name": StringMatching "@codecov/vite-plugin", - "version": "1.8.0", + "version": "1.9.0", }, "version": "3", } @@ -638,7 +638,7 @@ exports[`Generating vite stats v4 {"format":"umd","expected":"umd"} matches the "outputPath": StringContaining "/distV4", "plugin": { "name": StringMatching "@codecov/vite-plugin", - "version": "1.8.0", + "version": "1.9.0", }, "version": "3", } @@ -730,7 +730,7 @@ exports[`Generating vite stats v4 {"format":"system","expected":"system"} matche "outputPath": StringContaining "/distV4", "plugin": { "name": StringMatching "@codecov/vite-plugin", - "version": "1.8.0", + "version": "1.9.0", }, "version": "3", } @@ -822,7 +822,7 @@ exports[`Generating vite stats v4 {"format":"systemjs","expected":"system"} matc "outputPath": StringContaining "/distV4", "plugin": { "name": StringMatching "@codecov/vite-plugin", - "version": "1.8.0", + "version": "1.9.0", }, "version": "3", } @@ -914,7 +914,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.8.0", + "version": "1.9.0", }, "version": "3", } @@ -1006,7 +1006,7 @@ exports[`Generating vite stats v5 {"format":"amd","expected":"amd"} matches the "outputPath": StringContaining "/distV5", "plugin": { "name": StringMatching "@codecov/vite-plugin", - "version": "1.8.0", + "version": "1.9.0", }, "version": "3", } @@ -1098,7 +1098,7 @@ exports[`Generating vite stats v5 {"format":"cjs","expected":"cjs"} matches the "outputPath": StringContaining "/distV5", "plugin": { "name": StringMatching "@codecov/vite-plugin", - "version": "1.8.0", + "version": "1.9.0", }, "version": "3", } @@ -1190,7 +1190,7 @@ exports[`Generating vite stats v5 {"format":"es","expected":"esm"} matches the s "outputPath": StringContaining "/distV5", "plugin": { "name": StringMatching "@codecov/vite-plugin", - "version": "1.8.0", + "version": "1.9.0", }, "version": "3", } @@ -1282,7 +1282,7 @@ exports[`Generating vite stats v5 {"format":"esm","expected":"esm"} matches the "outputPath": StringContaining "/distV5", "plugin": { "name": StringMatching "@codecov/vite-plugin", - "version": "1.8.0", + "version": "1.9.0", }, "version": "3", } @@ -1374,7 +1374,7 @@ exports[`Generating vite stats v5 {"format":"module","expected":"esm"} matches t "outputPath": StringContaining "/distV5", "plugin": { "name": StringMatching "@codecov/vite-plugin", - "version": "1.8.0", + "version": "1.9.0", }, "version": "3", } @@ -1466,7 +1466,7 @@ exports[`Generating vite stats v5 {"format":"iife","expected":"iife"} matches th "outputPath": StringContaining "/distV5", "plugin": { "name": StringMatching "@codecov/vite-plugin", - "version": "1.8.0", + "version": "1.9.0", }, "version": "3", } @@ -1558,7 +1558,7 @@ exports[`Generating vite stats v5 {"format":"umd","expected":"umd"} matches the "outputPath": StringContaining "/distV5", "plugin": { "name": StringMatching "@codecov/vite-plugin", - "version": "1.8.0", + "version": "1.9.0", }, "version": "3", } @@ -1650,7 +1650,7 @@ exports[`Generating vite stats v5 {"format":"system","expected":"system"} matche "outputPath": StringContaining "/distV5", "plugin": { "name": StringMatching "@codecov/vite-plugin", - "version": "1.8.0", + "version": "1.9.0", }, "version": "3", } @@ -1742,7 +1742,7 @@ exports[`Generating vite stats v5 {"format":"systemjs","expected":"system"} matc "outputPath": StringContaining "/distV5", "plugin": { "name": StringMatching "@codecov/vite-plugin", - "version": "1.8.0", + "version": "1.9.0", }, "version": "3", } @@ -1834,7 +1834,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.8.0", + "version": "1.9.0", }, "version": "3", } @@ -1933,7 +1933,7 @@ exports[`Generating vite stats v6 {"format":"amd","expected":"amd"} matches the "outputPath": StringContaining "/distV6", "plugin": { "name": StringMatching "@codecov/vite-plugin", - "version": "1.8.0", + "version": "1.9.0", }, "version": "3", } @@ -2032,7 +2032,7 @@ exports[`Generating vite stats v6 {"format":"cjs","expected":"cjs"} matches the "outputPath": StringContaining "/distV6", "plugin": { "name": StringMatching "@codecov/vite-plugin", - "version": "1.8.0", + "version": "1.9.0", }, "version": "3", } @@ -2131,7 +2131,7 @@ exports[`Generating vite stats v6 {"format":"es","expected":"esm"} matches the s "outputPath": StringContaining "/distV6", "plugin": { "name": StringMatching "@codecov/vite-plugin", - "version": "1.8.0", + "version": "1.9.0", }, "version": "3", } @@ -2230,7 +2230,7 @@ exports[`Generating vite stats v6 {"format":"esm","expected":"esm"} matches the "outputPath": StringContaining "/distV6", "plugin": { "name": StringMatching "@codecov/vite-plugin", - "version": "1.8.0", + "version": "1.9.0", }, "version": "3", } @@ -2329,7 +2329,7 @@ exports[`Generating vite stats v6 {"format":"module","expected":"esm"} matches t "outputPath": StringContaining "/distV6", "plugin": { "name": StringMatching "@codecov/vite-plugin", - "version": "1.8.0", + "version": "1.9.0", }, "version": "3", } @@ -2428,7 +2428,7 @@ exports[`Generating vite stats v6 {"format":"iife","expected":"iife"} matches th "outputPath": StringContaining "/distV6", "plugin": { "name": StringMatching "@codecov/vite-plugin", - "version": "1.8.0", + "version": "1.9.0", }, "version": "3", } @@ -2527,7 +2527,7 @@ exports[`Generating vite stats v6 {"format":"umd","expected":"umd"} matches the "outputPath": StringContaining "/distV6", "plugin": { "name": StringMatching "@codecov/vite-plugin", - "version": "1.8.0", + "version": "1.9.0", }, "version": "3", } @@ -2626,7 +2626,7 @@ exports[`Generating vite stats v6 {"format":"system","expected":"system"} matche "outputPath": StringContaining "/distV6", "plugin": { "name": StringMatching "@codecov/vite-plugin", - "version": "1.8.0", + "version": "1.9.0", }, "version": "3", } @@ -2725,7 +2725,7 @@ exports[`Generating vite stats v6 {"format":"systemjs","expected":"system"} matc "outputPath": StringContaining "/distV6", "plugin": { "name": StringMatching "@codecov/vite-plugin", - "version": "1.8.0", + "version": "1.9.0", }, "version": "3", } @@ -2824,7 +2824,7 @@ exports[`Generating vite stats v6 source maps are enabled does not include any s "outputPath": StringContaining "/distV6", "plugin": { "name": StringMatching "@codecov/vite-plugin", - "version": "1.8.0", + "version": "1.9.0", }, "version": "3", } 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 91e62e04..30ed4d4d 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 @@ -70,7 +70,7 @@ exports[`Generating webpack stats 5 {"format":"array-push","expected":"array-pus "outputPath": StringContaining "/distV5", "plugin": { "name": StringMatching "@codecov/webpack-plugin", - "version": "1.8.0", + "version": "1.9.0", }, "version": "3", } @@ -146,7 +146,7 @@ exports[`Generating webpack stats 5 {"format":"commonjs","expected":"cjs"} match "outputPath": StringContaining "/distV5", "plugin": { "name": StringMatching "@codecov/webpack-plugin", - "version": "1.8.0", + "version": "1.9.0", }, "version": "3", } @@ -222,7 +222,7 @@ exports[`Generating webpack stats 5 {"format":"module","expected":"esm"} matches "outputPath": StringContaining "/distV5", "plugin": { "name": StringMatching "@codecov/webpack-plugin", - "version": "1.8.0", + "version": "1.9.0", }, "version": "3", } @@ -298,7 +298,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.8.0", + "version": "1.9.0", }, "version": "3", } diff --git a/packages/astro-plugin/CHANGELOG.md b/packages/astro-plugin/CHANGELOG.md index fd195f08..d9e4d6c6 100644 --- a/packages/astro-plugin/CHANGELOG.md +++ b/packages/astro-plugin/CHANGELOG.md @@ -1,5 +1,23 @@ # @codecov/astro-plugin +## 1.9.0 + +### Minor Changes + +- 392003d: Inline @sentry/core dependency +- 043b250: Update normalizePath to handle Vite legacy builds as they currently are not being normalized + +### Patch Changes + +- 06f90eb: Remove minification from plugin build +- 553176a: Dependency updates to the lockfile +- Updated dependencies [392003d] +- Updated dependencies [06f90eb] +- Updated dependencies [043b250] +- Updated dependencies [553176a] + - @codecov/bundler-plugin-core@1.9.0 + - @codecov/vite-plugin@1.9.0 + ## 1.8.0 ### Minor Changes diff --git a/packages/astro-plugin/package.json b/packages/astro-plugin/package.json index 5e8d0f39..ce005ff4 100644 --- a/packages/astro-plugin/package.json +++ b/packages/astro-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@codecov/astro-plugin", - "version": "1.8.0", + "version": "1.9.0", "description": "Official Codecov Astro Plugin", "author": "Codecov", "license": "MIT", diff --git a/packages/astro-plugin/src/astro-bundle-analysis/__tests__/__snapshots__/astroBundleAnalysisPlugin.test.ts.snap b/packages/astro-plugin/src/astro-bundle-analysis/__tests__/__snapshots__/astroBundleAnalysisPlugin.test.ts.snap index 15b49866..855c6b3e 100644 --- a/packages/astro-plugin/src/astro-bundle-analysis/__tests__/__snapshots__/astroBundleAnalysisPlugin.test.ts.snap +++ b/packages/astro-plugin/src/astro-bundle-analysis/__tests__/__snapshots__/astroBundleAnalysisPlugin.test.ts.snap @@ -3,7 +3,7 @@ exports[`astroBundleAnalysisPlugin > when called > returns a plugin object 1`] = ` { "name": "@codecov/astro-plugin", - "pluginVersion": "1.8.0", + "pluginVersion": "1.9.0", "version": "3", "vite": { "generateBundle": [Function], diff --git a/packages/bundle-analyzer/CHANGELOG.md b/packages/bundle-analyzer/CHANGELOG.md index b9422398..cd0884f1 100644 --- a/packages/bundle-analyzer/CHANGELOG.md +++ b/packages/bundle-analyzer/CHANGELOG.md @@ -1,5 +1,22 @@ # @codecov/bundle-analyzer +## 1.9.0 + +### Minor Changes + +- 392003d: Inline @sentry/core dependency +- 043b250: Update normalizePath to handle Vite legacy builds as they currently are not being normalized + +### Patch Changes + +- 06f90eb: Remove minification from plugin build +- 553176a: Dependency updates to the lockfile +- Updated dependencies [392003d] +- Updated dependencies [06f90eb] +- Updated dependencies [043b250] +- Updated dependencies [553176a] + - @codecov/bundler-plugin-core@1.9.0 + ## 1.8.0 ### Minor Changes diff --git a/packages/bundle-analyzer/package.json b/packages/bundle-analyzer/package.json index 2738d7fa..b71b5d51 100644 --- a/packages/bundle-analyzer/package.json +++ b/packages/bundle-analyzer/package.json @@ -1,6 +1,6 @@ { "name": "@codecov/bundle-analyzer", - "version": "1.8.0", + "version": "1.9.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 06fa5b0f..18a59d5b 100644 --- a/packages/bundler-plugin-core/CHANGELOG.md +++ b/packages/bundler-plugin-core/CHANGELOG.md @@ -1,5 +1,17 @@ # @codecov/bundler-plugin-core +## 1.9.0 + +### Minor Changes + +- 392003d: Inline @sentry/core dependency +- 043b250: Update normalizePath to handle Vite legacy builds as they currently are not being normalized + +### Patch Changes + +- 06f90eb: Remove minification from plugin build +- 553176a: Dependency updates to the lockfile + ## 1.8.0 ### Minor Changes diff --git a/packages/bundler-plugin-core/package.json b/packages/bundler-plugin-core/package.json index 31ab5e74..8e62d87d 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.8.0", + "version": "1.9.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 8b5c991a..b43b6df1 100644 --- a/packages/nextjs-webpack-plugin/CHANGELOG.md +++ b/packages/nextjs-webpack-plugin/CHANGELOG.md @@ -1,5 +1,23 @@ # @codecov/nextjs-webpack-plugin +## 1.9.0 + +### Minor Changes + +- 392003d: Inline @sentry/core dependency +- 043b250: Update normalizePath to handle Vite legacy builds as they currently are not being normalized + +### Patch Changes + +- 06f90eb: Remove minification from plugin build +- 553176a: Dependency updates to the lockfile +- Updated dependencies [392003d] +- Updated dependencies [06f90eb] +- Updated dependencies [043b250] +- Updated dependencies [553176a] + - @codecov/bundler-plugin-core@1.9.0 + - @codecov/webpack-plugin@1.9.0 + ## 1.8.0 ### Minor Changes diff --git a/packages/nextjs-webpack-plugin/package.json b/packages/nextjs-webpack-plugin/package.json index 7fa851d9..492f1242 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.8.0", + "version": "1.9.0", "description": "Official Codecov NextJS (Webpack) plugin", "author": "Codecov", "license": "MIT", 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 e2bf109a..50c2fabd 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.8.0", + "pluginVersion": "1.9.0", "version": "3", "webpack": [Function], "writeBundle": [Function], diff --git a/packages/nuxt-plugin/CHANGELOG.md b/packages/nuxt-plugin/CHANGELOG.md index 43d597b6..c92e1c43 100644 --- a/packages/nuxt-plugin/CHANGELOG.md +++ b/packages/nuxt-plugin/CHANGELOG.md @@ -1,5 +1,23 @@ # @codecov/nuxt-plugin +## 1.9.0 + +### Minor Changes + +- 392003d: Inline @sentry/core dependency +- 043b250: Update normalizePath to handle Vite legacy builds as they currently are not being normalized + +### Patch Changes + +- 06f90eb: Remove minification from plugin build +- 553176a: Dependency updates to the lockfile +- Updated dependencies [392003d] +- Updated dependencies [06f90eb] +- Updated dependencies [043b250] +- Updated dependencies [553176a] + - @codecov/bundler-plugin-core@1.9.0 + - @codecov/vite-plugin@1.9.0 + ## 1.8.0 ### Minor Changes diff --git a/packages/nuxt-plugin/package.json b/packages/nuxt-plugin/package.json index 5536bd54..601e69e6 100644 --- a/packages/nuxt-plugin/package.json +++ b/packages/nuxt-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@codecov/nuxt-plugin", - "version": "1.8.0", + "version": "1.9.0", "description": "Official Codecov Nuxt plugin", "author": "Codecov", "license": "MIT", 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 814565eb..f6379549 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.8.0", + "pluginVersion": "1.9.0", "version": "3", "vite": { "generateBundle": [Function], diff --git a/packages/remix-vite-plugin/CHANGELOG.md b/packages/remix-vite-plugin/CHANGELOG.md index 79668779..5e12371b 100644 --- a/packages/remix-vite-plugin/CHANGELOG.md +++ b/packages/remix-vite-plugin/CHANGELOG.md @@ -1,5 +1,23 @@ # @codecov/remix-vite-plugin +## 1.9.0 + +### Minor Changes + +- 392003d: Inline @sentry/core dependency +- 043b250: Update normalizePath to handle Vite legacy builds as they currently are not being normalized + +### Patch Changes + +- 06f90eb: Remove minification from plugin build +- 553176a: Dependency updates to the lockfile +- Updated dependencies [392003d] +- Updated dependencies [06f90eb] +- Updated dependencies [043b250] +- Updated dependencies [553176a] + - @codecov/bundler-plugin-core@1.9.0 + - @codecov/vite-plugin@1.9.0 + ## 1.8.0 ### Minor Changes diff --git a/packages/remix-vite-plugin/package.json b/packages/remix-vite-plugin/package.json index d1113231..786bb4f0 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.8.0", + "version": "1.9.0", "description": "Official Codecov Remix plugin", "author": "Codecov", "license": "MIT", 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 b2bcd8f7..f144e6ae 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.8.0", + "pluginVersion": "1.9.0", "version": "3", "vite": { "generateBundle": [Function], diff --git a/packages/rollup-plugin/CHANGELOG.md b/packages/rollup-plugin/CHANGELOG.md index 5d9d9391..b56f7639 100644 --- a/packages/rollup-plugin/CHANGELOG.md +++ b/packages/rollup-plugin/CHANGELOG.md @@ -1,5 +1,22 @@ # @codecov/rollup-plugin +## 1.9.0 + +### Minor Changes + +- 392003d: Inline @sentry/core dependency +- 043b250: Update normalizePath to handle Vite legacy builds as they currently are not being normalized + +### Patch Changes + +- 06f90eb: Remove minification from plugin build +- 553176a: Dependency updates to the lockfile +- Updated dependencies [392003d] +- Updated dependencies [06f90eb] +- Updated dependencies [043b250] +- Updated dependencies [553176a] + - @codecov/bundler-plugin-core@1.9.0 + ## 1.8.0 ### Minor Changes diff --git a/packages/rollup-plugin/package.json b/packages/rollup-plugin/package.json index 0be1b42d..cc81f5d0 100644 --- a/packages/rollup-plugin/package.json +++ b/packages/rollup-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@codecov/rollup-plugin", - "version": "1.8.0", + "version": "1.9.0", "description": "Official Codecov Rollup plugin", "author": "Codecov", "license": "MIT", 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 6a172b96..2ceb2b8a 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.8.0", + "pluginVersion": "1.9.0", "rollup": { "generateBundle": [Function], }, diff --git a/packages/solidstart-plugin/CHANGELOG.md b/packages/solidstart-plugin/CHANGELOG.md index 41d5554a..b6c4d816 100644 --- a/packages/solidstart-plugin/CHANGELOG.md +++ b/packages/solidstart-plugin/CHANGELOG.md @@ -1,5 +1,23 @@ # @codecov/solidstart-plugin +## 1.9.0 + +### Minor Changes + +- 392003d: Inline @sentry/core dependency +- 043b250: Update normalizePath to handle Vite legacy builds as they currently are not being normalized + +### Patch Changes + +- 06f90eb: Remove minification from plugin build +- 553176a: Dependency updates to the lockfile +- Updated dependencies [392003d] +- Updated dependencies [06f90eb] +- Updated dependencies [043b250] +- Updated dependencies [553176a] + - @codecov/bundler-plugin-core@1.9.0 + - @codecov/vite-plugin@1.9.0 + ## 1.8.0 ### Minor Changes diff --git a/packages/solidstart-plugin/package.json b/packages/solidstart-plugin/package.json index ae07b698..9187e9c5 100644 --- a/packages/solidstart-plugin/package.json +++ b/packages/solidstart-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@codecov/solidstart-plugin", - "version": "1.8.0", + "version": "1.9.0", "description": "Official Codecov SolidStart plugin", "author": "Codecov", "license": "MIT", 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 340c5a84..aba6ef9d 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.8.0", + "pluginVersion": "1.9.0", "version": "3", "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.8.0", + "pluginVersion": "1.9.0", "version": "3", "vite": { "generateBundle": [Function], diff --git a/packages/sveltekit-plugin/CHANGELOG.md b/packages/sveltekit-plugin/CHANGELOG.md index 9297707d..ba3090dd 100644 --- a/packages/sveltekit-plugin/CHANGELOG.md +++ b/packages/sveltekit-plugin/CHANGELOG.md @@ -1,5 +1,23 @@ # @codecov/sveltekit-plugin +## 1.9.0 + +### Minor Changes + +- 392003d: Inline @sentry/core dependency +- 043b250: Update normalizePath to handle Vite legacy builds as they currently are not being normalized + +### Patch Changes + +- 06f90eb: Remove minification from plugin build +- 553176a: Dependency updates to the lockfile +- Updated dependencies [392003d] +- Updated dependencies [06f90eb] +- Updated dependencies [043b250] +- Updated dependencies [553176a] + - @codecov/bundler-plugin-core@1.9.0 + - @codecov/vite-plugin@1.9.0 + ## 1.8.0 ### Minor Changes diff --git a/packages/sveltekit-plugin/package.json b/packages/sveltekit-plugin/package.json index 13c8e1ea..a82534cb 100644 --- a/packages/sveltekit-plugin/package.json +++ b/packages/sveltekit-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@codecov/sveltekit-plugin", - "version": "1.8.0", + "version": "1.9.0", "description": "Official Codecov SvelteKit plugin", "author": "Codecov", "license": "MIT", 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 81c09a84..7966d594 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.8.0", + "pluginVersion": "1.9.0", "version": "3", "vite": { "generateBundle": [Function], diff --git a/packages/vite-plugin/CHANGELOG.md b/packages/vite-plugin/CHANGELOG.md index 8317ff2e..e7098ed0 100644 --- a/packages/vite-plugin/CHANGELOG.md +++ b/packages/vite-plugin/CHANGELOG.md @@ -1,5 +1,22 @@ # @codecov/vite-plugin +## 1.9.0 + +### Minor Changes + +- 392003d: Inline @sentry/core dependency +- 043b250: Update normalizePath to handle Vite legacy builds as they currently are not being normalized + +### Patch Changes + +- 06f90eb: Remove minification from plugin build +- 553176a: Dependency updates to the lockfile +- Updated dependencies [392003d] +- Updated dependencies [06f90eb] +- Updated dependencies [043b250] +- Updated dependencies [553176a] + - @codecov/bundler-plugin-core@1.9.0 + ## 1.8.0 ### Minor Changes diff --git a/packages/vite-plugin/package.json b/packages/vite-plugin/package.json index c5e8fb9e..1382ebb7 100644 --- a/packages/vite-plugin/package.json +++ b/packages/vite-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@codecov/vite-plugin", - "version": "1.8.0", + "version": "1.9.0", "description": "Official Codecov Vite plugin", "author": "Codecov", "license": "MIT", 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 52dd544a..4760dfd3 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.8.0", + "pluginVersion": "1.9.0", "version": "3", "vite": { "generateBundle": [Function], diff --git a/packages/webpack-plugin/CHANGELOG.md b/packages/webpack-plugin/CHANGELOG.md index 52467fff..ff343345 100644 --- a/packages/webpack-plugin/CHANGELOG.md +++ b/packages/webpack-plugin/CHANGELOG.md @@ -1,5 +1,22 @@ # @codecov/webpack-plugin +## 1.9.0 + +### Minor Changes + +- 392003d: Inline @sentry/core dependency +- 043b250: Update normalizePath to handle Vite legacy builds as they currently are not being normalized + +### Patch Changes + +- 06f90eb: Remove minification from plugin build +- 553176a: Dependency updates to the lockfile +- Updated dependencies [392003d] +- Updated dependencies [06f90eb] +- Updated dependencies [043b250] +- Updated dependencies [553176a] + - @codecov/bundler-plugin-core@1.9.0 + ## 1.8.0 ### Minor Changes diff --git a/packages/webpack-plugin/package.json b/packages/webpack-plugin/package.json index fe949e52..c192b1ad 100644 --- a/packages/webpack-plugin/package.json +++ b/packages/webpack-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@codecov/webpack-plugin", - "version": "1.8.0", + "version": "1.9.0", "description": "Official Codecov Webpack plugin", "author": "Codecov", "license": "MIT", 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 aba8259c..ce43484a 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.8.0", + "pluginVersion": "1.9.0", "version": "3", "webpack": [Function], "writeBundle": [Function],