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 #167

Merged
merged 3 commits into from
Sep 9, 2024

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Sep 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.

Closes codecov/engineering-team#2441
Closes codecov/engineering-team#1938

Releases

@codecov/[email protected]

Major Changes

  • 4b311c0: Release 1.0.0 of the plugins. You can read more about the plugins and bundle analysis in our docs.

    The plugins currently support the following frameworks and meta-frameworks:

    The plugins have the following functionality:

    • Automatically collect and upload bundle stats data to Codecov
    • Tokenless uploads of bundle stats for forked upstream pull requests - Docs
    • GH OIDC authentication for users or organizations who have configured it with GitHub - Docs
    • Support for Codecov Enterprise and self hosted users

Minor Changes

  • be89828: Update nuxt and related dependencies
  • f290775: Add in new package for nextjs webpack
  • 80dc4ee: Add the ability for users to use GH OIDC instead of explicit upload tokens
  • f290775: Add in new extendable types from the plugin core so that we can further customize them in the plugins

Patch Changes

  • 4c6e863: Refactor webpack plugin to export utility functions that will be used in the upcoming NextJS plugin
  • a2e576f: Fix SvelteKit plugin keywords
  • 5ad4bfa: Update plugins to remove sourcemaps from bundle stats data
  • da9b990: Preserve JSDoc comments during build process for the bundler plugins
  • 94a46aa: Grab branch name inside Vercel helper so that we for sure have a branch value
  • f0c0a79: Swap from using empty strings to null values for CI providers
  • 33b335e: Normalize options to set default values as well as validate bundle names ensuring they follow the correct pattern.
  • 834dd14: Update Vercel env helper function to create full git slug
  • f5cae1c: Move packages into beta
  • e6f3e66: Refactor bundler-plugin-core to be a set of utility/helper functions, and refactor subsequent plugins to use these functions. This will make the plugins composable and easier to maintain in the future.
  • 9038f06: feat: send metrics to sentry
  • f0fd4ce: Add codecov prefix to log messages
  • ec6b13a: Remove requirement for uploadToken being present adding support for tokenless uploads.
  • 297cd29: Add in support for bundle analysis for SvelteKit through new SvelteKit plugin
  • cb90ab7: Add in a new plugin specifically for Nuxt
  • 4e1516a: Modify output formats to be consistent across aliases and bundlers
  • 7bc7183: Add more detailed logging for upload stats
  • dfb26db: Adjust asset type to contain gzipSize, add new function to collect gzip values
  • 297cd29: Update license to 2024
  • 153f684: Add in debug option that will enable more in-depth logs
  • a34fb57: Add in better debug logging around choosing the commit sha
  • a2e576f: Add in new Remix Vite plugin
  • c6dc57c: Remove Sentry stats upload from the plugins, as the project has been put on hold
  • dfb26db: Set version from passed output arg, and collect gzip information in plugins
  • fe21d8a: Update normalizePath function to handle [hash][extname] case.
  • f290775: Fix jsdoc lint rule issue in solidstart plugin
  • d74a176: When a user submits a invalid bundle name, we will hard fail and exit the bundle process now.
  • 6c02b73: Fix normalizePath not handling all base64 characters and dashes
  • b1967b1: Swap over to using @actions/github to grab head and base commit sha's in GHA
  • dfb26db: Update meta-framework plugins to collect version generated in output arg

@codecov/[email protected]

Major Changes

  • 4b311c0: Release 1.0.0 of the plugins. You can read more about the plugins and bundle analysis in our docs.

    The plugins currently support the following frameworks and meta-frameworks:

    The plugins have the following functionality:

    • Automatically collect and upload bundle stats data to Codecov
    • Tokenless uploads of bundle stats for forked upstream pull requests - Docs
    • GH OIDC authentication for users or organizations who have configured it with GitHub - Docs
    • Support for Codecov Enterprise and self hosted users

Minor Changes

  • be89828: Update nuxt and related dependencies
  • ec6b13a: Remove requirement for uploadToken being present adding support for tokenless uploads.
  • f290775: Add in new package for nextjs webpack
  • 80dc4ee: Add the ability for users to use GH OIDC instead of explicit upload tokens
  • f290775: Add in new extendable types from the plugin core so that we can further customize them in the plugins

Patch Changes

@codecov/[email protected]

Major Changes

  • 4b311c0: Release 1.0.0 of the plugins. You can read more about the plugins and bundle analysis in our docs.

    The plugins currently support the following frameworks and meta-frameworks:

    The plugins have the following functionality:

    • Automatically collect and upload bundle stats data to Codecov
    • Tokenless uploads of bundle stats for forked upstream pull requests - Docs
    • GH OIDC authentication for users or organizations who have configured it with GitHub - Docs
    • Support for Codecov Enterprise and self hosted users

Minor Changes

  • be89828: Update nuxt and related dependencies
  • f290775: Add in new package for nextjs webpack
  • 80dc4ee: Add the ability for users to use GH OIDC instead of explicit upload tokens
  • f290775: Add in new extendable types from the plugin core so that we can further customize them in the plugins

Patch Changes

  • 4c6e863: Refactor webpack plugin to export utility functions that will be used in the upcoming NextJS plugin
  • a2e576f: Fix SvelteKit plugin keywords
  • f0c0a79: Swap from using empty strings to null values for CI providers
  • ec6b13a: Remove requirement for uploadToken being present adding support for tokenless uploads.
  • 297cd29: Add in support for bundle analysis for SvelteKit through new SvelteKit plugin
  • cb90ab7: Add in a new plugin specifically for Nuxt
  • dfb26db: Adjust asset type to contain gzipSize, add new function to collect gzip values
  • 297cd29: Update license to 2024
  • a34fb57: Add in better debug logging around choosing the commit sha
  • a2e576f: Add in new Remix Vite plugin
  • dfb26db: Set version from passed output arg, and collect gzip information in plugins
  • fe21d8a: Update normalizePath function to handle [hash][extname] case.
  • f290775: Fix jsdoc lint rule issue in solidstart plugin
  • d74a176: When a user submits a invalid bundle name, we will hard fail and exit the bundle process now.
  • b1967b1: Swap over to using @actions/github to grab head and base commit sha's in GHA
  • dfb26db: Update meta-framework plugins to collect version generated in output arg
  • Updated dependencies [4c6e863]
  • Updated dependencies [a2e576f]
  • Updated dependencies [5ad4bfa]
  • Updated dependencies [da9b990]
  • Updated dependencies [94a46aa]
  • Updated dependencies [f0c0a79]
  • Updated dependencies [be89828]
  • Updated dependencies [33b335e]
  • Updated dependencies [834dd14]
  • Updated dependencies [f5cae1c]
  • Updated dependencies [e6f3e66]
  • Updated dependencies [9038f06]
  • Updated dependencies [f0fd4ce]
  • Updated dependencies [ec6b13a]
  • Updated dependencies [297cd29]
  • Updated dependencies [cb90ab7]
  • Updated dependencies [f290775]
  • Updated dependencies [80dc4ee]
  • Updated dependencies [4e1516a]
  • Updated dependencies [7bc7183]
  • Updated dependencies [f290775]
  • Updated dependencies [dfb26db]
  • Updated dependencies [297cd29]
  • Updated dependencies [153f684]
  • Updated dependencies [a34fb57]
  • Updated dependencies [4b311c0]
  • Updated dependencies [a2e576f]
  • Updated dependencies [c6dc57c]
  • Updated dependencies [dfb26db]
  • Updated dependencies [fe21d8a]
  • Updated dependencies [f290775]
  • Updated dependencies [d74a176]
  • Updated dependencies [6c02b73]
  • Updated dependencies [b1967b1]
  • Updated dependencies [dfb26db]

@codecov/[email protected]

Major Changes

  • 4b311c0: Release 1.0.0 of the plugins. You can read more about the plugins and bundle analysis in our docs.

    The plugins currently support the following frameworks and meta-frameworks:

    The plugins have the following functionality:

    • Automatically collect and upload bundle stats data to Codecov
    • Tokenless uploads of bundle stats for forked upstream pull requests - Docs
    • GH OIDC authentication for users or organizations who have configured it with GitHub - Docs
    • Support for Codecov Enterprise and self hosted users

Minor Changes

  • be89828: Update nuxt and related dependencies
  • f290775: Add in new package for nextjs webpack
  • 80dc4ee: Add the ability for users to use GH OIDC instead of explicit upload tokens
  • f290775: Add in new extendable types from the plugin core so that we can further customize them in the plugins

Patch Changes

  • 4c6e863: Refactor webpack plugin to export utility functions that will be used in the upcoming NextJS plugin
  • a2e576f: Fix SvelteKit plugin keywords
  • f0c0a79: Swap from using empty strings to null values for CI providers
  • ec6b13a: Remove requirement for uploadToken being present adding support for tokenless uploads.
  • dfb26db: Adjust asset type to contain gzipSize, add new function to collect gzip values
  • a2e576f: Add in new Remix Vite plugin
  • dfb26db: Set version from passed output arg, and collect gzip information in plugins
  • f290775: Fix jsdoc lint rule issue in solidstart plugin
  • b1967b1: Swap over to using @actions/github to grab head and base commit sha's in GHA
  • dfb26db: Update meta-framework plugins to collect version generated in output arg
  • Updated dependencies [4c6e863]
  • Updated dependencies [a2e576f]
  • Updated dependencies [5ad4bfa]
  • Updated dependencies [da9b990]
  • Updated dependencies [94a46aa]
  • Updated dependencies [f0c0a79]
  • Updated dependencies [be89828]
  • Updated dependencies [33b335e]
  • Updated dependencies [834dd14]
  • Updated dependencies [f5cae1c]
  • Updated dependencies [e6f3e66]
  • Updated dependencies [9038f06]
  • Updated dependencies [f0fd4ce]
  • Updated dependencies [ec6b13a]
  • Updated dependencies [297cd29]
  • Updated dependencies [cb90ab7]
  • Updated dependencies [f290775]
  • Updated dependencies [80dc4ee]
  • Updated dependencies [4e1516a]
  • Updated dependencies [7bc7183]
  • Updated dependencies [f290775]
  • Updated dependencies [dfb26db]
  • Updated dependencies [297cd29]
  • Updated dependencies [153f684]
  • Updated dependencies [a34fb57]
  • Updated dependencies [4b311c0]
  • Updated dependencies [a2e576f]
  • Updated dependencies [c6dc57c]
  • Updated dependencies [dfb26db]
  • Updated dependencies [fe21d8a]
  • Updated dependencies [f290775]
  • Updated dependencies [d74a176]
  • Updated dependencies [6c02b73]
  • Updated dependencies [b1967b1]
  • Updated dependencies [dfb26db]

@codecov/[email protected]

Major Changes

  • 4b311c0: Release 1.0.0 of the plugins. You can read more about the plugins and bundle analysis in our docs.

    The plugins currently support the following frameworks and meta-frameworks:

    The plugins have the following functionality:

    • Automatically collect and upload bundle stats data to Codecov
    • Tokenless uploads of bundle stats for forked upstream pull requests - Docs
    • GH OIDC authentication for users or organizations who have configured it with GitHub - Docs
    • Support for Codecov Enterprise and self hosted users

Minor Changes

  • be89828: Update nuxt and related dependencies
  • f290775: Add in new package for nextjs webpack
  • 80dc4ee: Add the ability for users to use GH OIDC instead of explicit upload tokens
  • f290775: Add in new extendable types from the plugin core so that we can further customize them in the plugins

Patch Changes

  • 4c6e863: Refactor webpack plugin to export utility functions that will be used in the upcoming NextJS plugin
  • a2e576f: Fix SvelteKit plugin keywords
  • 5ad4bfa: Update plugins to remove sourcemaps from bundle stats data
  • da9b990: Preserve JSDoc comments during build process for the bundler plugins
  • 94a46aa: Grab branch name inside Vercel helper so that we for sure have a branch value
  • f0c0a79: Swap from using empty strings to null values for CI providers
  • 33b335e: Normalize options to set default values as well as validate bundle names ensuring they follow the correct pattern.
  • 834dd14: Update Vercel env helper function to create full git slug
  • f5cae1c: Move packages into beta
  • e6f3e66: Refactor bundler-plugin-core to be a set of utility/helper functions, and refactor subsequent plugins to use these functions. This will make the plugins composable and easier to maintain in the future.
  • 9038f06: feat: send metrics to sentry
  • f0fd4ce: Add codecov prefix to log messages
  • ec6b13a: Remove requirement for uploadToken being present adding support for tokenless uploads.
  • 297cd29: Add in support for bundle analysis for SvelteKit through new SvelteKit plugin
  • cb90ab7: Add in a new plugin specifically for Nuxt
  • 4e1516a: Modify output formats to be consistent across aliases and bundlers
  • 7bc7183: Add more detailed logging for upload stats
  • dfb26db: Adjust asset type to contain gzipSize, add new function to collect gzip values
  • 297cd29: Update license to 2024
  • 153f684: Add in debug option that will enable more in-depth logs
  • a34fb57: Add in better debug logging around choosing the commit sha
  • a2e576f: Add in new Remix Vite plugin
  • c6dc57c: Remove Sentry stats upload from the plugins, as the project has been put on hold
  • dfb26db: Set version from passed output arg, and collect gzip information in plugins
  • fe21d8a: Update normalizePath function to handle [hash][extname] case.
  • f290775: Fix jsdoc lint rule issue in solidstart plugin
  • d74a176: When a user submits a invalid bundle name, we will hard fail and exit the bundle process now.
  • 6c02b73: Fix normalizePath not handling all base64 characters and dashes
  • b1967b1: Swap over to using @actions/github to grab head and base commit sha's in GHA
  • dfb26db: Update meta-framework plugins to collect version generated in output arg
  • Updated dependencies [4c6e863]
  • Updated dependencies [a2e576f]
  • Updated dependencies [5ad4bfa]
  • Updated dependencies [da9b990]
  • Updated dependencies [94a46aa]
  • Updated dependencies [f0c0a79]
  • Updated dependencies [be89828]
  • Updated dependencies [33b335e]
  • Updated dependencies [834dd14]
  • Updated dependencies [f5cae1c]
  • Updated dependencies [e6f3e66]
  • Updated dependencies [9038f06]
  • Updated dependencies [f0fd4ce]
  • Updated dependencies [ec6b13a]
  • Updated dependencies [297cd29]
  • Updated dependencies [cb90ab7]
  • Updated dependencies [f290775]
  • Updated dependencies [80dc4ee]
  • Updated dependencies [4e1516a]
  • Updated dependencies [7bc7183]
  • Updated dependencies [f290775]
  • Updated dependencies [dfb26db]
  • Updated dependencies [297cd29]
  • Updated dependencies [153f684]
  • Updated dependencies [a34fb57]
  • Updated dependencies [4b311c0]
  • Updated dependencies [a2e576f]
  • Updated dependencies [c6dc57c]
  • Updated dependencies [dfb26db]
  • Updated dependencies [fe21d8a]
  • Updated dependencies [f290775]
  • Updated dependencies [d74a176]
  • Updated dependencies [6c02b73]
  • Updated dependencies [b1967b1]
  • Updated dependencies [dfb26db]

@codecov/[email protected]

Major Changes

  • 4b311c0: Release 1.0.0 of the plugins. You can read more about the plugins and bundle analysis in our docs.

    The plugins currently support the following frameworks and meta-frameworks:

    The plugins have the following functionality:

    • Automatically collect and upload bundle stats data to Codecov
    • Tokenless uploads of bundle stats for forked upstream pull requests - Docs
    • GH OIDC authentication for users or organizations who have configured it with GitHub - Docs
    • Support for Codecov Enterprise and self hosted users

Minor Changes

  • be89828: Update nuxt and related dependencies
  • f290775: Add in new package for nextjs webpack
  • 80dc4ee: Add the ability for users to use GH OIDC instead of explicit upload tokens
  • f290775: Add in new extendable types from the plugin core so that we can further customize them in the plugins

Patch Changes

  • 4c6e863: Refactor webpack plugin to export utility functions that will be used in the upcoming NextJS plugin
  • f0c0a79: Swap from using empty strings to null values for CI providers
  • 22c99a7: Add support for SolidStart through new plugin
  • ec6b13a: Remove requirement for uploadToken being present adding support for tokenless uploads.
  • f290775: Fix jsdoc lint rule issue in solidstart plugin
  • b1967b1: Swap over to using @actions/github to grab head and base commit sha's in GHA
  • Updated dependencies [4c6e863]
  • Updated dependencies [a2e576f]
  • Updated dependencies [5ad4bfa]
  • Updated dependencies [da9b990]
  • Updated dependencies [94a46aa]
  • Updated dependencies [f0c0a79]
  • Updated dependencies [be89828]
  • Updated dependencies [33b335e]
  • Updated dependencies [834dd14]
  • Updated dependencies [f5cae1c]
  • Updated dependencies [e6f3e66]
  • Updated dependencies [9038f06]
  • Updated dependencies [f0fd4ce]
  • Updated dependencies [ec6b13a]
  • Updated dependencies [297cd29]
  • Updated dependencies [cb90ab7]
  • Updated dependencies [f290775]
  • Updated dependencies [80dc4ee]
  • Updated dependencies [4e1516a]
  • Updated dependencies [7bc7183]
  • Updated dependencies [f290775]
  • Updated dependencies [dfb26db]
  • Updated dependencies [297cd29]
  • Updated dependencies [153f684]
  • Updated dependencies [a34fb57]
  • Updated dependencies [4b311c0]
  • Updated dependencies [a2e576f]
  • Updated dependencies [c6dc57c]
  • Updated dependencies [dfb26db]
  • Updated dependencies [fe21d8a]
  • Updated dependencies [f290775]
  • Updated dependencies [d74a176]
  • Updated dependencies [6c02b73]
  • Updated dependencies [b1967b1]
  • Updated dependencies [dfb26db]

@codecov/[email protected]

Major Changes

  • 4b311c0: Release 1.0.0 of the plugins. You can read more about the plugins and bundle analysis in our docs.

    The plugins currently support the following frameworks and meta-frameworks:

    The plugins have the following functionality:

    • Automatically collect and upload bundle stats data to Codecov
    • Tokenless uploads of bundle stats for forked upstream pull requests - Docs
    • GH OIDC authentication for users or organizations who have configured it with GitHub - Docs
    • Support for Codecov Enterprise and self hosted users

Minor Changes

  • be89828: Update nuxt and related dependencies
  • f290775: Add in new package for nextjs webpack
  • 80dc4ee: Add the ability for users to use GH OIDC instead of explicit upload tokens
  • f290775: Add in new extendable types from the plugin core so that we can further customize them in the plugins

Patch Changes

  • 4c6e863: Refactor webpack plugin to export utility functions that will be used in the upcoming NextJS plugin
  • a2e576f: Fix SvelteKit plugin keywords
  • f0c0a79: Swap from using empty strings to null values for CI providers
  • ec6b13a: Remove requirement for uploadToken being present adding support for tokenless uploads.
  • 297cd29: Add in support for bundle analysis for SvelteKit through new SvelteKit plugin
  • dfb26db: Adjust asset type to contain gzipSize, add new function to collect gzip values
  • 297cd29: Update license to 2024
  • a2e576f: Add in new Remix Vite plugin
  • dfb26db: Set version from passed output arg, and collect gzip information in plugins
  • fe21d8a: Update normalizePath function to handle [hash][extname] case.
  • f290775: Fix jsdoc lint rule issue in solidstart plugin
  • d74a176: When a user submits a invalid bundle name, we will hard fail and exit the bundle process now.
  • b1967b1: Swap over to using @actions/github to grab head and base commit sha's in GHA
  • dfb26db: Update meta-framework plugins to collect version generated in output arg
  • Updated dependencies [4c6e863]
  • Updated dependencies [a2e576f]
  • Updated dependencies [5ad4bfa]
  • Updated dependencies [da9b990]
  • Updated dependencies [94a46aa]
  • Updated dependencies [f0c0a79]
  • Updated dependencies [be89828]
  • Updated dependencies [33b335e]
  • Updated dependencies [834dd14]
  • Updated dependencies [f5cae1c]
  • Updated dependencies [e6f3e66]
  • Updated dependencies [9038f06]
  • Updated dependencies [f0fd4ce]
  • Updated dependencies [ec6b13a]
  • Updated dependencies [297cd29]
  • Updated dependencies [cb90ab7]
  • Updated dependencies [f290775]
  • Updated dependencies [80dc4ee]
  • Updated dependencies [4e1516a]
  • Updated dependencies [7bc7183]
  • Updated dependencies [f290775]
  • Updated dependencies [dfb26db]
  • Updated dependencies [297cd29]
  • Updated dependencies [153f684]
  • Updated dependencies [a34fb57]
  • Updated dependencies [4b311c0]
  • Updated dependencies [a2e576f]
  • Updated dependencies [c6dc57c]
  • Updated dependencies [dfb26db]
  • Updated dependencies [fe21d8a]
  • Updated dependencies [f290775]
  • Updated dependencies [d74a176]
  • Updated dependencies [6c02b73]
  • Updated dependencies [b1967b1]
  • Updated dependencies [dfb26db]

@codecov/[email protected]

Major Changes

  • 4b311c0: Release 1.0.0 of the plugins. You can read more about the plugins and bundle analysis in our docs.

    The plugins currently support the following frameworks and meta-frameworks:

    The plugins have the following functionality:

    • Automatically collect and upload bundle stats data to Codecov
    • Tokenless uploads of bundle stats for forked upstream pull requests - Docs
    • GH OIDC authentication for users or organizations who have configured it with GitHub - Docs
    • Support for Codecov Enterprise and self hosted users

Minor Changes

  • be89828: Update nuxt and related dependencies
  • f290775: Add in new package for nextjs webpack
  • 80dc4ee: Add the ability for users to use GH OIDC instead of explicit upload tokens
  • f290775: Add in new extendable types from the plugin core so that we can further customize them in the plugins

Patch Changes

  • 4c6e863: Refactor webpack plugin to export utility functions that will be used in the upcoming NextJS plugin
  • a2e576f: Fix SvelteKit plugin keywords
  • 5ad4bfa: Update plugins to remove sourcemaps from bundle stats data
  • da9b990: Preserve JSDoc comments during build process for the bundler plugins
  • 94a46aa: Grab branch name inside Vercel helper so that we for sure have a branch value
  • f0c0a79: Swap from using empty strings to null values for CI providers
  • 33b335e: Normalize options to set default values as well as validate bundle names ensuring they follow the correct pattern.
  • 834dd14: Update Vercel env helper function to create full git slug
  • f5cae1c: Move packages into beta
  • e6f3e66: Refactor bundler-plugin-core to be a set of utility/helper functions, and refactor subsequent plugins to use these functions. This will make the plugins composable and easier to maintain in the future.
  • 9038f06: feat: send metrics to sentry
  • f0fd4ce: Add codecov prefix to log messages
  • ec6b13a: Remove requirement for uploadToken being present adding support for tokenless uploads.
  • 297cd29: Add in support for bundle analysis for SvelteKit through new SvelteKit plugin
  • cb90ab7: Add in a new plugin specifically for Nuxt
  • 4e1516a: Modify output formats to be consistent across aliases and bundlers
  • 7bc7183: Add more detailed logging for upload stats
  • dfb26db: Adjust asset type to contain gzipSize, add new function to collect gzip values
  • 297cd29: Update license to 2024
  • 153f684: Add in debug option that will enable more in-depth logs
  • a34fb57: Add in better debug logging around choosing the commit sha
  • a2e576f: Add in new Remix Vite plugin
  • c6dc57c: Remove Sentry stats upload from the plugins, as the project has been put on hold
  • dfb26db: Set version from passed output arg, and collect gzip information in plugins
  • fe21d8a: Update normalizePath function to handle [hash][extname] case.
  • f290775: Fix jsdoc lint rule issue in solidstart plugin
  • d74a176: When a user submits a invalid bundle name, we will hard fail and exit the bundle process now.
  • 6c02b73: Fix normalizePath not handling all base64 characters and dashes
  • b1967b1: Swap over to using @actions/github to grab head and base commit sha's in GHA
  • dfb26db: Update meta-framework plugins to collect version generated in output arg
  • Updated dependencies [4c6e863]
  • Updated dependencies [a2e576f]
  • Updated dependencies [5ad4bfa]
  • Updated dependencies [da9b990]
  • Updated dependencies [94a46aa]
  • Updated dependencies [f0c0a79]
  • Updated dependencies [be89828]
  • Updated dependencies [33b335e]
  • Updated dependencies [834dd14]
  • Updated dependencies [f5cae1c]
  • Updated dependencies [e6f3e66]
  • Updated dependencies [9038f06]
  • Updated dependencies [f0fd4ce]
  • Updated dependencies [ec6b13a]
  • Updated dependencies [297cd29]
  • Updated dependencies [cb90ab7]
  • Updated dependencies [f290775]
  • Updated dependencies [80dc4ee]
  • Updated dependencies [4e1516a]
  • Updated dependencies [7bc7183]
  • Updated dependencies [f290775]
  • Updated dependencies [dfb26db]
  • Updated dependencies [297cd29]
  • Updated dependencies [153f684]
  • Updated dependencies [a34fb57]
  • Updated dependencies [4b311c0]
  • Updated dependencies [a2e576f]
  • Updated dependencies [c6dc57c]
  • Updated dependencies [dfb26db]
  • Updated dependencies [fe21d8a]
  • Updated dependencies [f290775]
  • Updated dependencies [d74a176]
  • Updated dependencies [6c02b73]
  • Updated dependencies [b1967b1]
  • Updated dependencies [dfb26db]

@codecov/[email protected]

Major Changes

  • 4b311c0: Release 1.0.0 of the plugins. You can read more about the plugins and bundle analysis in our docs.

    The plugins currently support the following frameworks and meta-frameworks:

    The plugins have the following functionality:

    • Automatically collect and upload bundle stats data to Codecov
    • Tokenless uploads of bundle stats for forked upstream pull requests - Docs
    • GH OIDC authentication for users or organizations who have configured it with GitHub - Docs
    • Support for Codecov Enterprise and self hosted users

Minor Changes

  • be89828: Update nuxt and related dependencies
  • f290775: Add in new package for nextjs webpack
  • 80dc4ee: Add the ability for users to use GH OIDC instead of explicit upload tokens
  • f290775: Add in new extendable types from the plugin core so that we can further customize them in the plugins

Patch Changes

  • 4c6e863: Refactor webpack plugin to export utility functions that will be used in the upcoming NextJS plugin
  • a2e576f: Fix SvelteKit plugin keywords
  • 5ad4bfa: Update plugins to remove sourcemaps from bundle stats data
  • da9b990: Preserve JSDoc comments during build process for the bundler plugins
  • 94a46aa: Grab branch name inside Vercel helper so that we for sure have a branch value
  • f0c0a79: Swap from using empty strings to null values for CI providers
  • 33b335e: Normalize options to set default values as well as validate bundle names ensuring they follow the correct pattern.
  • 834dd14: Update Vercel env helper function to create full git slug
  • f5cae1c: Move packages into beta
  • e6f3e66: Refactor bundler-plugin-core to be a set of utility/helper functions, and refactor subsequent plugins to use these functions. This will make the plugins composable and easier to maintain in the future.
  • 9038f06: feat: send metrics to sentry
  • f0fd4ce: Add codecov prefix to log messages
  • ec6b13a: Remove requirement for uploadToken being present adding support for tokenless uploads.
  • 297cd29: Add in support for bundle analysis for SvelteKit through new SvelteKit plugin
  • cb90ab7: Add in a new plugin specifically for Nuxt
  • 4e1516a: Modify output formats to be consistent across aliases and bundlers
  • 7bc7183: Add more detailed logging for upload stats
  • dfb26db: Adjust asset type to contain gzipSize, add new function to collect gzip values
  • 297cd29: Update license to 2024
  • 153f684: Add in debug option that will enable more in-depth logs
  • a34fb57: Add in better debug logging around choosing the commit sha
  • a2e576f: Add in new Remix Vite plugin
  • c6dc57c: Remove Sentry stats upload from the plugins, as the project has been put on hold
  • dfb26db: Set version from passed output arg, and collect gzip information in plugins
  • fe21d8a: Update normalizePath function to handle [hash][extname] case.
  • f290775: Fix jsdoc lint rule issue in solidstart plugin
  • d74a176: When a user submits a invalid bundle name, we will hard fail and exit the bundle process now.
  • 6c02b73: Fix normalizePath not handling all base64 characters and dashes
  • b1967b1: Swap over to using @actions/github to grab head and base commit sha's in GHA
  • dfb26db: Update meta-framework plugins to collect version generated in output arg
  • Updated dependencies [4c6e863]
  • Updated dependencies [a2e576f]
  • Updated dependencies [5ad4bfa]
  • Updated dependencies [da9b990]
  • Updated dependencies [94a46aa]
  • Updated dependencies [f0c0a79]
  • Updated dependencies [be89828]
  • Updated dependencies [33b335e]
  • Updated dependencies [834dd14]
  • Updated dependencies [f5cae1c]
  • Updated dependencies [e6f3e66]
  • Updated dependencies [9038f06]
  • Updated dependencies [f0fd4ce]
  • Updated dependencies [ec6b13a]
  • Updated dependencies [297cd29]
  • Updated dependencies [cb90ab7]
  • Updated dependencies [f290775]
  • Updated dependencies [80dc4ee]
  • Updated dependencies [4e1516a]
  • Updated dependencies [7bc7183]
  • Updated dependencies [f290775]
  • Updated dependencies [dfb26db]
  • Updated dependencies [297cd29]
  • Updated dependencies [153f684]
  • Updated dependencies [a34fb57]
  • Updated dependencies [4b311c0]
  • Updated dependencies [a2e576f]
  • Updated dependencies [c6dc57c]
  • Updated dependencies [dfb26db]
  • Updated dependencies [fe21d8a]
  • Updated dependencies [f290775]
  • Updated dependencies [d74a176]
  • Updated dependencies [6c02b73]
  • Updated dependencies [b1967b1]
  • Updated dependencies [dfb26db]

@codecov-notifications
Copy link

codecov-notifications bot commented Sep 9, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

✅ All tests successful. No failed tests found.

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

📢 Thoughts on this report? Let us know!

Copy link

codecov bot commented Sep 9, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 75.43%. Comparing base (4b311c0) to head (42fa9ed).
Report is 1 commits behind head on main.

✅ All tests successful. No failed tests found.

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

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

@codecov-staging
Copy link

Bundle Report

Bundle size has no change ✅

Bundle name Size Change
@codecov/example-next-app-edge-server-array-push 354 bytes 0 bytes
@codecov/example-next-15-app-edge-server-array-push 356 bytes 0 bytes

Copy link

codecov bot commented Sep 9, 2024

Bundle Report

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

Detailed changes
Bundle name Size Change
@codecov/vite-plugin-cjs 2.79kB 8 bytes ⬇️
@codecov/remix-vite-plugin-cjs 1.31kB 8 bytes ⬇️
@codecov/vite-plugin-esm 1.24kB 1.09kB ⬇️
@codecov/rollup-plugin-cjs 2.81kB 8 bytes ⬇️
@codecov/nuxt-plugin-cjs 1.4kB 8 bytes ⬇️
@codecov/sveltekit-plugin-cjs 1.32kB 8 bytes ⬇️
@codecov/sveltekit-plugin-esm 891 bytes 206 bytes ⬇️
@codecov/webpack-plugin-cjs 4.35kB 4 bytes ⬇️
@codecov/solidstart-plugin-cjs 1.33kB 8 bytes ⬇️
@codecov/example-sveltekit-app-server-esm 974.84kB 1 bytes ⬇️
@codecov/nextjs-webpack-plugin-cjs 2.1kB 8 bytes ⬇️

@nicholas-codecov nicholas-codecov merged commit 518f350 into main Sep 9, 2024
54 checks passed
@nicholas-codecov nicholas-codecov deleted the changeset-release/main branch September 9, 2024 17:00
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.

Release 1.0.0 of plugins Remove beta messaging in repo readmes
2 participants