@nx/angular 16.0.0-rc.1 → 16.0.1

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/README.md CHANGED
@@ -3,12 +3,12 @@
3
3
  <div style="text-align: center;">
4
4
 
5
5
  [![CircleCI](https://circleci.com/gh/nrwl/nx.svg?style=svg)](https://circleci.com/gh/nrwl/nx)
6
- [![License](https://img.shields.io/npm/l/@nrwl/workspace.svg?style=flat-square)]()
7
- [![NPM Version](https://badge.fury.io/js/%40nrwl%2Fworkspace.svg)](https://www.npmjs.com/@nrwl/workspace)
6
+ [![License](https://img.shields.io/npm/l/@nx/workspace.svg?style=flat-square)]()
7
+ [![NPM Version](https://badge.fury.io/js/%40nrwl%2Fworkspace.svg)](https://www.npmjs.com/@nx/workspace)
8
8
  [![Semantic Release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=flat-square)]()
9
9
  [![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)
10
10
  [![Join the chat at https://gitter.im/nrwl-nx/community](https://badges.gitter.im/nrwl-nx/community.svg)](https://gitter.im/nrwl-nx/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
11
- [![Join us @nrwl/community on slack](https://img.shields.io/badge/slack-%40nrwl%2Fcommunity-brightgreen)](https://join.slack.com/t/nrwlcommunity/shared_invite/enQtNzU5MTE4OTQwOTk0LTgxY2E0ZWYzMWE0YzA5ZDA2MWM1NDVhNmI2ZWMyYmZhNWJiODk3MjkxZjY3MzU5ZjRmM2NmNWU1OTgyZmE4Mzc)
11
+ [![Join us @nx/community on slack](https://img.shields.io/badge/slack-%40nrwl%2Fcommunity-brightgreen)](https://join.slack.com/t/nrwlcommunity/shared_invite/enQtNzU5MTE4OTQwOTk0LTgxY2E0ZWYzMWE0YzA5ZDA2MWM1NDVhNmI2ZWMyYmZhNWJiODk3MjkxZjY3MzU5ZjRmM2NmNWU1OTgyZmE4Mzc)
12
12
 
13
13
  </div>
14
14
 
package/migrations.json CHANGED
@@ -150,6 +150,9 @@
150
150
  "update-angular-cli-version-15-2-0": {
151
151
  "cli": "nx",
152
152
  "version": "15.8.0-beta.4",
153
+ "requires": {
154
+ "@angular/core": ">=15.2.0"
155
+ },
153
156
  "description": "Update the @angular/cli package version to ~15.2.0.",
154
157
  "factory": "./src/migrations/update-15-8-0/update-angular-cli"
155
158
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nx/angular",
3
- "version": "16.0.0-rc.1",
3
+ "version": "16.0.1",
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, and Cypress. \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": {
@@ -72,14 +72,14 @@
72
72
  "migrations": "./migrations.json"
73
73
  },
74
74
  "dependencies": {
75
- "@nrwl/angular": "16.0.0-rc.1",
76
- "@nx/cypress": "16.0.0-rc.1",
77
- "@nx/devkit": "16.0.0-rc.1",
78
- "@nx/jest": "16.0.0-rc.1",
79
- "@nx/js": "16.0.0-rc.1",
80
- "@nx/linter": "16.0.0-rc.1",
81
- "@nx/webpack": "16.0.0-rc.1",
82
- "@nx/workspace": "16.0.0-rc.1",
75
+ "@nrwl/angular": "16.0.1",
76
+ "@nx/cypress": "16.0.1",
77
+ "@nx/devkit": "16.0.1",
78
+ "@nx/jest": "16.0.1",
79
+ "@nx/js": "16.0.1",
80
+ "@nx/linter": "16.0.1",
81
+ "@nx/webpack": "16.0.1",
82
+ "@nx/workspace": "16.0.1",
83
83
  "@phenomnomnominal/tsquery": "~5.0.1",
84
84
  "chalk": "^4.1.0",
85
85
  "chokidar": "^3.5.1",
@@ -119,5 +119,5 @@
119
119
  "fesm2015": "fesm2015/nx-angular.mjs",
120
120
  "typings": "index.d.ts",
121
121
  "sideEffects": false,
122
- "gitHead": "7660cf6ec0a37d5cf100519f978e921ee6a13d0f"
122
+ "gitHead": "b06bc241eab3a41dd189cf62d334a14745fc29ee"
123
123
  }