-
Notifications
You must be signed in to change notification settings - Fork 15
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
List of dependencies to upgrade #256
Comments
I reviewed all the dependencies, and below is the list of external dependencies that need to be updated:
|
@carpasse I think my initial comment is unclear, by checked items, I meant those do not need intervention. Only the unchecked items need to be taken care of. In any case, thank you for putting in the effort. And it appears you and I agree on the list. Perhaps we can now just check the ones that are upgraded, once their respective PR is merged? |
Hey! I was working through these as well (until work and life and security stuff all started happening at once) and I was attempting to track progress in #233. Would it be a good thing to add these last items to that todo list instead of in a separate issue? |
Hey @wesleytodd 👋 Yes, perhaps it would be better to keep the track there. I am unable to edit the last push issue though. |
Could you just comment them in there for now? |
Alright, since its referenced in the global issue now, I think we just check the relevant dependency once its upgraded. I can keep track of that. And I would like to work on upgrading |
For that lib, you should check out this issue: tj/node-cookie-signature#36 (comment) |
@IamLizu I am sorry I missed the message and started working in cookie signature when I connected this morning. I've closed the PR please ignore it. I would like to work on upgrading |
@wesleytodd @UlisesGascon Express 5.0 is still using |
@wesleytodd @UlisesGascon @IamLizu I would like to work on updating qs dep from 6.11.0 to 6.13.0 |
Hey @carpasse 👋 Alright, and for visibility, I am updating the main comment tagging your PRs. |
Sounds like a good thing to remove. 👍
I think this has already been done somewhere. Let me look, but IIRC that release was an ask of ours. I will ping in slack about it.
|
Hi @wesleytodd 👋
I tried to search in the PRs but couldn't find qs being upgraded in anyone. I think I must have missed something. |
@wesleytodd I had a chat with @UlisesGascon and the |
Awesome! Now that we have a PR against each of the pending deps, can we fast track these PRs and get them to land? |
Everything above is checked off. I still have a few in #233 with remaining changes to land, but does this mean we are able to close this one? |
Yes, we can close this 🎉 I believe this issue has served its purpose on tracking the upgrades of dependencies of Thank you to everyone involved in upgrading these deps. |
hey @IamLizu |
@bjohansebas I hope its clear now 🎉 |
As part of the plan of publishing
5.0
, we need to upgrade the dependencies. The idea is to create better visibility on these deps. Please note that the list has been compared against 5.0 package.json.Dependencies that are not directly owned by expressjs / PillarsJS / jshttp.
List
array-flatten(removed at Use Array.flat instead of array-flatten express#5677)debug
dep from 3.10 to 4.3.6 express#5829)merge-descriptors
with allowing minors express#5782)path-is-absolute(deprecated, removed by refactor: replace 'path-is-absolute' dep with node:path isAbsolute method express#5830)Reference
The text was updated successfully, but these errors were encountered: