What did you change in this pull request? Provide a description of files changed, user interactions changed, etc. Include how to test your changes.
Updates node from 16.15.1 to 20.14.0, pnpm from 7.4.0 to 9.12.3, eslint from 8.13.0 to 9.14.0.
JS Dependencies should mostly remain the same, which is why the versions in package.json were fixed to what they previously were in the old pnpm-lock.yaml file.
Related issue
Link to the GitHub issue this pull request addresses using the #issuenum format. If it completes an issue, use Fixes #issuenum to automatically close the issue.
Checklist
Things for the developer to confirm they've done before the PR should be accepted:
[ ] CHANGELOG.md (and UPGRADING.md if necessary) updated with information for new change.
[ ] Tests added (or description of how to test) for any new features.
[ ] User documentation updated for UI or technical changes.
Description of changes
What did you change in this pull request? Provide a description of files changed, user interactions changed, etc. Include how to test your changes.
Updates node from 16.15.1 to 20.14.0, pnpm from 7.4.0 to 9.12.3, eslint from 8.13.0 to 9.14.0.
JS Dependencies should mostly remain the same, which is why the versions in package.json were fixed to what they previously were in the old pnpm-lock.yaml file.
Related issue
Link to the GitHub issue this pull request addresses using the
#issuenum
format. If it completes an issue, useFixes #issuenum
to automatically close the issue.Checklist
Things for the developer to confirm they've done before the PR should be accepted: