Skip to content

Commit 4146ad2

Browse files
committed
fixup! build: update dependency to latest v13 release and fix errors
1 parent 999e88f commit 4146ad2

File tree

4 files changed

+9
-8
lines changed

4 files changed

+9
-8
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@
183183
"test:syntaxes": "yarn compile:syntaxes-test && yarn build:syntaxes && jasmine dist/syntaxes/test/driver.js"
184184
},
185185
"dependencies": {
186-
"@angular/language-service": "13.0.0-next.12",
186+
"@angular/language-service": "13.0.0-next.9",
187187
"typescript": "4.4.3",
188188
"vscode-jsonrpc": "6.0.0",
189189
"vscode-languageclient": "7.0.0",
@@ -211,4 +211,4 @@
211211
"type": "git",
212212
"url": "https://github.com/angular/vscode-ng-language-service"
213213
}
214-
}
214+
}

server/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@
1515
"ngserver": "./bin/ngserver"
1616
},
1717
"dependencies": {
18-
"@angular/language-service": "13.0.0-next.12",
18+
"@angular/language-service": "13.0.0-next.9",
1919
"vscode-jsonrpc": "6.0.0",
2020
"vscode-languageserver": "7.0.0",
2121
"vscode-uri": "3.0.2"
2222
},
2323
"publishConfig": {
2424
"registry": "https://wombat-dressing-room.appspot.com"
2525
}
26-
}
26+
}

server/src/session.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,7 @@ export class Session {
148148
// TODO(atscott): The Ivy flag was removed in v13. We need to include a legacy version (some
149149
// v12) of the language service in order to continue supporting view engine.
150150
const pluginConfig: PluginConfig = {
151+
ivy: true,
151152
angularOnly: true,
152153
};
153154
if (options.host.isG3) {

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,10 @@
5252
yaml "^1.10.0"
5353
yargs "^17.0.0"
5454

55-
"@angular/[email protected].12":
56-
version "13.0.0-next.12"
57-
resolved "https://registry.yarnpkg.com/@angular/language-service/-/language-service-13.0.0-next.12.tgz#e080fc9e58af9267d9c97abad15dbef4b8c0ea18"
58-
integrity sha512-YUF/XsQ192tycaOzhYuTWwMx299zIGxENqQ1AVf8rp1TNnfr6csh+7LJ42j60MN44FmYXnIrVRV2+fp3jfhyBA==
55+
"@angular/[email protected].9":
56+
version "13.0.0-next.9"
57+
resolved "https://registry.yarnpkg.com/@angular/language-service/-/language-service-13.0.0-next.9.tgz#4a7ad7b1d703d41354796a918b46555d7e31a497"
58+
integrity sha512-QuxolblOcGFXP/wPBIM4HRZ6HaFtOAGhwy4L5ZMaYGLsPIQ2nSYkicHy2pTiVwxNpXmfwSc80c11XrJTVPqBTQ==
5959

6060
"@babel/code-frame@^7.0.0":
6161
version "7.12.13"

0 commit comments

Comments
 (0)