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

Backport various fixes to 12.2.x #21979

Merged
merged 4 commits into from
Oct 19, 2021
Merged

Conversation

clydin
Copy link
Member

@clydin clydin commented Oct 19, 2021

See individual commits.

The `npm` package manager recently released version 8. This version removes support for older versions of Node.js but retains support for the versions that align with Angular's support range. The Angular CLI packages unfortunately did not support version 8 due to the ranges only permitting versions ^6.11.0 and ^7.5.6 which were the minimums for each that ensured a functioning Angular CLI environment. The range has now been expanded to include >=8.0.0 to allow newer versions of `npm` to function as well.

npm 8.0.0 release information: https://github.com/npm/cli/releases/tag/v8.0.0

(cherry picked from commit 34f486e)
This addresses issues with the WASM variant of `esbuild` that may affect users on platforms that do not have native support.
…to 2.4.2

This addresses an issue related to package hoisting and multiple Webpack versions (direct or transitive) within a project.

Related issues: angular#21567 & angular#21628
@clydin clydin added the target: patch This PR is targeted for the next patch release label Oct 19, 2021
@google-cla google-cla bot added the cla: yes label Oct 19, 2021
@google-cla
Copy link

google-cla bot commented Oct 19, 2021

All (the pull request submitter and all commit authors) CLAs are signed, but one or more commits were authored or co-authored by someone other than the pull request submitter.

We need to confirm that all authors are ok with their commits being contributed to this project. Please have them confirm that by leaving a comment that contains only @googlebot I consent. in this pull request.

Note to project maintainer: There may be cases where the author cannot leave a comment, or the comment is not properly detected as consent. In those cases, you can manually confirm consent of the commit author(s), and set the cla label to yes (if enabled on your project).

ℹ️ Googlers: Go here for more info.

@google-cla google-cla bot added cla: no and removed cla: yes labels Oct 19, 2021
@alan-agius4
Copy link
Collaborator

@googlebot I consent.

@google-cla google-cla bot added cla: yes and removed cla: no labels Oct 19, 2021
@alan-agius4 alan-agius4 added the action: merge The PR is ready for merge by the caretaker label Oct 19, 2021
@clydin clydin merged commit 81033a4 into angular:12.2.x Oct 19, 2021
@clydin clydin deleted the backport/various-12.2.x branch October 19, 2021 18:15
@angular-automatic-lock-bot
Copy link

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

@angular-automatic-lock-bot angular-automatic-lock-bot bot locked and limited conversation to collaborators Nov 19, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
action: merge The PR is ready for merge by the caretaker target: patch This PR is targeted for the next patch release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants