-
Notifications
You must be signed in to change notification settings - Fork 5.9k
chore(deps): update dependency @types/node to v16 #5170
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
Conversation
✨ code-server docs for PR #5170 is ready! It will be updated on every commit.
|
9c550a2
to
39583cb
Compare
This will require some manual work to make sure everything is working. |
fbbd77e
to
fee0c3a
Compare
2f7fa6a
to
6fb4c9d
Compare
a1635d5
to
7bc2d13
Compare
7bc2d13
to
9244392
Compare
9244392
to
b65aabc
Compare
Fixes a number of conflicts it has with Node 16.
8a09918
to
0e56c34
Compare
It seems req was `any` before so now we have to handle the types. Also it seems the socket is of type `stream.Duplex`, not `net.Socket`. The ws types had to be updated to support the new type. Unfortunately Code still uses the old type so cast for now. In the web socket router just use a cast for the extra properties we add. We could add the types to the Express namespace but I am not sure we really want these commonly accessible so keep with the casts for now. Likely we should use Express's `locals` or something instead.
0e56c34
to
9883a87
Compare
Not sure why it only just now started complaining though.
Codecov Report
@@ Coverage Diff @@
## main #5170 +/- ##
==========================================
+ Coverage 72.42% 72.44% +0.01%
==========================================
Files 30 30
Lines 1672 1673 +1
Branches 366 366
==========================================
+ Hits 1211 1212 +1
Misses 398 398
Partials 63 63
Continue to review full report at Codecov.
|
This PR contains the following updates:
^14.17.1
->^16.0.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Renovate will not automatically rebase this PR, because other commits have been found.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.