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

build: modern stack #131

Merged

Conversation

termontwouter
Copy link
Contributor

Given that official support for Node.js 14 and 16 has past (their respective end-of-life dates were April 30th and September 11th 2023), I propose we drop support for them in the Components.js stack. Moving to Node.js 18 brings a number of relevant advantages:

  • (Finally) stable ESM support!
  • (Experimental) integrated fetch API!
  • Support for Yarn 4, which brings us:
    • Full integration with Node.js CorePack
    • Automatic management of @types/... packages.
    • Support for (unasserted) JSON modules
    • ESM loaders

Note: I first did a bump to Node.js 16 (with Yarn 3). Should we still want to support that version longer, the last commit can be reverted.

@termontwouter termontwouter force-pushed the build/modern-stack branch 2 times, most recently from cd5b0d5 to b48de39 Compare November 25, 2023 11:12
Signed-off-by: Wouter Termont <[email protected]>
@coveralls
Copy link

coveralls commented Nov 25, 2023

Pull Request Test Coverage Report for Build 6988768782

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 100.0%

Totals Coverage Status
Change from base Build 6978448173: 0.0%
Covered Lines: 1365
Relevant Lines: 1365

💛 - Coveralls

@rubensworks rubensworks merged commit 680c7cb into LinkedSoftwareDependencies:master Nov 30, 2023
11 checks passed
@rubensworks
Copy link
Member

🚀

@termontwouter termontwouter deleted the build/modern-stack branch December 19, 2023 21:36
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