Skip to content

Commit cf0a0b9

Browse files
Keen Yee Liauayazhafiz
authored andcommitted
build: upgrade to TypeScript 3.6.4 (#424)
Now that angular/angular#32946 has landed, upgrade to ts 3.6.4.
1 parent 6f17997 commit cf0a0b9

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ and external templates including:
1212
* Quick info
1313
* Go to definition
1414

15-
This extension uses `typescript@3.5.x`.
15+
This extension uses `typescript@3.6.x`.
1616

1717
**NOTE**: Please make sure `@angular/language-service` >= v9.0.0 is installed
1818
in your project otherwise the extension would not work.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"test:e2e": "yarn compile:integration && ./scripts/e2e.sh"
5454
},
5555
"dependencies": {
56-
"typescript": "~3.5.3"
56+
"typescript": "~3.6.4"
5757
},
5858
"devDependencies": {
5959
"@types/jasmine": "^3.4.0",

server/src/tests/version_provider_spec.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ describe('resolveWithMinMajor', () => {
1313

1414
it('should find typescript >= v2', () => {
1515
const result = resolveWithMinMajor('typescript', 2, probeLocations);
16-
expect(result.version).toBe('3.5.3');
16+
expect(result.version).toBe('3.6.4');
1717
});
1818

1919
it('should find typescript v3', () => {
2020
const result = resolveWithMinMajor('typescript', 3, probeLocations);
21-
expect(result.version).toBe('3.5.3');
21+
expect(result.version).toBe('3.6.4');
2222
});
2323

2424
it('should fail to find typescript v4', () => {

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1092,10 +1092,10 @@ [email protected]:
10921092
tunnel "0.0.4"
10931093
underscore "1.8.3"
10941094

1095-
typescript@~3.5.3:
1096-
version "3.5.3"
1097-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.5.3.tgz#c830f657f93f1ea846819e929092f5fe5983e977"
1098-
integrity sha512-ACzBtm/PhXBDId6a6sDJfroT2pOWt/oOnk4/dElG5G33ZL776N3Y6/6bKZJBFpd+b05F3Ct9qDjMeJmRWtE2/g==
1095+
typescript@~3.6.4:
1096+
version "3.6.4"
1097+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.6.4.tgz#b18752bb3792bc1a0281335f7f6ebf1bbfc5b91d"
1098+
integrity sha512-unoCll1+l+YK4i4F8f22TaNVPRHcD9PA3yCuZ8g5e0qGqlVlJ/8FSateOLLSagn+Yg5+ZwuPkL8LFUc0Jcvksg==
10991099

11001100
uc.micro@^1.0.1, uc.micro@^1.0.5:
11011101
version "1.0.6"

0 commit comments

Comments
 (0)