chore(deps): update dependency proxy to v4 - #726
Conversation
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
commit: |
6acad1f to
6da2345
Compare
6da2345 to
428d2c8
Compare
9b0f9ee to
ffca68c
Compare
1efffef to
1adbaa2
Compare
e574996 to
1b60bb8
Compare
1b60bb8 to
b361025
Compare
b361025 to
4b83bf8
Compare
4b83bf8 to
d046713
Compare
d046713 to
a315488
Compare
5509d88 to
6cfcae5
Compare
7d42ba8 to
4d462a4
Compare
|
Important Review skippedBot user detected. To trigger a single review, invoke the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Advanced Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
f2527f7 to
7d168a9
Compare
7d168a9 to
dfb203a
Compare
|
@copilot fix ci fail |
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #726 +/- ##
=======================================
Coverage 94.23% 94.23%
=======================================
Files 10 10
Lines 746 746
Branches 235 235
=======================================
Hits 703 703
Misses 40 40
Partials 3 3 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
This PR updates
proxyfrom^1.0.2to^4.0.0. Version4has no default export, so the previous import prevents the dispatcher tests from starting.The tests now use the named
createProxyexport. The change removes@types/proxybecauseproxysupplies its own TypeScript declarations.