Skip to content

Releases: relative-ci/rollup-plugin-webpack-stats

v2.0.3

25 Feb 23:24
@vio vio
Compare
Choose a tag to compare

What's Changed

  • Update dependencies by @vio in #470
    • build(deps-dev): bump vitest from 3.0.4 to 3.0.5
    • build(deps-dev): bump @types/node from 22.13.0 to 22.13.1
    • build(deps-dev): bump rollup from 4.34.0 to 4.34.1
    • build(deps-dev): bump rollup from 4.34.1 to 4.34.2
    • build(deps-dev): bump rollup from 4.34.2 to 4.34.4
    • build(deps-dev): bump rollup from 4.34.4 to 4.34.6
    • build(deps-dev): bump @types/node from 22.13.1 to 22.13.4
    • build(deps-dev): bump rollup from 4.34.6 to 4.34.7
    • build(deps-dev): bump rollup from 4.34.7 to 4.34.8
    • build(deps-dev): bump vitest from 3.0.5 to 3.0.6
    • build(deps): bump actions/upload-artifact from 4.6.0 to 4.6.1
    • build(deps-dev): bump @types/node from 22.13.4 to 22.13.5
    • build(deps-dev): bump vitest from 3.0.6 to 3.0.7
    • build(deps): bump actions/download-artifact from 4.1.8 to 4.1.9
    • build(deps): bump rollup-plugin-stats from 1.3.3 to 1.3.4

Full Changelog: v2.0.2...v2.0.3

v2.0.2

02 Feb 21:28
@vio vio
Compare
Choose a tag to compare

What's Changed

  • Update dependencies by @vio in #450
    • build(deps-dev): bump @types/node from 22.10.7 to 22.10.8
    • build(deps-dev): bump vitest from 3.0.3 to 3.0.4
    • build(deps-dev): bump @types/node from 22.10.8 to 22.10.10
    • build(deps-dev): bump release-it from 18.1.1 to 18.1.2
    • build(deps): bump dependabot/fetch-metadata from 2.2.0 to 2.3.0
    • build(deps-dev): bump rollup from 4.31.0 to 4.32.0
    • build(deps-dev): bump @types/node from 22.10.10 to 22.12.0
    • build(deps-dev): bump rollup from 4.32.0 to 4.32.1
    • build(deps-dev): bump @types/node from 22.12.0 to 22.13.0
    • build(deps): bump rollup-plugin-stats from 1.3.2 to 1.3.3
    • build(deps-dev): bump rollup from 4.32.1 to 4.34.0

Full Changelog: v2.0.1...v2.0.2

v2.0.1

23 Jan 17:16
@vio vio
Compare
Choose a tag to compare

What's Changed

  • fix: Transform - prevent circular chunk dependencies by @vio in #442

Full Changelog: v2.0.0...v2.0.1

v2.0.0

21 Jan 21:03
@vio vio
Compare
Choose a tag to compare

Breaking changes

Fix initial flag extraction

Note

No changes are required, but due to the fixes on the way the chunk initial flag is extracted, the initial JS/CSS metric on bundlestats can be different.

rollup-intitial-flag-before-after
  • Fix chunk initial flag by @vio in #403
  • Fix transform size by @vio in #423
  • fix: Always extract source to calculate stat size by @vio in #425
  • fix entry initial flag by @vio in #426

Output JSON outside of the vite/rollup bundle process

Note

No changes are required, but if you use excludeAssets to ignore webpack-stats.json from the stats file, you can remove the configuration option. The stats are not going to contain the webpack-stats.json entry anymore.

  • feat: Write stats outside of the compilation by @vio in #419

Other changes

  • fix: Explicit type imports by @vio in #428
  • use rollup-plugin-stats by @vio in #413
  • fix: Remove unnecessary source option by @vio in #414
  • build: Use relative-ci/.github setup action by @vio in #417
  • build: Update node setup by @vio in #418

Update dependencies

Full Changelog: v1.2.3...v2.0.0

v.2.0.0-beta.6

11 Jan 19:27
@vio vio
Compare
Choose a tag to compare
v.2.0.0-beta.6 Pre-release
Pre-release

Breaking changes

Fix initial flag extraction

Note

No changes are required, but due to the fixes on the way the chunk initial flag is extracted, the initial JS/CSS metric on bundlestats might be different.

rollup-intitial-flag-before-after
  • Fix chunk initial flag by @vio in #403
  • Fix transform size by @vio in #423
  • fix: Always extract source to calculate stat size by @vio in #425
  • fix entry initial flag by @vio in #426

Output JSON outside of the vite/rollup bundle process

Note

No changes are required, but if you use excludeAssets to ignore webpack-stats.json from the stats file, you can remove the configuration option. The stats are not going to contain the webpack-stats.json entry anymore.

  • feat: Write stats outside of the compilation by @vio in #419

Other changes

  • fix: Explicit type imports by @vio in #428
  • use rollup-plugin-stats by @vio in #413
  • fix: Remove unnecessary source option by @vio in #414
  • build: Use relative-ci/.github setup action by @vio in #417
  • build: Update node setup by @vio in #418

Update dependencies

  • Update dependencies by @vio in #429
  • build(deps-dev): bump typescript from 5.7.2 to 5.7.3 by @dependabot in #416
  • build(deps-dev): bump release-it and @release-it/conventional-changelog by @dependabot in #415
  • Update dependencies by @vio in #402
  • Update dependencies by @vio in #422
  • chore: Pin actions by @vio in #424

Full Changelog: v1.2.3...v2.0.0-beta.5

v1.2.3

17 Dec 08:33
@vio vio
Compare
Choose a tag to compare

What's Changed

  • Update dependencies by @vio in #395
  • build: CI - explicit run on tag push by @vio in #399

Full Changelog: v1.2.1...v1.2.3

v1.2.1

25 Nov 18:30
@vio vio
Compare
Choose a tag to compare

What's Changed

  • Update dependencies by @vio in #384
    • build(deps-dev): bump husky from 9.1.6 to 9.1.7
    • build(deps-dev): bump @types/node from 22.9.0 to 22.9.1
    • build(deps-dev): bump @types/node from 22.9.1 to 22.9.3
    • build(deps-dev): bump typescript from 5.6.3 to 5.7.2
    • build(deps-dev): bump rollup from 4.26.0 to 4.27.4

Full Changelog: v1.2.0...v1.2.1

v1.2.0

14 Nov 20:30
@vio vio
Compare
Choose a tag to compare

What's Changed

Feature

Other

  • GitHub action - update build workflow by @vio in #373

Update dependencies

  • build(deps-dev): Bump rollup from 4.24.2 to 4.24.3
  • build(deps-dev): Bump @types/node from 22.8.2 to 22.8.4
  • build(deps-dev): Bump @release-it/conventional-changelog
  • build(deps-dev): Bump @types/node from 22.8.4 to 22.8.6
  • build(deps-dev): Bump tslib from 2.8.0 to 2.8.1
  • build(deps-dev): Bump @types/node from 22.8.6 to 22.8.7
  • build(deps-dev): Bump rollup from 4.24.3 to 4.24.4
  • build(deps-dev): Bump @types/node from 22.8.7 to 22.9.0
  • build(deps-dev): Bump @release-it/conventional-changelog
  • build(deps-dev): Bump rollup from 4.24.4 to 4.25.0
  • build(deps-dev): bump vitest from 2.1.4 to 2.1.5
  • build(deps-dev): bump rollup from 4.25.0 to 4.26.0

Full Changelog: v1.1.1...v1.2.0

v1.1.1

28 Oct 23:07
@vio vio
Compare
Choose a tag to compare

What's Changed

  • Update dependencies by @vio in #338
    • build(deps-dev): Bump release-it from 17.6.0 to 17.7.0
    • build(deps-dev): Bump @types/node from 22.7.4 to 22.7.5
    • build(deps-dev): Bump typescript from 5.6.2 to 5.6.3
    • build(deps-dev): Bump vitest from 2.1.2 to 2.1.3
    • build(deps-dev): Bump tslib from 2.7.0 to 2.8.0
    • build(deps-dev): Bump @rollup/plugin-typescript from 12.1.0 to 12.1.1
    • build(deps-dev): Bump @types/node from 22.7.5 to 22.7.6
    • build(deps-dev): Bump release-it from 17.7.0 to 17.10.0
    • build(deps-dev): Bump @types/node from 22.7.6 to 22.7.7
    • build(deps-dev): Bump @types/node from 22.7.7 to 22.7.8
    • build(deps-dev): Bump @types/node from 22.7.8 to 22.7.9
    • build(deps-dev): Bump @release-it/conventional-changelog
    • build(deps-dev): Bump @types/node from 22.7.9 to 22.8.1
    • build(deps-dev): Bump rollup from 4.24.0 to 4.24.2
    • build(deps-dev): Bump vitest from 2.1.3 to 2.1.4
    • build(deps-dev): Bump @types/node from 22.8.1 to 22.8.2

Full Changelog: v1.1.0...v1.1.1

v1.1.0

09 Oct 21:39
@vio vio
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.5...v1.1.0