Skip to content

Commit bffba78

Browse files
committed
build: remove animations package from build
Drops the `@angular/animations` package from all of our build dependencies.
1 parent 931ac3c commit bffba78

File tree

21 files changed

+9368
-5363
lines changed

21 files changed

+9368
-5363
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/.yarn/releases/yarn-4.7.0.cjs

Lines changed: 0 additions & 935 deletions
This file was deleted.

integration/yarn-pnp-compat/.yarn/releases/yarn-4.9.4.cjs

Lines changed: 942 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)