@nrwl/angular 15.8.0-beta.4 → 15.8.0-beta.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/migrations.json CHANGED
@@ -1904,6 +1904,22 @@
1904
1904
  "alwaysAddToPackageJson": false
1905
1905
  }
1906
1906
  }
1907
+ },
1908
+ "15.8.0-jest": {
1909
+ "version": "15.8.0-beta.0",
1910
+ "requires": {
1911
+ "@angular-devkit/build-angular": ">=13.0.0 <16.0.0",
1912
+ "@angular/compiler-cli": ">=13.0.0 <16.0.0",
1913
+ "@angular/core": ">=13.0.0 <16.0.0",
1914
+ "@angular/platform-browser-dynamic": ">=13.0.0 <16.0.0",
1915
+ "jest": "^29.0.0"
1916
+ },
1917
+ "packages": {
1918
+ "jest-preset-angular": {
1919
+ "version": "13.0.0",
1920
+ "alwaysAddToPackageJson": false
1921
+ }
1922
+ }
1907
1923
  }
1908
1924
  }
1909
1925
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nrwl/angular",
3
- "version": "15.8.0-beta.4",
3
+ "version": "15.8.0-beta.5",
4
4
  "private": false,
5
5
  "description": "The Nx Plugin for Angular contains executors, generators, and utilities for managing Angular applications and libraries within an Nx workspace. It provides: \n\n- Integration with libraries such as Storybook, Jest, ESLint, Tailwind CSS, Cypress, Karma, and Protractor. \n\n- Generators to help scaffold code quickly (like: Micro Frontends, Libraries, both internal to your codebase and publishable to npm) \n\n- Upgrading AngularJS applications \n\n- Single Component Application Modules (SCAMs) \n\n- NgRx helpers. \n\n- Utilities for automatic workspace refactoring.",
6
6
  "repository": {
@@ -63,13 +63,13 @@
63
63
  "migrations": "./migrations.json"
64
64
  },
65
65
  "dependencies": {
66
- "@nrwl/cypress": "15.8.0-beta.4",
67
- "@nrwl/devkit": "15.8.0-beta.4",
68
- "@nrwl/jest": "15.8.0-beta.4",
69
- "@nrwl/js": "15.8.0-beta.4",
70
- "@nrwl/linter": "15.8.0-beta.4",
71
- "@nrwl/webpack": "15.8.0-beta.4",
72
- "@nrwl/workspace": "15.8.0-beta.4",
66
+ "@nrwl/cypress": "15.8.0-beta.5",
67
+ "@nrwl/devkit": "15.8.0-beta.5",
68
+ "@nrwl/jest": "15.8.0-beta.5",
69
+ "@nrwl/js": "15.8.0-beta.5",
70
+ "@nrwl/linter": "15.8.0-beta.5",
71
+ "@nrwl/webpack": "15.8.0-beta.5",
72
+ "@nrwl/workspace": "15.8.0-beta.5",
73
73
  "@phenomnomnominal/tsquery": "4.1.1",
74
74
  "chalk": "^4.1.0",
75
75
  "chokidar": "^3.5.1",
@@ -108,5 +108,5 @@
108
108
  "fesm2015": "fesm2015/nrwl-angular.mjs",
109
109
  "typings": "index.d.ts",
110
110
  "sideEffects": false,
111
- "gitHead": "8d9603f0e8dc2d1c9931b28894569e833a0a1541"
111
+ "gitHead": "6b0b30ed408640c9fda5291346d818ace7dfd3a2"
112
112
  }
@@ -19,7 +19,7 @@ export declare const postcssPresetEnvVersion = "~7.5.0";
19
19
  export declare const postcssUrlVersion = "~10.1.3";
20
20
  export declare const autoprefixerVersion = "^10.4.0";
21
21
  export declare const tsNodeVersion = "10.9.1";
22
- export declare const jestPresetAngularVersion = "~12.2.3";
22
+ export declare const jestPresetAngularVersion = "~13.0.0";
23
23
  export declare const protractorVersion = "~7.0.0";
24
24
  export declare const karmaVersion = "~6.4.0";
25
25
  export declare const karmaChromeLauncherVersion = "~3.1.0";
@@ -22,7 +22,7 @@ exports.postcssPresetEnvVersion = '~7.5.0';
22
22
  exports.postcssUrlVersion = '~10.1.3';
23
23
  exports.autoprefixerVersion = '^10.4.0';
24
24
  exports.tsNodeVersion = '10.9.1';
25
- exports.jestPresetAngularVersion = '~12.2.3';
25
+ exports.jestPresetAngularVersion = '~13.0.0';
26
26
  exports.protractorVersion = '~7.0.0';
27
27
  exports.karmaVersion = '~6.4.0';
28
28
  exports.karmaChromeLauncherVersion = '~3.1.0';