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

Maintenance, moving to cjs, and node20 #57

Merged
merged 6 commits into from
Oct 1, 2023
Merged

Conversation

manchicken
Copy link
Contributor

This PR accomplishes a small handful of maintenance tasks that were impeding further development.

  1. All dependencies have been updated.
  2. The convention for CommonJS is to use .cjs extensions. There are a bunch of tools which make these assumptions, and I'm tired of fighting with config files to get around this silly limitation. As a result, I have renamed the files .cjs.
  3. It doesn't seem like @vercel/ncc has good support for CommonJS modules. I'm not sure how true this is, but after 90 minute of fighting with it I decided to jettison ncc for esbuild.
  4. Small tidying activities, such as removing the old test plan doc that is no longer up-to-date, and some documentation fixes.

- Per convention, renaming all `.js` to `.cjs`
- Updating to NodeJS 18
Adds no value.
node18 isn't a choice, going to 20.
Swapping ncc out for esbuild
@manchicken manchicken self-assigned this Oct 1, 2023
@manchicken manchicken merged commit d0cbd31 into main Oct 1, 2023
3 checks passed
@manchicken manchicken deleted the maintenance-cjs-node18 branch October 1, 2023 19:02
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.

None yet

1 participant