File tree Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change @@ -19,3 +19,26 @@ Notes from when I added Angular 11 support
19
19
- yarn && yarn test
20
20
- gh pr create
21
21
22
+ - in sample-app-angular-hybrid
23
+ - npx ng update @angular/core @angular/cli
24
+ - yarn upgrade-interactive --latest (update uirouter libs)
25
+ - push to a branch 'upgrade-to-angular-11'
26
+
27
+ - in uirouter/angular-hybrid
28
+ - target the sample-app branch in downstream_test.json:
29
+ - "https://github.com/ui-router/sample-app-angular-hybrid.git@update-to-angular-11"
30
+ - update peer deps for angular packages, bumping each range by one
31
+ - update angular packages manually to the lower range supported (for angular 11, set to ^10.0.0)
32
+ - update ng-packagr manually to the lower range supported (for angular 11, set to ^10.0.0)
33
+ - update typescript to the version required by @angular/compiler-cli
34
+ - npx check-peer-dependencies
35
+ - in example
36
+ - npx ng update @angular/core @angular/cli
37
+ - yarn upgrade-interactive --latest (update uirouter libs)
38
+ - gh pr create
39
+ - npm run release
40
+ - revert downstream_projects.json and push
41
+
42
+ - in sample-app-angular-hybrid after merging
43
+ - yarn upgrade-interactive --latest (update uirouter libs)
44
+ - push and merge
You can’t perform that action at this time.
0 commit comments