-
Notifications
You must be signed in to change notification settings - Fork 342
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
Npm update everything except next.js and bulma #790
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Fixes build error due to future deprecation of @next/font in favor of next/font. See https://nextjs.org/docs/messages/built-in-next-font
https://github.com/JedWatson/classnames/blob/main/HISTORY.md No breaking changes
https://github.com/isaacs/node-glob/blob/main/changelog.md Used for listing the blog articles. Changed to using globSync alias instead of glob.
https://github.com/rehypejs/rehype-highlight/releases/tag/7.0.1 https://github.com/rehypejs/rehype-highlight/releases/tag/7.0.0 https://github.com/rehypejs/rehype-raw/releases/tag/7.0.0 Required adding lowlight as a dependency to the project and updating the config to use the common languages from lowlight as these are no longer included in the config by default. No relevant changes in rehype-raw
rehypejs/rehype-slug@5.1.0...6.0.0 No relevant changes
bumped together as these should be using consistent versions. https://github.com/rehypejs/rehype/releases https://github.com/remarkjs/remark/releases https://github.com/remarkjs/remark-rehype/releases https://github.com/unifiedjs/unified/releases https://github.com/unifiedjs/unified-stream/releases/tag/3.0.0
https://github.com/sass/dart-sass/blob/main/CHANGELOG.md No obvious breaking changes, but this is a large version bump (48 versions), so there may be some sutle ones. No errors.
Darksonn
approved these changes
Oct 27, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This gives a good base of npm packages to work with when updating next.js
and avoids any potential incompatible versions during the update.
Bulma is a little more complex to update as it has a variety of interesting changes
in the 0.8 -> 1.x update.
Next.js has 2 versions to update (14 and 15).
Testing:
I upgraded each dependency individually, checked their changelogs / releases / commits for breaking changes, and compared the output of tokio.rs and localhost:3000 when rendering the same pages.