mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
aaac1bcd79
The rules_angular bump in #69410 made ts_project require every `deps`
entry to provide the JsInfo provider. `esbuild_base` listed
`//packages:package_json` in its deps, but `esbuild-base.config.mts` never
imports or reads package.json, so the dependency is unnecessary and now
breaks analysis (`//packages:package_json` is a `copy_to_bin` target that
provides only DefaultInfo). Remove it.
(cherry picked from commit aa7d9fcc61)