Skip to content

Commit 461eeda

Browse files
alan-agius4AndrewKushnir
authored andcommitted
build: remove unneeded language-service dependency (angular#64306)
The `@angular/language-service` package was not needed for integration tests or benchmarks. Removing this dependency simplifies the build configuration. PR Close angular#64306
1 parent 22a1001 commit 461eeda

File tree

6 files changed

+5
-17
lines changed

6 files changed

+5
-17
lines changed

integration/legacy-animations/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
"@angular-devkit/build-angular": "21.0.0-next.7",
2727
"@angular/cli": "21.0.0-next.7",
2828
"@angular/compiler-cli": "link:./in-existing-linked-by-bazel",
29-
"@angular/language-service": "link:./in-existing-linked-by-bazel",
3029
"@types/jasmine": "^5.0.0",
3130
"@types/jasminewd2": "^2.0.8",
3231
"@types/node": "^20.14.8",

integration/legacy-animations/pnpm-lock.yaml

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

integration/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
"@angular/core": "workspace:*",
99
"@angular/elements": "workspace:*",
1010
"@angular/forms": "workspace:*",
11-
"@angular/language-service": "workspace: *",
1211
"@angular/localize": "workspace: *",
1312
"@angular/platform-browser-dynamic": "workspace:*",
1413
"@angular/platform-browser": "workspace:*",

packages.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ UNPUBLISHED_PACKAGES = [
5050
ALL_PACKAGES = PUBLISHED_PACKAGES + UNPUBLISHED_PACKAGES
5151

5252
# Packages used by integration tests
53-
INTEGRATION_PACKAGES = _exclude_pkgs(PUBLISHED_PACKAGES, "zone.js", "angular-in-memory-web-api")
53+
INTEGRATION_PACKAGES = _exclude_pkgs(PUBLISHED_PACKAGES, "@angular/language-service", "zone.js", "angular-in-memory-web-api")
5454

5555
# Package names under //packages that have `files_for_docgen` targets
5656
DOCS_ENTRYPOINTS = [

packages/language-service/BUILD.bazel

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,5 @@ npm_package(
6363
],
6464
# Do not add more to this list.
6565
# Dependencies on the full npm_package cause long re-builds.
66-
visibility = [
67-
"//integration:__subpackages__",
68-
"//modules/ssr-benchmarks:__subpackages__",
69-
],
66+
visibility = [],
7067
)

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)