fix: update dependencies via npm audit fix#1705
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #1705 +/- ##
=======================================
Coverage 78.84% 78.84%
=======================================
Files 90 90
Lines 4887 4887
Branches 920 920
=======================================
Hits 3853 3853
Misses 736 736
Partials 298 298 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
🎉 This PR is included in version 19.1.3 🎉 The release is available on: Your semantic-release bot 📦🚀 |
|
@arthurschreiber v19.1.3 - Sql connection throws SequelizeConnectionError (when used with Sequelize) code ESOCKKET |
|
Are you sure it's this specific PR that broke something? The changes in here shouldn't have any effect really. |
I am not 100% sure but I see in V19.1.3 only this PR has merged. Correct me if I am wrong. |
|
I compared versions v19.1.2 and v19.1.3, and the changes are not limited to this PR alone, so adding the message here wouldn’t be appropriate. |
Not an issue with Tedious V19.1.3 but it is package compatibly issue with @azure/identity v4.13.0After further analysis, this appears to be a package compatibility issue rather than a problem with tedious. My apologies for initially attributing the issue here without a complete investigation. Evidence from @azure/identity v4.13.0 ReleaseRelease Date: October 2024
Specific Breaking Behavior in @azure/core-rest-pipeline v1.17.0:
Technical Root CauseWhen tedious and @azure/identity run in the same Node.js process:
Evidence URLs
|
Before submitting a PR :
masterbranch of the repository.npm installin 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!