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

Make Node 18 the minimum Node Version #620

Merged
merged 34 commits into from
Apr 9, 2024

Conversation

philfuster
Copy link
Contributor

@philfuster philfuster commented Apr 3, 2024

Summary

  • Remove support for Node 16
  • Make Node 18 the minimum Node version
  • Add Node 20 to the CI support matrix
  • Upgrade Docusaurus to V3.2.1. V2 does not support Node 18+

…f pnpm.

Thus updating the package-lock.json.
Ran `npm install` to update package-lock.json.
… to v3 guide.

Modified tsconfig to reference the new base config from docusaurus.
Changed docusaurus config to a typescript file.
…-maintained react-json-view library that was causing an issue with using Node 18. This was fixed before 3.2 but I figured might as well just update to the latest minor version.
@philfuster philfuster marked this pull request as ready for review April 4, 2024 18:51
@kthompson23 kthompson23 requested review from shawnmcknight and removed request for kthompson23 April 4, 2024 20:30
@shawnmcknight
Copy link
Member

I was about to comment that I didn't think we should bump the requirement to Node 20 since 18 is still on active LTS. However, it looks like that was the change that was made to make Node 18 the release. The PR title doesn't reflect that though, so I think that needs to be changed.

@shawnmcknight
Copy link
Member

The Github workflows should be updated to use later action versions to avoid these messages in the CI logs:
image

@philfuster philfuster changed the title Upgrade to node 20 remove node 16 Make Node 18 the minimum Node Version Apr 5, 2024
@philfuster
Copy link
Contributor Author

The Github workflows should be updated to use later action versions to avoid these messages in the CI logs: image

@shawnmcknight Thank you, I was unaware of that. Good to know. I have made that update.

Copy link
Member

@shawnmcknight shawnmcknight left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Overall looks good. I had a few notes of things I found during my review. Let me know if you have any questions!

CHANGELOG.md Outdated Show resolved Hide resolved
package.json Outdated Show resolved Hide resolved
website/docs/03 - Schema/01 - Basics.md Outdated Show resolved Hide resolved
website/docs/01 - Introduction/01 - What is MVOM.md Outdated Show resolved Hide resolved
website/docusaurus.config.ts Outdated Show resolved Hide resolved
website/package.json Outdated Show resolved Hide resolved
Changed release to 3.0.0 because of breaking the changes.
Removed the reference to the new documenation updates. The
documentation be updated in separate PR when this version is ready for
release.
Remove admonition description override on existing warning admonitions.
Default warning text will suffice.
Update change log to reflect that.
CHANGELOG.md Outdated Show resolved Hide resolved
website/docs/01 - Introduction/01 - What is MVOM.md Outdated Show resolved Hide resolved
Copy link
Member

@shawnmcknight shawnmcknight left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think there might have been some confusion about what I meant regarding the changelog. Additionally, the PR for the docs changes should be submitted now as well.

Copy link
Member

@shawnmcknight shawnmcknight left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good. Just the one final note about getting the section headings back in place in the changelog.

CHANGELOG.md Show resolved Hide resolved
Copy link
Member

@shawnmcknight shawnmcknight left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@shawnmcknight shawnmcknight merged commit 6827f3d into main Apr 9, 2024
4 checks passed
@shawnmcknight shawnmcknight deleted the upgrade_to_node_20_remove_node_16 branch April 9, 2024 16:27
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

2 participants