rollup-plugin-stats 1.5.1 → 1.5.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +9 -8
  2. package/package.json +12 -12
package/README.md CHANGED
@@ -96,23 +96,24 @@ export default defineConfig({
96
96
 
97
97
  ## Related projects
98
98
 
99
- ### [rollup-plugin-webpack-stats](https://github.com/relative-ci/rollup-plugin-webpack-stats)
99
+ ### [bundle-stats](https://github.com/relative-ci/bundle-stats)
100
100
 
101
- Generate rollup stats JSON file with a [bundle-stats](https://github.com/relative-ci/bundle-stats/tree/master/packages/cli) webpack [supported structure](https://github.com/relative-ci/bundle-stats/blob/master/packages/plugin-webpack-filter/src/index.ts).
101
+ Analyze bundle stats(bundle size, assets, modules, packages) and compare the results between different builds. Support for webpack, rspack, vite, rolldown and rollup.
102
102
 
103
- ### [bundle-stats](https://github.com/relative-ci/bundle-stats)
103
+ ### [rollup-plugin-webpack-stats](https://github.com/relative-ci/rollup-plugin-webpack-stats)
104
104
 
105
- Analyze webpack stats(bundle size, assets, modules, packages) and compare the results between different builds. Support for webpack, rspack, vite, rollup.
105
+ Generate vite/rollup/rolldown stats JSON file with a [bundle-stats](https://github.com/relative-ci/bundle-stats/tree/master/packages/cli) webpack [supported structure](https://github.com/relative-ci/bundle-stats/blob/master/packages/plugin-webpack-filter/src/index.ts).
106
106
 
107
107
  ### :cyclone: [relative-ci.com](https://relative-ci.com?utm_medium=rollup-plugin-stats)
108
108
 
109
- #### Optimize your web app's performance with automated bundle stats analysis and monitoring.
109
+ #### Automated bundle analysis, reviews and monitoring - Quickly identify and fix bundle regressions before shipping to production.
110
110
 
111
111
  - :crystal_ball: In-depth bundle stats analysis for every build
112
112
  - :chart_with_upwards_trend: Monitor bundle stats changes and identify opportunities for optimizations
113
- - :bell: [Rule based automated review flow](https://relative-ci.com/documentation/setup/configure/integrations/github-commit-status-review?utm_medium=rollup-plugin-stats), or get notified via [GitHub Pull Request comments](https://relative-ci.com/documentation/setup/configure/integrations/github-pull-request-comment?utm_medium=rollup-plugin-stats), [GitHub check reports](https://relative-ci.com/documentation/setup/configure/integrations/github-check-report?utm_medium=rollup-plugin-stats) and [Slack messages](https://relative-ci.com/documentation/setup/configure/integrations/slack-notification?utm_medium=rollup-plugin-stats)
114
- - :wrench: Support for **webpack** and beta support for **Vite**/**Rollup**
113
+ - :bell: Quick feedback with [rule based automated review flow](https://relative-ci.com/documentation/setup/configure/integrations/github-commit-status-review?utm_medium=rollup-plugin-stats), [GitHub Pull Request comments](https://relative-ci.com/documentation/setup/configure/integrations/github-pull-request-comment?utm_medium=rollup-plugin-stats), [GitHub check reports](https://relative-ci.com/documentation/setup/configure/integrations/github-check-report?utm_medium=rollup-plugin-stats), or [Slack messages](https://relative-ci.com/documentation/setup/configure/integrations/slack-notification?utm_medium=rollup-plugin-stats)
114
+ - :wrench: Support for **webpack**, **vite**, **rspack**, **rollup**, **rolldown**
115
115
  - :hammer: Support for all major CI services(CircleCI, GitHub Actions, Gitlab CI, Jenkins, Travis CI)
116
116
  - :nut_and_bolt: Support for **npm**, **yarn** and **pnpm**; support for monorepos
117
- - :two_hearts: **Always free** for **Open Source**
117
+ - :two_hearts: [**Always free** for **Open Source**](https://relative-ci.com/open-source?utm_medium=rollup-plugin-stats)
118
118
 
119
+ [:rocket: Get started](https://relative-ci.com?utm_medium=rollup-plugin-stats)
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "rollup-plugin-stats",
3
3
  "description": "Output Rollup stats",
4
- "version": "1.5.1",
4
+ "version": "1.5.2",
5
5
  "license": "MIT",
6
6
  "private": false,
7
7
  "repository": {
@@ -63,22 +63,22 @@
63
63
  }
64
64
  },
65
65
  "devDependencies": {
66
- "@eslint/js": "9.34.0",
66
+ "@eslint/js": "9.39.0",
67
67
  "@release-it/conventional-changelog": "10.0.1",
68
- "@rollup/plugin-typescript": "12.1.4",
68
+ "@rollup/plugin-typescript": "12.3.0",
69
69
  "@tsconfig/node18": "18.2.4",
70
- "@types/node": "24.3.0",
70
+ "@types/node": "24.9.2",
71
71
  "deep-freeze-strict": "1.1.1",
72
- "eslint": "9.34.0",
73
- "globals": "16.3.0",
72
+ "eslint": "9.39.0",
73
+ "globals": "16.5.0",
74
74
  "husky": "8.0.3",
75
- "memfs": "4.38.2",
75
+ "memfs": "4.50.0",
76
76
  "prettier": "3.6.2",
77
- "release-it": "19.0.4",
78
- "rollup": "4.49.0",
79
- "typescript": "5.9.2",
80
- "typescript-eslint": "8.41.0",
81
- "vitest": "3.2.4"
77
+ "release-it": "19.0.5",
78
+ "rollup": "4.52.5",
79
+ "typescript": "5.9.3",
80
+ "typescript-eslint": "8.46.2",
81
+ "vitest": "4.0.6"
82
82
  },
83
83
  "peerDependencies": {
84
84
  "rolldown": "^1.0.0-beta.0",