chore(deps): update dependency jest-preset-angular to v13
- Mar 31, 2023
-
-
Renovate Bot authored39af149a
-
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
jest-preset-angular (source) | devDependencies | major | ^12.2.6 -> ^13.0.0 |
v13.0.1
ɵivyEnabled
with workaround to detect Ivy mode (#2016) (44d3922), closes #2003
v13.0.0
jest-util
to list of dependencies
(#1777) (db8f7c9), closes #1773
esbuild-check.js
(#1806) (c2f2b61)target
to ES2015
(#1788) (695c730)destroyAfterEach
and teardown
options (#1768) (fe4c73b)destroyAfterEach
and teardown
are no longer available to use, please use testEnvironmentOptions
instead.target
is tsconfig
is now respected according to user configuration, it is no longer hardcoded at ES2015
. See also note at https://thymikee.github.io/jest-preset-angular/docs/getting-started/installation
This MR has been generated by Renovate Bot.