Skip to content

Commit

Permalink
refactor: support angular 16
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode committed Mar 7, 2024
1 parent 63ed8a3 commit e33d93b
Show file tree
Hide file tree
Showing 16 changed files with 6,625 additions and 4,690 deletions.
11,180 changes: 6,558 additions & 4,622 deletions package-lock.json

Large diffs are not rendered by default.

28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,22 +97,22 @@
]
},
"devDependencies": {
"@angular-devkit/build-angular": "15.2.10",
"@angular-devkit/core": "15.2.10",
"@angular-devkit/schematics": "15.2.10",
"@angular/animations": "15.2.10",
"@angular/cdk": "15.2.9",
"@angular/cli": "15.2.10",
"@angular/common": "15.2.10",
"@angular/compiler-cli": "15.2.10",
"@angular/core": "15.2.10",
"@angular/forms": "15.2.10",
"@angular/platform-browser": "15.2.10",
"@angular/router": "15.2.10",
"@angular-devkit/build-angular": "16.2.12",
"@angular-devkit/core": "16.2.12",
"@angular-devkit/schematics": "16.2.12",
"@angular/animations": "16.2.12",
"@angular/cdk": "16.2.14",
"@angular/cli": "16.2.12",
"@angular/common": "16.2.12",
"@angular/compiler-cli": "16.2.12",
"@angular/core": "16.2.12",
"@angular/forms": "16.2.12",
"@angular/platform-browser": "16.2.12",
"@angular/router": "16.2.12",
"@nx/angular": "17.3.1",
"@nx/jest": "17.3.1",
"@nx/workspace": "17.3.1",
"@schematics/angular": "15.2.10",
"@schematics/angular": "16.2.12",
"@taiga-ui/browserslist-config": "0.6.0",
"@taiga-ui/commitlint-config": "0.7.1",
"@taiga-ui/cspell-config": "0.36.0",
Expand All @@ -128,7 +128,7 @@
"husky": "9.0.11",
"kill-port": "2.0.1",
"lint-staged": "15.2.2",
"ng-packagr": "15.2.2",
"ng-packagr": "16.2.3",
"nx": "17.2.8",
"rollup": "4.12.1",
"rxjs": "7.5.0",
Expand Down
4 changes: 2 additions & 2 deletions projects/addon-charts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"repository": "https://github.com/taiga-family/taiga-ui",
"license": "Apache-2.0",
"peerDependencies": {
"@angular/common": ">=15.0.0",
"@angular/core": ">=15.0.0",
"@angular/common": ">=16.0.0",
"@angular/core": ">=16.0.0",
"@ng-web-apis/common": "^3.0.6",
"@taiga-ui/cdk": "^3.59.0",
"@taiga-ui/core": "^3.59.0",
Expand Down
8 changes: 4 additions & 4 deletions projects/addon-commerce/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
"repository": "https://github.com/taiga-family/taiga-ui",
"license": "Apache-2.0",
"peerDependencies": {
"@angular/common": ">=15.0.0",
"@angular/core": ">=15.0.0",
"@angular/forms": ">=15.0.0",
"@angular/common": ">=16.0.0",
"@angular/core": ">=16.0.0",
"@angular/forms": ">=16.0.0",
"@maskito/angular": "^2.0.2",
"@maskito/core": "^2.0.2",
"@maskito/kit": "^2.0.2",
Expand All @@ -26,7 +26,7 @@
"@taiga-ui/i18n": "^3.59.0",
"@taiga-ui/kit": "^3.59.0",
"@tinkoff/ng-polymorpheus": "^4.3.0",
"rxjs": ">=6.0.0",
"rxjs": ">=7.0.0",
"tslib": "^2.6.2"
}
}
10 changes: 5 additions & 5 deletions projects/addon-doc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@
"@types/markdown-it": "13.0.7"
},
"peerDependencies": {
"@angular/cdk": ">=15.0.0",
"@angular/common": ">=15.0.0",
"@angular/core": ">=15.0.0",
"@angular/forms": ">=15.0.0",
"@angular/router": ">=15.0.0",
"@angular/cdk": ">=16.0.0",
"@angular/common": ">=16.0.0",
"@angular/core": ">=16.0.0",
"@angular/forms": ">=16.0.0",
"@angular/router": ">=16.0.0",
"@ng-web-apis/common": "^3.0.6",
"@taiga-ui/addon-mobile": "^3.59.0",
"@taiga-ui/cdk": "^3.59.0",
Expand Down
8 changes: 4 additions & 4 deletions projects/addon-mobile/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@
"repository": "https://github.com/taiga-family/taiga-ui",
"license": "Apache-2.0",
"peerDependencies": {
"@angular/cdk": ">=15.0.0",
"@angular/common": ">=15.0.0",
"@angular/core": ">=15.0.0",
"@angular/cdk": ">=16.0.0",
"@angular/common": ">=16.0.0",
"@angular/core": ">=16.0.0",
"@ng-web-apis/common": "^3.0.6",
"@taiga-ui/cdk": "^3.59.0",
"@taiga-ui/core": "^3.59.0",
"@taiga-ui/kit": "^3.59.0",
"@tinkoff/ng-polymorpheus": "^4.3.0",
"rxjs": ">=6.0.0",
"rxjs": ">=7.0.0",
"tslib": "^2.6.2"
}
}
6 changes: 3 additions & 3 deletions projects/addon-preview/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@
"repository": "https://github.com/taiga-family/taiga-ui",
"license": "Apache-2.0",
"peerDependencies": {
"@angular/common": ">=15.0.0",
"@angular/core": ">=15.0.0",
"@angular/common": ">=16.0.0",
"@angular/core": ">=16.0.0",
"@ng-web-apis/mutation-observer": "^3.1.0",
"@taiga-ui/cdk": "^3.59.0",
"@taiga-ui/core": "^3.59.0",
"@taiga-ui/i18n": "^3.59.0",
"@taiga-ui/kit": "^3.59.0",
"@tinkoff/ng-polymorpheus": "^4.3.0",
"rxjs": ">=6.0.0",
"rxjs": ">=7.0.0",
"tslib": "^2.6.2"
},
"publishConfig": {
Expand Down
6 changes: 3 additions & 3 deletions projects/addon-table/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@
"repository": "https://github.com/taiga-family/taiga-ui",
"license": "Apache-2.0",
"peerDependencies": {
"@angular/common": ">=15.0.0",
"@angular/core": ">=15.0.0",
"@angular/common": ">=16.0.0",
"@angular/core": ">=16.0.0",
"@ng-web-apis/intersection-observer": "^3.2.0",
"@taiga-ui/cdk": "^3.59.0",
"@taiga-ui/core": "^3.59.0",
"@taiga-ui/i18n": "^3.59.0",
"@taiga-ui/kit": "^3.59.0",
"@tinkoff/ng-polymorpheus": "^4.3.0",
"rxjs": ">=6.0.0",
"rxjs": ">=7.0.0",
"tslib": "^2.6.2"
}
}
6 changes: 3 additions & 3 deletions projects/addon-tablebars/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
"repository": "https://github.com/taiga-family/taiga-ui",
"license": "Apache-2.0",
"peerDependencies": {
"@angular/common": ">=15.0.0",
"@angular/core": ">=15.0.0",
"@angular/common": ">=16.0.0",
"@angular/core": ">=16.0.0",
"@taiga-ui/cdk": "^3.59.0",
"@taiga-ui/core": "^3.59.0",
"@tinkoff/ng-polymorpheus": "^4.3.0",
"rxjs": ">=6.0.0",
"rxjs": ">=7.0.0",
"tslib": "2.6.2"
}
}
16 changes: 8 additions & 8 deletions projects/cdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,21 +24,21 @@
"@types/parse5": "6.0.3"
},
"peerDependencies": {
"@angular/animations": ">=15.0.0",
"@angular/common": ">=15.0.0",
"@angular/core": ">=15.0.0",
"@angular/forms": ">=15.0.0",
"@angular/animations": ">=16.0.0",
"@angular/common": ">=16.0.0",
"@angular/core": ">=16.0.0",
"@angular/forms": ">=16.0.0",
"@ng-web-apis/common": "^3.0.6",
"@ng-web-apis/mutation-observer": "^3.1.0",
"@ng-web-apis/resize-observer": "^3.0.6",
"@tinkoff/ng-event-plugins": "^3.1.0",
"@tinkoff/ng-polymorpheus": "^4.3.0",
"rxjs": ">=6.0.0"
"rxjs": ">=7.0.0"
},
"optionalDependencies": {
"@angular-devkit/core": ">=15.0.0",
"@angular-devkit/schematics": ">=15.0.0",
"@schematics/angular": ">=15.0.0",
"@angular-devkit/core": ">=16.0.0",
"@angular-devkit/schematics": ">=16.0.0",
"@schematics/angular": ">=16.0.0",
"ng-morph": "^4.0.6",
"parse5": "^6.0.1"
},
Expand Down
14 changes: 7 additions & 7 deletions projects/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,19 +18,19 @@
"@taiga-ui/i18n": "^3.59.0"
},
"peerDependencies": {
"@angular/animations": ">=15.0.0",
"@angular/common": ">=15.0.0",
"@angular/core": ">=15.0.0",
"@angular/forms": ">=15.0.0",
"@angular/platform-browser": ">=15.0.0",
"@angular/router": ">=15.0.0",
"@angular/animations": ">=16.0.0",
"@angular/common": ">=16.0.0",
"@angular/core": ">=16.0.0",
"@angular/forms": ">=16.0.0",
"@angular/platform-browser": ">=16.0.0",
"@angular/router": ">=16.0.0",
"@ng-web-apis/common": "^3.0.6",
"@ng-web-apis/mutation-observer": "^3.1.0",
"@taiga-ui/cdk": "^3.59.0",
"@taiga-ui/i18n": "^3.59.0",
"@tinkoff/ng-event-plugins": "^3.1.1",
"@tinkoff/ng-polymorpheus": "^4.3.0",
"rxjs": ">=6.0.0",
"rxjs": ">=7.0.0",
"tslib": "^2.6.2"
},
"schematics": "./schematics/collection.json"
Expand Down
3 changes: 1 addition & 2 deletions projects/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@
"@nguniversal/express-engine": "15.2.1",
"@stackblitz/sdk": "1.9.0",
"@tinkoff/ng-dompurify": "4.0.0",
"date-fns": "3.3.1",
"rxjs": "7.5.0"
"date-fns": "3.3.1"
},
"devDependencies": {
"@angular-builders/custom-webpack": "15.0.0",
Expand Down
6 changes: 3 additions & 3 deletions projects/experimental/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@
"repository": "https://github.com/taiga-family/taiga-ui",
"license": "Apache-2.0",
"peerDependencies": {
"@angular/common": ">=15.0.0",
"@angular/core": ">=15.0.0",
"@angular/common": ">=16.0.0",
"@angular/core": ">=16.0.0",
"@taiga-ui/addon-commerce": "^3.59.0",
"@taiga-ui/cdk": "^3.59.0",
"@taiga-ui/core": "^3.59.0",
"@taiga-ui/kit": "^3.59.0",
"@tinkoff/ng-polymorpheus": "^4.3.0",
"rxjs": ">=6.0.0",
"rxjs": ">=7.0.0",
"tslib": "^2.6.2"
}
}
4 changes: 2 additions & 2 deletions projects/i18n/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
"repository": "https://github.com/taiga-family/taiga-ui",
"license": "Apache-2.0",
"peerDependencies": {
"@angular/core": ">=15.0.0",
"@angular/core": ">=16.0.0",
"@ng-web-apis/common": "^3.0.6",
"rxjs": ">=6.0.0",
"rxjs": ">=7.0.0",
"tslib": "^2.6.2"
}
}
10 changes: 5 additions & 5 deletions projects/kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
"repository": "https://github.com/taiga-family/taiga-ui",
"license": "Apache-2.0",
"peerDependencies": {
"@angular/common": ">=15.0.0",
"@angular/core": ">=15.0.0",
"@angular/forms": ">=15.0.0",
"@angular/router": ">=15.0.0",
"@angular/common": ">=16.0.0",
"@angular/core": ">=16.0.0",
"@angular/forms": ">=16.0.0",
"@angular/router": ">=16.0.0",
"@maskito/angular": "^2.0.2",
"@maskito/core": "^2.0.2",
"@maskito/kit": "^2.0.2",
Expand All @@ -28,7 +28,7 @@
"@taiga-ui/core": "^3.59.0",
"@taiga-ui/i18n": "^3.59.0",
"@tinkoff/ng-polymorpheus": "^4.3.0",
"rxjs": ">=6.0.0",
"rxjs": ">=7.0.0",
"tslib": "^2.6.2"
}
}
6 changes: 3 additions & 3 deletions projects/layout/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
"repository": "https://github.com/taiga-family/taiga-ui",
"license": "Apache-2.0",
"peerDependencies": {
"@angular/common": ">=15.0.0",
"@angular/core": ">=15.0.0",
"@angular/common": ">=16.0.0",
"@angular/core": ">=16.0.0",
"@taiga-ui/cdk": "^3.59.0",
"@taiga-ui/core": "^3.59.0",
"@tinkoff/ng-polymorpheus": "^4.3.0",
"rxjs": ">=6.0.0",
"rxjs": ">=7.0.0",
"tslib": "^2.6.2"
}
}

0 comments on commit e33d93b

Please sign in to comment.