@@ -6,12 +6,40 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## [ Unreleased]
88
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+
934## [ v4.1.1] - 2022-08-10
1035### Fixed
1136- 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+ ---
1340
1441### Updates on package dependencies
42+ ### Update
1543- Minor & patch version updates:
1644 - ` @types/react ` - ` 18.0.15 ` -> ` 18.0.17 `
1745 - ` @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
4674- Module import order warnings in most modules.
4775- ESLint warnings & errors on ` jest.config.js ` & ` webpack.config.js ` .
4876
77+ ---
78+
4979### Updates on package dependencies
5080### Added
5181- ` 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
109139- Spectron as it ahs been deprecated.
110140 * See - [ Spectron Deprecation Notice] ( https://www.electronjs.org/blog/spectron-deprecation-notice ) *
111141
142+ ---
143+
112144### Updates on package dependencies
113145### Added
114146- ` @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
151183 ` ts-jest ` *
152184- ` spectron ` * - Deprecated package; No replacement*
153185
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
155187[ v4.0.0 ] : https://github.com/Devtography/electron-react-typescript-webpack-boilerplate/compare/v3.0.0...v4.0.0
156188[ 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