diff --git a/lerna.json b/lerna.json index f13440d14b..c2af7d403e 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { "packages": ["packages/*"], - "version": "4.17.0", + "version": "4.18.0", "$schema": "node_modules/lerna/schemas/lerna-schema.json" } diff --git a/package-lock.json b/package-lock.json index e51913834b..7ef2ab7869 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27872,13 +27872,13 @@ }, "packages/cli": { "name": "bundle-stats", - "version": "4.17.0", + "version": "4.18.0", "license": "MIT", "dependencies": { - "@bundle-stats/cli-utils": "^4.17.0", - "@bundle-stats/plugin-webpack-filter": "^4.17.0", - "@bundle-stats/plugin-webpack-validate": "^4.17.0", - "@bundle-stats/utils": "^4.17.0", + "@bundle-stats/cli-utils": "^4.18.0", + "@bundle-stats/plugin-webpack-filter": "^4.18.0", + "@bundle-stats/plugin-webpack-validate": "^4.18.0", + "@bundle-stats/utils": "^4.18.0", "boxen": "^5.0.0", "core-js": "^3.21.0", "fs-extra": "^11.0.0", @@ -27906,12 +27906,12 @@ }, "packages/cli-utils": { "name": "@bundle-stats/cli-utils", - "version": "4.17.0", + "version": "4.18.0", "license": "MIT", "dependencies": { - "@bundle-stats/html-templates": "^4.17.0", - "@bundle-stats/plugin-webpack-filter": "^4.17.0", - "@bundle-stats/utils": "^4.17.0", + "@bundle-stats/html-templates": "^4.18.0", + "@bundle-stats/plugin-webpack-filter": "^4.18.0", + "@bundle-stats/utils": "^4.18.0", "find-cache-dir": "^3.1.0", "lodash": "^4.17.21", "stream-chain": "^3.0.1", @@ -28053,10 +28053,10 @@ }, "packages/gatsby-plugin": { "name": "gatsby-plugin-bundle-stats", - "version": "4.17.0", + "version": "4.18.0", "license": "MIT", "dependencies": { - "bundle-stats-webpack-plugin": "^4.17.0" + "bundle-stats-webpack-plugin": "^4.18.0" }, "engines": { "node": ">= 14.0" @@ -28064,14 +28064,14 @@ }, "packages/html-templates": { "name": "@bundle-stats/html-templates", - "version": "4.17.0", + "version": "4.18.0", "license": "MIT", "devDependencies": { "@babel/core": "7.26.0", "@babel/preset-env": "7.26.0", "@babel/preset-react": "7.26.3", - "@bundle-stats/ui": "^4.17.0", - "@bundle-stats/utils": "^4.17.0", + "@bundle-stats/ui": "^4.18.0", + "@bundle-stats/utils": "^4.18.0", "@storybook/addon-essentials": "8.5.0", "@storybook/addon-webpack5-compiler-babel": "3.0.5", "@storybook/react": "8.5.0", @@ -28111,10 +28111,10 @@ }, "packages/next-plugin": { "name": "next-plugin-bundle-stats", - "version": "4.17.0", + "version": "4.18.0", "license": "MIT", "dependencies": { - "bundle-stats-webpack-plugin": "^4.17.0" + "bundle-stats-webpack-plugin": "^4.18.0" }, "engines": { "node": ">= 14.0" @@ -28122,7 +28122,7 @@ }, "packages/plugin-webpack-filter": { "name": "@bundle-stats/plugin-webpack-filter", - "version": "4.17.0", + "version": "4.18.0", "license": "MIT", "devDependencies": { "@types/jest": "29.5.14", @@ -28145,7 +28145,7 @@ }, "packages/plugin-webpack-validate": { "name": "@bundle-stats/plugin-webpack-validate", - "version": "4.17.0", + "version": "4.18.0", "license": "MIT", "dependencies": { "lodash": "4.17.21", @@ -28167,10 +28167,10 @@ }, "packages/rollup-plugin": { "name": "rollup-plugin-bundle-stats", - "version": "4.17.0", + "version": "4.18.0", "license": "MIT", "dependencies": { - "@bundle-stats/cli-utils": "^4.17.0", + "@bundle-stats/cli-utils": "^4.18.0", "rollup-plugin-webpack-stats": "2.0.0" }, "devDependencies": { @@ -28195,10 +28195,10 @@ }, "packages/ui": { "name": "@bundle-stats/ui", - "version": "4.17.0", + "version": "4.18.0", "license": "MIT", "dependencies": { - "@bundle-stats/utils": "^4.17.0", + "@bundle-stats/utils": "^4.18.0", "ariakit": "2.0.0-next.44", "d3": "7.9.0", "modern-css-reset": "1.4.0", @@ -28247,11 +28247,11 @@ }, "packages/utils": { "name": "@bundle-stats/utils", - "version": "4.17.0", + "version": "4.18.0", "license": "MIT", "dependencies": { - "@bundle-stats/plugin-webpack-filter": "^4.17.0", - "@bundle-stats/plugin-webpack-validate": "^4.17.0", + "@bundle-stats/plugin-webpack-filter": "^4.18.0", + "@bundle-stats/plugin-webpack-validate": "^4.18.0", "serialize-query-params": "2.0.2" }, "devDependencies": { @@ -28277,11 +28277,11 @@ }, "packages/webpack-plugin": { "name": "bundle-stats-webpack-plugin", - "version": "4.17.0", + "version": "4.18.0", "license": "MIT", "dependencies": { - "@bundle-stats/cli-utils": "^4.17.0", - "@bundle-stats/plugin-webpack-validate": "^4.17.0", + "@bundle-stats/cli-utils": "^4.18.0", + "@bundle-stats/plugin-webpack-validate": "^4.18.0", "core-js": "^3.21.0", "lodash": "^4.17.0" }, diff --git a/packages/cli-utils/package.json b/packages/cli-utils/package.json index 808dc33035..d6c9e73f0e 100644 --- a/packages/cli-utils/package.json +++ b/packages/cli-utils/package.json @@ -1,6 +1,6 @@ { "name": "@bundle-stats/cli-utils", - "version": "4.17.0", + "version": "4.18.0", "description": "BundleStats CLI utilities", "main": "lib/index.js", "module": "lib-esm/index.js", @@ -37,9 +37,9 @@ }, "homepage": "https://github.com/relative-ci/bundle-stats/blob/master/packages/cli-utils#readme", "dependencies": { - "@bundle-stats/html-templates": "^4.17.0", - "@bundle-stats/plugin-webpack-filter": "^4.17.0", - "@bundle-stats/utils": "^4.17.0", + "@bundle-stats/html-templates": "^4.18.0", + "@bundle-stats/plugin-webpack-filter": "^4.18.0", + "@bundle-stats/utils": "^4.18.0", "find-cache-dir": "^3.1.0", "lodash": "^4.17.21", "stream-chain": "^3.0.1", diff --git a/packages/cli/package.json b/packages/cli/package.json index f724d21cdf..ccb2110da6 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "bundle-stats", - "version": "4.17.0", + "version": "4.18.0", "description": "In-depth bundle analyzer for webpack(bundle size, assets, modules, packages)", "bin": { "bundle-stats": "bin/index.js" @@ -51,10 +51,10 @@ }, "homepage": "https://github.com/relative-ci/bundle-stats/blob/master/packages/cli#readme", "dependencies": { - "@bundle-stats/cli-utils": "^4.17.0", - "@bundle-stats/plugin-webpack-filter": "^4.17.0", - "@bundle-stats/plugin-webpack-validate": "^4.17.0", - "@bundle-stats/utils": "^4.17.0", + "@bundle-stats/cli-utils": "^4.18.0", + "@bundle-stats/plugin-webpack-filter": "^4.18.0", + "@bundle-stats/plugin-webpack-validate": "^4.18.0", + "@bundle-stats/utils": "^4.18.0", "boxen": "^5.0.0", "core-js": "^3.21.0", "fs-extra": "^11.0.0", diff --git a/packages/gatsby-plugin/package.json b/packages/gatsby-plugin/package.json index 25ee6b63c9..5634628aec 100644 --- a/packages/gatsby-plugin/package.json +++ b/packages/gatsby-plugin/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-plugin-bundle-stats", - "version": "4.17.0", + "version": "4.18.0", "description": "In-depth bundle analyzer for webpack(bundle size, assets, modules)", "main": "index.js", "engines": { @@ -38,6 +38,6 @@ }, "homepage": "https://github.com/relative-ci/bundle-stats/blob/master/packages/gatsby-plugin#readme", "dependencies": { - "bundle-stats-webpack-plugin": "^4.17.0" + "bundle-stats-webpack-plugin": "^4.18.0" } } diff --git a/packages/html-templates/package.json b/packages/html-templates/package.json index fb0de9ab0e..66de5f7c39 100644 --- a/packages/html-templates/package.json +++ b/packages/html-templates/package.json @@ -1,6 +1,6 @@ { "name": "@bundle-stats/html-templates", - "version": "4.17.0", + "version": "4.18.0", "description": "HTML templates for report generation.", "main": "index.js", "types": "types.d.ts", @@ -30,8 +30,8 @@ "@babel/core": "7.26.0", "@babel/preset-env": "7.26.0", "@babel/preset-react": "7.26.3", - "@bundle-stats/ui": "^4.17.0", - "@bundle-stats/utils": "^4.17.0", + "@bundle-stats/ui": "^4.18.0", + "@bundle-stats/utils": "^4.18.0", "@storybook/addon-essentials": "8.5.0", "@storybook/addon-webpack5-compiler-babel": "3.0.5", "@storybook/react": "8.5.0", diff --git a/packages/next-plugin/package.json b/packages/next-plugin/package.json index 91c89aa4b0..198bc03771 100644 --- a/packages/next-plugin/package.json +++ b/packages/next-plugin/package.json @@ -1,6 +1,6 @@ { "name": "next-plugin-bundle-stats", - "version": "4.17.0", + "version": "4.18.0", "description": "In-depth bundle analyzer for webpack(bundle size, assets, modules)", "main": "index.js", "engines": { @@ -38,6 +38,6 @@ }, "homepage": "https://github.com/relative-ci/bundle-stats/blob/master/packages/next-plugin#readme", "dependencies": { - "bundle-stats-webpack-plugin": "^4.17.0" + "bundle-stats-webpack-plugin": "^4.18.0" } } diff --git a/packages/plugin-webpack-filter/package.json b/packages/plugin-webpack-filter/package.json index 30a1d1011b..0dcc0814aa 100644 --- a/packages/plugin-webpack-filter/package.json +++ b/packages/plugin-webpack-filter/package.json @@ -1,6 +1,6 @@ { "name": "@bundle-stats/plugin-webpack-filter", - "version": "4.17.0", + "version": "4.18.0", "description": "BundleStats webpack filter plugin", "main": "lib/index.js", "module": "lib-esm/index.js", diff --git a/packages/plugin-webpack-validate/package.json b/packages/plugin-webpack-validate/package.json index fc5b93a9fa..eb9e19637c 100644 --- a/packages/plugin-webpack-validate/package.json +++ b/packages/plugin-webpack-validate/package.json @@ -1,6 +1,6 @@ { "name": "@bundle-stats/plugin-webpack-validate", - "version": "4.17.0", + "version": "4.18.0", "description": "BundleStats webpack validate plugin", "main": "lib/index.js", "module": "lib-esm/index.js", diff --git a/packages/rollup-plugin/package.json b/packages/rollup-plugin/package.json index c75a0a9e80..19bf9244a4 100644 --- a/packages/rollup-plugin/package.json +++ b/packages/rollup-plugin/package.json @@ -1,6 +1,6 @@ { "name": "rollup-plugin-bundle-stats", - "version": "4.17.0", + "version": "4.18.0", "description": "In-depth bundle analyzer for rollup(bundle size, assets, modules, packages)", "main": "lib/index.js", "types": "types/index.d.ts", @@ -45,7 +45,7 @@ }, "homepage": "https://github.com/relative-ci/bundle-stats/blob/master/packages/rollup-plugin#readme", "dependencies": { - "@bundle-stats/cli-utils": "^4.17.0", + "@bundle-stats/cli-utils": "^4.18.0", "rollup-plugin-webpack-stats": "2.0.0" }, "devDependencies": { diff --git a/packages/ui/package.json b/packages/ui/package.json index 1a0aeb0ae9..5f1ffaf680 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@bundle-stats/ui", - "version": "4.17.0", + "version": "4.18.0", "description": "UI components for BundleStats projects.", "main": "lib/index.js", "module": "lib-esm/index.js", @@ -74,7 +74,7 @@ "react-router-dom": "^5.0.0" }, "dependencies": { - "@bundle-stats/utils": "^4.17.0", + "@bundle-stats/utils": "^4.18.0", "ariakit": "2.0.0-next.44", "d3": "7.9.0", "modern-css-reset": "1.4.0", diff --git a/packages/utils/package.json b/packages/utils/package.json index 02bf72e7a7..30a5ec5061 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@bundle-stats/utils", - "version": "4.17.0", + "version": "4.18.0", "description": "BundleStats utils", "main": "lib/index.js", "module": "lib-esm/index.js", @@ -35,8 +35,8 @@ }, "homepage": "https://github.com/relative-ci/bundle-stats/blob/master/packages/utils#readme", "dependencies": { - "@bundle-stats/plugin-webpack-filter": "^4.17.0", - "@bundle-stats/plugin-webpack-validate": "^4.17.0", + "@bundle-stats/plugin-webpack-filter": "^4.18.0", + "@bundle-stats/plugin-webpack-validate": "^4.18.0", "serialize-query-params": "2.0.2" }, "devDependencies": { diff --git a/packages/webpack-plugin/package.json b/packages/webpack-plugin/package.json index c34ac5b13b..b1252f71a8 100644 --- a/packages/webpack-plugin/package.json +++ b/packages/webpack-plugin/package.json @@ -1,6 +1,6 @@ { "name": "bundle-stats-webpack-plugin", - "version": "4.17.0", + "version": "4.18.0", "description": "In-depth bundle analyzer for webpack(bundle size, assets, modules, packages)", "main": "lib/index.js", "types": "typings.d.ts", @@ -45,8 +45,8 @@ }, "homepage": "https://github.com/relative-ci/bundle-stats/blob/master/packages/webpack-plugin#readme", "dependencies": { - "@bundle-stats/cli-utils": "^4.17.0", - "@bundle-stats/plugin-webpack-validate": "^4.17.0", + "@bundle-stats/cli-utils": "^4.18.0", + "@bundle-stats/plugin-webpack-validate": "^4.18.0", "core-js": "^3.21.0", "lodash": "^4.17.0" },