@@ -6,12 +6,40 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ v4.1.2] - 2022-08-15
10
+ ### Added
11
+ - Function ` pathsToESModuleNameMapper ` in ` jest.config.js ` to create the module
12
+ mappings with ESM relative import with file extension (` .js ` ) syntax support
13
+ for Jest from the path aliases set in ` tsconfig ` .
14
+
15
+ ### Changed
16
+ - Disable ESLint rule ` import/no-extraneous-dependencies ` on unit test files.
17
+ - NPM script ` test ` now clear the cache for Jest before running the test and
18
+ execute Jest with ` NODE_OPTIONS=--experimental-vm-modules ` flag to allow
19
+ using dynamic import syntax.
20
+
21
+ ### Fixed
22
+ - Cannot find module issue reported by TypeScript server on relative imports in
23
+ the unit test files after setting up native ES module support in [ v4.1.0] .
24
+
25
+ ---
26
+
27
+ ### Updates on package dependencies
28
+ ### Update
29
+ - Minor & patch version updates:
30
+ - ` electron ` - ` 20.0.1 ` -> ` 20.0.2 `
31
+ - ` eslint ` - ` 8.21.0 ` -> ` 8.22.0 `
32
+ - ` eslint-import-resolver-typescript ` - ` 3.4.0 ` -> ` 3.4.1 `
33
+
9
34
## [ v4.1.1] - 2022-08-10
10
35
### Fixed
11
36
- Cannot find module issue reported by TypeScript server on relative imports
12
- after the migration to ES modules.
37
+ after setting up native ES module support in [ v4.1.0] .
38
+
39
+ ---
13
40
14
41
### Updates on package dependencies
42
+ ### Update
15
43
- Minor & patch version updates:
16
44
- ` @types/react ` - ` 18.0.15 ` -> ` 18.0.17 `
17
45
- ` @typescript-eslint/eslint-plugin ` & ` @typescript-eslint/parser ` -
@@ -46,6 +74,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
46
74
- Module import order warnings in most modules.
47
75
- ESLint warnings & errors on ` jest.config.js ` & ` webpack.config.js ` .
48
76
77
+ ---
78
+
49
79
### Updates on package dependencies
50
80
### Added
51
81
- ` eslint-import-resolver-typescript ` * - Enhanced TypeScript support for ESLint
@@ -109,6 +139,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
109
139
- Spectron as it ahs been deprecated.
110
140
* See - [ Spectron Deprecation Notice] ( https://www.electronjs.org/blog/spectron-deprecation-notice ) *
111
141
142
+ ---
143
+
112
144
### Updates on package dependencies
113
145
### Added
114
146
- ` @types/jest ` , ` jest ` , ` ts-jest ` , ` eslint-plugin-jest ` * - Jest support*
@@ -151,7 +183,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
151
183
` ts-jest ` *
152
184
- ` spectron ` * - Deprecated package; No replacement*
153
185
154
- [ Unreleased ] : https://github.com/Devtography/electron-react-typescript-webpack-boilerplate/compare/v4.1.1 ...HEAD
186
+ [ Unreleased ] : https://github.com/Devtography/electron-react-typescript-webpack-boilerplate/compare/v4.1.2 ...HEAD
155
187
[ v4.0.0 ] : https://github.com/Devtography/electron-react-typescript-webpack-boilerplate/compare/v3.0.0...v4.0.0
156
188
[ v4.1.0 ] : https://github.com/Devtography/electron-react-typescript-webpack-boilerplate/compare/v4.0.0...v4.1.0
157
- [ v4.1.1 ] : https://github.com/Devtography/electron-react-typescript-webpack-boilerplate/compare/v4.2.0...v4.1.1
189
+ [ v4.1.1 ] : https://github.com/Devtography/electron-react-typescript-webpack-boilerplate/compare/v4.1.0...v4.1.1
190
+ [ v4.1.2 ] : https://github.com/Devtography/electron-react-typescript-webpack-boilerplate/compare/v4.1.1...v4.1.2
0 commit comments