-
Notifications
You must be signed in to change notification settings - Fork 541
Bump Docusaurus to newest version #1268
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
base: main
Are you sure you want to change the base?
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
| "@docusaurus/plugin-google-tag-manager": "^3.9.1", | ||
| "@docusaurus/preset-classic": "^3.9.1", | ||
| "@docusaurus/theme-mermaid": "^3.9.1", | ||
| "@docusaurus/core": "^3.9.2", |
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.
Bug: Lint-staged Configuration Causes Workflow Failure
The lint-staged configuration references npm run lint:fix which doesn't exist in the scripts section. The available scripts are lint:js:fix and lint:style:fix, but there's no lint:fix script defined. This will cause lint-staged to fail when processing staged TypeScript/JavaScript files.
| "@docusaurus/plugin-google-tag-manager": "^3.9.1", | ||
| "@docusaurus/preset-classic": "^3.9.1", | ||
| "@docusaurus/theme-mermaid": "^3.9.1", | ||
| "@docusaurus/core": "^3.9.2", |
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.
This PR bumps Docusaurus to the latest
3.9version.Note
Upgrade Docusaurus to 3.9.2 across packages and refresh related dependencies (search, build/tooling) via lockfile updates.
3.9.2(@docusaurus/core,preset-classic, plugins, themes, utils, types, faster).@docsearch/*to4.3.x, Algolia libs to5.43.x.7.28.5, SWC1.15.1, Browserslist/Autoprefixer,caniuse-lite,electron-to-chromium.ai,@ai-sdk/*),@vercel/oidc,sax, and various transitive packages.3.9.2inpackage.json; all other changes are inpackage-lock.json.Written by Cursor Bugbot for commit 0188afe. This will update automatically on new commits. Configure here.