meta(changelog): Update package versions#325
Open
github-actions[bot] wants to merge 6 commits intomainfrom
Open
meta(changelog): Update package versions#325github-actions[bot] wants to merge 6 commits intomainfrom
github-actions[bot] wants to merge 6 commits intomainfrom
Conversation
thomasrockhu-codecov
approved these changes
Apr 10, 2026
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files
☔ View full report in Codecov by Sentry. |
- 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 Report✅ All modified and coverable lines are covered by tests.
📢 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
Made-with: Cursor
Bundle ReportChanges will decrease total bundle size by 1.52MB (-14.48%) ⬇️. This is within the configured threshold ✅ Detailed changes
Affected Assets, Files, and Routes:view changes for bundle: @codecov/solidstart-plugin-esmAssets Changed:
view changes for bundle: @codecov/astro-plugin-esmAssets Changed:
view changes for bundle: @codecov/example-next-15-app-client-array-pushAssets Changed:
view changes for bundle: @codecov/rollup-plugin-esmAssets Changed:
view changes for bundle: @codecov/example-astro-5-app-server-esmAssets Changed:
view changes for bundle: @codecov/sveltekit-plugin-esmAssets Changed:
view changes for bundle: @codecov/nuxt-plugin-esmAssets Changed:
view changes for bundle: @codecov/bundler-plugin-core-esmAssets Changed:
view changes for bundle: @codecov/vite-plugin-esmAssets Changed:
view changes for bundle: @codecov/example-astro-app-server-esmAssets Changed:
view changes for bundle: @codecov/example-next-app-client-array-pushAssets Changed:
view changes for bundle: @codecov/nextjs-webpack-plugin-esmAssets Changed:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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/coreto ^3.0.0 and@actions/githubto ^9.0.0, and setengines.nodeto>=20.0.0to 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)require("@actions/core")directly must use dynamicimport().@codecov/bundler-plugin-corebundles@actions/coreand@actions/githubintodist/index.cjs, sorequire("@codecov/bundler-plugin-core")(e.g. Rollup/Webpack CJS configs) keeps working.@actions/http-clientupgrades (including 3.x in the 2.x line).@actions/github (actions/toolkit
packages/github/RELEASES.md)@actions/corefor this package). Release notes also note improved TypeScript behavior with ESM and@octokit/core/types.@octokit/core, REST plugins, request stack).undici,@actions/http-client).Impact here
contextfor GitHub Actions metadata andgetIDToken()for OIDC uploads are still the supported APIs.@actions/*(and their transitive deps) like@sentry/core;failOnWarn: falsesuppresses expected “inlined implicit external” noise. Publisheddistis larger (~9 MB CJS) but avoidsERR_PACKAGE_PATH_NOT_EXPORTEDfor CJS consumers.@actions/github8+ and this repo’s Volta pin on Node 20).Patch Changes
@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/coreto ^3.0.0 and@actions/githubto ^9.0.0, and setengines.nodeto>=20.0.0to 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)require("@actions/core")directly must use dynamicimport().@codecov/bundler-plugin-corebundles@actions/coreand@actions/githubintodist/index.cjs, sorequire("@codecov/bundler-plugin-core")(e.g. Rollup/Webpack CJS configs) keeps working.@actions/http-clientupgrades (including 3.x in the 2.x line).@actions/github (actions/toolkit
packages/github/RELEASES.md)@actions/corefor this package). Release notes also note improved TypeScript behavior with ESM and@octokit/core/types.@octokit/core, REST plugins, request stack).undici,@actions/http-client).Impact here
contextfor GitHub Actions metadata andgetIDToken()for OIDC uploads are still the supported APIs.@actions/*(and their transitive deps) like@sentry/core;failOnWarn: falsesuppresses expected “inlined implicit external” noise. Publisheddistis larger (~9 MB CJS) but avoidsERR_PACKAGE_PATH_NOT_EXPORTEDfor CJS consumers.@actions/github8+ and this repo’s Volta pin on Node 20).Patch Changes
@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/coreto ^3.0.0 and@actions/githubto ^9.0.0, and setengines.nodeto>=20.0.0to 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)require("@actions/core")directly must use dynamicimport().@codecov/bundler-plugin-corebundles@actions/coreand@actions/githubintodist/index.cjs, sorequire("@codecov/bundler-plugin-core")(e.g. Rollup/Webpack CJS configs) keeps working.@actions/http-clientupgrades (including 3.x in the 2.x line).@actions/github (actions/toolkit
packages/github/RELEASES.md)@actions/corefor this package). Release notes also note improved TypeScript behavior with ESM and@octokit/core/types.@octokit/core, REST plugins, request stack).undici,@actions/http-client).Impact here
contextfor GitHub Actions metadata andgetIDToken()for OIDC uploads are still the supported APIs.@actions/*(and their transitive deps) like@sentry/core;failOnWarn: falsesuppresses expected “inlined implicit external” noise. Publisheddistis larger (~9 MB CJS) but avoidsERR_PACKAGE_PATH_NOT_EXPORTEDfor CJS consumers.@actions/github8+ and this repo’s Volta pin on Node 20).Patch Changes
@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/coreto ^3.0.0 and@actions/githubto ^9.0.0, and setengines.nodeto>=20.0.0to 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)require("@actions/core")directly must use dynamicimport().@codecov/bundler-plugin-corebundles@actions/coreand@actions/githubintodist/index.cjs, sorequire("@codecov/bundler-plugin-core")(e.g. Rollup/Webpack CJS configs) keeps working.@actions/http-clientupgrades (including 3.x in the 2.x line).@actions/github (actions/toolkit
packages/github/RELEASES.md)@actions/corefor this package). Release notes also note improved TypeScript behavior with ESM and@octokit/core/types.@octokit/core, REST plugins, request stack).undici,@actions/http-client).Impact here
contextfor GitHub Actions metadata andgetIDToken()for OIDC uploads are still the supported APIs.@actions/*(and their transitive deps) like@sentry/core;failOnWarn: falsesuppresses expected “inlined implicit external” noise. Publisheddistis larger (~9 MB CJS) but avoidsERR_PACKAGE_PATH_NOT_EXPORTEDfor CJS consumers.@actions/github8+ and this repo’s Volta pin on Node 20).Patch Changes
@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/coreto ^3.0.0 and@actions/githubto ^9.0.0, and setengines.nodeto>=20.0.0to 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)require("@actions/core")directly must use dynamicimport().@codecov/bundler-plugin-corebundles@actions/coreand@actions/githubintodist/index.cjs, sorequire("@codecov/bundler-plugin-core")(e.g. Rollup/Webpack CJS configs) keeps working.@actions/http-clientupgrades (including 3.x in the 2.x line).@actions/github (actions/toolkit
packages/github/RELEASES.md)@actions/corefor this package). Release notes also note improved TypeScript behavior with ESM and@octokit/core/types.@octokit/core, REST plugins, request stack).undici,@actions/http-client).Impact here
contextfor GitHub Actions metadata andgetIDToken()for OIDC uploads are still the supported APIs.@actions/*(and their transitive deps) like@sentry/core;failOnWarn: falsesuppresses expected “inlined implicit external” noise. Publisheddistis larger (~9 MB CJS) but avoidsERR_PACKAGE_PATH_NOT_EXPORTEDfor CJS consumers.@actions/github8+ and this repo’s Volta pin on Node 20).Patch Changes
@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/coreto ^3.0.0 and@actions/githubto ^9.0.0, and setengines.nodeto>=20.0.0to 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)require("@actions/core")directly must use dynamicimport().@codecov/bundler-plugin-corebundles@actions/coreand@actions/githubintodist/index.cjs, sorequire("@codecov/bundler-plugin-core")(e.g. Rollup/Webpack CJS configs) keeps working.@actions/http-clientupgrades (including 3.x in the 2.x line).@actions/github (actions/toolkit
packages/github/RELEASES.md)@actions/corefor this package). Release notes also note improved TypeScript behavior with ESM and@octokit/core/types.@octokit/core, REST plugins, request stack).undici,@actions/http-client).Impact here
contextfor GitHub Actions metadata andgetIDToken()for OIDC uploads are still the supported APIs.@actions/*(and their transitive deps) like@sentry/core;failOnWarn: falsesuppresses expected “inlined implicit external” noise. Publisheddistis larger (~9 MB CJS) but avoidsERR_PACKAGE_PATH_NOT_EXPORTEDfor CJS consumers.@actions/github8+ and this repo’s Volta pin on Node 20).Patch Changes
@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/coreto ^3.0.0 and@actions/githubto ^9.0.0, and setengines.nodeto>=20.0.0to 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)require("@actions/core")directly must use dynamicimport().@codecov/bundler-plugin-corebundles@actions/coreand@actions/githubintodist/index.cjs, sorequire("@codecov/bundler-plugin-core")(e.g. Rollup/Webpack CJS configs) keeps working.@actions/http-clientupgrades (including 3.x in the 2.x line).@actions/github (actions/toolkit
packages/github/RELEASES.md)@actions/corefor this package). Release notes also note improved TypeScript behavior with ESM and@octokit/core/types.@octokit/core, REST plugins, request stack).undici,@actions/http-client).Impact here
contextfor GitHub Actions metadata andgetIDToken()for OIDC uploads are still the supported APIs.@actions/*(and their transitive deps) like@sentry/core;failOnWarn: falsesuppresses expected “inlined implicit external” noise. Publisheddistis larger (~9 MB CJS) but avoidsERR_PACKAGE_PATH_NOT_EXPORTEDfor CJS consumers.@actions/github8+ and this repo’s Volta pin on Node 20).Patch Changes
@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/coreto ^3.0.0 and@actions/githubto ^9.0.0, and setengines.nodeto>=20.0.0to 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)require("@actions/core")directly must use dynamicimport().@codecov/bundler-plugin-corebundles@actions/coreand@actions/githubintodist/index.cjs, sorequire("@codecov/bundler-plugin-core")(e.g. Rollup/Webpack CJS configs) keeps working.@actions/http-clientupgrades (including 3.x in the 2.x line).@actions/github (actions/toolkit
packages/github/RELEASES.md)@actions/corefor this package). Release notes also note improved TypeScript behavior with ESM and@octokit/core/types.@octokit/core, REST plugins, request stack).undici,@actions/http-client).Impact here
contextfor GitHub Actions metadata andgetIDToken()for OIDC uploads are still the supported APIs.@actions/*(and their transitive deps) like@sentry/core;failOnWarn: falsesuppresses expected “inlined implicit external” noise. Publisheddistis larger (~9 MB CJS) but avoidsERR_PACKAGE_PATH_NOT_EXPORTEDfor CJS consumers.@actions/github8+ and this repo’s Volta pin on Node 20).Patch Changes
@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/coreto ^3.0.0 and@actions/githubto ^9.0.0, and setengines.nodeto>=20.0.0to 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)require("@actions/core")directly must use dynamicimport().@codecov/bundler-plugin-corebundles@actions/coreand@actions/githubintodist/index.cjs, sorequire("@codecov/bundler-plugin-core")(e.g. Rollup/Webpack CJS configs) keeps working.@actions/http-clientupgrades (including 3.x in the 2.x line).@actions/github (actions/toolkit
packages/github/RELEASES.md)@actions/corefor this package). Release notes also note improved TypeScript behavior with ESM and@octokit/core/types.@octokit/core, REST plugins, request stack).undici,@actions/http-client).Impact here
contextfor GitHub Actions metadata andgetIDToken()for OIDC uploads are still the supported APIs.@actions/*(and their transitive deps) like@sentry/core;failOnWarn: falsesuppresses expected “inlined implicit external” noise. Publisheddistis larger (~9 MB CJS) but avoidsERR_PACKAGE_PATH_NOT_EXPORTEDfor CJS consumers.@actions/github8+ and this repo’s Volta pin on Node 20).Patch Changes
@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/coreto ^3.0.0 and@actions/githubto ^9.0.0, and setengines.nodeto>=20.0.0to 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)require("@actions/core")directly must use dynamicimport().@codecov/bundler-plugin-corebundles@actions/coreand@actions/githubintodist/index.cjs, sorequire("@codecov/bundler-plugin-core")(e.g. Rollup/Webpack CJS configs) keeps working.@actions/http-clientupgrades (including 3.x in the 2.x line).@actions/github (actions/toolkit
packages/github/RELEASES.md)@actions/corefor this package). Release notes also note improved TypeScript behavior with ESM and@octokit/core/types.@octokit/core, REST plugins, request stack).undici,@actions/http-client).Impact here
contextfor GitHub Actions metadata andgetIDToken()for OIDC uploads are still the supported APIs.@actions/*(and their transitive deps) like@sentry/core;failOnWarn: falsesuppresses expected “inlined implicit external” noise. Publisheddistis larger (~9 MB CJS) but avoidsERR_PACKAGE_PATH_NOT_EXPORTEDfor CJS consumers.@actions/github8+ and this repo’s Volta pin on Node 20).Patch Changes
@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/coreto ^3.0.0 and@actions/githubto ^9.0.0, and setengines.nodeto>=20.0.0to 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)require("@actions/core")directly must use dynamicimport().@codecov/bundler-plugin-corebundles@actions/coreand@actions/githubintodist/index.cjs, sorequire("@codecov/bundler-plugin-core")(e.g. Rollup/Webpack CJS configs) keeps working.@actions/http-clientupgrades (including 3.x in the 2.x line).@actions/github (actions/toolkit
packages/github/RELEASES.md)@actions/corefor this package). Release notes also note improved TypeScript behavior with ESM and@octokit/core/types.@octokit/core, REST plugins, request stack).undici,@actions/http-client).Impact here
contextfor GitHub Actions metadata andgetIDToken()for OIDC uploads are still the supported APIs.@actions/*(and their transitive deps) like@sentry/core;failOnWarn: falsesuppresses expected “inlined implicit external” noise. Publisheddistis larger (~9 MB CJS) but avoidsERR_PACKAGE_PATH_NOT_EXPORTEDfor CJS consumers.@actions/github8+ and this repo’s Volta pin on Node 20).Patch Changes