Commit 27755b1
fix(deps): bump @docusaurus/* to 3.10.0 and openapi-docs to 5.0.1
Dependabot's `dev-dependencies` group bumped 5 dev `@docusaurus/*`
packages to 3.10.0 but left the 10 production `@docusaurus/*` packages
at 3.9.2, which Docusaurus rejects at startup (all official
@docusaurus/* packages must match @docusaurus/core).
Bumps every @docusaurus/* package to ^3.10.0 to restore consistency,
and pulls in two related changes 3.10.0 forces:
- docusaurus.config.ts: rename `future.experimental_faster` to
`future.faster` (renamed in 3.10.0).
- docusaurus-plugin-openapi-docs and docusaurus-theme-openapi-docs
bumped to ^5.0.1, the major version that adopts Docusaurus 3.10.0's
refactored Tabs context API. Without this bump, every OpenAPI page
fails SSR with `useTabsContext() must be used within a Tabs
component`.
Verified: pnpm build completes cleanly (27/27 tasks). Pre-existing
broken-anchor warnings on the auth overview pages are unchanged.
Follow-up: fix .github/dependabot.yml grouping so dev `@docusaurus/*`
packages don't get split off from the `docusaurus` group again
(separate PR).
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>1 parent 6408622 commit 27755b1
3 files changed
Lines changed: 1354 additions & 1699 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
89 | | - | |
90 | | - | |
91 | | - | |
92 | | - | |
93 | | - | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
| |||
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
104 | | - | |
| 104 | + | |
105 | 105 | | |
106 | | - | |
| 106 | + | |
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
| |||
0 commit comments