-
Notifications
You must be signed in to change notification settings - Fork 2
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) #139
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The changes reflect updates in the project's dependencies, namely the addition of the '@codecov/sveltekit-plugin' and updates to the versions of the test tools. There are also several changes on the package versions indicated in multiple package.json files. Moreover, changes on nuxt-plugin, rollup-plugin, sveltekit-plugin, vite-plugin, and webpack-plugin are noticed. Apart from a new plugin, most of the core changes are related to error handling and pathological cases, which are a good practice to handle in the early development stages of the project.
.changeset/pre.json
Outdated
@@ -6,7 +6,8 @@ | |||
"@codecov/rollup-plugin": "0.0.0", | |||
"@codecov/vite-plugin": "0.0.0", | |||
"@codecov/webpack-plugin": "0.0.0", | |||
"@codecov/nuxt-plugin": "0.0.0" | |||
"@codecov/nuxt-plugin": "0.0.0", | |||
"@codecov/sveltekit-plugin": "0.0.1-beta.8" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Addition of '@codecov/sveltekit-plugin' is a good enhancement if its use is required for the specific project features.
### Patch Changes | ||
|
||
- 297cd29: Add in support for bundle analysis for SvelteKit through new SvelteKit plugin | ||
- 297cd29: Update license to 2024 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The changes in the '@codecov/bundler-plugin-core' reflects an improvement since the bundle analysis allows you to understand what's really inside the bundle and how the code is structured.
|
||
- 297cd29: Add in support for bundle analysis for SvelteKit through new SvelteKit plugin | ||
- 297cd29: Update license to 2024 | ||
- fe21d8a: Update normalizePath function to handle [hash][extname] case. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
License update is always a good practice since it may bring legal issues if not properly handled.
- 297cd29: Add in support for bundle analysis for SvelteKit through new SvelteKit plugin | ||
- 297cd29: Update license to 2024 | ||
- fe21d8a: Update normalizePath function to handle [hash][extname] case. | ||
- d74a176: When a user submits a invalid bundle name, we will hard fail and exit the bundle process now. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The normalizePath function update is a great improvement for handling edge cases.
- 297cd29: Update license to 2024 | ||
- fe21d8a: Update normalizePath function to handle [hash][extname] case. | ||
- d74a176: When a user submits a invalid bundle name, we will hard fail and exit the bundle process now. | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The enhancement to fail and exit the bundle process upon submission of an invalid bundle name is a commendable error handling practice. The old behavior might have caused undetected issues.
@@ -1,6 +1,6 @@ | |||
{ | |||
"name": "@codecov/bundler-plugin-core", | |||
"version": "0.0.1-beta.8", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Version bumping in '@codecov/bundler-plugin-core' package.json file indicates the release of a new version following the changes.
|
||
### Patch Changes | ||
|
||
- 297cd29: Add in support for bundle analysis for SvelteKit through new SvelteKit plugin |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The similar changes were also present in the '@codecov/nuxt-plugin' which helps in keeping consistency across different plugins.
@@ -1,6 +1,6 @@ | |||
{ | |||
"name": "@codecov/nuxt-plugin", | |||
"version": "0.0.1-beta.8", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is good to always raise the version whenever making significant changes to the package, it was done right for '@codecov/nuxt-plugin'.
|
||
### Patch Changes | ||
|
||
- 297cd29: Add in support for bundle analysis for SvelteKit through new SvelteKit plugin |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
On '@codecov/rollup-plugin', The bundle analysis update to support SvelteKit is exactly the same as the bundler-plugin-core, showing an effort to maintain consistency in the changes across all modules.
@@ -1,6 +1,6 @@ | |||
{ | |||
"name": "@codecov/rollup-plugin", | |||
"version": "0.0.1-beta.8", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The '@codecov/rollup-plugin' version has also been updated in the package.json, which signals users that the change has introduced substantial improvements or additions.
Codecov ReportAll modified and coverable lines are covered by tests ✅ ✅ All tests successful. No failed tests found.
📢 Thoughts on this report? Let us know! |
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. Additional details and impacted files
☔ View full report in Codecov by Sentry. |
Bundle ReportChanges will decrease total bundle size by 1.09MB ⬇️
|
Bundle ReportChanges will decrease total bundle size by 979.16kB ⬇️
|
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, runchangeset pre exit
onmain
.Releases
@codecov/[email protected]
Patch Changes
@codecov/[email protected]
Patch Changes
@codecov/[email protected]
Patch Changes
@codecov/[email protected]
Patch Changes
@codecov/[email protected]
Patch Changes
@codecov/[email protected]
Patch Changes