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 11, 2024
1 parent 8915881 commit a16f5c0
Show file tree
Hide file tree
Showing 65 changed files with 3,190 additions and 4,399 deletions.
6,420 changes: 2,692 additions & 3,728 deletions package-lock.json

Large diffs are not rendered by default.

33 changes: 15 additions & 18 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,14 +128,14 @@
"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",
"standard-version": "9.5.0",
"ts-mockito": "2.6.1",
"ts-node": "10.9.2",
"typescript": "4.9.5",
"typescript": "5.0.4",
"wait-on": "7.2.0",
"webpack": "5.90.3"
},
Expand All @@ -148,9 +148,6 @@
"Alex Inkin <[email protected]>",
"Roman Sedov <[email protected]>"
],
"overrides": {
"highlight.js": "11.5.1"
},
"standard-version": {
"scripts": {
"postchangelog": "ts-node ./scripts/postchangelog.ts",
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"
}
}
12 changes: 6 additions & 6 deletions projects/addon-doc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,17 @@
"dependencies": {
"markdown-it": "14.0.0",
"marked": "11.2.0",
"ngx-highlightjs": "6.1.3"
"ngx-highlightjs": "9.0.0"
},
"devDependencies": {
"@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"
}
}
22 changes: 11 additions & 11 deletions projects/cdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,27 +18,27 @@
"tslib": "2.6.2"
},
"devDependencies": {
"@angular-devkit/core": "15.2.10",
"@angular-devkit/schematics": "15.2.10",
"@schematics/angular": "15.2.10",
"@angular-devkit/core": "16.2.12",
"@angular-devkit/schematics": "16.2.12",
"@schematics/angular": "16.2.12",
"@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
Loading

0 comments on commit a16f5c0

Please sign in to comment.