Skip to content

Commit 1ecd2db

Browse files
authored
chore(release): 9.0.0-next.14 (#916)
1 parent c655c6e commit 1ecd2db

File tree

3 files changed

+21
-3
lines changed

3 files changed

+21
-3
lines changed

.npmignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ examples
55
# sources are inlined
66
src
77

8-
# Developement scripts
8+
# Development scripts
99
scripts
1010

1111
# Github Pages
@@ -33,10 +33,10 @@ commitlint.config.js
3333

3434
# Internal jest config
3535
jest.config.js
36-
jest-esm.config.js
3736

3837
# Tsconfig
3938
tsconfig.build.json
39+
tsconfig.eslint.json
4040
tsconfig.json
4141
tsconfig.spec.json
4242
tsconfig-esm.spec.json

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
# [9.0.0-next.14](https://github.com/thymikee/jest-preset-angular/compare/v9.0.0-next.13...v9.0.0-next.14) (2021-05-05)
2+
3+
4+
### Bug Fixes
5+
6+
* remove warning message when installing `jest-preset-angular` for end users ([#911](https://github.com/thymikee/jest-preset-angular/issues/911)) ([7b7f5ba](https://github.com/thymikee/jest-preset-angular/commit/7b7f5bab63c295a01bc3bbd63ef8d58a847a1b17))
7+
* **presets:** remove `moduleNameMapper` config ([#910](https://github.com/thymikee/jest-preset-angular/issues/910)) ([df482bc](https://github.com/thymikee/jest-preset-angular/commit/df482bcb4c99b441f2fef8def04d10b8a1188deb)), closes [#908](https://github.com/thymikee/jest-preset-angular/issues/908)
8+
* **transformers:** revert [#903](https://github.com/thymikee/jest-preset-angular/issues/903) as some file extensions are not processed with their original content ([aebc186](https://github.com/thymikee/jest-preset-angular/commit/aebc186b7a8d7682a76aaa281f3c77ff51ae7475))
9+
10+
11+
## BREAKING CHANGES
12+
13+
When generating a new project from Angular CLI, by default the `tsconfig.json` doesn't contain any path mappings hence removing `moduleNameMapper` from preset will make sure that the preset works in pair with `tsconfig.json`.
14+
15+
Ones who are relying on the value of `moduleNameMapper` from the preset should create their own `moduleNameMapper` config manually or via `ts-jest` util https://kulshekhar.github.io/ts-jest/docs/getting-started/paths-mapping
16+
17+
18+
119
# [9.0.0-next.13](https://github.com/thymikee/jest-preset-angular/compare/v9.0.0-next.12...v9.0.0-next.13) (2021-04-18)
220

321

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jest-preset-angular",
3-
"version": "9.0.0-next.13",
3+
"version": "9.0.0-next.14",
44
"description": "Jest preset configuration for Angular projects",
55
"license": "MIT",
66
"main": "build/index.js",

0 commit comments

Comments
 (0)