Commit 5a3eb94
refactor: remove redundant migrations (#25785)
* refactor: remove redundant migrations
This is a bulk delete of old migrations that cannot be executed when running `ng update`. This is because multiple version updates is not allowed for `@angular/` packages. Ie: projects cannot update from v13 to version v15. Thus, the version 15 binary can only execute the update schematic to update from version 14 to version 15, which makes the older migrations unused redundant to be included in the NPM binary.
* refactor: clean up old migrations target version
This is because multiple version updates is not allowed for `@angular/` packages. Ie: projects cannot update from v13 to version v15. Thus, the version 15 binary can only execute the update schematic to update from version 14 to version 15, which makes the older migrations unused redundant to be included in the NPM binary.
(cherry picked from commit 56ddfcd)1 parent 608a2e8 commit 5a3eb94
File tree
128 files changed
+30
-18062
lines changed- integration/ng-update-v13
- src
- app
- assets
- environments
- src
- cdk/schematics
- ng-update
- data
- migrations
- tilde-import-v13
- test-cases
- misc
- v13/misc
- v6
- v7
- update-tool
- material/schematics
- ng-update
- data
- migrations
- hammer-gestures-v9
- misc-checks
- misc-ripples-v7
- package-imports-v8
- theming-api-v12
- test-cases
- misc
- v12/misc
- v6
- v7
- v8/misc
- v9/misc
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
128 files changed
+30
-18062
lines changedThis file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
0 commit comments