Skip to content
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

build: make scripts for compatibility with Node.js 18.20+ #55527

Closed
wants to merge 3 commits into from

Commits on Apr 25, 2024

  1. build: make scripts for compatibility with Node.js 18.20+

    This commit enhances the ng-dev and other local scripts to ensure compatibility with Node.js 18.20+. This adjustment is essential for releasing this branch, as it would otherwise lack compatibility with that version.
    
    (cherry picked from commit 416d440)
    alan-agius4 committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    0227bcb View commit details
    Browse the repository at this point in the history
  2. build: address failures in zone.js typings tests

    Update zone.js typings tests to work
    alan-agius4 committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    fd71364 View commit details
    Browse the repository at this point in the history
  3. build: remove Windows CI check (angular#52140)

    Based on recent discussions, these changes remove the Windows CI check because it has been too flaky for too long. Furthermore, we've concluded that the simulated file system in the compiler tests already catches the same set of bugs as running the tests on a real Windows system.
    
    PR Close angular#52140
    
    (cherry picked from commit 5a969e0)
    crisbeto authored and alan-agius4 committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    87355d1 View commit details
    Browse the repository at this point in the history