-
Notifications
You must be signed in to change notification settings - Fork 0
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
chore: upgrade dependencies #325
Conversation
To prevent the yak shave of upgrading the BFF to a ESM, this patch upgrades node-fetch to 2.7.0, which is currently the last version before it becomes a ESM only module. More info on upgrading further here: https://github.com/node-fetch/node-fetch/blob/main/docs/v3-UPGRADE-GUIDE.md#converted-to-es-module The same problem also caps our p-throttle version at 4.1.1: https://github.com/sindresorhus/p-throttle/releases/tag/v5.0.0
Seems like this was implicitly included by other packages, and not declared as an actual dependency.
This is due to a requirement in p-limit
cbdd025
to
bbf4cb7
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good, nice work, I tried the most common task like start, build and seem to at least do not break, and I am pretty sure you tested it locally :).
There is a minor comment: Dockerfiles seem to point still to old node versions.
Good point!
|
Waiting for 1.47 release before I merge this |
closes https://github.com/AtB-AS/kundevendt/issues/16263
My todolist, with descriptions, if anyone is interested
BFF dependencies (dev)
BFF dependencies (non-dev)
ts-node
upgrade