@dg-scripts/webpack-template 0.0.0-1867 → 5.18.0

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/.prettierrc.json CHANGED
@@ -1,9 +1,11 @@
1
1
  {
2
- "arrowParens": "avoid",
2
+ "arrowParens": "always",
3
+ "bracketSpacing": true,
3
4
  "endOfLine": "lf",
5
+ "printWidth": 80,
4
6
  "semi": false,
5
7
  "singleQuote": true,
6
8
  "tabWidth": 2,
7
- "trailingComma": "es5",
8
- "printWidth": 80
9
+ "trailingComma": "all",
10
+ "useTabs": false
9
11
  }
package/CHANGELOG.md CHANGED
@@ -3,347 +3,398 @@
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
- # [0.0.0-1867](https://github.com/sabertazimi/bod/compare/v5.17.0...v0.0.0-1867) (2024-03-31)
6
+ # [5.18.0](https://github.com/sabertazimi/bod/compare/v5.17.0...v5.18.0) (2024-04-01)
7
+
7
8
 
8
9
  ### Bug Fixes
9
10
 
10
- - **bod-tempalte:** add webpack tempalte directory ([#1143](https://github.com/sabertazimi/bod/issues/1143)) ([f212277](https://github.com/sabertazimi/bod/commit/f212277afa68c1c88e30124337887cd2a6e136ef))
11
+ * **bod-tempalte:** add webpack tempalte directory ([#1143](https://github.com/sabertazimi/bod/issues/1143)) ([f212277](https://github.com/sabertazimi/bod/commit/f212277afa68c1c88e30124337887cd2a6e136ef))
12
+
11
13
 
12
14
  ### Features
13
15
 
14
- - **bod-template:** add webpack template ([#1144](https://github.com/sabertazimi/bod/issues/1144)) ([e1c1efd](https://github.com/sabertazimi/bod/commit/e1c1efda93b58db8fec18a5c32b7cb13a09fa62b))
16
+ * **bod-template:** add webpack template ([#1144](https://github.com/sabertazimi/bod/issues/1144)) ([e1c1efd](https://github.com/sabertazimi/bod/commit/e1c1efda93b58db8fec18a5c32b7cb13a09fa62b))
17
+
18
+
19
+
20
+
15
21
 
16
22
  # [2.10.0](https://github.com/sabertazimi/boilerplate/compare/v2.9.0...v2.10.0) (2022-05-29)
17
23
 
24
+
18
25
  ### :rocket: Building Work
19
26
 
20
- - **deps-bot:** disable lockfile maintenance ([7ec6de5](https://github.com/sabertazimi/boilerplate/commit/7ec6de58bae442b106536388739ba0d54b8d44e8))
27
+ * **deps-bot:** disable lockfile maintenance ([7ec6de5](https://github.com/sabertazimi/boilerplate/commit/7ec6de58bae442b106536388739ba0d54b8d44e8))
28
+
21
29
 
22
30
  ### :bug: Bug Fixes
23
31
 
24
- - **jest-config:** rectify jest utils path ([7a20864](https://github.com/sabertazimi/boilerplate/commit/7a20864df7b9a19d77a4de83f8d90c82f4235922))
25
- - webpack noise printed only if error or warning ([#349](https://github.com/sabertazimi/boilerplate/issues/349)) ([f2b8571](https://github.com/sabertazimi/boilerplate/commit/f2b857117ed394034889be231635aa8e4184693e))
26
- - **webpack-svgr:** update svgo configuration for v6 ([43224c2](https://github.com/sabertazimi/boilerplate/commit/43224c22270519e4c8d9672a630efe4cf02b01a6))
32
+ * **jest-config:** rectify jest utils path ([7a20864](https://github.com/sabertazimi/boilerplate/commit/7a20864df7b9a19d77a4de83f8d90c82f4235922))
33
+ * webpack noise printed only if error or warning ([#349](https://github.com/sabertazimi/boilerplate/issues/349)) ([f2b8571](https://github.com/sabertazimi/boilerplate/commit/f2b857117ed394034889be231635aa8e4184693e))
34
+ * **webpack-svgr:** update svgo configuration for v6 ([43224c2](https://github.com/sabertazimi/boilerplate/commit/43224c22270519e4c8d9672a630efe4cf02b01a6))
35
+
27
36
 
28
37
  ### :sparkles: Features
29
38
 
30
- - **postcss:** add support for postcss presets ([#376](https://github.com/sabertazimi/boilerplate/issues/376)) ([2110fb6](https://github.com/sabertazimi/boilerplate/commit/2110fb635474dd38654907fe9bff8307b417eef9))
39
+ * **postcss:** add support for postcss presets ([#376](https://github.com/sabertazimi/boilerplate/issues/376)) ([2110fb6](https://github.com/sabertazimi/boilerplate/commit/2110fb635474dd38654907fe9bff8307b417eef9))
31
40
 
32
41
  # [2.9.0](https://github.com/sabertazimi/boilerplate/compare/v2.8.0...v2.9.0) (2021-10-27)
33
42
 
43
+
34
44
  ### :bug: Bug Fixes
35
45
 
36
- - **deps:** bump `dg-scripts/*` to 5.5.0 ([c006367](https://github.com/sabertazimi/boilerplate/commit/c006367dcc8022c1525f956c7517dba48fefbbc6))
37
- - **deps:** bump eslint to v8 ([369c46c](https://github.com/sabertazimi/boilerplate/commit/369c46c1f5b61118babc654db2b556b100a427a2))
38
- - **deps:** bump linter configuration to 5.5.3 ([f0f9781](https://github.com/sabertazimi/boilerplate/commit/f0f978185e7308e8d8a55c39c5e6de75fedaf053))
46
+ * **deps:** bump `dg-scripts/*` to 5.5.0 ([c006367](https://github.com/sabertazimi/boilerplate/commit/c006367dcc8022c1525f956c7517dba48fefbbc6))
47
+ * **deps:** bump eslint to v8 ([369c46c](https://github.com/sabertazimi/boilerplate/commit/369c46c1f5b61118babc654db2b556b100a427a2))
48
+ * **deps:** bump linter configuration to 5.5.3 ([f0f9781](https://github.com/sabertazimi/boilerplate/commit/f0f978185e7308e8d8a55c39c5e6de75fedaf053))
49
+
39
50
 
40
51
  ### :rocket: Building Work
41
52
 
42
- - **deps-bot:** remove GitHub dependabot ([263fea6](https://github.com/sabertazimi/boilerplate/commit/263fea6e8ccd806484bad15b197cfcdd773f3734))
43
- - **deps-dev:** bump `@dg-scripts/*` to 1.1.1 ([6740697](https://github.com/sabertazimi/boilerplate/commit/674069747c8d3b2bafc069ca0475819f9ffe3a08))
44
- - **deps:** bundle bod deps into single PR ([daaf06a](https://github.com/sabertazimi/boilerplate/commit/daaf06afd436dbaa44ee2ebb2ebf8c8e913388e6))
45
- - **lint:** disable auto-fix for linter ([df24f40](https://github.com/sabertazimi/boilerplate/commit/df24f40088cb38eae8a3ad91030c8f77916246c5))
46
- - **yarn:** bump yarn from v3.0.2 to v3.1.0 ([348211b](https://github.com/sabertazimi/boilerplate/commit/348211b810650de13f4d6e8c8db911ea96355e4b))
53
+ * **deps-bot:** remove GitHub dependabot ([263fea6](https://github.com/sabertazimi/boilerplate/commit/263fea6e8ccd806484bad15b197cfcdd773f3734))
54
+ * **deps-dev:** bump `@dg-scripts/*` to 1.1.1 ([6740697](https://github.com/sabertazimi/boilerplate/commit/674069747c8d3b2bafc069ca0475819f9ffe3a08))
55
+ * **deps:** bundle bod deps into single PR ([daaf06a](https://github.com/sabertazimi/boilerplate/commit/daaf06afd436dbaa44ee2ebb2ebf8c8e913388e6))
56
+ * **lint:** disable auto-fix for linter ([df24f40](https://github.com/sabertazimi/boilerplate/commit/df24f40088cb38eae8a3ad91030c8f77916246c5))
57
+ * **yarn:** bump yarn from v3.0.2 to v3.1.0 ([348211b](https://github.com/sabertazimi/boilerplate/commit/348211b810650de13f4d6e8c8db911ea96355e4b))
58
+
47
59
 
48
60
  ### :sparkles: Features
49
61
 
50
- - **sass:** ship to `dart-sass`, drop `node-sass` ([1e4294a](https://github.com/sabertazimi/boilerplate/commit/1e4294a9532945ab665654cb9845f0c13928d135))
62
+ * **sass:** ship to `dart-sass`, drop `node-sass` ([1e4294a](https://github.com/sabertazimi/boilerplate/commit/1e4294a9532945ab665654cb9845f0c13928d135))
51
63
 
52
64
  # [2.8.0](https://github.com/sabertazimi/boilerplate/compare/v2.7.1...v2.8.0) (2021-09-23)
53
65
 
66
+
54
67
  ### :bug: Bug Fixes
55
68
 
56
- - **template-test:** remove conditional expect statement ([70ce24a](https://github.com/sabertazimi/boilerplate/commit/70ce24ac911ea43da75f6557ada0dc7f627b8c59))
69
+ * **template-test:** remove conditional expect statement ([70ce24a](https://github.com/sabertazimi/boilerplate/commit/70ce24ac911ea43da75f6557ada0dc7f627b8c59))
70
+
57
71
 
58
72
  ### :sparkles: Features
59
73
 
60
- - **linter:** add `[@dg-scripts](https://github.com/dg-scripts)` linter configuration ([475c01a](https://github.com/sabertazimi/boilerplate/commit/475c01a09eea476e0b1f8c9d9b8bc44e0e2d3ac9))
74
+ * **linter:** add `[@dg-scripts](https://github.com/dg-scripts)` linter configuration ([475c01a](https://github.com/sabertazimi/boilerplate/commit/475c01a09eea476e0b1f8c9d9b8bc44e0e2d3ac9))
75
+
61
76
 
62
77
  ### :rocket: Building Work
63
78
 
64
- - **CI:** add multiple environment for building ([c17a176](https://github.com/sabertazimi/boilerplate/commit/c17a17625942cdf57872c28a03e57fe165ed90a0))
65
- - **CI:** add multiple environment for testing ([544e6ec](https://github.com/sabertazimi/boilerplate/commit/544e6ec853db1b206c85e8076ac98d2ecae3d1e4))
66
- - **CI:** switch `coveralls` to `codecov` ([af04e9b](https://github.com/sabertazimi/boilerplate/commit/af04e9b4c102fcfbca2b52fbed7826130e7a2fed))
67
- - **deps-bot:** change PR concurrent limits ([bc18455](https://github.com/sabertazimi/boilerplate/commit/bc184557bbc7c019c3105d10109d631bdf179e91))
68
- - **deps-bot:** enable non-major deps automerge ([b70d62e](https://github.com/sabertazimi/boilerplate/commit/b70d62e0e29479e71bfe3079a7ece401f94a5a21))
69
- - **deps-bot:** setup renovate bot configuration ([88fb53f](https://github.com/sabertazimi/boilerplate/commit/88fb53f059edaecd9d9c5a53954fd68fd1c8c327))
70
- - **deps-bot:** widen peerDeps and engines ([e427f47](https://github.com/sabertazimi/boilerplate/commit/e427f47b3dd951a430e2bcbe4452e336389b20d1))
71
- - **deps-dev:** bump `[@dg-scripts](https://github.com/dg-scripts)` to latest version ([7441aa4](https://github.com/sabertazimi/boilerplate/commit/7441aa4983804836a0ba3fbfa72e34d219a2f2e3))
79
+ * **CI:** add multiple environment for building ([c17a176](https://github.com/sabertazimi/boilerplate/commit/c17a17625942cdf57872c28a03e57fe165ed90a0))
80
+ * **CI:** add multiple environment for testing ([544e6ec](https://github.com/sabertazimi/boilerplate/commit/544e6ec853db1b206c85e8076ac98d2ecae3d1e4))
81
+ * **CI:** switch `coveralls` to `codecov` ([af04e9b](https://github.com/sabertazimi/boilerplate/commit/af04e9b4c102fcfbca2b52fbed7826130e7a2fed))
82
+ * **deps-bot:** change PR concurrent limits ([bc18455](https://github.com/sabertazimi/boilerplate/commit/bc184557bbc7c019c3105d10109d631bdf179e91))
83
+ * **deps-bot:** enable non-major deps automerge ([b70d62e](https://github.com/sabertazimi/boilerplate/commit/b70d62e0e29479e71bfe3079a7ece401f94a5a21))
84
+ * **deps-bot:** setup renovate bot configuration ([88fb53f](https://github.com/sabertazimi/boilerplate/commit/88fb53f059edaecd9d9c5a53954fd68fd1c8c327))
85
+ * **deps-bot:** widen peerDeps and engines ([e427f47](https://github.com/sabertazimi/boilerplate/commit/e427f47b3dd951a430e2bcbe4452e336389b20d1))
86
+ * **deps-dev:** bump `[@dg-scripts](https://github.com/dg-scripts)` to latest version ([7441aa4](https://github.com/sabertazimi/boilerplate/commit/7441aa4983804836a0ba3fbfa72e34d219a2f2e3))
72
87
 
73
88
  ## [2.7.1](https://github.com/sabertazimi/boilerplate/compare/v2.7.0...v2.7.1) (2021-09-12)
74
89
 
90
+
75
91
  ### :wrench: Testing
76
92
 
77
- - **template-Particle:** add mocks for canvas function ([757b3ed](https://github.com/sabertazimi/boilerplate/commit/757b3ed95d9b6d59b4dac6df2f26e199507bf219))
93
+ * **template-Particle:** add mocks for canvas function ([757b3ed](https://github.com/sabertazimi/boilerplate/commit/757b3ed95d9b6d59b4dac6df2f26e199507bf219))
94
+
78
95
 
79
96
  ### :bug: Bug Fixes
80
97
 
81
- - **template-canvas:** save context before new draw ([a92e2e4](https://github.com/sabertazimi/boilerplate/commit/a92e2e40ce63658d08efc9119809eddc1b5c7963))
82
- - **tsconfig:** exclude testing files ([f09e986](https://github.com/sabertazimi/boilerplate/commit/f09e986955352c97176cde18bed5bfcf516a8e93))
83
- - **webpack-profile:** disable ugly functions when profiling ([b9b471d](https://github.com/sabertazimi/boilerplate/commit/b9b471d465bdc896f9e81c41dcaf9af1892f3323))
84
- - **webpack:** add `devServer` types for VSCode intellisense ([8a2be17](https://github.com/sabertazimi/boilerplate/commit/8a2be171b7e304d82cbea3fed068b128af414c47))
85
- - **webpack:** setup `mode` and `devServer` configuration ([37f6608](https://github.com/sabertazimi/boilerplate/commit/37f660839908d1a4a2c7f94be62ef6aa79133eda))
98
+ * **template-canvas:** save context before new draw ([a92e2e4](https://github.com/sabertazimi/boilerplate/commit/a92e2e40ce63658d08efc9119809eddc1b5c7963))
99
+ * **tsconfig:** exclude testing files ([f09e986](https://github.com/sabertazimi/boilerplate/commit/f09e986955352c97176cde18bed5bfcf516a8e93))
100
+ * **webpack-profile:** disable ugly functions when profiling ([b9b471d](https://github.com/sabertazimi/boilerplate/commit/b9b471d465bdc896f9e81c41dcaf9af1892f3323))
101
+ * **webpack:** add `devServer` types for VSCode intellisense ([8a2be17](https://github.com/sabertazimi/boilerplate/commit/8a2be171b7e304d82cbea3fed068b128af414c47))
102
+ * **webpack:** setup `mode` and `devServer` configuration ([37f6608](https://github.com/sabertazimi/boilerplate/commit/37f660839908d1a4a2c7f94be62ef6aa79133eda))
103
+
86
104
 
87
105
  ### :rocket: Building Work
88
106
 
89
- - **CI-CodeQL:** add CodeQL analysis ([8184f16](https://github.com/sabertazimi/boilerplate/commit/8184f1618c7a6cc6db7fbc0238810141a95e6297))
90
- - **deps-bot:** add renovate.json ([#98](https://github.com/sabertazimi/boilerplate/issues/98)) ([e39d59d](https://github.com/sabertazimi/boilerplate/commit/e39d59dea41dd0ba40b662bf65c1984f1cee9839))
91
- - **deps-bot:** setup renovate bot configuration ([c49b38a](https://github.com/sabertazimi/boilerplate/commit/c49b38a3be2cab730d1e21da3ea809b004113feb))
92
- - **deps:** add missing peer deps ([6d00148](https://github.com/sabertazimi/boilerplate/commit/6d00148cff47d71c58ad2db3437b44fc55963191))
93
- - **scripts:** rectify stylelint path matching ([5672c6b](https://github.com/sabertazimi/boilerplate/commit/5672c6b0edfd4859dae069aaa628fa8ceaf1db24))
94
- - **yarn:** ship to yarn berry ([e925cf1](https://github.com/sabertazimi/boilerplate/commit/e925cf1f1504cbc01fc436c098d78e386c72ca96))
107
+ * **CI-CodeQL:** add CodeQL analysis ([8184f16](https://github.com/sabertazimi/boilerplate/commit/8184f1618c7a6cc6db7fbc0238810141a95e6297))
108
+ * **deps-bot:** add renovate.json ([#98](https://github.com/sabertazimi/boilerplate/issues/98)) ([e39d59d](https://github.com/sabertazimi/boilerplate/commit/e39d59dea41dd0ba40b662bf65c1984f1cee9839))
109
+ * **deps-bot:** setup renovate bot configuration ([c49b38a](https://github.com/sabertazimi/boilerplate/commit/c49b38a3be2cab730d1e21da3ea809b004113feb))
110
+ * **deps:** add missing peer deps ([6d00148](https://github.com/sabertazimi/boilerplate/commit/6d00148cff47d71c58ad2db3437b44fc55963191))
111
+ * **scripts:** rectify stylelint path matching ([5672c6b](https://github.com/sabertazimi/boilerplate/commit/5672c6b0edfd4859dae069aaa628fa8ceaf1db24))
112
+ * **yarn:** ship to yarn berry ([e925cf1](https://github.com/sabertazimi/boilerplate/commit/e925cf1f1504cbc01fc436c098d78e386c72ca96))
95
113
 
96
114
  # [2.7.0](https://github.com/sabertazimi/boilerplate/compare/v2.6.0...v2.7.0) (2021-09-06)
97
115
 
116
+
98
117
  ### :bug: Bug Fixes
99
118
 
100
- - **TypeScript-types:** add more third party types ([0b628fa](https://github.com/sabertazimi/boilerplate/commit/0b628fa7829db5d2867eba11ed790aee30ccf01a))
101
- - **webpack-split chunks:** improve split chunks configuration ([d76d2a3](https://github.com/sabertazimi/boilerplate/commit/d76d2a332d97303c0dbf27716b9f72960279801e))
102
- - **webpack:** disable production source map ([525e803](https://github.com/sabertazimi/boilerplate/commit/525e803c296a24ea130a7c9b9bb7da1b8ff68f72))
119
+ * **TypeScript-types:** add more third party types ([0b628fa](https://github.com/sabertazimi/boilerplate/commit/0b628fa7829db5d2867eba11ed790aee30ccf01a))
120
+ * **webpack-split chunks:** improve split chunks configuration ([d76d2a3](https://github.com/sabertazimi/boilerplate/commit/d76d2a332d97303c0dbf27716b9f72960279801e))
121
+ * **webpack:** disable production source map ([525e803](https://github.com/sabertazimi/boilerplate/commit/525e803c296a24ea130a7c9b9bb7da1b8ff68f72))
122
+
103
123
 
104
124
  ### :rocket: Building Work
105
125
 
106
- - **deps-dev:** bump @babel/core from 7.15.0 to 7.15.5 ([#93](https://github.com/sabertazimi/boilerplate/issues/93)) ([a95abae](https://github.com/sabertazimi/boilerplate/commit/a95abaef775494b986b18b9297c0dad9c21626d8))
107
- - **deps-dev:** bump @babel/preset-env from 7.15.0 to 7.15.4 ([#89](https://github.com/sabertazimi/boilerplate/issues/89)) ([cdfe25c](https://github.com/sabertazimi/boilerplate/commit/cdfe25c748cf42b45bac7090123be30921cef58e))
108
- - **deps-dev:** bump @types/node from 16.7.9 to 16.7.10 ([#95](https://github.com/sabertazimi/boilerplate/issues/95)) ([a71efa7](https://github.com/sabertazimi/boilerplate/commit/a71efa7a3b0e9626eb10069952d49ccc97ad6257))
109
- - **deps-dev:** bump autoprefixer from 10.3.3 to 10.3.4 ([#92](https://github.com/sabertazimi/boilerplate/issues/92)) ([9103de6](https://github.com/sabertazimi/boilerplate/commit/9103de60e9be8f60fc6feaeaf2c6e6778e9e7859))
110
- - **deps-dev:** bump clean-webpack-plugin from 3.0.0 to 4.0.0 ([#90](https://github.com/sabertazimi/boilerplate/issues/90)) ([7b5f704](https://github.com/sabertazimi/boilerplate/commit/7b5f704ed6b12a673fc1c2cdf9467a1baa16a78e))
111
- - **deps-dev:** bump mini-css-extract-plugin from 2.2.1 to 2.2.2 ([#91](https://github.com/sabertazimi/boilerplate/issues/91)) ([0b761da](https://github.com/sabertazimi/boilerplate/commit/0b761da515cbaffd451d394033e5ea4c2aef28c4))
112
- - **deps-dev:** bump stylelint-config-bod from 5.3.1 to 5.3.3 ([#96](https://github.com/sabertazimi/boilerplate/issues/96)) ([d3552ce](https://github.com/sabertazimi/boilerplate/commit/d3552cead3caa8edc320141bb94048c3e83b9951))
113
- - **deps-dev:** bump webpack from 5.51.1 to 5.52.0 ([#97](https://github.com/sabertazimi/boilerplate/issues/97)) ([d35b2f1](https://github.com/sabertazimi/boilerplate/commit/d35b2f1065fd91ae98245c8f5db26f81bd210003))
114
- - **Jest:** enable Jest config intellisense ([01f9140](https://github.com/sabertazimi/boilerplate/commit/01f9140e389f2e9c3e1c59c50afd855490a17b69))
115
- - **webpack:** enable webpack config intellisense ([2bcb3aa](https://github.com/sabertazimi/boilerplate/commit/2bcb3aab2f12c0d2b00aae80bb9591f6c883f720))
116
- - **webpack:** split `particle` into a single chunk ([d21c081](https://github.com/sabertazimi/boilerplate/commit/d21c08121d628b54f8f79123b50f9a621f5fb54a))
126
+ * **deps-dev:** bump @babel/core from 7.15.0 to 7.15.5 ([#93](https://github.com/sabertazimi/boilerplate/issues/93)) ([a95abae](https://github.com/sabertazimi/boilerplate/commit/a95abaef775494b986b18b9297c0dad9c21626d8))
127
+ * **deps-dev:** bump @babel/preset-env from 7.15.0 to 7.15.4 ([#89](https://github.com/sabertazimi/boilerplate/issues/89)) ([cdfe25c](https://github.com/sabertazimi/boilerplate/commit/cdfe25c748cf42b45bac7090123be30921cef58e))
128
+ * **deps-dev:** bump @types/node from 16.7.9 to 16.7.10 ([#95](https://github.com/sabertazimi/boilerplate/issues/95)) ([a71efa7](https://github.com/sabertazimi/boilerplate/commit/a71efa7a3b0e9626eb10069952d49ccc97ad6257))
129
+ * **deps-dev:** bump autoprefixer from 10.3.3 to 10.3.4 ([#92](https://github.com/sabertazimi/boilerplate/issues/92)) ([9103de6](https://github.com/sabertazimi/boilerplate/commit/9103de60e9be8f60fc6feaeaf2c6e6778e9e7859))
130
+ * **deps-dev:** bump clean-webpack-plugin from 3.0.0 to 4.0.0 ([#90](https://github.com/sabertazimi/boilerplate/issues/90)) ([7b5f704](https://github.com/sabertazimi/boilerplate/commit/7b5f704ed6b12a673fc1c2cdf9467a1baa16a78e))
131
+ * **deps-dev:** bump mini-css-extract-plugin from 2.2.1 to 2.2.2 ([#91](https://github.com/sabertazimi/boilerplate/issues/91)) ([0b761da](https://github.com/sabertazimi/boilerplate/commit/0b761da515cbaffd451d394033e5ea4c2aef28c4))
132
+ * **deps-dev:** bump stylelint-config-bod from 5.3.1 to 5.3.3 ([#96](https://github.com/sabertazimi/boilerplate/issues/96)) ([d3552ce](https://github.com/sabertazimi/boilerplate/commit/d3552cead3caa8edc320141bb94048c3e83b9951))
133
+ * **deps-dev:** bump webpack from 5.51.1 to 5.52.0 ([#97](https://github.com/sabertazimi/boilerplate/issues/97)) ([d35b2f1](https://github.com/sabertazimi/boilerplate/commit/d35b2f1065fd91ae98245c8f5db26f81bd210003))
134
+ * **Jest:** enable Jest config intellisense ([01f9140](https://github.com/sabertazimi/boilerplate/commit/01f9140e389f2e9c3e1c59c50afd855490a17b69))
135
+ * **webpack:** enable webpack config intellisense ([2bcb3aa](https://github.com/sabertazimi/boilerplate/commit/2bcb3aab2f12c0d2b00aae80bb9591f6c883f720))
136
+ * **webpack:** split `particle` into a single chunk ([d21c081](https://github.com/sabertazimi/boilerplate/commit/d21c08121d628b54f8f79123b50f9a621f5fb54a))
117
137
 
118
138
  # [2.6.0](https://github.com/sabertazimi/boilerplate/compare/v2.5.0...v2.6.0) (2021-09-03)
119
139
 
140
+
120
141
  ### :zap: Performance
121
142
 
122
- - **webpack-output:** change `chunkhash` to `contenthash` ([9120c17](https://github.com/sabertazimi/boilerplate/commit/9120c17ddc8cd3c0a59e846532bd1516d10c3fa0))
123
- - **webpack:** enable build cache ([ad0baa3](https://github.com/sabertazimi/boilerplate/commit/ad0baa365d6c2fce134e1e233b112ae2f890adb5))
124
- - **webpack:** improve extension resolve performance ([12698c5](https://github.com/sabertazimi/boilerplate/commit/12698c5ab90958a8641bc7e5a5fee9841cbd2d17))
143
+ * **webpack-output:** change `chunkhash` to `contenthash` ([9120c17](https://github.com/sabertazimi/boilerplate/commit/9120c17ddc8cd3c0a59e846532bd1516d10c3fa0))
144
+ * **webpack:** enable build cache ([ad0baa3](https://github.com/sabertazimi/boilerplate/commit/ad0baa365d6c2fce134e1e233b112ae2f890adb5))
145
+ * **webpack:** improve extension resolve performance ([12698c5](https://github.com/sabertazimi/boilerplate/commit/12698c5ab90958a8641bc7e5a5fee9841cbd2d17))
146
+
125
147
 
126
148
  ### :sparkles: Features
127
149
 
128
- - **stylelint:** setup complex stylelint configuration ([705182b](https://github.com/sabertazimi/boilerplate/commit/705182bb6dd57b7501b0cb65aeeb3d5da4e3bee0))
129
- - **webpack-minimize:** add JS and CSS minimizer support ([1ec8a2e](https://github.com/sabertazimi/boilerplate/commit/1ec8a2ef63b79eac60b9ab423df5af86564ef8cc))
130
- - **webpack-split chunks:** enable split vendor chunks ([88a4643](https://github.com/sabertazimi/boilerplate/commit/88a4643ab0ef073f58dbfe1be20a16e01183d194))
131
- - **webpack:** enable hot module replacement ([5208d1f](https://github.com/sabertazimi/boilerplate/commit/5208d1f2df23b813a2f8affb0ccd0b2d6d61e98e))
150
+ * **stylelint:** setup complex stylelint configuration ([705182b](https://github.com/sabertazimi/boilerplate/commit/705182bb6dd57b7501b0cb65aeeb3d5da4e3bee0))
151
+ * **webpack-minimize:** add JS and CSS minimizer support ([1ec8a2e](https://github.com/sabertazimi/boilerplate/commit/1ec8a2ef63b79eac60b9ab423df5af86564ef8cc))
152
+ * **webpack-split chunks:** enable split vendor chunks ([88a4643](https://github.com/sabertazimi/boilerplate/commit/88a4643ab0ef073f58dbfe1be20a16e01183d194))
153
+ * **webpack:** enable hot module replacement ([5208d1f](https://github.com/sabertazimi/boilerplate/commit/5208d1f2df23b813a2f8affb0ccd0b2d6d61e98e))
154
+
132
155
 
133
156
  ### :bug: Bug Fixes
134
157
 
135
- - **css:** rectify rule order ([7be7869](https://github.com/sabertazimi/boilerplate/commit/7be786971919c2ff3fc80750b363af942b6ab673))
158
+ * **css:** rectify rule order ([7be7869](https://github.com/sabertazimi/boilerplate/commit/7be786971919c2ff3fc80750b363af942b6ab673))
159
+
136
160
 
137
161
  ### :rocket: Building Work
138
162
 
139
- - **CI-badge:** move badge generation to `test` stage ([1c30035](https://github.com/sabertazimi/boilerplate/commit/1c300350c132c8413baf7e7dec784c7d55123c81))
140
- - **CI:** separate CI stages ([aa7af27](https://github.com/sabertazimi/boilerplate/commit/aa7af27a85fd870318d3dfe0cb236ac35f67aaa0))
141
- - **Jest-badge:** format code ([00cd3be](https://github.com/sabertazimi/boilerplate/commit/00cd3be8feb1c8aabc3236fd378b3e83a220af04))
163
+ * **CI-badge:** move badge generation to `test` stage ([1c30035](https://github.com/sabertazimi/boilerplate/commit/1c300350c132c8413baf7e7dec784c7d55123c81))
164
+ * **CI:** separate CI stages ([aa7af27](https://github.com/sabertazimi/boilerplate/commit/aa7af27a85fd870318d3dfe0cb236ac35f67aaa0))
165
+ * **Jest-badge:** format code ([00cd3be](https://github.com/sabertazimi/boilerplate/commit/00cd3be8feb1c8aabc3236fd378b3e83a220af04))
142
166
 
143
167
  # [2.5.0](https://github.com/sabertazimi/boilerplate/compare/v2.4.0...v2.5.0) (2021-09-03)
144
168
 
169
+
145
170
  ### :rocket: Building Work
146
171
 
147
- - **CI:** remove redundant artifacts stage ([d3a8898](https://github.com/sabertazimi/boilerplate/commit/d3a8898024cb3f5a13da283a3ef8e97fa9bc574f))
172
+ * **CI:** remove redundant artifacts stage ([d3a8898](https://github.com/sabertazimi/boilerplate/commit/d3a8898024cb3f5a13da283a3ef8e97fa9bc574f))
173
+
148
174
 
149
175
  ### :sparkles: Features
150
176
 
151
- - **css-modules:** enable css modules suuport ([5061aba](https://github.com/sabertazimi/boilerplate/commit/5061abaf4694d7a343870a7a85c97fca859df9d4))
177
+ * **css-modules:** enable css modules suuport ([5061aba](https://github.com/sabertazimi/boilerplate/commit/5061abaf4694d7a343870a7a85c97fca859df9d4))
178
+
152
179
 
153
180
  ### :bug: Bug Fixes
154
181
 
155
- - **devtool-source map:** change source map configuration ([d114a7e](https://github.com/sabertazimi/boilerplate/commit/d114a7ebccc4ec8a6bf1eeeb10383d18c073b3fa))
182
+ * **devtool-source map:** change source map configuration ([d114a7e](https://github.com/sabertazimi/boilerplate/commit/d114a7ebccc4ec8a6bf1eeeb10383d18c073b3fa))
156
183
 
157
184
  # [2.4.0](https://github.com/sabertazimi/boilerplate/compare/v2.3.0...v2.4.0) (2021-08-31)
158
185
 
186
+
159
187
  ### :sparkles: Features
160
188
 
161
- - **webpack-UI:** add elegant progressbar CLI UI ([a42ebb8](https://github.com/sabertazimi/boilerplate/commit/a42ebb89bbe2e1ad53e157a49d22a90e745b8164))
189
+ * **webpack-UI:** add elegant progressbar CLI UI ([a42ebb8](https://github.com/sabertazimi/boilerplate/commit/a42ebb89bbe2e1ad53e157a49d22a90e745b8164))
190
+
162
191
 
163
192
  ### :rocket: Building Work
164
193
 
165
- - **dependabot:** change versioning strategy to `increase` ([75fc549](https://github.com/sabertazimi/boilerplate/commit/75fc549a604ed8440f173c0090f9857ed688102f))
166
- - **deps-dev:** bump @types/node from 16.6.2 to 16.7.1 ([44be075](https://github.com/sabertazimi/boilerplate/commit/44be0757e939652f52ccfe3bca63d899961df862))
167
- - **deps-dev:** bump @types/node from 16.7.1 to 16.7.4 ([493e089](https://github.com/sabertazimi/boilerplate/commit/493e08925abe7ed675a618ed7a383fa49f42071e))
168
- - **deps-dev:** bump @types/node from 16.7.4 to 16.7.6 ([1f648e4](https://github.com/sabertazimi/boilerplate/commit/1f648e4997fb9c65d63023004de651c24ded37dc))
169
- - **deps-dev:** bump @types/node from 16.7.6 to 16.7.8 ([#83](https://github.com/sabertazimi/boilerplate/issues/83)) ([a0f55b3](https://github.com/sabertazimi/boilerplate/commit/a0f55b329d477de820ba7e7e009a401d98efab5a))
170
- - **deps-dev:** bump @types/node from 16.7.8 to 16.7.9 ([#87](https://github.com/sabertazimi/boilerplate/issues/87)) ([b3b7f5a](https://github.com/sabertazimi/boilerplate/commit/b3b7f5a8a8820040315338a5750293eeb5d66637))
171
- - **deps-dev:** bump @typescript-eslint/eslint-plugin ([9b2d2d5](https://github.com/sabertazimi/boilerplate/commit/9b2d2d59e62260cc001dd4f76d9d216f8310ea4e))
172
- - **deps-dev:** bump @typescript-eslint/eslint-plugin ([#80](https://github.com/sabertazimi/boilerplate/issues/80)) ([7a4bc7b](https://github.com/sabertazimi/boilerplate/commit/7a4bc7b74916f9dee4b07bcd9ee49632cc30a4ad))
173
- - **deps-dev:** bump @typescript-eslint/parser from 4.29.2 to 4.29.3 ([dd59e36](https://github.com/sabertazimi/boilerplate/commit/dd59e3618e40c80fcab37036c71ec878783f0004))
174
- - **deps-dev:** bump @typescript-eslint/parser from 4.29.3 to 4.30.0 ([#82](https://github.com/sabertazimi/boilerplate/issues/82)) ([3748f96](https://github.com/sabertazimi/boilerplate/commit/3748f96e0b34ec8d926d0466a7ebe61f6a93d2c1))
175
- - **deps-dev:** bump autoprefixer from 10.3.1 to 10.3.2 ([6ce5f1c](https://github.com/sabertazimi/boilerplate/commit/6ce5f1c873c57d4826b52d43d965d03a1878d5ca))
176
- - **deps-dev:** bump autoprefixer from 10.3.2 to 10.3.3 ([261294d](https://github.com/sabertazimi/boilerplate/commit/261294de10202a22763221aabf6dc48bef99d78a))
177
- - **deps-dev:** bump eslint-plugin-import from 2.24.0 to 2.24.1 ([b298b4a](https://github.com/sabertazimi/boilerplate/commit/b298b4a58e4a89d2eef6b6ebd5d9e150911a0171))
178
- - **deps-dev:** bump eslint-plugin-import from 2.24.1 to 2.24.2 ([c267e1d](https://github.com/sabertazimi/boilerplate/commit/c267e1d7fea2c7922289a7d532f9ffd3dda4cc56))
179
- - **deps-dev:** bump eslint-plugin-prettier from 3.4.0 to 3.4.1 ([01bfd14](https://github.com/sabertazimi/boilerplate/commit/01bfd14628a94b68421b52c639e1d97257070d9b))
180
- - **deps-dev:** bump eslint-plugin-prettier from 3.4.1 to 4.0.0 ([#84](https://github.com/sabertazimi/boilerplate/issues/84)) ([d615b40](https://github.com/sabertazimi/boilerplate/commit/d615b4012097e1ce830aae23ad11dcfc42152dbf))
181
- - **deps-dev:** bump eslint-plugin-react from 7.24.0 to 7.25.0 ([978f0de](https://github.com/sabertazimi/boilerplate/commit/978f0deb974d0fecb3f2d35f8f678c008cc1e249))
182
- - **deps-dev:** bump eslint-plugin-react from 7.25.0 to 7.25.1 ([#81](https://github.com/sabertazimi/boilerplate/issues/81)) ([2da3954](https://github.com/sabertazimi/boilerplate/commit/2da3954bcf27b786a8d369e2d5ff77a6b6ba2e8e))
183
- - **deps-dev:** bump jest from 27.0.6 to 27.1.0 ([d415264](https://github.com/sabertazimi/boilerplate/commit/d4152648a8a89534097ab76095e28631fa5a9d9b))
184
- - **deps-dev:** bump mini-css-extract-plugin from 2.2.0 to 2.2.1 ([#86](https://github.com/sabertazimi/boilerplate/issues/86)) ([787d204](https://github.com/sabertazimi/boilerplate/commit/787d20429f12c0959ef37d039a54b91f124539f4))
185
- - **deps-dev:** bump typescript from 4.3.5 to 4.4.2 ([870b653](https://github.com/sabertazimi/boilerplate/commit/870b6532d42b7f00402d30139f69b9927fbd83ac))
186
- - **deps-dev:** bump webpack from 5.51.0 to 5.51.1 ([11bb681](https://github.com/sabertazimi/boilerplate/commit/11bb6816f002f7f89f99360138aa2c0b6866b07d))
187
- - **deps-dev:** bump webpack-dev-server from 4.0.0 to 4.1.0 ([#85](https://github.com/sabertazimi/boilerplate/issues/85)) ([776f410](https://github.com/sabertazimi/boilerplate/commit/776f41078c310c9714305d3e930c4295c55a7a54))
188
- - **Jest-badge:** rectify unknown error type in TS 4.4.0 ([115fc46](https://github.com/sabertazimi/boilerplate/commit/115fc464b148b33cae2029708fdde0d1ab674c67))
194
+ * **dependabot:** change versioning strategy to `increase` ([75fc549](https://github.com/sabertazimi/boilerplate/commit/75fc549a604ed8440f173c0090f9857ed688102f))
195
+ * **deps-dev:** bump @types/node from 16.6.2 to 16.7.1 ([44be075](https://github.com/sabertazimi/boilerplate/commit/44be0757e939652f52ccfe3bca63d899961df862))
196
+ * **deps-dev:** bump @types/node from 16.7.1 to 16.7.4 ([493e089](https://github.com/sabertazimi/boilerplate/commit/493e08925abe7ed675a618ed7a383fa49f42071e))
197
+ * **deps-dev:** bump @types/node from 16.7.4 to 16.7.6 ([1f648e4](https://github.com/sabertazimi/boilerplate/commit/1f648e4997fb9c65d63023004de651c24ded37dc))
198
+ * **deps-dev:** bump @types/node from 16.7.6 to 16.7.8 ([#83](https://github.com/sabertazimi/boilerplate/issues/83)) ([a0f55b3](https://github.com/sabertazimi/boilerplate/commit/a0f55b329d477de820ba7e7e009a401d98efab5a))
199
+ * **deps-dev:** bump @types/node from 16.7.8 to 16.7.9 ([#87](https://github.com/sabertazimi/boilerplate/issues/87)) ([b3b7f5a](https://github.com/sabertazimi/boilerplate/commit/b3b7f5a8a8820040315338a5750293eeb5d66637))
200
+ * **deps-dev:** bump @typescript-eslint/eslint-plugin ([9b2d2d5](https://github.com/sabertazimi/boilerplate/commit/9b2d2d59e62260cc001dd4f76d9d216f8310ea4e))
201
+ * **deps-dev:** bump @typescript-eslint/eslint-plugin ([#80](https://github.com/sabertazimi/boilerplate/issues/80)) ([7a4bc7b](https://github.com/sabertazimi/boilerplate/commit/7a4bc7b74916f9dee4b07bcd9ee49632cc30a4ad))
202
+ * **deps-dev:** bump @typescript-eslint/parser from 4.29.2 to 4.29.3 ([dd59e36](https://github.com/sabertazimi/boilerplate/commit/dd59e3618e40c80fcab37036c71ec878783f0004))
203
+ * **deps-dev:** bump @typescript-eslint/parser from 4.29.3 to 4.30.0 ([#82](https://github.com/sabertazimi/boilerplate/issues/82)) ([3748f96](https://github.com/sabertazimi/boilerplate/commit/3748f96e0b34ec8d926d0466a7ebe61f6a93d2c1))
204
+ * **deps-dev:** bump autoprefixer from 10.3.1 to 10.3.2 ([6ce5f1c](https://github.com/sabertazimi/boilerplate/commit/6ce5f1c873c57d4826b52d43d965d03a1878d5ca))
205
+ * **deps-dev:** bump autoprefixer from 10.3.2 to 10.3.3 ([261294d](https://github.com/sabertazimi/boilerplate/commit/261294de10202a22763221aabf6dc48bef99d78a))
206
+ * **deps-dev:** bump eslint-plugin-import from 2.24.0 to 2.24.1 ([b298b4a](https://github.com/sabertazimi/boilerplate/commit/b298b4a58e4a89d2eef6b6ebd5d9e150911a0171))
207
+ * **deps-dev:** bump eslint-plugin-import from 2.24.1 to 2.24.2 ([c267e1d](https://github.com/sabertazimi/boilerplate/commit/c267e1d7fea2c7922289a7d532f9ffd3dda4cc56))
208
+ * **deps-dev:** bump eslint-plugin-prettier from 3.4.0 to 3.4.1 ([01bfd14](https://github.com/sabertazimi/boilerplate/commit/01bfd14628a94b68421b52c639e1d97257070d9b))
209
+ * **deps-dev:** bump eslint-plugin-prettier from 3.4.1 to 4.0.0 ([#84](https://github.com/sabertazimi/boilerplate/issues/84)) ([d615b40](https://github.com/sabertazimi/boilerplate/commit/d615b4012097e1ce830aae23ad11dcfc42152dbf))
210
+ * **deps-dev:** bump eslint-plugin-react from 7.24.0 to 7.25.0 ([978f0de](https://github.com/sabertazimi/boilerplate/commit/978f0deb974d0fecb3f2d35f8f678c008cc1e249))
211
+ * **deps-dev:** bump eslint-plugin-react from 7.25.0 to 7.25.1 ([#81](https://github.com/sabertazimi/boilerplate/issues/81)) ([2da3954](https://github.com/sabertazimi/boilerplate/commit/2da3954bcf27b786a8d369e2d5ff77a6b6ba2e8e))
212
+ * **deps-dev:** bump jest from 27.0.6 to 27.1.0 ([d415264](https://github.com/sabertazimi/boilerplate/commit/d4152648a8a89534097ab76095e28631fa5a9d9b))
213
+ * **deps-dev:** bump mini-css-extract-plugin from 2.2.0 to 2.2.1 ([#86](https://github.com/sabertazimi/boilerplate/issues/86)) ([787d204](https://github.com/sabertazimi/boilerplate/commit/787d20429f12c0959ef37d039a54b91f124539f4))
214
+ * **deps-dev:** bump typescript from 4.3.5 to 4.4.2 ([870b653](https://github.com/sabertazimi/boilerplate/commit/870b6532d42b7f00402d30139f69b9927fbd83ac))
215
+ * **deps-dev:** bump webpack from 5.51.0 to 5.51.1 ([11bb681](https://github.com/sabertazimi/boilerplate/commit/11bb6816f002f7f89f99360138aa2c0b6866b07d))
216
+ * **deps-dev:** bump webpack-dev-server from 4.0.0 to 4.1.0 ([#85](https://github.com/sabertazimi/boilerplate/issues/85)) ([776f410](https://github.com/sabertazimi/boilerplate/commit/776f41078c310c9714305d3e930c4295c55a7a54))
217
+ * **Jest-badge:** rectify unknown error type in TS 4.4.0 ([115fc46](https://github.com/sabertazimi/boilerplate/commit/115fc464b148b33cae2029708fdde0d1ab674c67))
189
218
 
190
219
  # [2.3.0](https://github.com/sabertazimi/boilerplate/compare/v2.2.0...v2.3.0) (2021-08-19)
191
220
 
221
+
192
222
  ### :sparkles: Features
193
223
 
194
- - **webpack:** add bundle analyzer support ([e708c1f](https://github.com/sabertazimi/boilerplate/commit/e708c1f8bba87056ea014e5a2c59613263361534))
224
+ * **webpack:** add bundle analyzer support ([e708c1f](https://github.com/sabertazimi/boilerplate/commit/e708c1f8bba87056ea014e5a2c59613263361534))
195
225
 
196
226
  # [2.2.0](https://github.com/sabertazimi/boilerplate/compare/v2.1.0...v2.2.0) (2021-08-19)
197
227
 
228
+
198
229
  ### :bug: Bug Fixes
199
230
 
200
- - **CHANGELOG:** add emoji to changelog ([98961b1](https://github.com/sabertazimi/boilerplate/commit/98961b12316e8d96f82ddebef8418b1dbbc08549))
201
- - **Jest:** rectify deprecated `ts-jest` config ([e2b197a](https://github.com/sabertazimi/boilerplate/commit/e2b197abeb6d4874746bae9afc31ebba9f21dc02))
231
+ * **CHANGELOG:** add emoji to changelog ([98961b1](https://github.com/sabertazimi/boilerplate/commit/98961b12316e8d96f82ddebef8418b1dbbc08549))
232
+ * **Jest:** rectify deprecated `ts-jest` config ([e2b197a](https://github.com/sabertazimi/boilerplate/commit/e2b197abeb6d4874746bae9afc31ebba9f21dc02))
233
+
202
234
 
203
235
  ### :rocket: Building Work
204
236
 
205
- - **CI-azure:** add more pipeline triggers ([37e2ebe](https://github.com/sabertazimi/boilerplate/commit/37e2ebe873fd847efb102603ebc7ad1655a3daa2))
206
- - **CI:** initialize git config ([f3d7ee6](https://github.com/sabertazimi/boilerplate/commit/f3d7ee6e2c085addc7b4db8e4c72dd246fc82c1a))
207
- - **CI:** set up CI with Azure Pipelines ([7a98a8f](https://github.com/sabertazimi/boilerplate/commit/7a98a8f1c4b616c3d469897c260ef02420687c5e))
208
- - **deps-dev:** bump @types/node from 16.6.1 to 16.6.2 ([e8192d5](https://github.com/sabertazimi/boilerplate/commit/e8192d589a8d1d6937c14751367d07203662e665))
209
- - **deps-dev:** bump ts-jest from 27.0.4 to 27.0.5 ([722754c](https://github.com/sabertazimi/boilerplate/commit/722754cbf9b6d87508b8c044ac67094533d3c0a0))
210
- - **deps-dev:** bump ts-node from 10.2.0 to 10.2.1 ([7a57323](https://github.com/sabertazimi/boilerplate/commit/7a573232cc2aefce50850df6e5b7740f578bb56b))
211
- - **deps-dev:** bump webpack from 5.50.0 to 5.51.0 ([b42b5e7](https://github.com/sabertazimi/boilerplate/commit/b42b5e74ef769e5d682c145a460c50115d82482e))
212
- - **deps-dev:** bump webpack-dev-server from 3.11.2 to 4.0.0 ([46fba74](https://github.com/sabertazimi/boilerplate/commit/46fba74a0a2bd9eb57f040d94e066cf32a177ef8))
237
+ * **CI-azure:** add more pipeline triggers ([37e2ebe](https://github.com/sabertazimi/boilerplate/commit/37e2ebe873fd847efb102603ebc7ad1655a3daa2))
238
+ * **CI:** initialize git config ([f3d7ee6](https://github.com/sabertazimi/boilerplate/commit/f3d7ee6e2c085addc7b4db8e4c72dd246fc82c1a))
239
+ * **CI:** set up CI with Azure Pipelines ([7a98a8f](https://github.com/sabertazimi/boilerplate/commit/7a98a8f1c4b616c3d469897c260ef02420687c5e))
240
+ * **deps-dev:** bump @types/node from 16.6.1 to 16.6.2 ([e8192d5](https://github.com/sabertazimi/boilerplate/commit/e8192d589a8d1d6937c14751367d07203662e665))
241
+ * **deps-dev:** bump ts-jest from 27.0.4 to 27.0.5 ([722754c](https://github.com/sabertazimi/boilerplate/commit/722754cbf9b6d87508b8c044ac67094533d3c0a0))
242
+ * **deps-dev:** bump ts-node from 10.2.0 to 10.2.1 ([7a57323](https://github.com/sabertazimi/boilerplate/commit/7a573232cc2aefce50850df6e5b7740f578bb56b))
243
+ * **deps-dev:** bump webpack from 5.50.0 to 5.51.0 ([b42b5e7](https://github.com/sabertazimi/boilerplate/commit/b42b5e74ef769e5d682c145a460c50115d82482e))
244
+ * **deps-dev:** bump webpack-dev-server from 3.11.2 to 4.0.0 ([46fba74](https://github.com/sabertazimi/boilerplate/commit/46fba74a0a2bd9eb57f040d94e066cf32a177ef8))
245
+
213
246
 
214
247
  ### :sparkles: Features
215
248
 
216
- - **test-coverage:** add support for coveralls report ([d5f7758](https://github.com/sabertazimi/boilerplate/commit/d5f77584871809d1d271af8c4c1632ddab61556c))
217
- - **webpack-assets:** process assets files with webpack assets module ([215afc1](https://github.com/sabertazimi/boilerplate/commit/215afc13d4b683b8cb4038ebbdfa7a9fe6aa4689))
249
+ * **test-coverage:** add support for coveralls report ([d5f7758](https://github.com/sabertazimi/boilerplate/commit/d5f77584871809d1d271af8c4c1632ddab61556c))
250
+ * **webpack-assets:** process assets files with webpack assets module ([215afc1](https://github.com/sabertazimi/boilerplate/commit/215afc13d4b683b8cb4038ebbdfa7a9fe6aa4689))
218
251
 
219
252
  # [2.1.0](https://github.com/sabertazimi/boilerplate/compare/v2.0.2...v2.1.0) (2021-08-17)
220
253
 
254
+
221
255
  ### Features
222
256
 
223
- - **TypeScript:** add ts-node for supporting TS scripts ([6110d90](https://github.com/sabertazimi/boilerplate/commit/6110d906f2195ffe53b655134f9bc9447629c0c3))
257
+ * **TypeScript:** add ts-node for supporting TS scripts ([6110d90](https://github.com/sabertazimi/boilerplate/commit/6110d906f2195ffe53b655134f9bc9447629c0c3))
258
+
224
259
 
225
260
  ### Bug Fixes
226
261
 
227
- - **boilerplate-test:** move mock setup to before/after hook ([7911db7](https://github.com/sabertazimi/boilerplate/commit/7911db74d76a5d8cf80585ccc66b59173319796c))
228
- - **deps-security:** bump url-parse from 1.5.1 to 1.5.3 ([bd57d6c](https://github.com/sabertazimi/boilerplate/commit/bd57d6c8deafc74c942c308500d26cadfdfb243a))
229
- - **deps-types:** add missing node-fetch TS types ([94da0bf](https://github.com/sabertazimi/boilerplate/commit/94da0bff957c22f6f51e5dcb7815c74dc6e844a5))
230
- - **Jest-badge:** rectify ts-node config ([4232ee6](https://github.com/sabertazimi/boilerplate/commit/4232ee65c6f24893924e952412de262236305979))
231
- - **Jest-badge:** rewrite badge generation with TS ([07cc25a](https://github.com/sabertazimi/boilerplate/commit/07cc25ad859db51a3c6bf9aeec3346320419d842))
262
+ * **boilerplate-test:** move mock setup to before/after hook ([7911db7](https://github.com/sabertazimi/boilerplate/commit/7911db74d76a5d8cf80585ccc66b59173319796c))
263
+ * **deps-security:** bump url-parse from 1.5.1 to 1.5.3 ([bd57d6c](https://github.com/sabertazimi/boilerplate/commit/bd57d6c8deafc74c942c308500d26cadfdfb243a))
264
+ * **deps-types:** add missing node-fetch TS types ([94da0bf](https://github.com/sabertazimi/boilerplate/commit/94da0bff957c22f6f51e5dcb7815c74dc6e844a5))
265
+ * **Jest-badge:** rectify ts-node config ([4232ee6](https://github.com/sabertazimi/boilerplate/commit/4232ee65c6f24893924e952412de262236305979))
266
+ * **Jest-badge:** rewrite badge generation with TS ([07cc25a](https://github.com/sabertazimi/boilerplate/commit/07cc25ad859db51a3c6bf9aeec3346320419d842))
267
+
232
268
 
233
269
  ### Testing
234
270
 
235
- - **NODE_ENV:** set NODE_ENV to `test` ([2f2ca66](https://github.com/sabertazimi/boilerplate/commit/2f2ca66a790f07ec75de94901fdb1193205f2637))
271
+ * **NODE_ENV:** set NODE_ENV to `test` ([2f2ca66](https://github.com/sabertazimi/boilerplate/commit/2f2ca66a790f07ec75de94901fdb1193205f2637))
272
+
236
273
 
237
274
  ### Building Work
238
275
 
239
- - **CI:** separate lint, test and building work ([d1bfbe8](https://github.com/sabertazimi/boilerplate/commit/d1bfbe80cf751681f2b651167de4179674cca843))
240
- - **deps-dev:** bump @types/jest from 26.0.24 to 27.0.1 ([3258c0e](https://github.com/sabertazimi/boilerplate/commit/3258c0ea6ba763828f27c33e01a36519251651be))
241
- - **deps-dev:** bump @typescript-eslint/eslint-plugin ([ce6345e](https://github.com/sabertazimi/boilerplate/commit/ce6345e6ec63675dd895a18bf82cfbaf7666acf0))
242
- - **deps-dev:** bump @typescript-eslint/eslint-plugin ([040c5a6](https://github.com/sabertazimi/boilerplate/commit/040c5a6f5bdfef8f7ad049a326f6351ac154e29b))
243
- - **deps-dev:** bump @typescript-eslint/parser from 4.29.0 to 4.29.1 ([fce999d](https://github.com/sabertazimi/boilerplate/commit/fce999de888bf7fbbc8f90ab8f7705b498a78e08))
244
- - **deps-dev:** bump @typescript-eslint/parser from 4.29.1 to 4.29.2 ([bfcabff](https://github.com/sabertazimi/boilerplate/commit/bfcabffd9e1350fb65cc2cae46ca3c8d22e25e38))
245
- - **deps-dev:** bump tslib from 2.3.0 to 2.3.1 ([abf148a](https://github.com/sabertazimi/boilerplate/commit/abf148a8c32ecaa713de7344062a09255249fb3e))
246
- - **deps-dev:** bump webpack from 5.49.0 to 5.50.0 ([6d07fa7](https://github.com/sabertazimi/boilerplate/commit/6d07fa7bdddec0cec373544b87b07b78fd38e288))
247
- - **deps-dev:** bump webpack-cli from 4.7.2 to 4.8.0 ([9909a33](https://github.com/sabertazimi/boilerplate/commit/9909a331c119cf67697c4349d4feeb9031c7a7e9))
248
- - **deps-dev:** remove redundant testing-library ([eaf0cba](https://github.com/sabertazimi/boilerplate/commit/eaf0cbaedf347845fc03dba2326473d9710f672a))
249
- - **Jest-badge:** remove redundant error checking ([50bfd30](https://github.com/sabertazimi/boilerplate/commit/50bfd302e19b4ceef7f3656e4c3fed9f85ca77e5))
250
- - **TypeScript:** remove types definition ([505faad](https://github.com/sabertazimi/boilerplate/commit/505faad5fc53be1bed4d5df26dbe2d4ef07e1e43))
276
+ * **CI:** separate lint, test and building work ([d1bfbe8](https://github.com/sabertazimi/boilerplate/commit/d1bfbe80cf751681f2b651167de4179674cca843))
277
+ * **deps-dev:** bump @types/jest from 26.0.24 to 27.0.1 ([3258c0e](https://github.com/sabertazimi/boilerplate/commit/3258c0ea6ba763828f27c33e01a36519251651be))
278
+ * **deps-dev:** bump @typescript-eslint/eslint-plugin ([ce6345e](https://github.com/sabertazimi/boilerplate/commit/ce6345e6ec63675dd895a18bf82cfbaf7666acf0))
279
+ * **deps-dev:** bump @typescript-eslint/eslint-plugin ([040c5a6](https://github.com/sabertazimi/boilerplate/commit/040c5a6f5bdfef8f7ad049a326f6351ac154e29b))
280
+ * **deps-dev:** bump @typescript-eslint/parser from 4.29.0 to 4.29.1 ([fce999d](https://github.com/sabertazimi/boilerplate/commit/fce999de888bf7fbbc8f90ab8f7705b498a78e08))
281
+ * **deps-dev:** bump @typescript-eslint/parser from 4.29.1 to 4.29.2 ([bfcabff](https://github.com/sabertazimi/boilerplate/commit/bfcabffd9e1350fb65cc2cae46ca3c8d22e25e38))
282
+ * **deps-dev:** bump tslib from 2.3.0 to 2.3.1 ([abf148a](https://github.com/sabertazimi/boilerplate/commit/abf148a8c32ecaa713de7344062a09255249fb3e))
283
+ * **deps-dev:** bump webpack from 5.49.0 to 5.50.0 ([6d07fa7](https://github.com/sabertazimi/boilerplate/commit/6d07fa7bdddec0cec373544b87b07b78fd38e288))
284
+ * **deps-dev:** bump webpack-cli from 4.7.2 to 4.8.0 ([9909a33](https://github.com/sabertazimi/boilerplate/commit/9909a331c119cf67697c4349d4feeb9031c7a7e9))
285
+ * **deps-dev:** remove redundant testing-library ([eaf0cba](https://github.com/sabertazimi/boilerplate/commit/eaf0cbaedf347845fc03dba2326473d9710f672a))
286
+ * **Jest-badge:** remove redundant error checking ([50bfd30](https://github.com/sabertazimi/boilerplate/commit/50bfd302e19b4ceef7f3656e4c3fed9f85ca77e5))
287
+ * **TypeScript:** remove types definition ([505faad](https://github.com/sabertazimi/boilerplate/commit/505faad5fc53be1bed4d5df26dbe2d4ef07e1e43))
251
288
 
252
289
  ## [2.0.2](https://github.com/sabertazimi/boilerplate/compare/v2.0.1...v2.0.2) (2021-08-09)
253
290
 
291
+
254
292
  ### Bug Fixes
255
293
 
256
- - **deps-dev:** add node-fetch for badge generation ([166b8eb](https://github.com/sabertazimi/boilerplate/commit/166b8ebcb565f6c4da33c916c1036cce1c559631))
294
+ * **deps-dev:** add node-fetch for badge generation ([166b8eb](https://github.com/sabertazimi/boilerplate/commit/166b8ebcb565f6c4da33c916c1036cce1c559631))
295
+
257
296
 
258
297
  ### Building Work
259
298
 
260
- - **CI:** generate Jest badge after building work ([fa8b1d3](https://github.com/sabertazimi/boilerplate/commit/fa8b1d3345acbfb9250b6e37a116d79a49ab6443))
299
+ * **CI:** generate Jest badge after building work ([fa8b1d3](https://github.com/sabertazimi/boilerplate/commit/fa8b1d3345acbfb9250b6e37a116d79a49ab6443))
261
300
 
262
301
  ## [2.0.1](https://github.com/sabertazimi/boilerplate/compare/v2.0.0...v2.0.1) (2021-08-09)
263
302
 
303
+
264
304
  ### Bug Fixes
265
305
 
266
- - **boilerplate-ParticleFactory:** enable empty particle options ([0a9e904](https://github.com/sabertazimi/boilerplate/commit/0a9e904556cee80211b949a0ee03cc2c6231294f))
306
+ * **boilerplate-ParticleFactory:** enable empty particle options ([0a9e904](https://github.com/sabertazimi/boilerplate/commit/0a9e904556cee80211b949a0ee03cc2c6231294f))
307
+
267
308
 
268
309
  ### Building Work
269
310
 
270
- - **Jest:** add Jest watch NPM script ([5f22023](https://github.com/sabertazimi/boilerplate/commit/5f22023f3e0a911071f48335e2cc7700d9dbda05))
271
- - **Jest:** remove redundant log output ([5589f47](https://github.com/sabertazimi/boilerplate/commit/5589f47b34e2e425208a5884b419afb757485715))
311
+ * **Jest:** add Jest watch NPM script ([5f22023](https://github.com/sabertazimi/boilerplate/commit/5f22023f3e0a911071f48335e2cc7700d9dbda05))
312
+ * **Jest:** remove redundant log output ([5589f47](https://github.com/sabertazimi/boilerplate/commit/5589f47b34e2e425208a5884b419afb757485715))
313
+
272
314
 
273
315
  ### Testing
274
316
 
275
- - **boilerplate-Particle:** add ExplodingParticle testing ([f53ef6d](https://github.com/sabertazimi/boilerplate/commit/f53ef6dd0f984b3085c8adafabfcce8813f4702e))
276
- - **boilerplate-ParticleFactory:** add full testing ([78f966d](https://github.com/sabertazimi/boilerplate/commit/78f966da4b249737036ca9331bf3c850a9c878ac))
317
+ * **boilerplate-Particle:** add ExplodingParticle testing ([f53ef6d](https://github.com/sabertazimi/boilerplate/commit/f53ef6dd0f984b3085c8adafabfcce8813f4702e))
318
+ * **boilerplate-ParticleFactory:** add full testing ([78f966d](https://github.com/sabertazimi/boilerplate/commit/78f966da4b249737036ca9331bf3c850a9c878ac))
277
319
 
278
320
  # [2.0.0](https://github.com/sabertazimi/boilerplate/compare/v1.0.3...v2.0.0) (2021-08-09)
279
321
 
322
+
280
323
  ### ⚠ BREAKING CHANGES
281
324
 
282
- - **boilerplate-Particle:** bump to boilerplate v2 with TypeScript and Jest.
325
+ * **boilerplate-Particle:** bump to boilerplate v2 with TypeScript and Jest.
283
326
 
284
327
  ### Features
285
328
 
286
- - **boilerplate-particle:** add particle generation to boilerplate ([631f790](https://github.com/sabertazimi/boilerplate/commit/631f790a9501889b35d77dfd4af90f903f0e35ce))
287
- - **boilerplate-Particle:** complete Particle module ([ee1d253](https://github.com/sabertazimi/boilerplate/commit/ee1d25374aa383eec8f8544eb7f96dbdd15f0ecb))
288
- - **Jest:** add Jest testing support ([8a651f4](https://github.com/sabertazimi/boilerplate/commit/8a651f432f6631fe454195b1b4645ad666ff4550)), closes [#1](https://github.com/sabertazimi/boilerplate/issues/1)
329
+ * **boilerplate-particle:** add particle generation to boilerplate ([631f790](https://github.com/sabertazimi/boilerplate/commit/631f790a9501889b35d77dfd4af90f903f0e35ce))
330
+ * **boilerplate-Particle:** complete Particle module ([ee1d253](https://github.com/sabertazimi/boilerplate/commit/ee1d25374aa383eec8f8544eb7f96dbdd15f0ecb))
331
+ * **Jest:** add Jest testing support ([8a651f4](https://github.com/sabertazimi/boilerplate/commit/8a651f432f6631fe454195b1b4645ad666ff4550)), closes [#1](https://github.com/sabertazimi/boilerplate/issues/1)
332
+
289
333
 
290
334
  ### Bug Fixes
291
335
 
292
- - **boilerplate-HTML:** add canvas element ([dce01fd](https://github.com/sabertazimi/boilerplate/commit/dce01fd27e6b713b6fc3df158812689ad9003146))
293
- - **css:** declare css module ([6f1e63f](https://github.com/sabertazimi/boilerplate/commit/6f1e63ff477bbcd8cadb19bd7467e2560f9a8038))
294
- - **eslint-import:** resolve import for TypeScript modules ([d9a97df](https://github.com/sabertazimi/boilerplate/commit/d9a97dfac29a2dd5d52873d000bee742bf0ca870))
295
- - **eslint:** rectify eslint resolver config error ([a99de54](https://github.com/sabertazimi/boilerplate/commit/a99de549814195a38690833748c6d1723949b571))
336
+ * **boilerplate-HTML:** add canvas element ([dce01fd](https://github.com/sabertazimi/boilerplate/commit/dce01fd27e6b713b6fc3df158812689ad9003146))
337
+ * **css:** declare css module ([6f1e63f](https://github.com/sabertazimi/boilerplate/commit/6f1e63ff477bbcd8cadb19bd7467e2560f9a8038))
338
+ * **eslint-import:** resolve import for TypeScript modules ([d9a97df](https://github.com/sabertazimi/boilerplate/commit/d9a97dfac29a2dd5d52873d000bee742bf0ca870))
339
+ * **eslint:** rectify eslint resolver config error ([a99de54](https://github.com/sabertazimi/boilerplate/commit/a99de549814195a38690833748c6d1723949b571))
340
+
296
341
 
297
342
  ### Building Work
298
343
 
299
- - **deps-dev:** bump @babel/core from 7.14.8 to 7.15.0 ([c04da37](https://github.com/sabertazimi/boilerplate/commit/c04da371ff54a63d58c9d0be4101d29f172cadb4))
300
- - **deps-dev:** bump @babel/preset-env from 7.14.9 to 7.15.0 ([61780e3](https://github.com/sabertazimi/boilerplate/commit/61780e3110a280a7f39a216f021e41e23458d723))
301
- - **deps-dev:** bump @typescript-eslint/eslint-plugin ([2ef7344](https://github.com/sabertazimi/boilerplate/commit/2ef734483c9d4effaafad231a3b3de1dcac818bc))
302
- - **deps-dev:** bump @typescript-eslint/parser from 4.28.5 to 4.29.0 ([5acb2d6](https://github.com/sabertazimi/boilerplate/commit/5acb2d6ca87fae5bc6776be8a4f0ee03f0cdabab))
303
- - **deps-dev:** bump eslint-plugin-import from 2.23.4 to 2.24.0 ([7024df2](https://github.com/sabertazimi/boilerplate/commit/7024df28de585aadcffff8d35c1ed5c91478f66f))
304
- - **deps-dev:** bump mini-css-extract-plugin from 2.1.0 to 2.2.0 ([cae0ca1](https://github.com/sabertazimi/boilerplate/commit/cae0ca1dad3b016e1709e24e870a82c76ee7f62e))
305
- - **deps-dev:** bump ts-loader from 9.2.4 to 9.2.5 ([4c6cc9e](https://github.com/sabertazimi/boilerplate/commit/4c6cc9e8c6adf5f1442baca41773ffa77552fffb))
306
- - **deps-dev:** bump webpack from 5.48.0 to 5.49.0 ([7944c33](https://github.com/sabertazimi/boilerplate/commit/7944c332640564be7e625f92c7d416348627b2d2))
307
- - **deps-security:** npm audit fix ([b744bb1](https://github.com/sabertazimi/boilerplate/commit/b744bb14f5bc1d5f9e49ddc396a3385b5874b296))
308
- - **tsconfig:** add baseUrl for webpack plugin ([8949f09](https://github.com/sabertazimi/boilerplate/commit/8949f09b5bbb825837074fd86ffd1da0adc49837))
309
- - **webpack:** exclude coverage directory for stylelint ([038b7b8](https://github.com/sabertazimi/boilerplate/commit/038b7b81763b7023023474d6195ddf09c7afaa48))
310
- - **webpack:** rectify resolve error ([b259d58](https://github.com/sabertazimi/boilerplate/commit/b259d587880b0569c3ab9050a7a9871f3f7a04e0))
311
- - **webpack:** use tsconfig paths as resolve alias ([48b1861](https://github.com/sabertazimi/boilerplate/commit/48b18614dd0cd6a66ffde4d9d204707627b060bc))
344
+ * **deps-dev:** bump @babel/core from 7.14.8 to 7.15.0 ([c04da37](https://github.com/sabertazimi/boilerplate/commit/c04da371ff54a63d58c9d0be4101d29f172cadb4))
345
+ * **deps-dev:** bump @babel/preset-env from 7.14.9 to 7.15.0 ([61780e3](https://github.com/sabertazimi/boilerplate/commit/61780e3110a280a7f39a216f021e41e23458d723))
346
+ * **deps-dev:** bump @typescript-eslint/eslint-plugin ([2ef7344](https://github.com/sabertazimi/boilerplate/commit/2ef734483c9d4effaafad231a3b3de1dcac818bc))
347
+ * **deps-dev:** bump @typescript-eslint/parser from 4.28.5 to 4.29.0 ([5acb2d6](https://github.com/sabertazimi/boilerplate/commit/5acb2d6ca87fae5bc6776be8a4f0ee03f0cdabab))
348
+ * **deps-dev:** bump eslint-plugin-import from 2.23.4 to 2.24.0 ([7024df2](https://github.com/sabertazimi/boilerplate/commit/7024df28de585aadcffff8d35c1ed5c91478f66f))
349
+ * **deps-dev:** bump mini-css-extract-plugin from 2.1.0 to 2.2.0 ([cae0ca1](https://github.com/sabertazimi/boilerplate/commit/cae0ca1dad3b016e1709e24e870a82c76ee7f62e))
350
+ * **deps-dev:** bump ts-loader from 9.2.4 to 9.2.5 ([4c6cc9e](https://github.com/sabertazimi/boilerplate/commit/4c6cc9e8c6adf5f1442baca41773ffa77552fffb))
351
+ * **deps-dev:** bump webpack from 5.48.0 to 5.49.0 ([7944c33](https://github.com/sabertazimi/boilerplate/commit/7944c332640564be7e625f92c7d416348627b2d2))
352
+ * **deps-security:** npm audit fix ([b744bb1](https://github.com/sabertazimi/boilerplate/commit/b744bb14f5bc1d5f9e49ddc396a3385b5874b296))
353
+ * **tsconfig:** add baseUrl for webpack plugin ([8949f09](https://github.com/sabertazimi/boilerplate/commit/8949f09b5bbb825837074fd86ffd1da0adc49837))
354
+ * **webpack:** exclude coverage directory for stylelint ([038b7b8](https://github.com/sabertazimi/boilerplate/commit/038b7b81763b7023023474d6195ddf09c7afaa48))
355
+ * **webpack:** rectify resolve error ([b259d58](https://github.com/sabertazimi/boilerplate/commit/b259d587880b0569c3ab9050a7a9871f3f7a04e0))
356
+ * **webpack:** use tsconfig paths as resolve alias ([48b1861](https://github.com/sabertazimi/boilerplate/commit/48b18614dd0cd6a66ffde4d9d204707627b060bc))
312
357
 
313
358
  ## [1.0.3](https://github.com/sabertazimi/boilerplate/compare/v1.0.2...v1.0.3) (2021-08-02)
314
359
 
360
+
315
361
  ### Building Work
316
362
 
317
- - **deps-dev:** bump webpack from 5.47.1 to 5.48.0 ([852c24c](https://github.com/sabertazimi/boilerplate/commit/852c24c648d40e4cec8c93626f5926a7e324e966))
363
+ * **deps-dev:** bump webpack from 5.47.1 to 5.48.0 ([852c24c](https://github.com/sabertazimi/boilerplate/commit/852c24c648d40e4cec8c93626f5926a7e324e966))
318
364
 
319
365
  ## [1.0.2](https://github.com/sabertazimi/boilerplate/compare/v1.0.1...v1.0.2) (2021-08-02)
320
366
 
367
+
321
368
  ### Bug Fixes
322
369
 
323
- - **release:** tag with signature ([5737247](https://github.com/sabertazimi/boilerplate/commit/57372479629ee41749bbae849ac36bcd4885685d))
370
+ * **release:** tag with signature ([5737247](https://github.com/sabertazimi/boilerplate/commit/57372479629ee41749bbae849ac36bcd4885685d))
324
371
 
325
372
  ## [1.0.1](https://github.com/sabertazimi/boilerplate/compare/v1.0.0...v1.0.1) (2021-08-02)
326
373
 
374
+
327
375
  ### Bug Fixes
328
376
 
329
- - **index:** rename index.js to index.ts ([7d5f04f](https://github.com/sabertazimi/boilerplate/commit/7d5f04f228e63ba61bd311b3bea3aefd837f269d))
377
+ * **index:** rename index.js to index.ts ([7d5f04f](https://github.com/sabertazimi/boilerplate/commit/7d5f04f228e63ba61bd311b3bea3aefd837f269d))
378
+
330
379
 
331
380
  ### Building Work
332
381
 
333
- - **CHANGELOG:** add more fields to CHANGELOG ([f76a1b1](https://github.com/sabertazimi/boilerplate/commit/f76a1b1ee92811536967402d3ab651b83b828847))
334
- - **deps-dev:** bump @babel/preset-env from 7.14.8 to 7.14.9 ([1bcc570](https://github.com/sabertazimi/boilerplate/commit/1bcc570eca7b5a6c082139221d0ff6559de41797))
335
- - **deps-dev:** bump @typescript-eslint/eslint-plugin ([0189069](https://github.com/sabertazimi/boilerplate/commit/0189069a784d1561c097be759308e8fc60d258f5))
336
- - **deps-dev:** bump @typescript-eslint/parser from 4.28.4 to 4.28.5 ([0c494be](https://github.com/sabertazimi/boilerplate/commit/0c494bebf8cebc66bc8240f1e6ee1fd322ed9e20))
337
- - **deps-dev:** bump eslint from 7.31.0 to 7.32.0 ([18d8d4e](https://github.com/sabertazimi/boilerplate/commit/18d8d4efaed6b4d2cde37612ca2be7664bbb37c2))
338
- - **deps-dev:** bump webpack from 5.46.0 to 5.47.1 ([865e7b2](https://github.com/sabertazimi/boilerplate/commit/865e7b2245ca8b1293b579ea8efc50aefd610b15))
382
+ * **CHANGELOG:** add more fields to CHANGELOG ([f76a1b1](https://github.com/sabertazimi/boilerplate/commit/f76a1b1ee92811536967402d3ab651b83b828847))
383
+ * **deps-dev:** bump @babel/preset-env from 7.14.8 to 7.14.9 ([1bcc570](https://github.com/sabertazimi/boilerplate/commit/1bcc570eca7b5a6c082139221d0ff6559de41797))
384
+ * **deps-dev:** bump @typescript-eslint/eslint-plugin ([0189069](https://github.com/sabertazimi/boilerplate/commit/0189069a784d1561c097be759308e8fc60d258f5))
385
+ * **deps-dev:** bump @typescript-eslint/parser from 4.28.4 to 4.28.5 ([0c494be](https://github.com/sabertazimi/boilerplate/commit/0c494bebf8cebc66bc8240f1e6ee1fd322ed9e20))
386
+ * **deps-dev:** bump eslint from 7.31.0 to 7.32.0 ([18d8d4e](https://github.com/sabertazimi/boilerplate/commit/18d8d4efaed6b4d2cde37612ca2be7664bbb37c2))
387
+ * **deps-dev:** bump webpack from 5.46.0 to 5.47.1 ([865e7b2](https://github.com/sabertazimi/boilerplate/commit/865e7b2245ca8b1293b579ea8efc50aefd610b15))
339
388
 
340
389
  # 1.0.0 (2021-08-01)
341
390
 
391
+
342
392
  ### Features
343
393
 
344
- - **release:** add standard-version support ([ac99bb0](https://github.com/sabertazimi/boilerplate/commit/ac99bb00ea6146db79d2d3bbdd6febc45da56362))
394
+ * **release:** add standard-version support ([ac99bb0](https://github.com/sabertazimi/boilerplate/commit/ac99bb00ea6146db79d2d3bbdd6febc45da56362))
395
+
345
396
 
346
397
  ### Bug Fixes
347
398
 
348
- - **css:** rectify font-stack variable ([9bc4b7f](https://github.com/sabertazimi/boilerplate/commit/9bc4b7fde1e2884c7085d47f80fe9f63a86c584a))
349
- - **README:** rectify LICENSE badge error ([84314ae](https://github.com/sabertazimi/boilerplate/commit/84314ae01562a920e30daedbea3a9295b592bd26))
399
+ * **css:** rectify font-stack variable ([9bc4b7f](https://github.com/sabertazimi/boilerplate/commit/9bc4b7fde1e2884c7085d47f80fe9f63a86c584a))
400
+ * **README:** rectify LICENSE badge error ([84314ae](https://github.com/sabertazimi/boilerplate/commit/84314ae01562a920e30daedbea3a9295b592bd26))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dg-scripts/webpack-template",
3
- "version": "0.0.0-1867",
3
+ "version": "5.18.0",
4
4
  "packageManager": "pnpm@8.15.5",
5
5
  "description": "Minimal webpack boilerplate",
6
6
  "author": "sabertazimi",
@@ -53,8 +53,8 @@
53
53
  "@babel/plugin-transform-class-properties": "^7.24.1",
54
54
  "@babel/plugin-transform-object-rest-spread": "^7.24.1",
55
55
  "@babel/preset-env": "^7.24.3",
56
- "@dg-scripts/eslint-config": "0.0.0-1867",
57
- "@dg-scripts/stylelint-config": "0.0.0-1867",
56
+ "@dg-scripts/eslint-config": "^5.18.0",
57
+ "@dg-scripts/stylelint-config": "^5.18.0",
58
58
  "@svgr/webpack": "^8.1.0",
59
59
  "@types/jest": "^29.5.12",
60
60
  "@types/node": "^20.12.2",
@@ -74,7 +74,7 @@
74
74
  "postcss": "^8.4.38",
75
75
  "postcss-flexbugs-fixes": "^5.0.2",
76
76
  "postcss-loader": "^8.1.1",
77
- "postcss-preset-env": "^9.5.2",
77
+ "postcss-preset-env": "^9.5.3",
78
78
  "prettier": "^3.2.5",
79
79
  "sass-loader": "^14.1.1",
80
80
  "style-loader": "^3.3.4",
@@ -94,5 +94,5 @@
94
94
  "webpack-dev-server": "^5.0.4",
95
95
  "webpackbar": "^6.0.1"
96
96
  },
97
- "gitHead": "27b404c9bab635676f0939f84764ddc292fa681d"
97
+ "gitHead": "3bf0c5de549ce2a77026cbc7a3748013a45d0492"
98
98
  }