chore(deps): update docusaurus to v3.10.0#5439
Conversation
There was a problem hiding this comment.
Code Review
This is a routine automated dependency update (Renovate bot) bumping Docusaurus from 3.9.2 → 3.10.0 across all five Docusaurus packages in the docs/ directory.
Summary of Changes
docs/package.json: Version bumps for@docusaurus/core,@docusaurus/preset-classic,@docusaurus/module-type-aliases,@docusaurus/tsconfig, and@docusaurus/typesdocs/yarn.lock: Lockfile updated to reflect the new versions and transitive dependency changes
Notable Observation (Positive)
The lockfile reveals a meaningful transitive dependency reduction in @docsearch/react: the new 4.6.2 version drops its dependency on @ai-sdk/react, ai, marked, and zod that were present in 4.3.2. This appears to be a removal of an AI/LLM chat feature from Algolia's DocSearch component. This reduces bundle size and removes several heavy AI-SDK dependencies from the docs build.
Assessment
✅ This is a minor version bump with no breaking changes expected per semver.
✅ The dependency reduction from @docsearch/react is a net positive.
✅ No changes to the main TUnit C# codebase — this is documentation-only.
LGTM. Safe to merge.
There was a problem hiding this comment.
Code Review
This is a routine automated dependency update (Renovate bot) bumping Docusaurus from 3.9.2 → 3.10.0 across all five Docusaurus packages in the docs/ directory.
Summary of Changes
docs/package.json: Version bumps for@docusaurus/core,@docusaurus/preset-classic,@docusaurus/module-type-aliases,@docusaurus/tsconfig, and@docusaurus/typesdocs/yarn.lock: Lockfile updated to reflect the new versions and transitive dependency changes
Notable Observation (Positive)
The lockfile reveals a meaningful transitive dependency reduction in @docsearch/react: the new 4.6.2 version drops its dependency on @ai-sdk/react, ai, marked, and zod that were present in 4.3.2. This appears to be a removal of an AI/LLM chat feature from Algolia's DocSearch component. This reduces bundle size and removes several heavy AI-SDK dependencies from the docs build.
Assessment
✅ This is a minor version bump with no breaking changes expected per semver.
✅ The dependency reduction from @docsearch/react is a net positive.
✅ No changes to the main TUnit C# codebase — this is documentation-only.
LGTM. Safe to merge.
Up to standards ✅🟢 Issues
|
53eeb7d to
50fcb83
Compare
Code Review (Follow-up)A previous review from this session already covered this PR thoroughly. No new commits have been pushed since then — the assessment stands:
LGTM. Safe to merge. |
50fcb83 to
57399cb
Compare
There was a problem hiding this comment.
Follow-up Review Note
A prior review (also from this bot) has already approved this PR. This is a brief confirmation that no further concerns have been identified upon re-examination.
This Renovate-generated PR bumps all five @docusaurus/* packages from 3.9.2 → 3.10.0 and updates docs/yarn.lock accordingly. The only notable side-effect is a transitive reduction in @docsearch/react (4.3.2 → 4.6.2), which drops several heavy AI-SDK dependencies (@ai-sdk/react, ai, marked, zod) from the docs build — a positive change.
No action required; safe to merge when ready.
Updated [TUnit](https://github.com/thomhurst/TUnit) from 1.28.7 to 1.29.0. <details> <summary>Release notes</summary> _Sourced from [TUnit's releases](https://github.com/thomhurst/TUnit/releases)._ ## 1.29.0 <!-- Release notes generated using configuration in .github/release.yml at v1.29.0 --> ## What's Changed ### Other Changes * 🤖 Update Mock Benchmark Results by @thomhurst in thomhurst/TUnit#5420 * fix(mocks): resolve build errors when mocking Azure SDK clients by @thomhurst in thomhurst/TUnit#5440 * fix: deduplicate virtual hook overrides across class hierarchy (#5428) by @thomhurst in thomhurst/TUnit#5441 * fix(mocks): unique __argArray locals per event in RaiseEvent dispatch (#5423) by @thomhurst in thomhurst/TUnit#5442 * refactor(mocks): extract MockTypeModel.Visibility helper by @thomhurst in thomhurst/TUnit#5443 * fix(mocks): preserve nullable annotations on generated event implementations by @thomhurst in thomhurst/TUnit#5444 * fix(mocks): preserve nullability on event handler types (#5425) by @thomhurst in thomhurst/TUnit#5445 ### Dependencies * chore(deps): update tunit to 1.28.7 by @thomhurst in thomhurst/TUnit#5416 * chore(deps): update dependency polyfill to v10 by @thomhurst in thomhurst/TUnit#5417 * chore(deps): update dependency polyfill to v10 by @thomhurst in thomhurst/TUnit#5418 * chore(deps): update dependency mockolate to 2.4.0 by @thomhurst in thomhurst/TUnit#5431 * chore(deps): update mstest to 4.2.1 by @thomhurst in thomhurst/TUnit#5433 * chore(deps): update dependency microsoft.net.test.sdk to 18.4.0 by @thomhurst in thomhurst/TUnit#5435 * chore(deps): update microsoft.testing to 2.2.1 by @thomhurst in thomhurst/TUnit#5432 * chore(deps): update dependency microsoft.testing.extensions.codecoverage to 18.6.2 by @thomhurst in thomhurst/TUnit#5437 * chore(deps): update dependency @docusaurus/theme-mermaid to ^3.10.0 by @thomhurst in thomhurst/TUnit#5438 * chore(deps): update docusaurus to v3.10.0 by @thomhurst in thomhurst/TUnit#5439 **Full Changelog**: thomhurst/TUnit@v1.28.7...v1.29.0 Commits viewable in [compare view](thomhurst/TUnit@v1.28.7...v1.29.0). </details> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This PR contains the following updates:
3.9.2→3.10.03.9.2→3.10.03.9.2→3.10.03.9.2→3.10.03.9.2→3.10.0Release Notes
facebook/docusaurus (@docusaurus/core)
v3.10.0Compare Source
🚀 New Feature
docusaurus-types,docusaurusfuture.v4.mdx1CompatDisabledByDefaultflag (@slorber)siteConfig.storageto stable + addfuture.v4.siteStorageNamespacingflag [Claude] (@slorber)create-docusaurus.mdxextension and strict MDX syntax (@slorber)create-docusaurus,docusaurus-bundler,docusaurus-plugin-content-blog,docusaurus-plugin-content-docs,docusaurus-plugin-content-pages,docusaurus-plugin-pwa,docusaurus-types,docusaurusdocusaurus-mdx-loader,docusaurus-utils,docusauruswrite-heading-idsCLI now supports the--syntaxand--migrateoptions (@slorber)docusaurus-mdx-loaderheadingIdbased on MD/MDX comments (@slorber)docusaurus-theme-live-codeblock,docusaurus-theme-translationspositionprop (@NPX2218)docusaurus-theme-classic,docusaurus-theme-common<DocCard>, improve extensibility, better handling of emoji icons, stable classNames (@slorber)<Tabs>, allow custom<TabItem>components (@slorber)docusaurus-faster,docusaurusdocusaurus-plugin-content-pagesdocusaurus-mdx-loader,docusaurus-theme-classicdocusaurus-theme-classicdocusaurus-theme-search-algoliacreate-docusaurus,docusaurus-plugin-content-blog,docusaurus-plugin-content-docs,docusaurus-plugin-content-pages,docusaurus-plugin-sitemap,docusaurus-types,docusaurus-utils,docusaurusfuture.experimental_vcsAPI +future.experimental_faster.gitEagerVcsflag (@slorber)🐛 Bug Fix
docusaurusurl.resolve()Node.js deprecation warning (@slorber)write-heading-idsCLI when no files provided (@slorber)isInternalUrl(), URI protocol scheme detection should implement the spec more strictly (@slorber)docusaurus-faster,docusauruscreate-docusaurus,docusaurus-logger,docusaurus-plugin-content-blog,docusaurus-plugin-content-docs,docusaurus-plugin-google-gtag,docusaurus-plugin-pwa,docusaurusdocusaurus-utilsdocusaurus-theme-classicdocusaurus-plugin-content-docsdocusaurus-plugin-google-gtagdocusaurus-theme-search-algoliadocusaurus-plugin-content-blog/blog/authors/<author>/page/2(@slorber)blogListPaginatedattribute (@slorber)docusaurus-theme-classic,docusaurus-theme-commonuseKeyboardNavigationhook (@nmggithub)docusaurus-plugin-ideal-image<IdealImage>should forward remaining props to the underlying component (@tempoz)eslint-pluginno-untranslated-textrule options (@andreww2012)docusaurus-mdx-loaderdocusaurus-bundler,docusaurus-faster,docusaurus-theme-mermaid🏃♀️ Performance
docusaurus-plugin-content-blogcreate-docusaurus,docusaurus-utils,docusauruscreate-docusaurus📝 Documentation
docusaurus🤖 Dependencies
docusaurus-bundler,docusaurus-mdx-loader🔧 Maintenance
mdx1Compat.commentson our site (@slorber)git backfillcommand (@slorber)create-docusaurus,docusaurus-babel,docusaurus-bundler,docusaurus-cssnano-preset,docusaurus-faster,docusaurus-logger,docusaurus-mdx-loader,docusaurus-module-type-aliases,docusaurus-plugin-client-redirects,docusaurus-plugin-content-blog,docusaurus-plugin-content-docs,docusaurus-plugin-content-pages,docusaurus-plugin-css-cascade-layers,docusaurus-plugin-debug,docusaurus-plugin-google-analytics,docusaurus-plugin-google-gtag,docusaurus-plugin-google-tag-manager,docusaurus-plugin-ideal-image,docusaurus-plugin-pwa,docusaurus-plugin-rsdoctor,docusaurus-plugin-sitemap,docusaurus-plugin-svgr,docusaurus-plugin-vercel-analytics,docusaurus-preset-classic,docusaurus-remark-plugin-npm2yarn,docusaurus-theme-classic,docusaurus-theme-common,docusaurus-theme-live-codeblock,docusaurus-theme-mermaid,docusaurus-theme-search-algolia,docusaurus-theme-translations,docusaurus-tsconfig,docusaurus-types,docusaurus-utils-common,docusaurus-utils-validation,docusaurus-utils,docusaurus,eslint-plugin,lqip-loader,stylelint-copyrightdocusaurus-plugin-content-docs,docusaurus-plugin-ideal-image,docusaurus-theme-classic,docusaurus-theme-common,docusaurus-theme-mermaid,docusaurus-utils,docusaurusdocusaurus-cssnano-preset,docusaurus-logger,docusaurus-mdx-loader,docusaurus-plugin-client-redirects,docusaurus-plugin-content-blog,docusaurus-plugin-content-docs,docusaurus-plugin-content-pages,docusaurus-plugin-ideal-image,docusaurus-remark-plugin-npm2yarn,docusaurus-theme-classic,docusaurus-theme-common,docusaurus-utils-validation,docusaurus-utils,docusaurusdocusaurus-theme-classic,docusaurus-theme-common,docusaurusdocusaurus-babeldocusaurus-plugin-content-blog🌐 Translations
docusaurus-theme-translationsCommitters: 41
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR has been generated by Renovate Bot.