Skip to content

Commit

Permalink
chore(release): 9.0.0-next.6 (#732)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahnpnl authored Jan 14, 2021
1 parent 25d163d commit fa14e71
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 7 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# [9.0.0-next.6](https://github.com/thymikee/jest-preset-angular/compare/v9.0.0-next.5...v9.0.0-next.6) (2021-01-14)


### Features

* **compiler:** support ESM for `isolatedModules: false` ([#721](https://github.com/thymikee/jest-preset-angular/issues/721)) ([a2166f8](https://github.com/thymikee/jest-preset-angular/commit/a2166f859b1c89340ee889520595d05fa3cf65dc))
* **compiler:** use `replace-resources` for `isolatedModules: true` ([#717](https://github.com/thymikee/jest-preset-angular/issues/717)) ([76c25d2](https://github.com/thymikee/jest-preset-angular/commit/76c25d2d8d1de0fa458b46b473c200a2d6bd542a))
* **presets:** add ESM preset ([#723](https://github.com/thymikee/jest-preset-angular/issues/723)) ([b0073b0](https://github.com/thymikee/jest-preset-angular/commit/b0073b0f3a7e24f06d136367a1c2e676ac76e59e))



# [9.0.0-next.5](https://github.com/thymikee/jest-preset-angular/compare/v9.0.0-next.4...v9.0.0-next.5) (2021-01-06)


Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"license": "MIT",
"name": "jest-preset-angular",
"version": "9.0.0-next.5",
"version": "9.0.0-next.6",
"description": "Jest preset configuration for Angular projects",
"main": "build/index.js",
"repository": "git@github.com:thymikee/jest-preset-angular.git",
Expand Down Expand Up @@ -30,9 +30,9 @@
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 1"
},
"dependencies": {
"jest-environment-jsdom": "^27.0.0-next.1",
"jest-environment-jsdom": "27.0.0-next.1",
"pretty-format": "27.0.0-next.1",
"ts-jest": "^27.0.0-next.3"
"ts-jest": "27.0.0-next.3"
},
"peerDependencies": {
"@angular-devkit/build-angular": ">=0.901.12",
Expand All @@ -55,7 +55,7 @@
"@angular/platform-browser": "^10.2.4",
"@commitlint/cli": "11.x",
"@commitlint/config-angular": "11.x",
"@jest/globals": "^27.0.0-next.1",
"@jest/globals": "27.0.0-next.1",
"@jest/transform": "27.0.0-next.2",
"@jest/types": "27.0.0-next.1",
"@types/jest": "26.x",
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1493,7 +1493,7 @@
jest-mock "^27.0.0-next.1"
jest-util "^27.0.0-next.1"

"@jest/globals@^27.0.0-next.1":
"@jest/globals@27.0.0-next.1", "@jest/globals@^27.0.0-next.1":
version "27.0.0-next.1"
resolved "https://registry.yarnpkg.com/@jest/globals/-/globals-27.0.0-next.1.tgz#46ec2f4285e844b03d163fc72f7f24f91c6615ae"
integrity sha512-iklr8SnXF7cjhjMih9sBvVQfztciW5xzEaWvm6PwxQO4KnHaEOku3KdSLQ+selzfvgEw/Kryj0IDvreObPu5tQ==
Expand Down Expand Up @@ -6399,7 +6399,7 @@ jest-each@^27.0.0-next.1:
jest-util "^27.0.0-next.1"
pretty-format "^27.0.0-next.1"

jest-environment-jsdom@^27.0.0-next.1:
jest-environment-jsdom@27.0.0-next.1, jest-environment-jsdom@^27.0.0-next.1:
version "27.0.0-next.1"
resolved "https://registry.yarnpkg.com/jest-environment-jsdom/-/jest-environment-jsdom-27.0.0-next.1.tgz#4dbcd173dbc23af517a2e13663f03d2e13edfe94"
integrity sha512-+KXS+Jx2wJjOe25AuiqOJzMCkJQUDe7/c0B0dXfCj2NkV8RLeVwIGW0hGFTVRohSGG+F74DrmSZ+esuKUwLxMQ==
Expand Down Expand Up @@ -10581,7 +10581,7 @@ trim-off-newlines@^1.0.0:
resolved "https://registry.yarnpkg.com/trim-off-newlines/-/trim-off-newlines-1.0.1.tgz#9f9ba9d9efa8764c387698bcbfeb2c848f11adb3"
integrity sha1-n5up2e+odkw4dpi8v+sshI8RrbM=

ts-jest@^27.0.0-next.3:
ts-jest@27.0.0-next.3:
version "27.0.0-next.3"
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-27.0.0-next.3.tgz#5a53c2b72840f25b69f2773e9f8117d94dc5919c"
integrity sha512-2nvuzgEmarQqrNIF0MX4kVGgCfT1x9dhNJmLXRddezKHVgA4/lItGoikv3nefJniH7/Y8BqgwV/Mp3qXd8hQhg==
Expand Down

0 comments on commit fa14e71

Please sign in to comment.