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

Updated Node versions for Web UI library #5589

Merged
merged 5 commits into from
Jan 30, 2025

Conversation

vhuseinova-msft
Copy link
Member

@vhuseinova-msft vhuseinova-msft commented Jan 28, 2025

What

  • Update Node version
    • Fixed an issue with a flaky test

Why

How Tested

Run most of the GitHub workflows

Process & policy checklist

  • I have updated the project documentation to reflect my changes if necessary.
  • I have read the CONTRIBUTING documentation.

Is this a breaking change?

  • This change causes current functionality to break.

@vhuseinova-msft vhuseinova-msft added the does not need changelog Changes that does not affect the published package in any way do not need changelog entry label Jan 28, 2025
Copy link
Contributor

github-actions bot commented Jan 28, 2025

@azure/communication-react jest test coverage for stable.

Lines Statements Functions Branches
Base 27930 / 44344
62.98%
27930 / 44344
62.98%
783 / 1424
54.98%
2319 / 3702
62.64%
Current 27880 / 44344
62.87%
27880 / 44344
62.87%
783 / 1424
54.98%
2356 / 3720
63.33%
Diff -50 / 0
-0.11%
-50 / 0
-0.11%
0 / 0
0%
37 / 18
0.69%

Copy link
Contributor

github-actions bot commented Jan 28, 2025

@azure/communication-react jest test coverage for beta.

Lines Statements Functions Branches
Base 57171 / 94353
60.59%
57171 / 94353
60.59%
1161 / 2687
43.2%
3440 / 5717
60.17%
Current 57176 / 94353
60.59%
57176 / 94353
60.59%
1161 / 2687
43.2%
3482 / 5740
60.66%
Diff 5 / 0
0%
5 / 0
0%
0 / 0
0%
42 / 23
0.49%

@vhuseinova-msft vhuseinova-msft added the update_snapshots Set this label to request automated update of UI snapshots label Jan 29, 2025
@github-actions github-actions bot removed the update_snapshots Set this label to request automated update of UI snapshots label Jan 29, 2025
Copy link
Contributor

Copy link
Contributor

@@ -28,7 +28,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: '20.x'
node-version: 'lts/*'
Copy link
Member

Choose a reason for hiding this comment

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

should we move this to be a Github variable like the ubuntu version in case we need to change it?

Copy link
Member Author

@vhuseinova-msft vhuseinova-msft Jan 30, 2025

Choose a reason for hiding this comment

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

We could but we already have been using LTS in some of the pipelines.

One of the advantages of using LTS is that the Node.js version will automatically migrate as LTS roles change. This ensures that the version won't be forgotten, reducing the need for manual updates. Also node is usually pretty good with backward compatibility (and deprecation policies) and has predictable release schedule

Copy link
Contributor

Calling bundle size is not changed.

  • Current size: 12401100
  • Base size: 12401100
  • Diff size: 0

Copy link
Contributor

Chat bundle size is decreased✅.

  • Current size: 1776767
  • Base size: 1776768
  • Diff size: -1

Copy link
Contributor

CallWithChat bundle size is not changed.

  • Current size: 12401112
  • Base size: 12401112
  • Diff size: 0

Copy link
Contributor

@vhuseinova-msft vhuseinova-msft merged commit a35d281 into main Jan 30, 2025
41 checks passed
@vhuseinova-msft vhuseinova-msft deleted the vhuseinova/node-version-update branch January 30, 2025 16:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
does not need changelog Changes that does not affect the published package in any way do not need changelog entry
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants