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 98ebdfa
Show file tree
Hide file tree
Showing 15 changed files with 6,656 additions and 4,665 deletions.
11,211 changes: 6,601 additions & 4,610 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
6 changes: 3 additions & 3 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 Down
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
6 changes: 3 additions & 3 deletions projects/addon-mobile/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
"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",
Expand Down
4 changes: 2 additions & 2 deletions projects/addon-preview/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,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/mutation-observer": "^3.1.0",
"@taiga-ui/cdk": "^3.59.0",
"@taiga-ui/core": "^3.59.0",
Expand Down
4 changes: 2 additions & 2 deletions projects/addon-table/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,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/intersection-observer": "^3.2.0",
"@taiga-ui/cdk": "^3.59.0",
"@taiga-ui/core": "^3.59.0",
Expand Down
4 changes: 2 additions & 2 deletions projects/addon-tablebars/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,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",
"@taiga-ui/cdk": "^3.59.0",
"@taiga-ui/core": "^3.59.0",
"@tinkoff/ng-polymorpheus": "^4.3.0",
Expand Down
14 changes: 7 additions & 7 deletions projects/cdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@
"@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",
Expand All @@ -36,9 +36,9 @@
"rxjs": ">=6.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
12 changes: 6 additions & 6 deletions projects/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
"@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",
Expand Down
4 changes: 2 additions & 2 deletions projects/experimental/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,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",
"@taiga-ui/addon-commerce": "^3.59.0",
"@taiga-ui/cdk": "^3.59.0",
"@taiga-ui/core": "^3.59.0",
Expand Down
2 changes: 1 addition & 1 deletion projects/i18n/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"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",
"tslib": "^2.6.2"
Expand Down
8 changes: 4 additions & 4 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 Down
4 changes: 2 additions & 2 deletions projects/layout/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,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",
"@taiga-ui/cdk": "^3.59.0",
"@taiga-ui/core": "^3.59.0",
"@tinkoff/ng-polymorpheus": "^4.3.0",
Expand Down

0 comments on commit 98ebdfa

Please sign in to comment.