Skip to content

Commit b8d296a

Browse files
clydinfilipesilva
authored andcommitted
build: remove unused @schematics/update package
The `@angular/cli` transitive dependency package `@schematics/update` is no longer used by the Angular tooling and has been removed. The update logic previously present in `@schematics/update` is now located within the `@angular/cli` itself.
1 parent 2dd0cbd commit b8d296a

File tree

10 files changed

+0
-490
lines changed

10 files changed

+0
-490
lines changed

.monorepo.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -161,11 +161,6 @@
161161
"name": "Schematics Schematics",
162162
"section": "Schematics",
163163
"snapshotRepo": "angular/schematics-schematics-builds"
164-
},
165-
"@schematics/update": {
166-
"name": "Package Update Schematics",
167-
"section": "Schematics",
168-
"snapshotRepo": "angular/schematics-update-builds"
169164
}
170165
}
171166
}

CONTRIBUTING.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,6 @@ The following is the list of supported scopes:
225225
* **@ngtools/webpack**
226226
* **@schematics/angular**
227227
* **@schematics/schematics**
228-
* **@schematics/update**
229228
230229
231230
### Subject

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,6 @@ This is a monorepo which contains many tools and packages:
197197
**Angular PWA Schematics** | [`@angular/pwa`](https://npmjs.com/package/@angular/pwa) | [![latest](https://img.shields.io/npm/v/%40angular%2Fpwa/latest.svg)](https://npmjs.com/package/@angular/pwa) | [![snapshot](https://img.shields.io/badge/snapshot--blue.svg)](https://github.com/angular/angular-pwa-builds)
198198
**Angular Schematics** | [`@schematics/angular`](https://npmjs.com/package/@schematics/angular) | [![latest](https://img.shields.io/npm/v/%40schematics%2Fangular/latest.svg)](https://npmjs.com/package/@schematics/angular) | [![snapshot](https://img.shields.io/badge/snapshot--blue.svg)](https://github.com/angular/schematics-angular-builds)
199199
**Schematics Schematics** | [`@schematics/schematics`](https://npmjs.com/package/@schematics/schematics) | [![latest](https://img.shields.io/npm/v/%40schematics%2Fschematics/latest.svg)](https://npmjs.com/package/@schematics/schematics) | [![snapshot](https://img.shields.io/badge/snapshot--blue.svg)](https://github.com/angular/schematics-schematics-builds)
200-
**Package Update Schematics** | [`@schematics/update`](https://npmjs.com/package/@schematics/update) | [![latest](https://img.shields.io/npm/v/%40schematics%2Fupdate/latest.svg)](https://npmjs.com/package/@schematics/update) | [![snapshot](https://img.shields.io/badge/snapshot--blue.svg)](https://github.com/angular/schematics-update-builds)
201200

202201
#### Misc
203202

packages/schematics/update/BUILD.bazel

Lines changed: 0 additions & 116 deletions
This file was deleted.

packages/schematics/update/migrate/index.ts

Lines changed: 0 additions & 109 deletions
This file was deleted.

0 commit comments

Comments
 (0)