Skip to content

build: remove unused madge and material.angular.io image optimization #30674

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 21, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Input hashes for repository rule npm_translate_lock(name = "npm2", pnpm_lock = "@//:pnpm-lock.yaml").
# This file should be checked into version control along with the pnpm-lock.yaml file.
.npmrc=-2023857461
package.json=234099890
pnpm-lock.yaml=986627933
package.json=-1258556846
pnpm-lock.yaml=1977822002
pnpm-workspace.yaml=1711114604
yarn.lock=824621907
yarn.lock=1826236985
5 changes: 0 additions & 5 deletions material.angular.io/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@
"publish-prod": "bash ./tools/deploy.sh stable prod",
"publish-dev": "bash ./tools/deploy.sh",
"publish-beta": "bash ./tools/deploy.sh stable beta",
"scenes:generate": "ng e2e --port 4201 scenes && yarn scenes:optimize",
"scenes:optimize": "node tools/optimize-scene-screenshots",
"test:audit:localhost": "node tools/audit-docs dist/material-angular-io",
"test:audit:bazel": "node tools/audit-docs $(bazel cquery --output=files //:build.production)",
"test:audit:ci": "node tools/audit-docs ../dist/material-angular-io"
Expand Down Expand Up @@ -69,7 +67,6 @@
"@angular/compiler-cli": "^20.0.0-next.0",
"@bazel/bazelisk": "^1.12.1",
"@stylistic/eslint-plugin": "^2.6.2",
"@types/imagemin": "^7.0.0",
"@types/jasmine": "^3.7.7",
"@types/node": "^18.11.9",
"@types/shelljs": "~0.8.8",
Expand All @@ -81,8 +78,6 @@
"eslint-plugin-jsdoc": "^48.2.1",
"eslint-plugin-prefer-arrow": "^1.2.3",
"firebase-tools": "^11.0.1",
"imagemin": "^7.0.1",
"imagemin-pngquant": "^9.0.2",
"jasmine-core": "^3.7.1",
"jasmine-spec-reporter": "^6.0.0",
"karma": "~6.4.1",
Expand Down
25 changes: 0 additions & 25 deletions material.angular.io/tools/optimize-scene-screenshots.js

This file was deleted.

Loading
Loading