mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
Currently the ZoneJS typing tests executes outside of Bazel, as a legacy artifact of the monorepo merging (as it seems - not ideal at all). Looks like this test relies on its own node modules, that were NOT locked using a yarn lock file. This commit adds one, and specifically locks it to a `@types/node` version that does not include the most recent patch release (which seemingly introduced a breaking change) that causes issues with TypeScript's lib checking. Whenever we perform lock file maintenance in the future, we have the following options: - Consider disabling lib checking via `skipLibCheck` for this test. This may be acceptable. - Continue locking the node version, - Waiting for chokidar to comply with the new signature - Waiting for the breaking change to be rolled back. Culprit change: https://github.com/DefinitelyTyped/DefinitelyTyped/pull/68300 PR Close #54048 |
||
|---|---|---|
| .. | ||
| adev-preview-build.yml | ||
| adev-preview-deploy.yml | ||
| aio-preview-build.yml | ||
| aio-preview-deploy.yml | ||
| assistant-to-the-branch-manager.yml | ||
| benchmark-compare.yml | ||
| ci-privileged.yml | ||
| ci.yml | ||
| dev-infra.yml | ||
| feature-requests.yml | ||
| google-internal-tests.yml | ||
| merge-ready-status.yml | ||
| monitoring.yml | ||
| scorecard.yml | ||
| update-cli-help.yml | ||
| update-events.yml | ||