Upgrade vulnerable direct dependencies (npm audit: 0 vulnerabilities) - #1148
Conversation
e391a3f to
861d27a
Compare
861d27a to
a072413
Compare
🚀 Release Preview SuccessYou are going to release the version patch with the following changes: 5.2.2 - 2026-09-01Fixed
💡 Merge Strategy: Squash and MergeRemember to use the 'Squash and Merge' strategy to merge this Pull Request ( |
a072413 to
35bcd77
Compare
🚀 Release Preview SuccessYou are going to release the version patch with the following changes: 5.2.2 - 2026-09-01Fixed
💡 Merge Strategy: Squash and MergeRemember to use the 'Squash and Merge' strategy to merge this Pull Request ( |
Address review feedback on #1148: - Pin tsdown to an exact version (0.22.14, no caret range) in all 10 packages that declare it, matching the exact-pin convention already used for the other vulnerability-fix bumps (ws, @azure/identity, @nx/js, nx). - Remove the root package.json `ws` override — it was added to force jsdom's transitive ws resolution to dedupe onto the patched version, but a fresh `npm install` now naturally dedupes jsdom's ws range onto the 8.21.3 pinned directly by store-websockets/ store-azure-web-pubsub without needing a root-level override. npm audit still reports 0 vulnerabilities; full build/lint/test suite passes. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
🚀 Release Preview SuccessYou are going to release the version patch with the following changes: 5.2.2 - 2026-09-02Fixed
💡 Merge Strategy: Squash and MergeRemember to use the 'Squash and Merge' strategy to merge this Pull Request ( |
1 similar comment
🚀 Release Preview SuccessYou are going to release the version patch with the following changes: 5.2.2 - 2026-09-02Fixed
💡 Merge Strategy: Squash and MergeRemember to use the 'Squash and Merge' strategy to merge this Pull Request ( |
0559774 to
ca6f528
Compare
🚀 Release Preview SuccessYou are going to release the version patch with the following changes: 5.2.2 - 2026-09-02Fixed
💡 Merge Strategy: Squash and MergeRemember to use the 'Squash and Merge' strategy to merge this Pull Request ( |
aa8718f to
1cfc9a4
Compare
❌ No changes in the
|
🚀 Release Preview SuccessYou are going to release the version patch with the following changes: 5.2.2 - 2026-09-02Fixed
💡 Merge Strategy: Squash and MergeRemember to use the 'Squash and Merge' strategy to merge this Pull Request ( |
Bump @azure/identity (4.10.2->4.13.2), @nx/js+nx (22.x->23.1.2, major rescoped mid-implementation as the advisory range expanded), tsdown (0.10.2->0.22.14, major), and ws (8.18.1->8.21.3), plus root overrides for ws/axios/fast-uri drift. Fixes 3 regressions surfaced by the bumps: - add explicit tsdown devDependency to store-standalone, store-websockets, create-frontend-app (previously relied on hoisting) - use namespace import for express-serve-static-core in store-azure-web-pubsub (rolldown-plugin-dts rejects synthetic default) - set fixedExtension: false in all platform:'node' tsdown configs to preserve .js/.d.ts output matching package.json exports maps npm audit now reports 0 vulnerabilities. Full build/lint/test suite passes. Manually verified multi-tab collaboration sync, Azure Web PubSub auth, and blob storage auth against a live Azure instance via Playwright. Closes #1147 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
3d74fa5 to
a5e4a71
Compare
🚀 Release Preview SuccessYou are going to release the version patch with the following changes: 5.2.2 - 2026-09-02Fixed
💡 Merge Strategy: Squash and MergeRemember to use the 'Squash and Merge' strategy to merge this Pull Request ( |
|



Closes #1147