Skip to content

Commit 9d3da60

Browse files
committed
build: update to latest angular language service version
Updates to the latest rc for v19.
1 parent 25c68f8 commit 9d3da60

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

.aspect/rules/external_repository_action_cache/npm_translate_lock_LTE4Nzc1MDcwNjU=

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Input hashes for repository rule npm_translate_lock(name = "npm", pnpm_lock = "//:pnpm-lock.yaml").
33
# This file should be checked into version control along with the pnpm-lock.yaml file.
44
.npmrc=974837034
5-
pnpm-lock.yaml=1558677558
6-
yarn.lock=1032887011
7-
package.json=-54516055
5+
pnpm-lock.yaml=-1935999358
6+
yarn.lock=245760933
7+
package.json=2019393865
88
pnpm-workspace.yaml=1711114604

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@
245245
"test:legacy-syntaxes": "yarn compile:syntaxes-test && yarn build:syntaxes && jasmine dist/syntaxes/test/driver.js"
246246
},
247247
"dependencies": {
248-
"@angular/language-service": "~19.0.0-next.11",
248+
"@angular/language-service": "~19.0.0-rc.0",
249249
"typescript": "5.6.2",
250250
"vscode-html-languageservice": "^4.2.5",
251251
"vscode-jsonrpc": "6.0.0",

pnpm-lock.yaml

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -173,10 +173,10 @@
173173
uuid "^8.3.2"
174174
yargs "^17.0.0"
175175

176-
"@angular/language-service@~19.0.0-next.11":
177-
version "19.0.0-next.11"
178-
resolved "https://registry.yarnpkg.com/@angular/language-service/-/language-service-19.0.0-next.11.tgz#2c35fb98e11b43007571e10f4f1190c96ac069e3"
179-
integrity sha512-gDX3/TSF2tgp7IgvaQYbpO7mY0B5b+JUftK1jRAbiKkaFDOyhyNCpOSg0wWFnccqI7hiRO4SuYZfhjDYeIxfSA==
176+
"@angular/language-service@~19.0.0-rc.0":
177+
version "19.0.0-rc.0"
178+
resolved "https://registry.yarnpkg.com/@angular/language-service/-/language-service-19.0.0-rc.0.tgz#0156e6207496b43b06af27f289d6242a899ab39c"
179+
integrity sha512-e4aHLmP4S7PyX3K240mK9bfX2qg0ddINuGaFUY+hph6m4E/PVl34yd2fQ9ksUO3IDd/0J8TBVWD7z4KOIE0SMQ==
180180

181181
"@assemblyscript/loader@^0.10.1":
182182
version "0.10.1"

0 commit comments

Comments
 (0)