Skip to content

meta(changelog): Update package versions#325

Open
github-actions[bot] wants to merge 6 commits intomainfrom
changeset-release/main
Open

meta(changelog): Update package versions#325
github-actions[bot] wants to merge 6 commits intomainfrom
changeset-release/main

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and publish to npm yourself or setup this action to publish automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@codecov/astro-plugin@2.0.0

Major Changes

  • 1950efe: Version 2.0.0 addresses critical security issues and dependency updates. It also drops support for Node 18

    Bump @actions/core to ^3.0.0 and @actions/github to ^9.0.0, and set engines.node to >=20.0.0 to match upstream. Semver major because supported Node.js drops below 20 (breaking for anyone still on Node 18).

    @actions/core (actions/toolkit packages/core/RELEASES.md)

    • v3.0.0: ESM-only release; apps that require("@actions/core") directly must use dynamic import(). @codecov/bundler-plugin-core bundles @actions/core and @actions/github into dist/index.cjs, so require("@codecov/bundler-plugin-core") (e.g. Rollup/Webpack CJS configs) keeps working.
    • v2.x (between 1.x and 3.x): Node 24 support and @actions/http-client upgrades (including 3.x in the 2.x line).

    @actions/github (actions/toolkit packages/github/RELEASES.md)

    • v9.0.0: ESM-only (same consideration as @actions/core for this package). Release notes also note improved TypeScript behavior with ESM and @octokit/core/types.
    • v8.0.0: Minimum Node.js is now 20 (previously 18); Octokit dependencies move to current major lines (@octokit/core, REST plugins, request stack).
    • v8.0.1: Dependency updates (undici, @actions/http-client).

    Impact here

    • Runtime behavior we rely on is unchanged: context for GitHub Actions metadata and getIDToken() for OIDC uploads are still the supported APIs.
    • Build: unbuild inlines @actions/* (and their transitive deps) like @sentry/core; failOnWarn: false suppresses expected “inlined implicit external” noise. Published dist is larger (~9 MB CJS) but avoids ERR_PACKAGE_PATH_NOT_EXPORTED for CJS consumers.
    • Node 18 is no longer a supported runtime for this package; use Node 20+ (aligned with @actions/github 8+ and this repo’s Volta pin on Node 20).

Patch Changes

  • 866e31a: update GitHub Actions workflow permissions
  • Updated dependencies [1950efe]
  • Updated dependencies [866e31a]
    • @codecov/bundler-plugin-core@2.0.0
    • @codecov/vite-plugin@2.0.0

@codecov/bundle-analyzer@2.0.0

Major Changes

  • 1950efe: Version 2.0.0 addresses critical security issues and dependency updates. It also drops support for Node 18

    Bump @actions/core to ^3.0.0 and @actions/github to ^9.0.0, and set engines.node to >=20.0.0 to match upstream. Semver major because supported Node.js drops below 20 (breaking for anyone still on Node 18).

    @actions/core (actions/toolkit packages/core/RELEASES.md)

    • v3.0.0: ESM-only release; apps that require("@actions/core") directly must use dynamic import(). @codecov/bundler-plugin-core bundles @actions/core and @actions/github into dist/index.cjs, so require("@codecov/bundler-plugin-core") (e.g. Rollup/Webpack CJS configs) keeps working.
    • v2.x (between 1.x and 3.x): Node 24 support and @actions/http-client upgrades (including 3.x in the 2.x line).

    @actions/github (actions/toolkit packages/github/RELEASES.md)

    • v9.0.0: ESM-only (same consideration as @actions/core for this package). Release notes also note improved TypeScript behavior with ESM and @octokit/core/types.
    • v8.0.0: Minimum Node.js is now 20 (previously 18); Octokit dependencies move to current major lines (@octokit/core, REST plugins, request stack).
    • v8.0.1: Dependency updates (undici, @actions/http-client).

    Impact here

    • Runtime behavior we rely on is unchanged: context for GitHub Actions metadata and getIDToken() for OIDC uploads are still the supported APIs.
    • Build: unbuild inlines @actions/* (and their transitive deps) like @sentry/core; failOnWarn: false suppresses expected “inlined implicit external” noise. Published dist is larger (~9 MB CJS) but avoids ERR_PACKAGE_PATH_NOT_EXPORTED for CJS consumers.
    • Node 18 is no longer a supported runtime for this package; use Node 20+ (aligned with @actions/github 8+ and this repo’s Volta pin on Node 20).

Patch Changes

  • 866e31a: update GitHub Actions workflow permissions
  • Updated dependencies [1950efe]
  • Updated dependencies [866e31a]
    • @codecov/bundler-plugin-core@2.0.0

@codecov/bundler-plugin-core@2.0.0

Major Changes

  • 1950efe: Version 2.0.0 addresses critical security issues and dependency updates. It also drops support for Node 18

    Bump @actions/core to ^3.0.0 and @actions/github to ^9.0.0, and set engines.node to >=20.0.0 to match upstream. Semver major because supported Node.js drops below 20 (breaking for anyone still on Node 18).

    @actions/core (actions/toolkit packages/core/RELEASES.md)

    • v3.0.0: ESM-only release; apps that require("@actions/core") directly must use dynamic import(). @codecov/bundler-plugin-core bundles @actions/core and @actions/github into dist/index.cjs, so require("@codecov/bundler-plugin-core") (e.g. Rollup/Webpack CJS configs) keeps working.
    • v2.x (between 1.x and 3.x): Node 24 support and @actions/http-client upgrades (including 3.x in the 2.x line).

    @actions/github (actions/toolkit packages/github/RELEASES.md)

    • v9.0.0: ESM-only (same consideration as @actions/core for this package). Release notes also note improved TypeScript behavior with ESM and @octokit/core/types.
    • v8.0.0: Minimum Node.js is now 20 (previously 18); Octokit dependencies move to current major lines (@octokit/core, REST plugins, request stack).
    • v8.0.1: Dependency updates (undici, @actions/http-client).

    Impact here

    • Runtime behavior we rely on is unchanged: context for GitHub Actions metadata and getIDToken() for OIDC uploads are still the supported APIs.
    • Build: unbuild inlines @actions/* (and their transitive deps) like @sentry/core; failOnWarn: false suppresses expected “inlined implicit external” noise. Published dist is larger (~9 MB CJS) but avoids ERR_PACKAGE_PATH_NOT_EXPORTED for CJS consumers.
    • Node 18 is no longer a supported runtime for this package; use Node 20+ (aligned with @actions/github 8+ and this repo’s Volta pin on Node 20).

Patch Changes

  • 866e31a: update GitHub Actions workflow permissions

@codecov/nextjs-webpack-plugin@2.0.0

Major Changes

  • 1950efe: Version 2.0.0 addresses critical security issues and dependency updates. It also drops support for Node 18

    Bump @actions/core to ^3.0.0 and @actions/github to ^9.0.0, and set engines.node to >=20.0.0 to match upstream. Semver major because supported Node.js drops below 20 (breaking for anyone still on Node 18).

    @actions/core (actions/toolkit packages/core/RELEASES.md)

    • v3.0.0: ESM-only release; apps that require("@actions/core") directly must use dynamic import(). @codecov/bundler-plugin-core bundles @actions/core and @actions/github into dist/index.cjs, so require("@codecov/bundler-plugin-core") (e.g. Rollup/Webpack CJS configs) keeps working.
    • v2.x (between 1.x and 3.x): Node 24 support and @actions/http-client upgrades (including 3.x in the 2.x line).

    @actions/github (actions/toolkit packages/github/RELEASES.md)

    • v9.0.0: ESM-only (same consideration as @actions/core for this package). Release notes also note improved TypeScript behavior with ESM and @octokit/core/types.
    • v8.0.0: Minimum Node.js is now 20 (previously 18); Octokit dependencies move to current major lines (@octokit/core, REST plugins, request stack).
    • v8.0.1: Dependency updates (undici, @actions/http-client).

    Impact here

    • Runtime behavior we rely on is unchanged: context for GitHub Actions metadata and getIDToken() for OIDC uploads are still the supported APIs.
    • Build: unbuild inlines @actions/* (and their transitive deps) like @sentry/core; failOnWarn: false suppresses expected “inlined implicit external” noise. Published dist is larger (~9 MB CJS) but avoids ERR_PACKAGE_PATH_NOT_EXPORTED for CJS consumers.
    • Node 18 is no longer a supported runtime for this package; use Node 20+ (aligned with @actions/github 8+ and this repo’s Volta pin on Node 20).

Patch Changes

  • 866e31a: update GitHub Actions workflow permissions
  • Updated dependencies [1950efe]
  • Updated dependencies [866e31a]
    • @codecov/bundler-plugin-core@2.0.0
    • @codecov/webpack-plugin@2.0.0

@codecov/nuxt-plugin@2.0.0

Major Changes

  • 1950efe: Version 2.0.0 addresses critical security issues and dependency updates. It also drops support for Node 18

    Bump @actions/core to ^3.0.0 and @actions/github to ^9.0.0, and set engines.node to >=20.0.0 to match upstream. Semver major because supported Node.js drops below 20 (breaking for anyone still on Node 18).

    @actions/core (actions/toolkit packages/core/RELEASES.md)

    • v3.0.0: ESM-only release; apps that require("@actions/core") directly must use dynamic import(). @codecov/bundler-plugin-core bundles @actions/core and @actions/github into dist/index.cjs, so require("@codecov/bundler-plugin-core") (e.g. Rollup/Webpack CJS configs) keeps working.
    • v2.x (between 1.x and 3.x): Node 24 support and @actions/http-client upgrades (including 3.x in the 2.x line).

    @actions/github (actions/toolkit packages/github/RELEASES.md)

    • v9.0.0: ESM-only (same consideration as @actions/core for this package). Release notes also note improved TypeScript behavior with ESM and @octokit/core/types.
    • v8.0.0: Minimum Node.js is now 20 (previously 18); Octokit dependencies move to current major lines (@octokit/core, REST plugins, request stack).
    • v8.0.1: Dependency updates (undici, @actions/http-client).

    Impact here

    • Runtime behavior we rely on is unchanged: context for GitHub Actions metadata and getIDToken() for OIDC uploads are still the supported APIs.
    • Build: unbuild inlines @actions/* (and their transitive deps) like @sentry/core; failOnWarn: false suppresses expected “inlined implicit external” noise. Published dist is larger (~9 MB CJS) but avoids ERR_PACKAGE_PATH_NOT_EXPORTED for CJS consumers.
    • Node 18 is no longer a supported runtime for this package; use Node 20+ (aligned with @actions/github 8+ and this repo’s Volta pin on Node 20).

Patch Changes

  • 866e31a: update GitHub Actions workflow permissions
  • Updated dependencies [1950efe]
  • Updated dependencies [866e31a]
    • @codecov/bundler-plugin-core@2.0.0
    • @codecov/vite-plugin@2.0.0

@codecov/remix-vite-plugin@2.0.0

Major Changes

  • 1950efe: Version 2.0.0 addresses critical security issues and dependency updates. It also drops support for Node 18

    Bump @actions/core to ^3.0.0 and @actions/github to ^9.0.0, and set engines.node to >=20.0.0 to match upstream. Semver major because supported Node.js drops below 20 (breaking for anyone still on Node 18).

    @actions/core (actions/toolkit packages/core/RELEASES.md)

    • v3.0.0: ESM-only release; apps that require("@actions/core") directly must use dynamic import(). @codecov/bundler-plugin-core bundles @actions/core and @actions/github into dist/index.cjs, so require("@codecov/bundler-plugin-core") (e.g. Rollup/Webpack CJS configs) keeps working.
    • v2.x (between 1.x and 3.x): Node 24 support and @actions/http-client upgrades (including 3.x in the 2.x line).

    @actions/github (actions/toolkit packages/github/RELEASES.md)

    • v9.0.0: ESM-only (same consideration as @actions/core for this package). Release notes also note improved TypeScript behavior with ESM and @octokit/core/types.
    • v8.0.0: Minimum Node.js is now 20 (previously 18); Octokit dependencies move to current major lines (@octokit/core, REST plugins, request stack).
    • v8.0.1: Dependency updates (undici, @actions/http-client).

    Impact here

    • Runtime behavior we rely on is unchanged: context for GitHub Actions metadata and getIDToken() for OIDC uploads are still the supported APIs.
    • Build: unbuild inlines @actions/* (and their transitive deps) like @sentry/core; failOnWarn: false suppresses expected “inlined implicit external” noise. Published dist is larger (~9 MB CJS) but avoids ERR_PACKAGE_PATH_NOT_EXPORTED for CJS consumers.
    • Node 18 is no longer a supported runtime for this package; use Node 20+ (aligned with @actions/github 8+ and this repo’s Volta pin on Node 20).

Patch Changes

  • 866e31a: update GitHub Actions workflow permissions
  • Updated dependencies [1950efe]
  • Updated dependencies [866e31a]
    • @codecov/bundler-plugin-core@2.0.0
    • @codecov/vite-plugin@2.0.0

@codecov/rollup-plugin@2.0.0

Major Changes

  • 1950efe: Version 2.0.0 addresses critical security issues and dependency updates. It also drops support for Node 18

    Bump @actions/core to ^3.0.0 and @actions/github to ^9.0.0, and set engines.node to >=20.0.0 to match upstream. Semver major because supported Node.js drops below 20 (breaking for anyone still on Node 18).

    @actions/core (actions/toolkit packages/core/RELEASES.md)

    • v3.0.0: ESM-only release; apps that require("@actions/core") directly must use dynamic import(). @codecov/bundler-plugin-core bundles @actions/core and @actions/github into dist/index.cjs, so require("@codecov/bundler-plugin-core") (e.g. Rollup/Webpack CJS configs) keeps working.
    • v2.x (between 1.x and 3.x): Node 24 support and @actions/http-client upgrades (including 3.x in the 2.x line).

    @actions/github (actions/toolkit packages/github/RELEASES.md)

    • v9.0.0: ESM-only (same consideration as @actions/core for this package). Release notes also note improved TypeScript behavior with ESM and @octokit/core/types.
    • v8.0.0: Minimum Node.js is now 20 (previously 18); Octokit dependencies move to current major lines (@octokit/core, REST plugins, request stack).
    • v8.0.1: Dependency updates (undici, @actions/http-client).

    Impact here

    • Runtime behavior we rely on is unchanged: context for GitHub Actions metadata and getIDToken() for OIDC uploads are still the supported APIs.
    • Build: unbuild inlines @actions/* (and their transitive deps) like @sentry/core; failOnWarn: false suppresses expected “inlined implicit external” noise. Published dist is larger (~9 MB CJS) but avoids ERR_PACKAGE_PATH_NOT_EXPORTED for CJS consumers.
    • Node 18 is no longer a supported runtime for this package; use Node 20+ (aligned with @actions/github 8+ and this repo’s Volta pin on Node 20).

Patch Changes

  • 866e31a: update GitHub Actions workflow permissions
  • Updated dependencies [1950efe]
  • Updated dependencies [866e31a]
    • @codecov/bundler-plugin-core@2.0.0

@codecov/solidstart-plugin@2.0.0

Major Changes

  • 1950efe: Version 2.0.0 addresses critical security issues and dependency updates. It also drops support for Node 18

    Bump @actions/core to ^3.0.0 and @actions/github to ^9.0.0, and set engines.node to >=20.0.0 to match upstream. Semver major because supported Node.js drops below 20 (breaking for anyone still on Node 18).

    @actions/core (actions/toolkit packages/core/RELEASES.md)

    • v3.0.0: ESM-only release; apps that require("@actions/core") directly must use dynamic import(). @codecov/bundler-plugin-core bundles @actions/core and @actions/github into dist/index.cjs, so require("@codecov/bundler-plugin-core") (e.g. Rollup/Webpack CJS configs) keeps working.
    • v2.x (between 1.x and 3.x): Node 24 support and @actions/http-client upgrades (including 3.x in the 2.x line).

    @actions/github (actions/toolkit packages/github/RELEASES.md)

    • v9.0.0: ESM-only (same consideration as @actions/core for this package). Release notes also note improved TypeScript behavior with ESM and @octokit/core/types.
    • v8.0.0: Minimum Node.js is now 20 (previously 18); Octokit dependencies move to current major lines (@octokit/core, REST plugins, request stack).
    • v8.0.1: Dependency updates (undici, @actions/http-client).

    Impact here

    • Runtime behavior we rely on is unchanged: context for GitHub Actions metadata and getIDToken() for OIDC uploads are still the supported APIs.
    • Build: unbuild inlines @actions/* (and their transitive deps) like @sentry/core; failOnWarn: false suppresses expected “inlined implicit external” noise. Published dist is larger (~9 MB CJS) but avoids ERR_PACKAGE_PATH_NOT_EXPORTED for CJS consumers.
    • Node 18 is no longer a supported runtime for this package; use Node 20+ (aligned with @actions/github 8+ and this repo’s Volta pin on Node 20).

Patch Changes

  • 866e31a: update GitHub Actions workflow permissions
  • Updated dependencies [1950efe]
  • Updated dependencies [866e31a]
    • @codecov/bundler-plugin-core@2.0.0
    • @codecov/vite-plugin@2.0.0

@codecov/sveltekit-plugin@2.0.0

Major Changes

  • 1950efe: Version 2.0.0 addresses critical security issues and dependency updates. It also drops support for Node 18

    Bump @actions/core to ^3.0.0 and @actions/github to ^9.0.0, and set engines.node to >=20.0.0 to match upstream. Semver major because supported Node.js drops below 20 (breaking for anyone still on Node 18).

    @actions/core (actions/toolkit packages/core/RELEASES.md)

    • v3.0.0: ESM-only release; apps that require("@actions/core") directly must use dynamic import(). @codecov/bundler-plugin-core bundles @actions/core and @actions/github into dist/index.cjs, so require("@codecov/bundler-plugin-core") (e.g. Rollup/Webpack CJS configs) keeps working.
    • v2.x (between 1.x and 3.x): Node 24 support and @actions/http-client upgrades (including 3.x in the 2.x line).

    @actions/github (actions/toolkit packages/github/RELEASES.md)

    • v9.0.0: ESM-only (same consideration as @actions/core for this package). Release notes also note improved TypeScript behavior with ESM and @octokit/core/types.
    • v8.0.0: Minimum Node.js is now 20 (previously 18); Octokit dependencies move to current major lines (@octokit/core, REST plugins, request stack).
    • v8.0.1: Dependency updates (undici, @actions/http-client).

    Impact here

    • Runtime behavior we rely on is unchanged: context for GitHub Actions metadata and getIDToken() for OIDC uploads are still the supported APIs.
    • Build: unbuild inlines @actions/* (and their transitive deps) like @sentry/core; failOnWarn: false suppresses expected “inlined implicit external” noise. Published dist is larger (~9 MB CJS) but avoids ERR_PACKAGE_PATH_NOT_EXPORTED for CJS consumers.
    • Node 18 is no longer a supported runtime for this package; use Node 20+ (aligned with @actions/github 8+ and this repo’s Volta pin on Node 20).

Patch Changes

  • 866e31a: update GitHub Actions workflow permissions
  • Updated dependencies [1950efe]
  • Updated dependencies [866e31a]
    • @codecov/bundler-plugin-core@2.0.0
    • @codecov/vite-plugin@2.0.0

@codecov/vite-plugin@2.0.0

Major Changes

  • 1950efe: Version 2.0.0 addresses critical security issues and dependency updates. It also drops support for Node 18

    Bump @actions/core to ^3.0.0 and @actions/github to ^9.0.0, and set engines.node to >=20.0.0 to match upstream. Semver major because supported Node.js drops below 20 (breaking for anyone still on Node 18).

    @actions/core (actions/toolkit packages/core/RELEASES.md)

    • v3.0.0: ESM-only release; apps that require("@actions/core") directly must use dynamic import(). @codecov/bundler-plugin-core bundles @actions/core and @actions/github into dist/index.cjs, so require("@codecov/bundler-plugin-core") (e.g. Rollup/Webpack CJS configs) keeps working.
    • v2.x (between 1.x and 3.x): Node 24 support and @actions/http-client upgrades (including 3.x in the 2.x line).

    @actions/github (actions/toolkit packages/github/RELEASES.md)

    • v9.0.0: ESM-only (same consideration as @actions/core for this package). Release notes also note improved TypeScript behavior with ESM and @octokit/core/types.
    • v8.0.0: Minimum Node.js is now 20 (previously 18); Octokit dependencies move to current major lines (@octokit/core, REST plugins, request stack).
    • v8.0.1: Dependency updates (undici, @actions/http-client).

    Impact here

    • Runtime behavior we rely on is unchanged: context for GitHub Actions metadata and getIDToken() for OIDC uploads are still the supported APIs.
    • Build: unbuild inlines @actions/* (and their transitive deps) like @sentry/core; failOnWarn: false suppresses expected “inlined implicit external” noise. Published dist is larger (~9 MB CJS) but avoids ERR_PACKAGE_PATH_NOT_EXPORTED for CJS consumers.
    • Node 18 is no longer a supported runtime for this package; use Node 20+ (aligned with @actions/github 8+ and this repo’s Volta pin on Node 20).

Patch Changes

  • 866e31a: update GitHub Actions workflow permissions
  • Updated dependencies [1950efe]
  • Updated dependencies [866e31a]
    • @codecov/bundler-plugin-core@2.0.0

@codecov/webpack-plugin@2.0.0

Major Changes

  • 1950efe: Version 2.0.0 addresses critical security issues and dependency updates. It also drops support for Node 18

    Bump @actions/core to ^3.0.0 and @actions/github to ^9.0.0, and set engines.node to >=20.0.0 to match upstream. Semver major because supported Node.js drops below 20 (breaking for anyone still on Node 18).

    @actions/core (actions/toolkit packages/core/RELEASES.md)

    • v3.0.0: ESM-only release; apps that require("@actions/core") directly must use dynamic import(). @codecov/bundler-plugin-core bundles @actions/core and @actions/github into dist/index.cjs, so require("@codecov/bundler-plugin-core") (e.g. Rollup/Webpack CJS configs) keeps working.
    • v2.x (between 1.x and 3.x): Node 24 support and @actions/http-client upgrades (including 3.x in the 2.x line).

    @actions/github (actions/toolkit packages/github/RELEASES.md)

    • v9.0.0: ESM-only (same consideration as @actions/core for this package). Release notes also note improved TypeScript behavior with ESM and @octokit/core/types.
    • v8.0.0: Minimum Node.js is now 20 (previously 18); Octokit dependencies move to current major lines (@octokit/core, REST plugins, request stack).
    • v8.0.1: Dependency updates (undici, @actions/http-client).

    Impact here

    • Runtime behavior we rely on is unchanged: context for GitHub Actions metadata and getIDToken() for OIDC uploads are still the supported APIs.
    • Build: unbuild inlines @actions/* (and their transitive deps) like @sentry/core; failOnWarn: false suppresses expected “inlined implicit external” noise. Published dist is larger (~9 MB CJS) but avoids ERR_PACKAGE_PATH_NOT_EXPORTED for CJS consumers.
    • Node 18 is no longer a supported runtime for this package; use Node 20+ (aligned with @actions/github 8+ and this repo’s Volta pin on Node 20).

Patch Changes

  • 866e31a: update GitHub Actions workflow permissions
  • Updated dependencies [1950efe]
  • Updated dependencies [866e31a]
    • @codecov/bundler-plugin-core@2.0.0

@sentry
Copy link
Copy Markdown

sentry bot commented Apr 10, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 80.74%. Comparing base (d9e5655) to head (909a2cc).
✅ All tests successful. No failed tests found.

Additional details and impacted files
Components Coverage Δ
Plugin core 98.05% <ø> (ø)
Rollup plugin 8.42% <ø> (ø)
Vite plugin 8.42% <ø> (ø)
Webpack plugin 56.84% <ø> (ø)

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

- Update Vitest snapshots for pluginVersion after the 2.0.0 release bump
- Update Bun integration snapshots for plugin.version in bundle stats
- Use concrete vite/webpack config paths (.ts/.cjs); .config.* was passed
  literally to Node under Bun shell, breaking local and CI runs
- Use .nothrow() when removing optional vite.config.ts.timestamp-* in
  Remix and SvelteKit invalid-bundle-name tests
- Run test:e2e:update against fixtures/* with --max-concurrency=1

Made-with: Cursor
@codecov-notifications
Copy link
Copy Markdown

codecov-notifications bot commented Apr 10, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ All tests successful. No failed tests found.

Components Coverage Δ
Plugin core 98.05% <ø> (ø)
Rollup plugin 8.42% <ø> (ø)
Vite plugin 8.42% <ø> (ø)
Webpack plugin 56.84% <ø> (ø)

📢 Thoughts on this report? Let us know!

CI produces slightly different gzip lengths than local snapshot capture.
Update stored gzipSize values to match GitHub Actions runner output.

Made-with: Cursor
- Add bundleStatsAssetsHint() using expect.arrayContaining +
  objectContaining({ gzipSize: expect.any(Number), ... }) so Bun snapshots
  store ExpectArrayContaining instead of OS/Node-specific gzip lengths
- Regenerate rollup, vite, and webpack snapshot files
- Run e2e with --timeout 120000 and --max-concurrency=1 to avoid flaky
  5s default timeouts and parallel races
- Gitignore Vite timestamp artifacts under fixtures/vite

Made-with: Cursor
@sentry
Copy link
Copy Markdown

sentry bot commented Apr 10, 2026

Bundle Report

Changes will decrease total bundle size by 1.52MB (-14.48%) ⬇️. This is within the configured threshold ✅

Detailed changes
Bundle name Size Change
@codecov/vite-plugin-esm 1.24kB -5.15kB (-80.6%) ⬇️
@codecov/bundler-plugin-core-esm 14.67kB -1.53MB (-99.05%) ⬇️
@codecov/sveltekit-plugin-esm 3.03kB 2.13kB (239.62%) ⬆️
@codecov/nextjs-webpack-plugin-esm 4.86kB 3.74kB (336.0%) ⬆️
@codecov/astro-plugin-esm 3.27kB 2.41kB (279.12%) ⬆️

Affected Assets, Files, and Routes:

view changes for bundle: @codecov/solidstart-plugin-esm

Assets Changed:

Asset Name Size Change Total Size Change (%)
index.d.mts (New) 949 bytes 949 bytes 100.0% 🚀
index.d.cts (Deleted) -949 bytes 0 bytes -100.0% 🗑️
view changes for bundle: @codecov/astro-plugin-esm

Assets Changed:

Asset Name Size Change Total Size Change (%)
index.mjs (New) 3.27kB 3.27kB 100.0% 🚀
index.d.cts (Deleted) -862 bytes 0 bytes -100.0% 🗑️
view changes for bundle: @codecov/example-next-15-app-client-array-push

Assets Changed:

Asset Name Size Change Total Size Change (%)
static/gcuyl5YNRwtx5KZh02PtM/_buildManifest.js (New) 543 bytes 543 bytes 100.0% 🚀
static/gcuyl5YNRwtx5KZh02PtM/_ssgManifest.js (New) 77 bytes 77 bytes 100.0% 🚀
static/fBOe8RGt1vOCrRyXV7rMk/_buildManifest.js (Deleted) -543 bytes 0 bytes -100.0% 🗑️
static/fBOe8RGt1vOCrRyXV7rMk/_ssgManifest.js (Deleted) -77 bytes 0 bytes -100.0% 🗑️
view changes for bundle: @codecov/rollup-plugin-esm

Assets Changed:

Asset Name Size Change Total Size Change (%)
index.d.ts (New) 1.3kB 1.3kB 100.0% 🚀
index.d.cts (Deleted) -1.3kB 0 bytes -100.0% 🗑️
view changes for bundle: @codecov/example-astro-5-app-server-esm

Assets Changed:

Asset Name Size Change Total Size Change (%)
manifest_CSTnY9uO.mjs (New) 3.37kB 3.37kB 100.0% 🚀
manifest_BAGM3LmZ.mjs (Deleted) -3.37kB 0 bytes -100.0% 🗑️
view changes for bundle: @codecov/sveltekit-plugin-esm

Assets Changed:

Asset Name Size Change Total Size Change (%)
index.mjs (New) 3.03kB 3.03kB 100.0% 🚀
index.d.mts (Deleted) -891 bytes 0 bytes -100.0% 🗑️
view changes for bundle: @codecov/nuxt-plugin-esm

Assets Changed:

Asset Name Size Change Total Size Change (%)
index.d.ts (New) 855 bytes 855 bytes 100.0% 🚀
index.d.mts (Deleted) -855 bytes 0 bytes -100.0% 🗑️
view changes for bundle: @codecov/bundler-plugin-core-esm

Assets Changed:

Asset Name Size Change Total Size Change (%)
index.d.cts (New) 14.67kB 14.67kB 100.0% 🚀
index.mjs (Deleted) -1.54MB 0 bytes -100.0% 🗑️
view changes for bundle: @codecov/vite-plugin-esm

Assets Changed:

Asset Name Size Change Total Size Change (%)
index.d.cts (New) 1.24kB 1.24kB 100.0% 🚀
index.mjs (Deleted) -6.39kB 0 bytes -100.0% 🗑️
view changes for bundle: @codecov/example-astro-app-server-esm

Assets Changed:

Asset Name Size Change Total Size Change (%)
manifest_BxjZzhRH.mjs (New) 3.34kB 3.34kB 100.0% 🚀
manifest_CQEP7A2t.mjs (Deleted) -3.34kB 0 bytes -100.0% 🗑️
view changes for bundle: @codecov/example-next-app-client-array-push

Assets Changed:

Asset Name Size Change Total Size Change (%)
static/VvjeVkqlQpJVoW9ZzfGwG/_buildManifest.js (New) 224 bytes 224 bytes 100.0% 🚀
static/VvjeVkqlQpJVoW9ZzfGwG/_ssgManifest.js (New) 77 bytes 77 bytes 100.0% 🚀
static/JVvLgFLofYhT4PJzbWylF/_buildManifest.js (Deleted) -224 bytes 0 bytes -100.0% 🗑️
static/JVvLgFLofYhT4PJzbWylF/_ssgManifest.js (Deleted) -77 bytes 0 bytes -100.0% 🗑️
view changes for bundle: @codecov/nextjs-webpack-plugin-esm

Assets Changed:

Asset Name Size Change Total Size Change (%)
index.mjs (New) 4.86kB 4.86kB 100.0% 🚀
index.d.mts (Deleted) -1.11kB 0 bytes -100.0% 🗑️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant