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

Bump dependencies (Vite 5, Node >= LTS, ...) #1253

Merged
merged 4 commits into from
Nov 29, 2023

Conversation

NicoPennec
Copy link
Member

Problem

  • Outdated npm dependencies.
  • Node.js 16.x moved to End-of-Life, and several npm dependencies drop its support.

Solution

  • Bump npm dependencies.
  • The migration to Vite 5.x requires a type module declaration in the package.json file
  • Fix browser compatibility in line with Vite.
  • Require at least the Node.js LTS release (>= 18.12).

@frankrousseau
Copy link
Contributor

I propose to wait after the next release to merge these changes.

- Bump to Vite 5.x which requires ESM by default.
- Drop support for Node.js 16, which is EOL after 2023-09-11. Please upgrade your Node.js to the latest version.
@frankrousseau frankrousseau merged commit 8be7fc5 into cgwire:master Nov 29, 2023
5 checks passed
@frankrousseau
Copy link
Contributor

Thx!

@NicoPennec NicoPennec deleted the fix/bump-deps branch November 30, 2023 23:13
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.

2 participants