File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -19,12 +19,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
19
19
20
20
### Changed
21
21
- File extension of Jest & Webpack config files to ` mjs ` .
22
+ - Jest config to move ` ts-jest ` config to ` transform ` ([ #40 ] )
22
23
- NPM ` test ` script to run scripts ` lint ` then ` jest ` .
23
24
- Rolled back the value of ` moduleResolution ` in ` tsconfig ` to ` Node ` (means
24
25
` .js ` file extension on relative imports is now __ OPTIONAL__ ).
25
26
- Enhanced function ` pathsToESModuleNameMapper ` in ` jest.config.js ` to return a
26
27
less clumsy mapping object.
27
28
29
+ ### Updates on package dependencies
30
+
31
+ ### Update
32
+ - Major version updates:
33
+ - ` @types/jest ` - ` 28.1.6 ` -> ` 29.0.2 ` ([ #40 ] )
34
+ - ` jest ` - ` 28.1.3 ` -> ` 29.0.3 ` ([ #40 ] )
35
+ - ` ts-jest ` - ` 28.0.7 ` -> ` 29.0.1 ` ([ #40 ] )
36
+
37
+ [ #40 ] : https://github.com/Devtography/electron-react-typescript-webpack-boilerplate/pull/40
38
+
28
39
## [ v4.1.2] - 2022-08-15
29
40
### Added
30
41
- Function ` pathsToESModuleNameMapper ` in ` jest.config.js ` to create the module
You can’t perform that action at this time.
0 commit comments