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

fix(@angular-devkit/build-angular): update dependency postcss to v8.4.31 #25956

Merged
merged 2 commits into from Oct 5, 2023

Commits on Oct 5, 2023

  1. Configuration menu
    Copy the full SHA
    5ea3077 View commit details
    Browse the repository at this point in the history
  2. test: install specific npm version in npm version E2E test

    To avoid project installation errors when running the `npm-7` E2E test,
    the previous semver range of `>7.5.6` has been instead set to a fixed
    `8.0.0`. This ensures consistency within the test as now a known version
    of npm will be used.
    This E2E test started failing recently due to the release of npm 10 which
    some packages do not support via the `engines` field. This situation in
    turn caused project install failures when the new version of npm was attempted
    to be installed in the test.
    
    (cherry picked from commit 889338c)
    clydin authored and alan-agius4 committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    7f529d5 View commit details
    Browse the repository at this point in the history