-
Notifications
You must be signed in to change notification settings - Fork 438
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: add Node.js v20 support by bumping @azure/identity
to v3.4.1
#1575
fix: add Node.js v20 support by bumping @azure/identity
to v3.4.1
#1575
Conversation
Looks like only v2 of |
Thanks for make this change. we will double check see if the latest 3.0 version and NodeJS 20 has any compatibility issue with the current setup, then merge it if everything looks good. |
It looks like
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1575 +/- ##
==========================================
- Coverage 78.98% 78.07% -0.92%
==========================================
Files 93 93
Lines 4821 4821
Branches 921 921
==========================================
- Hits 3808 3764 -44
- Misses 707 756 +49
+ Partials 306 301 -5 ☔ View full report in Codecov by Sentry. |
Hi @MichaelSun90 now that node 20 is LTS can we get another look at this? |
Hi, Michael is on vacation currently, we'll look into supporting this in the future. |
@esetnik @MichaelSun90 probably worth merging in with @azure/identity v4.0.0 as they have just implemented node 20 support. |
Looks like this would also necessitate dropping node 16 support from tedious if I'm reading the above comments correctly... |
Do you mind updating this PR to version |
Just pushed the update |
@azure/identity
to v3.4.1
@azure/identity
to v3.4.1
@azure/identity
to v3.4.1
@azure/identity
to v3.4.1
@azure/identity
to v3.4.1
🎉 This PR is included in version 16.6.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
@arthurschreiber it seems like 16.6.1 wasn't pushed as the |
That's how new releases of |
Before submitting a PR :
master
branch of the repository.npm install
in the root folder.npm run-script test-all
). During development, to run individual test usenode_modules/nodeunit test/<test_file.js> -t <test_name>
.npm run build
).npm run lint
).node_modules/.bin/commitlint --from origin/master --to HEAD
). Refer commit conventions and commit rules.Thank you for Contributing!