Skip to content

Commit

Permalink
feat: support TypeScript to 4.4
Browse files Browse the repository at this point in the history
BREAKING CHANGE: TypeScript versions prior to 4.4 are no longer supported.
  • Loading branch information
alan-agius4 committed Sep 28, 2021
1 parent 34e8130 commit 40f7316
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 7 deletions.
2 changes: 1 addition & 1 deletion integration/consumers/ng-cli/package.json
Expand Up @@ -32,6 +32,6 @@
"@angular/cli": "~12.2.0",
"@angular/compiler-cli": "~12.2.0",
"@types/node": "^14.14.37",
"typescript": "4.3.5"
"typescript": "4.4.3"
}
}
5 changes: 5 additions & 0 deletions integration/consumers/ng-cli/yarn.lock
Expand Up @@ -7149,6 +7149,11 @@ typescript@4.3.5:
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.3.5.tgz#4d1c37cc16e893973c45a06886b7113234f119f4"
integrity sha512-DqQgihaQ9cUrskJo9kIyW/+g0Vxsk8cDtZ52a3NGh0YNTfpUSArXSohyUGnvbPazEPLu398C0UxmKSOrPumUzA==

typescript@4.4.3:
version "4.4.3"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.4.3.tgz#bdc5407caa2b109efd4f82fe130656f977a29324"
integrity sha512-4xfscpisVgqqDfPaJo5vkd+Qd/ItkoagnHpufr+i2QCHBsNYp+G7UAoyFl8aPtx879u38wPV65rZ8qbGZijalA==

unicode-canonical-property-names-ecmascript@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-2.0.0.tgz#301acdc525631670d39f6146e0e77ff6bbdebddc"
Expand Down
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -62,7 +62,7 @@
"peerDependencies": {
"@angular/compiler-cli": "^13.0.0-next.0",
"tslib": "^2.1.0",
"typescript": "~4.2.3 || ~4.3.2"
"typescript": "~4.4.0"
},
"devDependencies": {
"@angular/cdk": "^12.0.0",
Expand Down Expand Up @@ -105,7 +105,7 @@
"standard-version": "^9.0.0",
"ts-node": "^10.0.0",
"tslib": "^2.0.0",
"typescript": "~4.3.3",
"typescript": "~4.4.0",
"zone.js": "^0.11.0"
},
"private": true,
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -4068,10 +4068,10 @@ typedarray@^0.0.6:
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=

typescript@~4.3.3:
version "4.3.5"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.3.5.tgz#4d1c37cc16e893973c45a06886b7113234f119f4"
integrity sha512-DqQgihaQ9cUrskJo9kIyW/+g0Vxsk8cDtZ52a3NGh0YNTfpUSArXSohyUGnvbPazEPLu398C0UxmKSOrPumUzA==
typescript@~4.4.0:
version "4.4.3"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.4.3.tgz#bdc5407caa2b109efd4f82fe130656f977a29324"
integrity sha512-4xfscpisVgqqDfPaJo5vkd+Qd/ItkoagnHpufr+i2QCHBsNYp+G7UAoyFl8aPtx879u38wPV65rZ8qbGZijalA==

uglify-js@^3.1.4:
version "3.14.2"
Expand Down

0 comments on commit 40f7316

Please sign in to comment.