Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 10, 2025

Bumps the deps group with 4 updates in the / directory: @docsearch/react, @signalwire/docusaurus-plugin-llms-txt, posthog-docusaurus and sass.

Updates @docsearch/react from 4.2.0 to 4.3.1

Release notes

Sourced from @​docsearch/react's releases.

v4.3.1

4.3.1 (2025-11-04)

Bug Fixes

  • npm: Publish new packages with public access (#2795) (2d045b5)
Changelog

Sourced from @​docsearch/react's changelog.

4.3.1 (2025-11-04)

Bug Fixes

  • npm: Publish new packages with public access (#2795) (2d045b5)

4.3.0 (2025-11-04)

Bug Fixes

  • docsearch-js: resultsFooterComponent not working in JS CDN version (#2786) (5381e76)
  • website: Fix API Reference docs page formatting (#2783) (8980d47)
  • website: updated askai markdown documentation (#2788) (f7be2a6)

Features

Commits

Updates @signalwire/docusaurus-plugin-llms-txt from 2.0.0-alpha.2 to 2.0.0-alpha.7

Changelog

Sourced from @​signalwire/docusaurus-plugin-llms-txt's changelog.

@​signalwire/docusaurus-plugin-llms-txt

2.0.0-alpha.5

Patch Changes

  • Organize links by path now in llms-txt
  • 85c2631: Fixed attachments filename bug

2.0.0-alpha.3

Major Changes

  • 75c2b75: Alpha Release

Patch Changes

  • Fix contentStrategy bug where dropdown menu displayed incorrect content type. When contentStrategy: 'html-only' is set, the dropdown now correctly shows "Copy Raw HTML" instead of "Copy Raw Markdown". The "View Markdown" option remains available when markdown exists, independent of contentStrategy setting.

  • Updated ambient type declarations to remove unused hasMarkdown prop from CopyButton component.

  • Updated README documentation to clarify contentStrategy behavior and viewMarkdown independence.

  • ec2e25b: Code cleanup and cache optimization:

    • Remove dead code (className prop, normalizePathname export, CopyContentData export)
    • Optimize cache implementation (replace over-engineered promise cache with minimal in-memory cache)
    • Fix resize re-fetch bug (component no longer re-fetches data when switching between mobile/desktop views)
    • Reduce code size by 47% in useCopyContentData hook
    • Changed the location of the CopyButtonContent component. The theme now swizzles DocItem/Layout and conditionally puts the Copy button content component after it or below it
  • e1246b2: Major architecture improvements for better plugin compatibility:

    Component Changes:

    • Switched from ejecting DocItem/Layout to wrapping DocBreadcrumbs
      • This prevents conflicts with other plugins that customize the layout
      • Uses WRAP pattern instead of EJECT for better compatibility
    • Changed internal import from @theme-original to @theme-init following Docusaurus best practices for theme enhancers

    Improvements:

    • Fixed type declarations to accurately reflect component props
      • Removed unused className prop from CopyPageContent
      • Fixed DocBreadcrumbs type declaration for proper wrapping support

... (truncated)

Commits

Updates posthog-docusaurus from 2.0.4 to 2.0.5

Updates sass from 1.93.2 to 1.93.3

Release notes

Sourced from sass's releases.

Dart Sass 1.93.3

To install Sass 1.93.3, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.

Changes

  • Fix a performance regression that was introduced in 1.92.0.

See the full changelog for changes in earlier releases.

Changelog

Sourced from sass's changelog.

1.93.3

  • Fix a performance regression that was introduced in 1.92.0.
Commits
  • 4e5bd25 Stop holding onto stack traces for every CSS declaration (#2666)
  • 65b77ee Bump analyzer, protobuf, protoc_plugin and dartdoc (#2660)
  • e61936c Bump actions/setup-node from 4 to 6 (#2661)
  • b5f4c67 Bump actions/setup-node from 5 to 6 in /.github/util/initialize (#2662)
  • See full diff in compare view

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 commands and options

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the deps group with 4 updates in the / directory: [@docsearch/react](https://github.com/algolia/docsearch/tree/HEAD/packages/docsearch-react), [@signalwire/docusaurus-plugin-llms-txt](https://github.com/signalwire/docusaurus-plugins/tree/HEAD/packages/docusaurus-plugin-llms-txt), posthog-docusaurus and [sass](https://github.com/sass/dart-sass).


Updates `@docsearch/react` from 4.2.0 to 4.3.1
- [Release notes](https://github.com/algolia/docsearch/releases)
- [Changelog](https://github.com/algolia/docsearch/blob/main/CHANGELOG.md)
- [Commits](https://github.com/algolia/docsearch/commits/v4.3.1/packages/docsearch-react)

Updates `@signalwire/docusaurus-plugin-llms-txt` from 2.0.0-alpha.2 to 2.0.0-alpha.7
- [Release notes](https://github.com/signalwire/docusaurus-plugins/releases)
- [Changelog](https://github.com/signalwire/docusaurus-plugins/blob/main/packages/docusaurus-plugin-llms-txt/CHANGELOG.md)
- [Commits](https://github.com/signalwire/docusaurus-plugins/commits/HEAD/packages/docusaurus-plugin-llms-txt)

Updates `posthog-docusaurus` from 2.0.4 to 2.0.5

Updates `sass` from 1.93.2 to 1.93.3
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](sass/dart-sass@1.93.2...1.93.3)

---
updated-dependencies:
- dependency-name: "@docsearch/react"
  dependency-version: 4.3.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: "@signalwire/docusaurus-plugin-llms-txt"
  dependency-version: 2.0.0-alpha.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: posthog-docusaurus
  dependency-version: 2.0.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: sass
  dependency-version: 1.93.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Nov 10, 2025
@cloudflare-workers-and-pages
Copy link

cloudflare-workers-and-pages bot commented Nov 10, 2025

Deploying docs with  Cloudflare Pages  Cloudflare Pages

Latest commit: 7e6fe42
Status:🚫  Build failed.

View logs

@github-actions
Copy link
Contributor

Dangerous URL check

No absolute URLs to prisma.io/docs found.
No local URLs found.

@github-actions
Copy link
Contributor

Redirect check

This PR probably requires the following redirects to be added to static/_redirects:

  • This PR does not change any pages in a way that would require a redirect.

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Nov 10, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Comment @coderabbitai help to get the list of available commands and usage tips.

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

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant