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

Upgrade npm packages and support newer Node/npm versions #4703

Open
3 of 9 tasks
p2edwards opened this issue Oct 26, 2023 · 0 comments
Open
3 of 9 tasks

Upgrade npm packages and support newer Node/npm versions #4703

p2edwards opened this issue Oct 26, 2023 · 0 comments
Assignees

Comments

@p2edwards
Copy link
Contributor

p2edwards commented Oct 26, 2023

Description

Bring npm packages up to date, resolve peerDependency problems, and support a wider range of Node/npm versions.

  • Resolve peerDependency issue with reflux & react
  • Support Node versions > 16.15.0, npm > 8.5.5
  • Upgrade other npm packages for performance improvements and to resolve other warnings:
    • peerDependencies (mismatched ranges, particularly for TypeScript and CSS tooling)
    • Deprecations and advisories from npm audit
    • Unpause dependabot
  • Upgrade to package-lock v3 (better performance)

Additional details

This is a tracking issue / general index for these related changes.
Many of the above changes are contained enough that they can be addressed and merged as individual PR's.

Related issues and prior discussions

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

No branches or pull requests

1 participant