diff --git a/CHANGELOG.md b/CHANGELOG.md index a1ac8438ed..b4d8ba899b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index eed379e2d9..92a30b5218 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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", @@ -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", diff --git a/yarn.lock b/yarn.lock index 49f694c176..b75cc4df14 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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== @@ -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== @@ -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==