Skip to content

Commit 5d67255

Browse files
authored
build: publish v19.0.4 of language service extension (#2135)
See changelog.
1 parent 764b51f commit 5d67255

File tree

5 files changed

+4648
-6969
lines changed

5 files changed

+4648
-6969
lines changed

.aspect/rules/external_repository_action_cache/npm_translate_lock_LTE4Nzc1MDcwNjU=

+3-3
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=-1823624125
6-
yarn.lock=739973275
7-
package.json=-1235524961
5+
pnpm-lock.yaml=543924434
6+
yarn.lock=364918533
7+
package.json=-147247847
88
pnpm-workspace.yaml=1711114604

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 19.0.4
2+
This release upgrades `@angular/language-service` to v19.0.6.
3+
4+
* [fix(compiler-cli): consider pre-release versions when detecting feature support #59061](https://github.com/angular/angular/pull/59061)
5+
16
# 19.0.3
27
This release upgrades `@angular/language-service` to v19.0.1.
38

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "ng-template",
33
"displayName": "Angular Language Service",
44
"description": "Editor services for Angular templates",
5-
"version": "19.0.3",
5+
"version": "19.0.4",
66
"publisher": "Angular",
77
"icon": "angular.png",
88
"license": "MIT",
@@ -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.1",
248+
"@angular/language-service": "^19.0.6",
249249
"typescript": "5.6.2",
250250
"vscode-html-languageservice": "^4.2.5",
251251
"vscode-jsonrpc": "6.0.0",

0 commit comments

Comments
 (0)