Update npm dependencies to latest versions.#2986
Conversation
All are updated to the latest versions except for iframe-resizer (which we are locking at the current version for now). There are no changes to the code needed for our usage of these libraries. The Bootstrap `if` usage in sass is deprecated and warnings about that needed to be silenced.
|
I get tons of warnings, lots of these updates now require node 22, and Debian is still only on node 20. Note, Debian is going to be on node 20 for another year, probably nothing we can do but need to require node 22 with this, but that isn't ideal for us few Debian users. Seems the issues come from all the We probably need to update Everything does seem to work, I just get warnings. Didn't notice any issue with this or the pg one except all those warnings. |
|
I will update |
This seems to be needed for the latest updates.
All are updated to the latest versions except for iframe-resizer (which we are locking at the current version for now). There are no changes to the code needed for our usage of these libraries. The Bootstrap
ifusage in sass is deprecated and warnings about that needed to be silenced.Edit: As noted by @somiaj, these updates require node version 22. So
check_modules.plhas been updated to check for that version of node.