Skip to content

Conversation

@mapachurro
Copy link
Collaborator

@mapachurro mapachurro commented Nov 13, 2025

This PR bumps Docusaurus to the latest 3.9 version.


Note

Upgrade Docusaurus to 3.9.2 across packages and refresh related dependencies (search, build/tooling) via lockfile updates.

  • Dependencies:
    • Upgrade Docusaurus ecosystem to 3.9.2 (@docusaurus/core, preset-classic, plugins, themes, utils, types, faster).
    • Update search stack: @docsearch/* to 4.3.x, Algolia libs to 5.43.x.
    • Tooling/build bumps: Babel 7.28.5, SWC 1.15.1, Browserslist/Autoprefixer, caniuse-lite, electron-to-chromium.
    • Other lockfile refreshes: AI SDK (ai, @ai-sdk/*), @vercel/oidc, sax, and various transitive packages.
  • Manifest:
    • Reflects Docusaurus 3.9.2 in package.json; all other changes are in package-lock.json.

Written by Cursor Bugbot for commit 0188afe. This will update automatically on new commits. Configure here.

@vercel
Copy link

vercel bot commented Nov 13, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
doc-linea Ready Ready Preview Comment Nov 13, 2025 9:43pm

"@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",
Copy link

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.

Fix in Cursor Fix in Web

"@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",
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug: Broken lint-staged config prevents commits.

The lint-staged configuration references npm run lint:spelling which doesn't exist in the scripts section. This will cause lint-staged to fail when processing staged markdown files, preventing commits from completing successfully.

Fix in Cursor Fix in Web

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants