chore(deps): update dependency jest-preset-angular to v11 #140
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
8.3.2
->11.1.2
Release Notes
thymikee/jest-preset-angular (jest-preset-angular)
v11.1.2
Compare Source
Bug Fixes
jest
andtypescript
to peer deps (#1442) (6a652af), closes #1441Features
setup-jest.mjs
for ESM mode (#1463) (cc6ce3f)esbuild
(#1455) (b58d089), closes #1413 #1437ng-jest-resolver
from default/esm presets (#1440) (56673c4)reflect-metadata
insetup-jest
(#1428) (5a36729)zone-patch
and its fallback (#1427) (bf9ea44)ngcc
with specifictsconfig
path (#1418) (5f535b5), closes #1348ngcc
viaskipNgcc
option viaglobalThis
(#1417) (7950b5c), closes #1396ngcc-jest-processor
entry file (#1414) (2c5fd20)BREAKING CHANGES
zone.js
is 0.11.x and Angular 10 is EOL, so now we can use zone patch directly fromzone.js
.If one is not using
[email protected]
, please upgrade.reflect-metadata
is not needed anymore.ng-jest-resolver
is now optional..mjs
and any files fromnode_modules
excludingtslib
to be processed withesbuild
.With the new option
processWithEsbuild
, now we put default all.mjs
files to be processed byesbuild
. Files likelodash-es
default isn't processed byesbuild
.If you wish to use
esbuild
to process such files, please configure in your Jest config likengcc-jest-processor
entry file is now removed. One should usejest-preset-angular/global-setup
instead.11.1.2 (2022-04-24)
Bug Fixes
ngcc-jest-processor
(3899abf), closes #141111.1.1 (2022-02-11)
Performance Improvements
esbuild
result (#1309) (3412142)ts-jest
config set cache (#1318) (d47d1eb), closes #1311v11.1.1
Compare Source
Bug Fixes
jest
andtypescript
to peer deps (#1442) (6a652af), closes #1441Features
setup-jest.mjs
for ESM mode (#1463) (cc6ce3f)esbuild
(#1455) (b58d089), closes #1413 #1437ng-jest-resolver
from default/esm presets (#1440) (56673c4)reflect-metadata
insetup-jest
(#1428) (5a36729)zone-patch
and its fallback (#1427) (bf9ea44)ngcc
with specifictsconfig
path (#1418) (5f535b5), closes #1348ngcc
viaskipNgcc
option viaglobalThis
(#1417) (7950b5c), closes #1396ngcc-jest-processor
entry file (#1414) (2c5fd20)BREAKING CHANGES
zone.js
is 0.11.x and Angular 10 is EOL, so now we can use zone patch directly fromzone.js
.If one is not using
[email protected]
, please upgrade.reflect-metadata
is not needed anymore.ng-jest-resolver
is now optional..mjs
and any files fromnode_modules
excludingtslib
to be processed withesbuild
.With the new option
processWithEsbuild
, now we put default all.mjs
files to be processed byesbuild
. Files likelodash-es
default isn't processed byesbuild
.If you wish to use
esbuild
to process such files, please configure in your Jest config likengcc-jest-processor
entry file is now removed. One should usejest-preset-angular/global-setup
instead.11.1.2 (2022-04-24)
Bug Fixes
ngcc-jest-processor
(3899abf), closes #141111.1.1 (2022-02-11)
Performance Improvements
esbuild
result (#1309) (3412142)ts-jest
config set cache (#1318) (d47d1eb), closes #1311v11.1.0
Compare Source
Bug Fixes
esbuild
(#1283) (af528e6), closes #1255DEPRECATIONS
ngcc-jest-processor
is deprecated in favor ofglobalSetup
file (#1275) (75e7368)11.0.1 (2021-11-22)
Bug Fixes
bs-logger
as a direct dependency (#1192) (c7f6550), closes #1191v11.0.1
Compare Source
Bug Fixes
jest
andtypescript
to peer deps (#1442) (6a652af), closes #1441Features
setup-jest.mjs
for ESM mode (#1463) (cc6ce3f)esbuild
(#1455) (b58d089), closes #1413 #1437ng-jest-resolver
from default/esm presets (#1440) (56673c4)reflect-metadata
insetup-jest
(#1428) (5a36729)zone-patch
and its fallback (#1427) (bf9ea44)ngcc
with specifictsconfig
path (#1418) (5f535b5), closes #1348ngcc
viaskipNgcc
option viaglobalThis
(#1417) (7950b5c), closes #1396ngcc-jest-processor
entry file (#1414) (2c5fd20)BREAKING CHANGES
zone.js
is 0.11.x and Angular 10 is EOL, so now we can use zone patch directly fromzone.js
.If one is not using
[email protected]
, please upgrade.reflect-metadata
is not needed anymore.ng-jest-resolver
is now optional..mjs
and any files fromnode_modules
excludingtslib
to be processed withesbuild
.With the new option
processWithEsbuild
, now we put default all.mjs
files to be processed byesbuild
. Files likelodash-es
default isn't processed byesbuild
.If you wish to use
esbuild
to process such files, please configure in your Jest config likengcc-jest-processor
entry file is now removed. One should usejest-preset-angular/global-setup
instead.11.1.2 (2022-04-24)
Bug Fixes
ngcc-jest-processor
(3899abf), closes #141111.1.1 (2022-02-11)
Performance Improvements
esbuild
result (#1309) (3412142)ts-jest
config set cache (#1318) (d47d1eb), closes #1311v11.0.0
Compare Source
Bug Fixes
esbuild
(#1283) (af528e6), closes #1255DEPRECATIONS
ngcc-jest-processor
is deprecated in favor ofglobalSetup
file (#1275) (75e7368)11.0.1 (2021-11-22)
Bug Fixes
bs-logger
as a direct dependency (#1192) (c7f6550), closes #1191v10.1.0
Compare Source
Features
BREAKING CHANGES
^12.20.0 || ^14.15.0 || >=16.10.0
to handle
.mjs
files from Angular ESM packages. Please check our migration documentation at https://thymikee.github.io/jest-preset-angular/docs/next/guides/angular-13+Special Thanks
Alan Agius, Pete Bacon Darwin from Angular team
10.1.0 (2021-10-26)
Bug Fixes
target
to ES2015 whentarget
> ES2016 (#1118) (64229a8), closes #1058Code Refactoring
downlevel-ctor
transformer (#1099) (3c26aba)replace-resource
transformer (#1100) (ce68298)html-comment
to new Jest serializer (#1114) (3005330)10.0.1 (2021-09-27)
Bug Fixes
ngcc-jest-processor
via some Jest args (#1013) (7d3a712)v10.0.1
Compare Source
Features
BREAKING CHANGES
^12.20.0 || ^14.15.0 || >=16.10.0
to handle
.mjs
files from Angular ESM packages. Please check our migration documentation at https://thymikee.github.io/jest-preset-angular/docs/next/guides/angular-13+Special Thanks
Alan Agius, Pete Bacon Darwin from Angular team
10.1.0 (2021-10-26)
Bug Fixes
target
to ES2015 whentarget
> ES2016 (#1118) (64229a8), closes #1058Code Refactoring
downlevel-ctor
transformer (#1099) (3c26aba)replace-resource
transformer (#1100) (ce68298)html-comment
to new Jest serializer (#1114) (3005330)10.0.1 (2021-09-27)
Bug Fixes
ngcc-jest-processor
via some Jest args (#1013) (7d3a712)v10.0.0
Compare Source
Features
BREAKING CHANGES
^12.20.0 || ^14.15.0 || >=16.10.0
to handle
.mjs
files from Angular ESM packages. Please check our migration documentation at https://thymikee.github.io/jest-preset-angular/docs/next/guides/angular-13+Special Thanks
Alan Agius, Pete Bacon Darwin from Angular team
10.1.0 (2021-10-26)
Bug Fixes
target
to ES2015 whentarget
> ES2016 (#1118) (64229a8), closes #1058Code Refactoring
downlevel-ctor
transformer (#1099) (3c26aba)replace-resource
transformer (#1100) (ce68298)html-comment
to new Jest serializer (#1114) (3005330)10.0.1 (2021-09-27)
Bug Fixes
ngcc-jest-processor
via some Jest args (#1013) (7d3a712)v9.0.7
Compare Source
Build
BREAKING CHANGES
Angular 9 is no longer supported, see https://angular.io/guide/releases#support-policy-and-schedule The minimum support Angular version now is 10
9.0.7 (2021-08-20)
Bug Fixes
ngcc-jest-processor
(#991) (4735f90), closes #9909.0.6 (2021-08-17)
Bug Fixes
allowJs: true
internally always (#976) (9900c8b), closes #974@angular/core
forngcc-jest-preprocessor
util (#981) (c35d3f2)9.0.5 (2021-07-22)
Features
Code Refactoring
webpack
and@angular-devkit/build-angular
from peer dependencies and optional dependencies (#973) (ce7fc60)9.0.4 (2021-06-15)
Bug Fixes
9.0.3 (2021-06-08)
Bug Fixes
@angular/platform-browser-dynamic
to peer dep (c1729e4)9.0.2 (2021-06-06)
Bug Fixes
exports
inpackage.json
(#948) (928e08b), closes /github.com/thymikee/jest-preset-angular/issues/941#issuecomment-8545803489.0.1 (2021-05-28)
Bug Fixes
build
inpackage.json
(#936) (b035581), closes #935v9.0.6
Compare Source
Build
BREAKING CHANGES
Angular 9 is no longer supported, see https://angular.io/guide/releases#support-policy-and-schedule The minimum support Angular version now is 10
9.0.7 (2021-08-20)
Bug Fixes
ngcc-jest-processor
(#991) (4735f90), closes #9909.0.6 (2021-08-17)
Bug Fixes
allowJs: true
internally always (#976) (9900c8b), closes #974@angular/core
forngcc-jest-preprocessor
util (#981) (c35d3f2)9.0.5 (2021-07-22)
Features
Code Refactoring
webpack
and@angular-devkit/build-angular
from peer dependencies and optional dependencies (#973) (ce7fc60)9.0.4 (2021-06-15)
Bug Fixes
9.0.3 (2021-06-08)
Bug Fixes
@angular/platform-browser-dynamic
to peer dep (c1729e4)9.0.2 (2021-06-06)
Bug Fixes
exports
inpackage.json
(#948) (928e08b), closes /github.com/thymikee/jest-preset-angular/issues/941#issuecomment-8545803489.0.1 (2021-05-28)
Bug Fixes
build
inpackage.json
(#936) (b035581), closes #935v9.0.5
Compare Source
Build
BREAKING CHANGES
Angular 9 is no longer supported, see https://angular.io/guide/releases#support-policy-and-schedule The minimum support Angular version now is 10
9.0.7 (2021-08-20)
Bug Fixes
ngcc-jest-processor
(#991) (4735f90), closes #9909.0.6 (2021-08-17)
Bug Fixes
allowJs: true
internally always (#976) (9900c8b), closes #974@angular/core
forngcc-jest-preprocessor
util (#981) (c35d3f2)9.0.5 (2021-07-22)
Features
Code Refactoring
webpack
and@angular-devkit/build-angular
from peer dependencies and optional dependencies (#973) (ce7fc60)9.0.4 (2021-06-15)
Bug Fixes
9.0.3 (2021-06-08)
Bug Fixes
@angular/platform-browser-dynamic
to peer dep (c1729e4)9.0.2 (2021-06-06)
Bug Fixes
exports
inpackage.json
(#948) (928e08b), closes /github.com/thymikee/jest-preset-angular/issues/941#issuecomment-8545803489.0.1 (2021-05-28)
Bug Fixes
build
inpackage.json
(#936) (b035581), closes #935v9.0.4
Compare Source
Build
BREAKING CHANGES
Angular 9 is no longer supported, see https://angular.io/guide/releases#support-policy-and-schedule The minimum support Angular version now is 10
9.0.7 (2021-08-20)
Bug Fixes
ngcc-jest-processor
(#991) (4735f90), closes #9909.0.6 (2021-08-17)
Bug Fixes
allowJs: true
internally always (#976) (9900c8b), closes #974@angular/core
forngcc-jest-preprocessor
util (#981) (c35d3f2)9.0.5 (2021-07-22)
Features
Code Refactoring
webpack
and@angular-devkit/build-angular
from peer dependencies and optional dependencies (#973) (ce7fc60)9.0.4 (2021-06-15)
Bug Fixes
9.0.3 (2021-06-08)
Bug Fixes
@angular/platform-browser-dynamic
to peer dep (c1729e4)9.0.2 (2021-06-06)
Bug Fixes
exports
inpackage.json
(#948) (928e08b), closes /github.com/thymikee/jest-preset-angular/issues/941#issuecomment-8545803489.0.1 (2021-05-28)
Bug Fixes
build
inpackage.json
(#936) (b035581), closes #935v9.0.3
Compare Source
Build
BREAKING CHANGES
Angular 9 is no longer supported, see https://angular.io/guide/releases#support-policy-and-schedule The minimum support Angular version now is 10
9.0.7 (2021-08-20)
Bug Fixes
ngcc-jest-processor
(#991) (4735f90), closes #9909.0.6 (2021-08-17)
Bug Fixes
allowJs: true
internally always (#976) (9900c8b), closes #974@angular/core
forngcc-jest-preprocessor
util (#981) (c35d3f2)9.0.5 (2021-07-22)
Features
Code Refactoring
webpack
and@angular-devkit/build-angular
from peer dependencies and optional dependencies (#973) (ce7fc60)9.0.4 (2021-06-15)
Bug Fixes
9.0.3 (2021-06-08)
Bug Fixes
@angular/platform-browser-dynamic
to peer dep (c1729e4)9.0.2 (2021-06-06)
Bug Fixes
exports
inpackage.json
(#948) (928e08b), closes /github.com/thymikee/jest-preset-angular/issues/941#issuecomment-8545803489.0.1 (2021-05-28)
Bug Fixes
build
inpackage.json
(#936) (b035581), closes #935v9.0.2
Compare Source
Build
BREAKING CHANGES
Angular 9 is no longer supported, see https://angular.io/guide/releases#support-policy-and-schedule The minimum support Angular version now is 10
9.0.7 (2021-08-20)
Bug Fixes
ngcc-jest-processor
(#991) (4735f90), closes #9909.0.6 (2021-08-17)
Bug Fixes
allowJs: true
internally always (#976) (9900c8b), closes #974@angular/core
forngcc-jest-preprocessor
util (#981) (c35d3f2)9.0.5 (2021-07-22)
Features
Code Refactoring
webpack
and@angular-devkit/build-angular
from peer dependencies and optional dependencies (#973) (ce7fc60)9.0.4 (2021-06-15)
Bug Fixes
9.0.3 (2021-06-08)
Bug Fixes
@angular/platform-browser-dynamic
to peer dep (c1729e4)9.0.2 (2021-06-06)
Bug Fixes
exports
inpackage.json
(#948) (928e08b), closes /github.com/thymikee/jest-preset-angular/issues/941#issuecomment-8545803489.0.1 (2021-05-28)
Bug Fixes
build
inpackage.json
(#936) (b035581), closes #935v9.0.1
Compare Source
Build
BREAKING CHANGES
Angular 9 is no longer supported, see https://angular.io/guide/releases#support-policy-and-schedule The minimum support Angular version now is 10
9.0.7 (2021-08-20)
Bug Fixes
ngcc-jest-processor
(#991) (4735f90), closes #9909.0.6 (2021-08-17)
Bug Fixes
allowJs: true
internally always (#976) (9900c8b), closes #974@angular/core
forngcc-jest-preprocessor
util (#981) (c35d3f2)[9.0.5](https://redirect.github.com/thymikee/jest-preset-angular/compare/
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.