Skip to content

Commit 5a3eb94

Browse files
alan-agius4devversion
authored andcommitted
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

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 changed

integration/ng-update-v13/.browserslistrc

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

integration/ng-update-v13/.editorconfig

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

integration/ng-update-v13/.gitignore

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

integration/ng-update-v13/BUILD.bazel

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

integration/ng-update-v13/README.md

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

integration/ng-update-v13/angular.json

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

integration/ng-update-v13/karma.conf.js

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

integration/ng-update-v13/package.json

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

0 commit comments

Comments
 (0)