-
Notifications
You must be signed in to change notification settings - Fork 6.3k
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
chore: update dependencies #7234
base: main
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot reviewed 1 out of 4 changed files in this pull request and generated no suggestions.
Files not reviewed (3)
- apps/site/package.json: Language not supported
- package.json: Language not supported
- packages/i18n/package.json: Language not supported
@RedYetiDev in case you were unaware, there is some tenuous intentionality to our dependency pinning https://github.com/nodejs/nodejs.org/blob/main/DEPENDENCY_PINNING.md I have always been in the camp that we should pin ALL of them, but you don't win em all 😉 |
I was aware. According to that document, "^" and "~" are both used, but I'll revert that change (if something changes, there can always be a follow up) |
Yup please revert the ^ to ~ |
I'm working on updating the packages, but I'm having some errors, so I'm figuring out which dep to not update:
|
It was Orama. I'll do a follow-up figuring out other things that need to be changed to facilitate that update. |
0cc9fdf
to
412e3fe
Compare
Description
This PR updates all dependencies to the latest versions they support.
Note that ESLint is intentionally kept at
9.14.0
instead of9.15.0
, see #7232 (comment)Check List
npm run format
to ensure the code follows the style guide.npm run test
to check if all tests are passing.npx turbo build
to check if the website builds without errors.