Skip to content

Commit b53de49

Browse files
build: remove unused madge and material.angular.io image optimization (#30674)
Remove the unused madge dependency and the image optimization scripts for material.angular.io along with its no longer used dependencies
1 parent 985721c commit b53de49

File tree

7 files changed

+34
-2121
lines changed

7 files changed

+34
-2121
lines changed

.aspect/rules/external_repository_action_cache/npm_translate_lock_MzA5NzUwNzMx

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Input hashes for repository rule npm_translate_lock(name = "npm2", pnpm_lock = "@//:pnpm-lock.yaml").
33
# This file should be checked into version control along with the pnpm-lock.yaml file.
44
.npmrc=-2023857461
5-
package.json=234099890
6-
pnpm-lock.yaml=986627933
5+
package.json=-1258556846
6+
pnpm-lock.yaml=1977822002
77
pnpm-workspace.yaml=1711114604
8-
yarn.lock=824621907
8+
yarn.lock=1826236985

material.angular.io/package.json

-5
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@
2121
"publish-prod": "bash ./tools/deploy.sh stable prod",
2222
"publish-dev": "bash ./tools/deploy.sh",
2323
"publish-beta": "bash ./tools/deploy.sh stable beta",
24-
"scenes:generate": "ng e2e --port 4201 scenes && yarn scenes:optimize",
25-
"scenes:optimize": "node tools/optimize-scene-screenshots",
2624
"test:audit:localhost": "node tools/audit-docs dist/material-angular-io",
2725
"test:audit:bazel": "node tools/audit-docs $(bazel cquery --output=files //:build.production)",
2826
"test:audit:ci": "node tools/audit-docs ../dist/material-angular-io"
@@ -69,7 +67,6 @@
6967
"@angular/compiler-cli": "^20.0.0-next.0",
7068
"@bazel/bazelisk": "^1.12.1",
7169
"@stylistic/eslint-plugin": "^2.6.2",
72-
"@types/imagemin": "^7.0.0",
7370
"@types/jasmine": "^3.7.7",
7471
"@types/node": "^18.11.9",
7572
"@types/shelljs": "~0.8.8",
@@ -81,8 +78,6 @@
8178
"eslint-plugin-jsdoc": "^48.2.1",
8279
"eslint-plugin-prefer-arrow": "^1.2.3",
8380
"firebase-tools": "^11.0.1",
84-
"imagemin": "^7.0.1",
85-
"imagemin-pngquant": "^9.0.2",
8681
"jasmine-core": "^3.7.1",
8782
"jasmine-spec-reporter": "^6.0.0",
8883
"karma": "~6.4.1",

material.angular.io/tools/optimize-scene-screenshots.js

-25
This file was deleted.

0 commit comments

Comments
 (0)