@dg-scripts/webpack-template 5.21.3 → 5.21.4

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,29 @@
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
+ ## [5.21.4](https://github.com/sabertazimi/bod/compare/v5.21.3...v5.21.4) (2024-11-20)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **deps:** update dependencies (non-major) ([#1230](https://github.com/sabertazimi/bod/issues/1230)) ([23419f7](https://github.com/sabertazimi/bod/commit/23419f7112d34791514c63ed57859657c1fd9c00))
12
+ * **deps:** update dependencies (non-major) ([#1236](https://github.com/sabertazimi/bod/issues/1236)) ([e0cc31e](https://github.com/sabertazimi/bod/commit/e0cc31ec8ebee81ac8e0cd0b0ec4d17eca5caba5))
13
+ * **deps:** update dependencies (non-major) ([#1242](https://github.com/sabertazimi/bod/issues/1242)) ([0382475](https://github.com/sabertazimi/bod/commit/0382475c64abf5bf8a3a8d7b3f4b884b17ada166))
14
+ * **deps:** update dependencies (non-major) ([#1244](https://github.com/sabertazimi/bod/issues/1244)) ([25aed8b](https://github.com/sabertazimi/bod/commit/25aed8bcd39e406b7f79d6eecf290d356f26882d))
15
+ * **deps:** update dependencies (non-major) ([#1245](https://github.com/sabertazimi/bod/issues/1245)) ([b68ff41](https://github.com/sabertazimi/bod/commit/b68ff41ad23f507797c71b6f6802a5843052aecd))
16
+ * **deps:** update dependencies (non-major) ([#1246](https://github.com/sabertazimi/bod/issues/1246)) ([5cdb4a1](https://github.com/sabertazimi/bod/commit/5cdb4a1607ace5495de75873b03c951987f8e8a8))
17
+ * **deps:** update dependencies (non-major) ([#1252](https://github.com/sabertazimi/bod/issues/1252)) ([a33ff18](https://github.com/sabertazimi/bod/commit/a33ff18206bd9da31dad208450e0f00d95289556))
18
+ * **deps:** update dependencies (non-major) ([#1257](https://github.com/sabertazimi/bod/issues/1257)) ([a198e7b](https://github.com/sabertazimi/bod/commit/a198e7b6ce8397a9724c39ecf8f3f23e83f6fdcc))
19
+ * **deps:** update dependencies (non-major) ([#1259](https://github.com/sabertazimi/bod/issues/1259)) ([9ab1c63](https://github.com/sabertazimi/bod/commit/9ab1c63de92e5f82b4d066633e0c0dfaba355ec0))
20
+ * **deps:** update dependencies (non-major) ([#1260](https://github.com/sabertazimi/bod/issues/1260)) ([79ef778](https://github.com/sabertazimi/bod/commit/79ef778c6b2b368fcf982ba773c61513b1921800))
21
+ * **deps:** update dependencies (non-major) ([#1278](https://github.com/sabertazimi/bod/issues/1278)) ([0c92be1](https://github.com/sabertazimi/bod/commit/0c92be1928e06b173d2a757103fa56b362671bb1))
22
+ * **deps:** update dependencies (non-major) ([#1282](https://github.com/sabertazimi/bod/issues/1282)) ([cbfb821](https://github.com/sabertazimi/bod/commit/cbfb821a9818e0046eba98ddb5fdbe74462d8b73))
23
+ * **deps:** update dependencies (non-major) ([#1284](https://github.com/sabertazimi/bod/issues/1284)) ([ecd550b](https://github.com/sabertazimi/bod/commit/ecd550bbaa3ddefcaa098b2c789b4e0066d3e5e3))
24
+
25
+
26
+
27
+
28
+
6
29
  ## [5.21.3](https://github.com/sabertazimi/bod/compare/v5.21.2...v5.21.3) (2024-07-21)
7
30
 
8
31
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@dg-scripts/webpack-template",
3
- "version": "5.21.3",
4
- "packageManager": "pnpm@9.5.0",
3
+ "version": "5.21.4",
4
+ "packageManager": "pnpm@9.13.2",
5
5
  "description": "Minimal webpack boilerplate",
6
6
  "author": "sabertazimi",
7
7
  "license": "MIT",
@@ -40,8 +40,8 @@
40
40
  "dev": "cross-env NODE_ENV=development webpack serve",
41
41
  "lint": "pnpm lint:style && pnpm lint:type-check",
42
42
  "lint:style": "stylelint ./src/**/*.css && eslint ./src",
43
- "lint:fix": "stylelint ./src/**/*.css --fix && eslint ./src --fix",
44
43
  "lint:type-check": "tsc --noEmit",
44
+ "lint:fix": "stylelint ./src/**/*.css --fix && eslint ./src --fix",
45
45
  "changeset": "commit-and-tag-version --dry-run -s",
46
46
  "release": "commit-and-tag-version -s",
47
47
  "start": "pnpm dev",
@@ -49,50 +49,50 @@
49
49
  "test:watch": "jest --watch"
50
50
  },
51
51
  "devDependencies": {
52
- "@babel/core": "^7.24.9",
53
- "@babel/plugin-transform-class-properties": "^7.24.7",
54
- "@babel/plugin-transform-object-rest-spread": "^7.24.7",
55
- "@babel/preset-env": "^7.24.8",
56
- "@dg-scripts/eslint-config": "^5.21.3",
57
- "@dg-scripts/stylelint-config": "^5.21.3",
52
+ "@babel/core": "^7.26.0",
53
+ "@babel/plugin-transform-class-properties": "^7.25.9",
54
+ "@babel/plugin-transform-object-rest-spread": "^7.25.9",
55
+ "@babel/preset-env": "^7.26.0",
56
+ "@dg-scripts/eslint-config": "^5.21.4",
57
+ "@dg-scripts/stylelint-config": "^5.21.4",
58
58
  "@svgr/webpack": "^8.1.0",
59
- "@types/jest": "^29.5.12",
60
- "@types/node": "^20.14.11",
61
- "babel-loader": "^9.1.3",
59
+ "@types/jest": "^29.5.14",
60
+ "@types/node": "^22.9.0",
61
+ "babel-loader": "^9.2.1",
62
62
  "cross-env": "^7.0.3",
63
63
  "css-loader": "^7.1.2",
64
64
  "css-minimizer-webpack-plugin": "^7.0.0",
65
65
  "dotenv": "^16.4.5",
66
- "eslint": "^8.57.0",
66
+ "eslint": "^9.15.0",
67
67
  "eslint-webpack-plugin": "^4.2.0",
68
68
  "file-loader": "^6.2.0",
69
- "html-loader": "^5.0.0",
70
- "html-webpack-plugin": "^5.6.0",
69
+ "html-loader": "^5.1.0",
70
+ "html-webpack-plugin": "^5.6.3",
71
71
  "jest": "^29.7.0",
72
72
  "jest-environment-jsdom": "^29.7.0",
73
- "mini-css-extract-plugin": "^2.9.0",
74
- "postcss": "^8.4.39",
73
+ "mini-css-extract-plugin": "^2.9.2",
74
+ "postcss": "^8.4.49",
75
75
  "postcss-flexbugs-fixes": "^5.0.2",
76
76
  "postcss-loader": "^8.1.1",
77
- "postcss-preset-env": "^9.6.0",
77
+ "postcss-preset-env": "^10.1.0",
78
78
  "prettier": "^3.3.3",
79
- "sass-loader": "^14.2.1",
79
+ "sass-loader": "^16.0.3",
80
80
  "style-loader": "^4.0.0",
81
- "stylelint": "^16.7.0",
81
+ "stylelint": "^16.10.0",
82
82
  "stylelint-webpack-plugin": "^5.0.1",
83
- "ts-jest": "^29.2.3",
83
+ "ts-jest": "^29.2.5",
84
84
  "ts-loader": "^9.5.1",
85
85
  "ts-node": "^10.9.2",
86
- "tsconfig-paths-webpack-plugin": "^4.1.0",
87
- "tslib": "^2.6.3",
88
- "typescript": "^5.5.3",
89
- "undici": "^6.19.2",
86
+ "tsconfig-paths-webpack-plugin": "^4.2.0",
87
+ "tslib": "^2.8.1",
88
+ "typescript": "^5.6.3",
89
+ "undici": "^6.21.0",
90
90
  "url-loader": "^4.1.1",
91
- "webpack": "^5.93.0",
91
+ "webpack": "^5.96.1",
92
92
  "webpack-bundle-analyzer": "^4.10.2",
93
93
  "webpack-cli": "^5.1.4",
94
- "webpack-dev-server": "^5.0.4",
95
- "webpackbar": "^6.0.1"
94
+ "webpack-dev-server": "^5.1.0",
95
+ "webpackbar": "^7.0.0"
96
96
  },
97
- "gitHead": "33a9ef85979e8e04af80f9577eca064158e8a070"
97
+ "gitHead": "53946d32c0b3edc4771664d755f55409624bb9bb"
98
98
  }
package/src/index.css CHANGED
@@ -7,8 +7,8 @@
7
7
  --color-success: #37b24d;
8
8
  --color-warning: #f59f00;
9
9
  --color-danger: #f03e3e;
10
- --font-stack: 'Raleway', 'HelveticaNeue', 'Helvetica Neue', helvetica,
11
- 'Open Sans', arial, sans-serif, serif;
10
+ /* stylelint-disable-next-line prettier/prettier */
11
+ --font-stack: 'Raleway', 'HelveticaNeue', 'Helvetica Neue', helvetica, 'Open Sans', arial, sans-serif, serif;
12
12
  }
13
13
 
14
14
  body {
package/src/index.html CHANGED
@@ -2,10 +2,7 @@
2
2
  <html lang="en">
3
3
  <head>
4
4
  <meta charset="utf-8" />
5
- <meta
6
- name="viewport"
7
- content="width=device-width, initial-scale=1, shrink-to-fit=no"
8
- />
5
+ <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
9
6
  <meta name="theme-color" content="#000000" />
10
7
  <title>Boilerplate</title>
11
8
  </head>
package/src/index.ts CHANGED
@@ -1,5 +1,5 @@
1
- import './index.css'
2
1
  import { ParticleSystem } from './particle'
2
+ import './index.css'
3
3
 
4
4
  const particleSystem = new ParticleSystem()
5
5
  particleSystem.start()
@@ -91,4 +91,4 @@ class ExplodingParticle {
91
91
  }
92
92
 
93
93
  export default ExplodingParticle
94
- export type { Speed, ParticleProps }
94
+ export type { ParticleProps, Speed }