@dg-scripts/webpack-template 6.1.0 → 6.1.1

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.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,18 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [6.1.1](https://github.com/sabertazimi/bod/compare/v6.1.0...v6.1.1) (2026-02-25)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **deps:** update dependencies (non-major) ([#1479](https://github.com/sabertazimi/bod/issues/1479)) ([50d21f2](https://github.com/sabertazimi/bod/commit/50d21f27258d80b6506e94b9a6cec84fd6a7a432))
12
+ * **deps:** update dependencies (non-major) ([#1487](https://github.com/sabertazimi/bod/issues/1487)) ([fb84d98](https://github.com/sabertazimi/bod/commit/fb84d98af909d8caf5e0326b4daa864ee14b4f31))
13
+
14
+
15
+
16
+
17
+
6
18
  # [6.1.0](https://github.com/sabertazimi/bod/compare/v6.0.0...v6.1.0) (2026-01-11)
7
19
 
8
20
 
package/README.md CHANGED
@@ -54,6 +54,6 @@ npm i -D sass @types/sass
54
54
 
55
55
  ## Contact
56
56
 
57
+ [![GitHub](https://img.shields.io/badge/-GitHub-181717?style=for-the-badge&logo=github&logoColor=white)](https://github.com/sabertazimi)
57
58
  [![Email](https://img.shields.io/badge/-Gmail-ea4335?style=for-the-badge&logo=gmail&logoColor=white)](mailto:sabertazimi@gmail.com)
58
59
  [![X](https://img.shields.io/badge/-X.com-000000?style=for-the-badge&logo=x&logoColor=white)](https://x.com/sabertazimi)
59
- [![GitHub](https://img.shields.io/badge/-GitHub-181717?style=for-the-badge&logo=github&logoColor=white)](https://github.com/sabertazimi)
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@dg-scripts/webpack-template",
3
- "version": "6.1.0",
4
- "packageManager": "pnpm@10.26.1",
3
+ "version": "6.1.1",
4
+ "packageManager": "pnpm@10.30.1",
5
5
  "description": "Minimal webpack boilerplate",
6
6
  "author": "sabertazimi",
7
7
  "license": "MIT",
@@ -49,49 +49,48 @@
49
49
  "test:watch": "vitest"
50
50
  },
51
51
  "devDependencies": {
52
- "@babel/core": "^7.28.5",
53
- "@babel/plugin-transform-class-properties": "^7.27.1",
54
- "@babel/plugin-transform-object-rest-spread": "^7.28.4",
55
- "@babel/preset-env": "^7.28.5",
56
- "@dg-scripts/eslint-config": "^6.1.0",
57
- "@dg-scripts/stylelint-config": "^6.1.0",
52
+ "@babel/core": "^7.29.0",
53
+ "@babel/plugin-transform-class-properties": "^7.28.6",
54
+ "@babel/plugin-transform-object-rest-spread": "^7.28.6",
55
+ "@babel/preset-env": "^7.29.0",
56
+ "@dg-scripts/eslint-config": "^6.1.1",
57
+ "@dg-scripts/stylelint-config": "^6.1.1",
58
58
  "@svgr/webpack": "^8.1.0",
59
- "@types/node": "^24.10.4",
60
- "@vitest/coverage-v8": "^4.0.16",
59
+ "@types/node": "^24.10.13",
60
+ "@vitest/coverage-v8": "^4.0.18",
61
61
  "babel-loader": "^10.0.0",
62
62
  "cross-env": "^10.1.0",
63
- "css-loader": "^7.1.2",
63
+ "css-loader": "^7.1.4",
64
64
  "css-minimizer-webpack-plugin": "^7.0.4",
65
- "dotenv": "^17.2.3",
66
- "eslint": "^9.39.2",
67
- "eslint-webpack-plugin": "^5.0.2",
65
+ "dotenv": "^17.3.1",
66
+ "eslint": "^10.0.2",
68
67
  "file-loader": "^6.2.0",
69
68
  "html-loader": "^5.1.0",
70
- "html-webpack-plugin": "^5.6.5",
71
- "jsdom": "^27.3.0",
72
- "mini-css-extract-plugin": "^2.9.4",
69
+ "html-webpack-plugin": "^5.6.6",
70
+ "jsdom": "^28.1.0",
71
+ "mini-css-extract-plugin": "^2.10.0",
73
72
  "postcss": "^8.5.6",
74
73
  "postcss-flexbugs-fixes": "^5.0.2",
75
- "postcss-loader": "^8.2.0",
76
- "postcss-preset-env": "^10.5.0",
77
- "prettier": "^3.7.4",
78
- "sass-loader": "^16.0.6",
74
+ "postcss-loader": "^8.2.1",
75
+ "postcss-preset-env": "^11.1.3",
76
+ "prettier": "^3.8.1",
77
+ "sass-loader": "^16.0.7",
79
78
  "style-loader": "^4.0.0",
80
- "stylelint": "^16.26.1",
81
- "stylelint-webpack-plugin": "^5.0.1",
79
+ "stylelint": "^17.3.0",
80
+ "stylelint-webpack-plugin": "^5.1.0",
82
81
  "ts-loader": "^9.5.4",
83
82
  "tsconfig-paths-webpack-plugin": "^4.2.0",
84
83
  "tslib": "^2.8.1",
85
84
  "tsx": "^4.21.0",
86
85
  "typescript": "^5.9.3",
87
- "undici": "^7.16.0",
86
+ "undici": "^7.22.0",
88
87
  "url-loader": "^4.1.1",
89
- "vitest": "^4.0.16",
90
- "webpack": "^5.104.1",
91
- "webpack-bundle-analyzer": "^5.1.0",
88
+ "vitest": "^4.0.18",
89
+ "webpack": "^5.105.2",
90
+ "webpack-bundle-analyzer": "^5.2.0",
92
91
  "webpack-cli": "^6.0.1",
93
- "webpack-dev-server": "^5.2.2",
92
+ "webpack-dev-server": "^5.2.3",
94
93
  "webpackbar": "^7.0.0"
95
94
  },
96
- "gitHead": "6a7723d64ab1a869cec85bf8c9f11fdb1e200ec9"
95
+ "gitHead": "ac816cb1430d8dd0a8f0df2307f9d1e7e4d84886"
97
96
  }
package/webpack.config.js CHANGED
@@ -5,7 +5,6 @@ const MiniCssExtractPlugin = require('mini-css-extract-plugin')
5
5
  const CssMinimizerPlugin = require('css-minimizer-webpack-plugin')
6
6
  const TerserPlugin = require('terser-webpack-plugin')
7
7
  const StyleLintPlugin = require('stylelint-webpack-plugin')
8
- const ESLintPlugin = require('eslint-webpack-plugin')
9
8
  const { BundleAnalyzerPlugin } = require('webpack-bundle-analyzer')
10
9
  const WebpackBar = require('webpackbar')
11
10
  const TsconfigPathsPlugin = require('tsconfig-paths-webpack-plugin')
@@ -154,11 +153,6 @@ module.exports = {
154
153
  new StyleLintPlugin({
155
154
  exclude: ['node_modules', 'build', 'dist', 'coverage'],
156
155
  }),
157
- new ESLintPlugin({
158
- extensions: ['tsx', 'ts', 'jsx', 'js'],
159
- configType: 'flat',
160
- eslintPath: 'eslint/use-at-your-own-risk',
161
- }),
162
156
  enableAnalyzer && new BundleAnalyzerPlugin({ analyzerMode: 'static' }),
163
157
  new WebpackBar(),
164
158
  ].filter(Boolean),