Skip to content

build: update to nodejs v16 and update rules_nodejs to v4 stable #23485

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

Merged
merged 2 commits into from
Aug 31, 2021

Conversation

devversion
Copy link
Member

Updates NodeJS to v16 and updates rules_nodejs to v4 stable. This
allows developers running tests and building with ARM64 darwin. i.e.
Apple Silicon/M1 devices.

@devversion devversion added merge safe target: patch This PR is targeted for the next patch release labels Aug 28, 2021
@devversion devversion requested a review from a team as a code owner August 28, 2021 13:13
@google-cla google-cla bot added the cla: yes PR author has agreed to Google's Contributor License Agreement label Aug 28, 2021
@devversion devversion force-pushed the build/m1-compatibility branch from 07d6e8f to e814b09 Compare August 28, 2021 13:39
Copy link
Member

@crisbeto crisbeto left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@devversion devversion force-pushed the build/m1-compatibility branch 3 times, most recently from 9726445 to b21a0ae Compare August 29, 2021 16:50
Updates NodeJS to v16 and updates rules_nodejs to v4 stable. This
allows developers running tests and building with ARM64 darwin. i.e.
Apple Silicon/M1 devices.
@devversion devversion force-pushed the build/m1-compatibility branch from b21a0ae to 4523913 Compare August 29, 2021 17:40
@devversion devversion requested a review from mmalerba as a code owner August 29, 2021 17:40
await getElement(otherElement).getLocation().then((location: Point) => {
expectLocation(getElement(element), location);
await getElement(otherElement).getLocation().then(async (location: Point) => {
await expectLocation(getElement(element), location);
Copy link
Member Author

@devversion devversion Aug 29, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For some reason there was a missing await here that caused e2e tests to fail. Not sure if it was flaky because it happened constantly on this PR, but the missing await definitely is reasonable for flakiness..

@devversion devversion added the action: merge The PR is ready for merge by the caretaker label Aug 30, 2021
Copy link
Member

@josephperrott josephperrott left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@mmalerba mmalerba merged commit 5998dd3 into angular:master Aug 31, 2021
@mmalerba mmalerba added target: major This PR is targeted for the next major release and removed target: patch This PR is targeted for the next patch release labels Aug 31, 2021
@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 Oct 2, 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 cla: yes PR author has agreed to Google's Contributor License Agreement target: major This PR is targeted for the next major release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants