Skip to content
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

[Closes #471] Update project dependencies #472

Merged
merged 19 commits into from
Dec 4, 2024
Merged

[Closes #471] Update project dependencies #472

merged 19 commits into from
Dec 4, 2024

Conversation

francisli
Copy link
Contributor

@francisli francisli commented Nov 30, 2024

This took a lot longer than I thought... but I've been able to update most of the project dependencies to newer versions, so that we're not falling too far behind, and all npm audit warnings are now cleared.

Two dependencies that seem to be abandoned that I removed/replaced are rewiremock (replaced by quibble) and nextjs-server-modules (replaced by an inline implementation). The latter changes how tests are run- you now need to run a build before you can run tests.

I've bumped the Node configuration to the latest LTS (v22) so please upgrade that accordingly...

@francisli francisli requested a review from a team November 30, 2024 06:06
Copy link
Contributor

@nickvisut nickvisut left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm, thanks for doing this!

@nickvisut nickvisut merged commit ddefaa8 into main Dec 4, 2024
3 checks passed
canjalal added a commit that referenced this pull request Dec 11, 2024
Following the updating of dependencies in PR #472
the database scripts in src/backend/db/lib stopped
working. This PR fixes these scripts through
updating the import statements for the pg package.

Co-authored-by: Nick Visutsithiwong <[email protected]>
Co-authored-by: Francis Li <[email protected]>
francisli added a commit that referenced this pull request Dec 11, 2024
Following the updating of dependencies in PR #472
the database scripts in src/backend/db/lib stopped
working. This PR fixes these scripts through
updating the import statements for the pg package.

Co-authored-by: Nick Visutsithiwong <[email protected]>
Co-authored-by: Francis Li <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants