-
Notifications
You must be signed in to change notification settings - Fork 34
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
Bump Docusaurus to 3.6.1 #1020
Bump Docusaurus to 3.6.1 #1020
Conversation
✅ Deploy Preview for oasisprotocol-docs ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
- Also bumps search-local to 0.45.0 - Also bumps mermaid-cli to the next major version and requires the new puppeteer-config.json - Bumps node to >=20.0 since it's required by mermaid - Bumps other dependencies to match the docusaurus template project
9e7fdf6
to
28bd754
Compare
@@ -19,7 +19,7 @@ jobs: | |||
- name: Set up Node.js | |||
uses: actions/setup-node@v4 | |||
with: | |||
node-version: '18.x' | |||
node-version: '20.x' |
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.
could go to the newest LTS 22.x. in other places we use the oldest supported LTS to test for compatibility, but this is just us building our docs, so newest is fine I think
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.
Yeah, I don't see why we shouldn't update across the board as Node 18 is getting dropped soon.
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.
Netlify doesn't support node 22.x yet, only 20.x.
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.
oh does netlify run the build for us?
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.
Yeah.
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.
oh does netlify run the build for us?
The preview pages are rendered on netlify for us. They use a separate stack running Ubuntu 20.04 and Node version up to 20.x.
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.
I didn't look at any release notes
"last 1 chrome version", | ||
"last 1 firefox version", | ||
"last 1 safari version" | ||
"last 3 chrome version", |
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.
👍 Not even a year of Chrome development.
28bd754
to
ec288f6
Compare
Fixes #1018