Skip to content

Commit 6ffa84a

Browse files
authored
build: remove animations package from build (#31832)
Drops the `@angular/animations` package from all of our build dependencies.
1 parent e0a35c5 commit 6ffa84a

File tree

18 files changed

+6340
-3359
lines changed

18 files changed

+6340
-3359
lines changed

MODULE.bazel

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ npm = use_extension("@aspect_rules_js//npm:extensions.bzl", "npm")
6666
npm.npm_translate_lock(
6767
name = "npm",
6868
custom_postinstalls = {
69-
"@angular/animations": "node ../../@nginfra/angular-linking/index.mjs",
7069
"@angular/common": "node ../../@nginfra/angular-linking/index.mjs",
7170
"@angular/forms": "node ../../@nginfra/angular-linking/index.mjs",
7271
"@angular/localize": "node ../../@nginfra/angular-linking/index.mjs",

docs/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
"npm": "Please use pnpm instead of NPM to install dependencies"
2929
},
3030
"dependencies": {
31-
"@angular/animations": "catalog:",
3231
"@angular/cdk": "workspace:*",
3332
"@angular/cdk-experimental": "workspace:*",
3433
"@angular/common": "catalog:",

integration/harness-e2e-cli/package.json

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,23 +13,22 @@
1313
},
1414
"private": true,
1515
"dependencies": {
16-
"@angular/animations": "20.0.0",
1716
"@angular/cdk": "next",
18-
"@angular/common": "20.0.0",
19-
"@angular/compiler": "20.0.0",
20-
"@angular/core": "20.0.0",
21-
"@angular/forms": "20.0.0",
17+
"@angular/common": "20.2.0",
18+
"@angular/compiler": "20.2.0",
19+
"@angular/core": "20.2.0",
20+
"@angular/forms": "20.2.0",
2221
"@angular/material": "next",
23-
"@angular/platform-browser": "20.0.0",
24-
"@angular/router": "20.0.0",
22+
"@angular/platform-browser": "20.2.0",
23+
"@angular/router": "20.2.0",
2524
"rxjs": "^7.5.5",
2625
"tslib": "^2.3.0",
2726
"zone.js": "~0.15.0"
2827
},
2928
"devDependencies": {
30-
"@angular-devkit/build-angular": "20.0.0",
31-
"@angular/cli": "20.0.0",
32-
"@angular/compiler-cli": "20.0.0",
29+
"@angular-devkit/build-angular": "20.2.0",
30+
"@angular/cli": "20.2.0",
31+
"@angular/compiler-cli": "20.2.0",
3332
"@types/jasmine": "5.1.8",
3433
"@types/node": "22.15.33",
3534
"@types/selenium-webdriver": "3.0.26",

integration/harness-e2e-cli/pnpm-lock.yaml

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

integration/ng-add-standalone/package.json

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,23 +10,22 @@
1010
},
1111
"private": true,
1212
"dependencies": {
13-
"@angular/animations": "20.0.0",
1413
"@angular/cdk": "next",
15-
"@angular/common": "20.0.0",
16-
"@angular/compiler": "20.0.0",
17-
"@angular/core": "20.0.0",
18-
"@angular/forms": "20.0.0",
14+
"@angular/common": "20.2.0",
15+
"@angular/compiler": "20.2.0",
16+
"@angular/core": "20.2.0",
17+
"@angular/forms": "20.2.0",
1918
"@angular/material": "next",
20-
"@angular/platform-browser": "20.0.0",
21-
"@angular/router": "20.0.0",
19+
"@angular/platform-browser": "20.2.0",
20+
"@angular/router": "20.2.0",
2221
"rxjs": "^7.5.5",
2322
"tslib": "^2.3.0",
2423
"zone.js": "~0.15.0"
2524
},
2625
"devDependencies": {
27-
"@angular-devkit/build-angular": "20.0.0",
28-
"@angular/cli": "20.0.0",
29-
"@angular/compiler-cli": "20.0.0",
26+
"@angular-devkit/build-angular": "20.2.0",
27+
"@angular/cli": "20.2.0",
28+
"@angular/compiler-cli": "20.2.0",
3029
"@types/jasmine": "~5.1.7",
3130
"@types/node": "22.15.33",
3231
"glob": "^7.2.0",

integration/ng-add-standalone/pnpm-lock.yaml

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

integration/ng-add/package.json

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,23 +10,22 @@
1010
},
1111
"private": true,
1212
"dependencies": {
13-
"@angular/animations": "20.0.0",
1413
"@angular/cdk": "next",
15-
"@angular/common": "20.0.0",
16-
"@angular/compiler": "20.0.0",
17-
"@angular/core": "20.0.0",
18-
"@angular/forms": "20.0.0",
14+
"@angular/common": "20.2.0",
15+
"@angular/compiler": "20.2.0",
16+
"@angular/core": "20.2.0",
17+
"@angular/forms": "20.2.0",
1918
"@angular/material": "next",
20-
"@angular/platform-browser": "20.0.0",
21-
"@angular/router": "20.0.0",
19+
"@angular/platform-browser": "20.2.0",
20+
"@angular/router": "20.2.0",
2221
"rxjs": "^7.5.5",
2322
"tslib": "^2.3.0",
2423
"zone.js": "~0.15.0"
2524
},
2625
"devDependencies": {
27-
"@angular-devkit/build-angular": "20.0.0",
28-
"@angular/cli": "20.0.0",
29-
"@angular/compiler-cli": "20.0.0",
26+
"@angular-devkit/build-angular": "20.2.0",
27+
"@angular/cli": "20.2.0",
28+
"@angular/compiler-cli": "20.2.0",
3029
"@types/jasmine": "~5.1.7",
3130
"@types/node": "22.15.33",
3231
"glob": "^7.2.0",

integration/ng-add/pnpm-lock.yaml

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

integration/yarn-pnp-compat/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
},
1212
"private": true,
1313
"dependencies": {
14-
"@angular/animations": "20.0.0-rc.2",
1514
"@angular/cdk": "next",
1615
"@angular/common": "20.0.0-rc.2",
1716
"@angular/compiler": "20.0.0-rc.2",

integration/yarn-pnp-compat/yarn.lock

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -183,18 +183,6 @@ __metadata:
183183
languageName: node
184184
linkType: hard
185185

186-
"@angular/animations@npm:20.0.0-rc.2":
187-
version: 20.0.0-rc.2
188-
resolution: "@angular/animations@npm:20.0.0-rc.2"
189-
dependencies:
190-
tslib: "npm:^2.3.0"
191-
peerDependencies:
192-
"@angular/common": 20.0.0-rc.2
193-
"@angular/core": 20.0.0-rc.2
194-
checksum: 10/f9f861bbe5eee3985703d24696e7e0b344c12be17b1a4b3e219967f16c3ecf67e5b7e0b758cc06f97c7d396db19430d3fcc68a37096bcde774a4857ac51dcccd
195-
languageName: node
196-
linkType: hard
197-
198186
"@angular/build@npm:20.0.0-rc.3":
199187
version: 20.0.0-rc.3
200188
resolution: "@angular/build@npm:20.0.0-rc.3"
@@ -9782,7 +9770,6 @@ __metadata:
97829770
resolution: "yarn-pnp-compat@workspace:."
97839771
dependencies:
97849772
"@angular-devkit/build-angular": "npm:20.0.0-rc.3"
9785-
"@angular/animations": "npm:20.0.0-rc.2"
97869773
"@angular/cdk": "npm:next"
97879774
"@angular/cli": "npm:20.0.0-rc.3"
97889775
"@angular/common": "npm:20.0.0-rc.2"

0 commit comments

Comments
 (0)