Skip to content

meta(changelog): Update package versions #260

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 19, 2025
Merged

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented May 15, 2025

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@1.9.1

Patch Changes

  • 1db06c3: Bump vite version
  • 8a6f939: Fix typo in event type matching, add merge group handling
  • 4b36ee2: Update next to 14.2.25
  • Updated dependencies [1db06c3]
  • Updated dependencies [8a6f939]
  • Updated dependencies [4b36ee2]
    • @codecov/vite-plugin@1.9.1
    • @codecov/bundler-plugin-core@1.9.1

@codecov/bundle-analyzer@1.9.1

Patch Changes

  • 1db06c3: Bump vite version
  • 8a6f939: Fix typo in event type matching, add merge group handling
  • 4b36ee2: Update next to 14.2.25
  • Updated dependencies [8a6f939]
  • Updated dependencies [4b36ee2]
    • @codecov/bundler-plugin-core@1.9.1

@codecov/bundler-plugin-core@1.9.1

Patch Changes

  • 8a6f939: Fix typo in event type matching, add merge group handling
  • 4b36ee2: Update next to 14.2.25

@codecov/nextjs-webpack-plugin@1.9.1

Patch Changes

  • 8a6f939: Fix typo in event type matching, add merge group handling
  • 4b36ee2: Update next to 14.2.25
  • Updated dependencies [8a6f939]
  • Updated dependencies [4b36ee2]
    • @codecov/bundler-plugin-core@1.9.1
    • @codecov/webpack-plugin@1.9.1

@codecov/nuxt-plugin@1.9.1

Patch Changes

  • 1db06c3: Bump vite version
  • 8a6f939: Fix typo in event type matching, add merge group handling
  • 4b36ee2: Update next to 14.2.25
  • Updated dependencies [1db06c3]
  • Updated dependencies [8a6f939]
  • Updated dependencies [4b36ee2]
    • @codecov/vite-plugin@1.9.1
    • @codecov/bundler-plugin-core@1.9.1

@codecov/remix-vite-plugin@1.9.1

Patch Changes

  • 1db06c3: Bump vite version
  • 8a6f939: Fix typo in event type matching, add merge group handling
  • 4b36ee2: Update next to 14.2.25
  • Updated dependencies [1db06c3]
  • Updated dependencies [8a6f939]
  • Updated dependencies [4b36ee2]
    • @codecov/vite-plugin@1.9.1
    • @codecov/bundler-plugin-core@1.9.1

@codecov/rollup-plugin@1.9.1

Patch Changes

  • 8a6f939: Fix typo in event type matching, add merge group handling
  • 4b36ee2: Update next to 14.2.25
  • Updated dependencies [8a6f939]
  • Updated dependencies [4b36ee2]
    • @codecov/bundler-plugin-core@1.9.1

@codecov/solidstart-plugin@1.9.1

Patch Changes

  • 1db06c3: Bump vite version
  • 8a6f939: Fix typo in event type matching, add merge group handling
  • 4b36ee2: Update next to 14.2.25
  • Updated dependencies [1db06c3]
  • Updated dependencies [8a6f939]
  • Updated dependencies [4b36ee2]
    • @codecov/vite-plugin@1.9.1
    • @codecov/bundler-plugin-core@1.9.1

@codecov/sveltekit-plugin@1.9.1

Patch Changes

  • 1db06c3: Bump vite version
  • 8a6f939: Fix typo in event type matching, add merge group handling
  • 4b36ee2: Update next to 14.2.25
  • Updated dependencies [1db06c3]
  • Updated dependencies [8a6f939]
  • Updated dependencies [4b36ee2]
    • @codecov/vite-plugin@1.9.1
    • @codecov/bundler-plugin-core@1.9.1

@codecov/vite-plugin@1.9.1

Patch Changes

  • 1db06c3: Bump vite version
  • 8a6f939: Fix typo in event type matching, add merge group handling
  • 4b36ee2: Update next to 14.2.25
  • Updated dependencies [8a6f939]
  • Updated dependencies [4b36ee2]
    • @codecov/bundler-plugin-core@1.9.1

@codecov/webpack-plugin@1.9.1

Patch Changes

  • 8a6f939: Fix typo in event type matching, add merge group handling
  • 4b36ee2: Update next to 14.2.25
  • Updated dependencies [8a6f939]
  • Updated dependencies [4b36ee2]
    • @codecov/bundler-plugin-core@1.9.1

@codecov-staging
Copy link

codecov-staging bot commented May 15, 2025

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!

Copy link

codecov bot commented May 15, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 80.74%. Comparing base (4b36ee2) to head (0a37015).
Report is 1 commits behind head on main.

✅ 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.

Copy link
Contributor

@suejung-sentry suejung-sentry left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

regarding the failed tests, unfortunately you need to manually go through and bump the version numbers like in this example pr - https://github.com/codecov/codecov-javascript-bundler-plugins/pull/250/files

we have an open ticket to improve this process but I think we haven't touched this product in a bit. I'll see if I can grab that in an upcoming sprint.

Copy link

codecov bot commented May 15, 2025

Bundle Report

Changes will increase total bundle size by 295.52kB (3.82%) ⬆️. This is within the configured threshold ✅

Detailed changes
Bundle name Size Change
@codecov/bundler-plugin-core-esm 312.6kB 297.93kB (2030.71%) ⬆️
@codecov/example-sveltekit-app-client-esm 727.67kB -2 bytes (-0.0%) ⬇️
@codecov/example-sveltekit-app-server-esm 984.06kB -1 bytes (-0.0%) ⬇️
@codecov/astro-plugin-esm 862 bytes -2.41kB (-73.62%) ⬇️

Affected Assets, Files, and Routes:

view changes for bundle: @codecov/example-astro-5-app-server-esm

Assets Changed:

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

Assets Changed:

Asset Name Size Change Total Size Change (%)
index.d.cts (New) 855 bytes 855 bytes 100.0% 🚀
index.d.mts (Deleted) -855 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/D825TFmqbpOatUydVZy1G/_buildManifest.js (New) 540 bytes 540 bytes 100.0% 🚀
static/D825TFmqbpOatUydVZy1G/_ssgManifest.js (New) 77 bytes 77 bytes 100.0% 🚀
static/-*.js (Deleted) -77 bytes 0 bytes -100.0% 🗑️
static/-*.js (Deleted) -540 bytes 0 bytes -100.0% 🗑️
view changes for bundle: @codecov/example-sveltekit-app-client-esm

Assets Changed:

Asset Name Size Change Total Size Change (%)
_app/immutable/chunks/entry.*.js -2 bytes 31.45kB -0.01%
view changes for bundle: @codecov/bundle-analyzer-esm

Assets Changed:

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

Assets Changed:

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

Assets Changed:

Asset Name Size Change Total Size Change (%)
index.d.ts (New) 949 bytes 949 bytes 100.0% 🚀
index.d.cts (Deleted) -949 bytes 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/xB1ll3yz_ZjoqK1lSUZt4/_buildManifest.js (New) 224 bytes 224 bytes 100.0% 🚀
static/xB1ll3yz_ZjoqK1lSUZt4/_ssgManifest.js (New) 77 bytes 77 bytes 100.0% 🚀
static/1wsWCxRX7QSlRj064bIRd/_buildManifest.js (Deleted) -224 bytes 0 bytes -100.0% 🗑️
static/1wsWCxRX7QSlRj064bIRd/_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.mts (New) 1.3kB 1.3kB 100.0% 🚀
index.d.cts (Deleted) -1.3kB 0 bytes -100.0% 🗑️
view changes for bundle: @codecov/example-astro-app-server-esm

Assets Changed:

Asset Name Size Change Total Size Change (%)
manifest_p0O7y6W8.mjs (New) 3.34kB 3.34kB 100.0% 🚀
manifest_Bh0ervCU.mjs (Deleted) -3.34kB 0 bytes -100.0% 🗑️
view changes for bundle: @codecov/bundler-plugin-core-esm

Assets Changed:

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

Assets Changed:

Asset Name Size Change Total Size Change (%)
chunks/internal.js -1 bytes 18.48kB -0.01%
view changes for bundle: @codecov/astro-plugin-esm

Assets Changed:

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

@codecov-staging
Copy link

codecov-staging bot commented May 15, 2025

Bundle Report

Changes will decrease total bundle size by 306.47kB (-3.88%) ⬇️. This is within the configured threshold ✅

Detailed changes
Bundle name Size Change
@codecov/bundler-plugin-core-esm 14.67kB -297.93kB (-95.31%) ⬇️
@codecov/nuxt-plugin-esm 855 bytes -2.36kB (-73.37%) ⬇️
@codecov/bundle-analyzer-esm 6.9kB 3.79kB (122.05%) ⬆️
@codecov/sveltekit-plugin-esm 891 bytes -2.13kB (-70.56%) ⬇️
@codecov/webpack-plugin-esm 3.45kB -5.43kB (-61.16%) ⬇️
@codecov/astro-plugin-esm 862 bytes -2.41kB (-73.62%) ⬇️
@codecov/example-sveltekit-app-client-esm 727.67kB -2 bytes (-0.0%) ⬇️
@codecov/example-sveltekit-app-server-esm 984.06kB -1 bytes (-0.0%) ⬇️

Affected Assets, Files, and Routes:

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) -312.6kB 0 bytes -100.0% 🗑️
view changes for bundle: @codecov/webpack-plugin-esm

Assets Changed:

Asset Name Size Change Total Size Change (%)
index.d.cts (New) 3.45kB 3.45kB 100.0% 🚀
index.mjs (Deleted) -8.89kB 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 (%)
server/middleware-*.js 873 bytes 909 bytes 2425.0% ⚠️
server/middleware-*.js -873 bytes 36 bytes -96.04%
static/_VvWfsgqQViEKQ-*.js (New) 540 bytes 540 bytes 100.0% 🚀
static/_VvWfsgqQViEKQ-*.js (New) 77 bytes 77 bytes 100.0% 🚀
static/pYjxryFZc_Rw9kceENoxA/_buildManifest.js (Deleted) -540 bytes 0 bytes -100.0% 🗑️
static/pYjxryFZc_Rw9kceENoxA/_ssgManifest.js (Deleted) -77 bytes 0 bytes -100.0% 🗑️
view changes for bundle: @codecov/bundle-analyzer-esm

Assets Changed:

Asset Name Size Change Total Size Change (%)
index.mjs (New) 3.92kB 3.92kB 100.0% 🚀
cli.mjs (New) 2.98kB 2.98kB 100.0% 🚀
index.d.mts (Deleted) -2.77kB 0 bytes -100.0% 🗑️
cli.d.mts (Deleted) -342 bytes 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_aJLKgW1_.mjs (New) 3.37kB 3.37kB 100.0% 🚀
manifest_BQIoyg9Z.mjs (Deleted) -3.37kB 0 bytes -100.0% 🗑️
view changes for bundle: @codecov/example-astro-app-server-esm

Assets Changed:

Asset Name Size Change Total Size Change (%)
manifest_Oj5XCA6o.mjs (New) 3.34kB 3.34kB 100.0% 🚀
manifest_DB3W4gYi.mjs (Deleted) -3.34kB 0 bytes -100.0% 🗑️
view changes for bundle: @codecov/astro-plugin-esm

Assets Changed:

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

Assets Changed:

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

Assets Changed:

Asset Name Size Change Total Size Change (%)
_app/immutable/chunks/entry.*.js -2 bytes 31.45kB -0.01%
view changes for bundle: @codecov/example-sveltekit-app-server-esm

Assets Changed:

Asset Name Size Change Total Size Change (%)
chunks/internal.js -1 bytes 18.48kB -0.01%
view changes for bundle: @codecov/example-next-app-client-array-push

Assets Changed:

Asset Name Size Change Total Size Change (%)
server/middleware-*.js 852 bytes 888 bytes 2366.67% ⚠️
server/middleware-*.js -852 bytes 36 bytes -95.95%
static/p8qqI2T3DslkroYcMA7X8/_buildManifest.js (New) 224 bytes 224 bytes 100.0% 🚀
static/p8qqI2T3DslkroYcMA7X8/_ssgManifest.js (New) 77 bytes 77 bytes 100.0% 🚀
static/vHTtPAYNGk-*.js (Deleted) -224 bytes 0 bytes -100.0% 🗑️
static/vHTtPAYNGk-*.js (Deleted) -77 bytes 0 bytes -100.0% 🗑️
view changes for bundle: @codecov/nuxt-plugin-esm

Assets Changed:

Asset Name Size Change Total Size Change (%)
index.d.cts (New) 855 bytes 855 bytes 100.0% 🚀
index.mjs (Deleted) -3.21kB 0 bytes -100.0% 🗑️

Copy link
Contributor

@suejung-sentry suejung-sentry left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks so much for dealing with that

@suejung-sentry
Copy link
Contributor

suejung-sentry commented May 17, 2025

merged main to pick up @thomasrockhu-codecov 's commit at #261

@github-actions github-actions bot force-pushed the changeset-release/main branch from f16275a to abe405e Compare May 17, 2025 00:53
@suejung-sentry suejung-sentry force-pushed the changeset-release/main branch from 8400e51 to 0a37015 Compare May 17, 2025 01:02
@suejung-sentry suejung-sentry merged commit 9c514a9 into main May 19, 2025
70 checks passed
@suejung-sentry suejung-sentry deleted the changeset-release/main branch May 19, 2025 19:04
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.

3 participants