Skip to content
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

meta(changelog): Update package versions (beta) #148

Merged
merged 2 commits into from
Jul 16, 2024

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Jul 9, 2024

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.

⚠️⚠️⚠️⚠️⚠️⚠️

main is currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, run changeset pre exit on main.

⚠️⚠️⚠️⚠️⚠️⚠️

Releases

@codecov/[email protected]

Patch Changes

  • dfb26db: Adjust asset type to contain gzipSize, add new function to collect gzip values
  • dfb26db: Set version from passed output arg, and collect gzip information in plugins
  • dfb26db: Update meta-framework plugins to collect version generated in output arg

@codecov/[email protected]

Patch Changes

  • dfb26db: Adjust asset type to contain gzipSize, add new function to collect gzip values
  • dfb26db: Set version from passed output arg, and collect gzip information in plugins
  • dfb26db: Update meta-framework plugins to collect version generated in output arg
  • Updated dependencies [dfb26db]
  • Updated dependencies [dfb26db]
  • Updated dependencies [dfb26db]

@codecov/[email protected]

Patch Changes

  • dfb26db: Adjust asset type to contain gzipSize, add new function to collect gzip values
  • dfb26db: Set version from passed output arg, and collect gzip information in plugins
  • dfb26db: Update meta-framework plugins to collect version generated in output arg
  • Updated dependencies [dfb26db]
  • Updated dependencies [dfb26db]
  • Updated dependencies [dfb26db]

@codecov/[email protected]

Patch Changes

  • dfb26db: Adjust asset type to contain gzipSize, add new function to collect gzip values
  • dfb26db: Set version from passed output arg, and collect gzip information in plugins
  • dfb26db: Update meta-framework plugins to collect version generated in output arg
  • Updated dependencies [dfb26db]
  • Updated dependencies [dfb26db]
  • Updated dependencies [dfb26db]

@codecov/[email protected]

Patch Changes

  • dfb26db: Adjust asset type to contain gzipSize, add new function to collect gzip values
  • dfb26db: Set version from passed output arg, and collect gzip information in plugins
  • dfb26db: Update meta-framework plugins to collect version generated in output arg
  • Updated dependencies [dfb26db]
  • Updated dependencies [dfb26db]
  • Updated dependencies [dfb26db]

@codecov/[email protected]

Patch Changes

  • dfb26db: Adjust asset type to contain gzipSize, add new function to collect gzip values
  • dfb26db: Set version from passed output arg, and collect gzip information in plugins
  • dfb26db: Update meta-framework plugins to collect version generated in output arg
  • Updated dependencies [dfb26db]
  • Updated dependencies [dfb26db]
  • Updated dependencies [dfb26db]

@codecov/[email protected]

Patch Changes

  • dfb26db: Adjust asset type to contain gzipSize, add new function to collect gzip values
  • dfb26db: Set version from passed output arg, and collect gzip information in plugins
  • dfb26db: Update meta-framework plugins to collect version generated in output arg
  • Updated dependencies [dfb26db]
  • Updated dependencies [dfb26db]
  • Updated dependencies [dfb26db]

Copy link

@codecov codecov bot left a comment

Choose a reason for hiding this comment

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

This code review focuses on the changes related to package version updates and modifications in patch changes. Overall, the changes are consistent and clear. However, there's a small room for improvements on the code maintainability and readability side.

@@ -1,6 +1,6 @@
{
"name": "@codecov/bundler-plugin-core",
"version": "0.0.1-beta.10",
"version": "0.0.1-beta.11",
Copy link

Choose a reason for hiding this comment

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

The package version has been bumped up. Make sure to test thoroughly to ensure that this version of the software works as expected.

- dfb26db: Adjust asset type to contain gzipSize, add new function to collect gzip values
- dfb26db: Set version from passed output arg, and collect gzip information in plugins
- dfb26db: Update meta-framework plugins to collect version generated in output arg
- Updated dependencies [dfb26db]
Copy link

Choose a reason for hiding this comment

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

It is good practice to give a strong description of what changes took place in different commits. This gives future developers a clearer insight into what specific updates occurred.

### Patch Changes

- dfb26db: Adjust asset type to contain gzipSize, add new function to collect gzip values
- dfb26db: Set version from passed output arg, and collect gzip information in plugins
Copy link

Choose a reason for hiding this comment

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

Same here, explanatory commit messages help in understanding the reasoning behind specific changes.


- dfb26db: Adjust asset type to contain gzipSize, add new function to collect gzip values
- dfb26db: Set version from passed output arg, and collect gzip information in plugins
- dfb26db: Update meta-framework plugins to collect version generated in output arg
Copy link

Choose a reason for hiding this comment

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

A detailed description of changes should be given here for transparency for future developers. Providing more context about the changes contained under dfb26db will improve the code maintainability.

@@ -1,6 +1,6 @@
{
"name": "@codecov/nuxt-plugin",
"version": "0.0.1-beta.10",
"version": "0.0.1-beta.11",
Copy link

Choose a reason for hiding this comment

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

Please take care to test this new version comprehensively to ensure there are no bugs or issues rising from the version update.

@@ -1,6 +1,6 @@
{
"name": "@codecov/remix-vite-plugin",
"version": "0.0.1-beta.10",
"version": "0.0.1-beta.11",
Copy link

Choose a reason for hiding this comment

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

Package version has been updated. It's important to test thoroughly to make sure everything still works as expected with the new version. If there are any breaking changes, they should be documented.

@codecov-notifications
Copy link

codecov-notifications bot commented Jul 9, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

✅ All tests successful. No failed tests found.

Components Coverage Δ
Plugin core 97.33% <ø> (ø)
Rollup plugin 10.81% <ø> (ø)
Vite plugin 11.02% <ø> (ø)
Webpack plugin 25.14% <ø> (ø)

📢 Thoughts on this report? Let us know!

Copy link

codecov bot commented Jul 9, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 76.58%. Comparing base (dfb26db) to head (39eb0dc).

✅ All tests successful. No failed tests found.

Additional details and impacted files
Components Coverage Δ
Plugin core 97.33% <ø> (ø)
Rollup plugin 10.81% <ø> (ø)
Vite plugin 11.02% <ø> (ø)
Webpack plugin 25.14% <ø> (ø)

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

@codecov-staging
Copy link

codecov-staging bot commented Jul 9, 2024

Bundle Report

Changes will increase total bundle size by 233 bytes ⬆️

Bundle name Size Change
@codecov/bundler-plugin-core-cjs 42.71kB 0 bytes
@codecov/nuxt-plugin-esm 855 bytes 0 bytes
@codecov/webpack-plugin-cjs 3.77kB 0 bytes
@codecov/example-next-app-edge-server-array-push 354 bytes 0 bytes
@codecov/bundler-plugin-core-esm 7.9kB 0 bytes
@codecov/webpack-plugin-esm 3.06kB 1.62kB ⬆️
@codecov/vite-plugin-esm 1.26kB 1.07kB ⬇️
@codecov/vite-plugin-cjs 2.8kB 0 bytes
@codecov/example-next-app-client-array-push 907.85kB 0 bytes
@codecov/example-webpack-app-array-push 71.19kB 0 bytes
@codecov/example-vite-app-esm 150.61kB 0 bytes
@codecov/rollup-plugin-cjs 2.82kB 0 bytes
@codecov/example-rollup-app-iife 95.46kB 0 bytes
@codecov/rollup-plugin-esm 1.32kB 0 bytes
@codecov/sveltekit-plugin-cjs 1.33kB 0 bytes
@codecov/remix-vite-plugin-cjs 1.32kB 0 bytes
@codecov/nuxt-plugin-cjs 1.41kB 0 bytes
@codecov/sveltekit-plugin-esm 909 bytes 188 bytes ⬇️
@codecov/remix-vite-plugin-esm 975 bytes 123 bytes ⬇️
@codecov/example-next-app-server-cjs 342.32kB 0 bytes

Copy link

codecov bot commented Jul 9, 2024

Bundle Report

Changes will increase total bundle size by 1.11kB ⬆️

Bundle name Size Change
@codecov/vite-plugin-cjs 2.8kB 0 bytes
@codecov/nuxt-plugin-cjs 1.41kB 0 bytes
@codecov/example-remix-app-server-esm 12.55kB 0 bytes
@codecov/example-sveltekit-app-server-esm 974.58kB 1 bytes ⬇️
@codecov/nuxt-plugin-esm 1.24kB 380 bytes ⬆️
@codecov/webpack-plugin-esm 3.06kB 1.62kB ⬆️
@codecov/bundler-plugin-core-esm 7.9kB 0 bytes
@codecov/example-next-app-client-array-push 907.85kB 0 bytes
@codecov/remix-vite-plugin-esm 1.1kB 123 bytes ⬆️
@codecov/rollup-plugin-cjs 2.82kB 0 bytes
@codecov/bundler-plugin-core-cjs 42.71kB 0 bytes
@codecov/vite-plugin-esm 1.26kB 0 bytes
@codecov/example-next-app-edge-server-array-push 354 bytes 0 bytes
@codecov/example-sveltekit-app-client-esm 714.6kB 2 bytes ⬇️
@codecov/rollup-plugin-esm 1.32kB 1.01kB ⬇️
@codecov/sveltekit-plugin-cjs 1.33kB 0 bytes
@codecov/example-nuxt-app-server-esm 347.95kB 0 bytes
@codecov/example-vite-app-esm 150.61kB 0 bytes
@codecov/sveltekit-plugin-esm 909 bytes 0 bytes
@codecov/example-next-app-server-cjs 342.32kB 0 bytes
@codecov/example-rollup-app-iife 95.46kB 0 bytes
@codecov/example-nuxt-app-client-esm 237.66kB 0 bytes
@codecov/webpack-plugin-cjs 3.77kB 0 bytes
@codecov/example-remix-app-client-esm 252.12kB 0 bytes
@codecov/example-webpack-app-array-push 71.19kB 0 bytes
@codecov/remix-vite-plugin-cjs 1.32kB 0 bytes

@nicholas-codecov nicholas-codecov merged commit 2df4d02 into main Jul 16, 2024
41 checks passed
@nicholas-codecov nicholas-codecov deleted the changeset-release/main branch July 16, 2024 10:55
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.

2 participants