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

misc(website): Update dependencies #11895

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

czentgr
Copy link
Collaborator

@czentgr czentgr commented Dec 17, 2024

Ran "npm update --save" to update the dependencies. The dependencies were out of date with security vulnerabilities so it is best to update them to the latest versions.
The commit also fixes syntax errors in markdown that caused build failures with the new versions.

@facebook-github-bot facebook-github-bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Dec 17, 2024
Copy link

netlify bot commented Dec 17, 2024

Deploy Preview for meta-velox failed.

Name Link
🔨 Latest commit b5fc366
🔍 Latest deploy log https://app.netlify.com/sites/meta-velox/deploys/6776eba3e41dee0008d1f5e1

@czentgr czentgr changed the title Update website dependencies misc(website) Update dependencies Dec 18, 2024
@czentgr czentgr changed the title misc(website) Update dependencies misc(website): Update dependencies Dec 18, 2024
@czentgr czentgr force-pushed the cz_update_doc_deps branch 2 times, most recently from 925f32b to e6dcae5 Compare December 18, 2024 21:54
@czentgr
Copy link
Collaborator Author

czentgr commented Dec 19, 2024

The build restores a node version that is too old for the docusaurus version:

4:55:07 PM: Started restoring cached Node.js version
4:55:08 PM: Finished restoring cached Node.js version
...
4:55:16 PM: error @docusaurus/[email protected]: The engine "node" is incompatible with this module. Expected version ">=18.0". Got "16.20.2"

I don't know where the node version actually comes from, or how it can be updated. It probably should be updated as well.

@czentgr czentgr force-pushed the cz_update_doc_deps branch from e6dcae5 to de62e8d Compare January 2, 2025 19:23
Ran "npm update --save" to update the dependencies.
The dependencies were out of date with security vulnerabilities so it is best
to update them to the latest versions.
The commit also fixes syntax errors in markdown that caused build failures with
the new versions.
@czentgr czentgr force-pushed the cz_update_doc_deps branch from de62e8d to b5fc366 Compare January 2, 2025 19:40
@majetideepak majetideepak requested a review from pedroerp January 8, 2025 18:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants