Skip to content

Commit ddbd4a5

Browse files
committed
build: remove patch-package
The patches are no longer needed. For tsec itself we need to come up with a whole new Starlark file. It's not even wired up right now.
1 parent 187e2e4 commit ddbd4a5

7 files changed

+0
-199
lines changed

package.json

-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
"pnpm": "^9.15.6"
1616
},
1717
"scripts": {
18-
"postinstall": "patch-package --patch-dir tools/postinstall/patches && node tools/postinstall/apply-patches.js",
1918
"ng-dev": "node --no-warnings=ExperimentalWarning --loader ts-node/esm/transpile-only node_modules/@angular/ng-dev/bundles/cli.mjs",
2019
"ng-dev:stamp": "pnpm -s ng-dev release build-env-stamp --additional-stamping-script=tools/bazel-additional-stamp.mjs",
2120
"build": "node --no-warnings=ExperimentalWarning --loader ts-node/esm/transpile-only ./scripts/build-packages-dist-main.mts",
@@ -132,7 +131,6 @@
132131
"minimatch": "^3.0.4",
133132
"node-fetch": "^2.6.0",
134133
"parse5": "^7.1.2",
135-
"patch-package": "^6.5.1",
136134
"postcss": "^8.4.17",
137135
"postcss-scss": "^4.0.4",
138136
"protractor": "^7.0.0",

pnpm-lock.yaml

-54
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tools/postinstall/BUILD.bazel

Whitespace-only changes.

tools/postinstall/apply-patches.js

-64
This file was deleted.

tools/postinstall/patches/@angular+bazel+20.0.0-next.3.patch

-30
This file was deleted.

tools/postinstall/patches/@angular+build-tooling+0.0.0-1ebf18a3a60b182a3dbad12e9a149fd93af5c29b.patch

-27
This file was deleted.

tools/postinstall/patches/tsec+0.2.2.patch

-22
This file was deleted.

0 commit comments

Comments
 (0)