Skip to content

Conversation

@dependabot
Copy link
Contributor

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

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

Updates @docsearch/react from 4.2.0 to 4.3.2

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.2 (2025-11-10)

Bug Fixes

  • suggested-questions: Fixes Suggested Questions on dark theme (#2797) (d9c4220)

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.

2.0.0-alpha.7

Patch Changes

  • Fix code block language identifiers lost in MDX components (fixes #20)

    Code blocks were losing their language identifiers during HTML → Markdown conversion because Docusaurus places language classes on <pre> and wrapper <div> elements, not on <code> elements. Implemented a custom pre handler that:

    • Extracts language from <pre> element's className
    • Falls back to checking parent element if needed
    • Preserves code formatting by converting <br/> to newlines
    • Handles all edge cases gracefully with proper fallbacks

    Tested with 21 programming languages in MDX Tabs and regular code blocks.

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

... (truncated)

Commits

Updates posthog-docusaurus from 2.0.4 to 2.0.5

Updates sass from 1.93.2 to 1.94.2

Release notes

Sourced from sass's releases.

Dart Sass 1.94.2

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

Changes

Command-Line Interface

  • Using --fatal-deprecation <version> no longer emits warnings about deprecations that are obsolete.

Dart API

  • Deprecation.forVersion now excludes obsolete deprecations from the set it returns.

JS API

  • Excludes obsolete deprecations from fatalDeprecations when a Version is passed.

Node.js Embedded Host

  • Fix a bug where a variable could be used before it was initialized during async compilation.

See the full changelog for changes in earlier releases.

Dart Sass 1.94.1

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

Changes

  • No user-visible changes.

See the full changelog for changes in earlier releases.

Dart Sass 1.94.0

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

Changes

  • Potentially breaking compatibility fix: @function rules whose names begin with -- are now parsed as unknown at-rules to support the plain CSS @function rule. Within this rule, the result property is parsed as raw CSS just like custom properties.

  • Potentially breaking compatibility fix: @mixin rules whose names begin with -- are now errors. These are not yet parsed as unknown at-rules because no browser currently supports CSS mixins.

... (truncated)

Changelog

Sourced from sass's changelog.

1.94.2

Command-Line Interface

  • Using --fatal-deprecation <version> no longer emits warnings about deprecations that are obsolete.

Dart API

  • Deprecation.forVersion now excludes obsolete deprecations from the set it returns.

JS API

  • Excludes obsolete deprecations from fatalDeprecations when a Version is passed.

Node.js Embedded Host

  • Fix a bug where a variable could be used before it was initialized during async compilation.

1.94.1

  • No user-visible changes.

1.94.0

  • Potentially breaking compatibility fix: @function rules whose names begin with -- are now parsed as unknown at-rules to support the plain CSS @function rule. Within this rule, the result property is parsed as raw CSS just like custom properties.

  • Potentially breaking compatibility fix: @mixin rules whose names begin with -- are now errors. These are not yet parsed as unknown at-rules because no browser currently supports CSS mixins.

1.93.3

  • Fix a performance regression that was introduced in 1.92.0.
Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for sass since your current version.


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

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Nov 21, 2025
@cloudflare-workers-and-pages
Copy link

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

Deploying docs with  Cloudflare Pages  Cloudflare Pages

Latest commit: 8b2989a
Status:🚫  Build failed.

View logs

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Nov 21, 2025
@github-actions
Copy link
Contributor

Dangerous URL check

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

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Nov 21, 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.

@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.

@github-actions
Copy link
Contributor

🍈 Lychee Link Check Report

Note: Links are cached for 5 minutes. Failed links (timeouts, rate limits) are retried in a second run with longer timeout.

📊 Results Overview

Status Count
🔍 Total 2223
✅ Successful 2195
⏳ Timeouts 0
🔀 Redirected 0
👻 Excluded 23
❓ Unknown 0
🚫 Errors 4
⛔ Unsupported 1

Errors per input

Errors in 200-orm/050-overview/300-prisma-in-your-stack/01-rest.mdx

Errors in 200-orm/050-overview/300-prisma-in-your-stack/02-graphql.mdx

Errors in 800-guides/180-solid-start.mdx

Errors in 800-guides/320-permit-io-access-control.mdx

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/deps-07073d39ab branch from 2dc1598 to fb30cd2 Compare November 24, 2025 07:03
@github-actions
Copy link
Contributor

🍈 Lychee Link Check Report

Note: Links are cached for 5 minutes. Failed links (timeouts, rate limits) are retried in a second run with longer timeout.

📊 Results Overview

Status Count
🔍 Total 2231
✅ Successful 2201
⏳ Timeouts 0
🔀 Redirected 2
👻 Excluded 24
❓ Unknown 0
🚫 Errors 3
⛔ Unsupported 1

Errors per input

Errors in 200-orm/200-prisma-client/150-using-raw-sql/200-raw-queries.mdx

Errors in 200-orm/800-more/400-comparisons/03-prisma-and-mongoose.mdx

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/deps-07073d39ab branch from fb30cd2 to 76462a2 Compare November 25, 2025 07:02
@github-actions
Copy link
Contributor

🍈 Lychee Link Check Report

Note: Links are cached for 5 minutes. Failed links (timeouts, rate limits) are retried in a second run with longer timeout.

📊 Results Overview

Status Count
🔍 Total 2240
✅ Successful 2208
⏳ Timeouts 0
🔀 Redirected 4
👻 Excluded 24
❓ Unknown 0
🚫 Errors 3
⛔ Unsupported 1

Errors per input

Errors in 200-orm/200-prisma-client/150-using-raw-sql/200-raw-queries.mdx

Errors in 200-orm/800-more/400-comparisons/03-prisma-and-mongoose.mdx

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/deps-07073d39ab branch from 76462a2 to fe8dcb7 Compare November 26, 2025 07:02
@github-actions
Copy link
Contributor

🍈 Lychee Link Check Report

Note: Links are cached for 5 minutes. Failed links (timeouts, rate limits) are retried in a second run with longer timeout.

📊 Results Overview

Status Count
🔍 Total 2240
✅ Successful 2208
⏳ Timeouts 0
🔀 Redirected 3
👻 Excluded 24
❓ Unknown 0
🚫 Errors 4
⛔ Unsupported 1

Errors per input

Errors in 200-orm/200-prisma-client/150-using-raw-sql/200-raw-queries.mdx

Errors in 200-orm/200-prisma-client/300-client-extensions/140-shared-extensions/100-permit-rbac.mdx

Errors in 200-orm/800-more/400-comparisons/03-prisma-and-mongoose.mdx

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/deps-07073d39ab branch from fe8dcb7 to 8d11c07 Compare November 27, 2025 07:02
@github-actions
Copy link
Contributor

🍈 Lychee Link Check Report

Note: Links are cached for 5 minutes. Failed links (timeouts, rate limits) are retried in a second run with longer timeout.

📊 Results Overview

Status Count
🔍 Total 2257
✅ Successful 2227
⏳ Timeouts 0
🔀 Redirected 4
👻 Excluded 24
❓ Unknown 0
🚫 Errors 1
⛔ Unsupported 1

Errors per input

Errors in 200-orm/050-overview/500-databases/800-sql-server/020-sql-server-local.mdx

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/deps-07073d39ab branch from 8d11c07 to 702e466 Compare November 28, 2025 07:02
@github-actions
Copy link
Contributor

🍈 Lychee Link Check Report

Note: Links are cached for 5 minutes. Failed links (timeouts, rate limits) are retried in a second run with longer timeout.

📊 Results Overview

Status Count
🔍 Total 2257
✅ Successful 2224
⏳ Timeouts 0
🔀 Redirected 5
👻 Excluded 24
❓ Unknown 0
🚫 Errors 3
⛔ Unsupported 1

Errors per input

Errors in 200-orm/050-overview/300-prisma-in-your-stack/01-rest.mdx

Errors in 200-orm/050-overview/300-prisma-in-your-stack/02-graphql.mdx

Errors in 800-guides/430-nestjs.mdx

Bumps the deps group with 4 updates: [@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.2
- [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/HEAD/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.94.2
- [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.94.2)

---
updated-dependencies:
- dependency-name: "@docsearch/react"
  dependency-version: 4.3.2
  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.94.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/deps-07073d39ab branch from 702e466 to 8b2989a Compare December 2, 2025 07:02
@github-actions
Copy link
Contributor

github-actions bot commented Dec 2, 2025

🍈 Lychee Link Check Report

Note: Links are cached for 5 minutes. Failed links (timeouts, rate limits) are retried in a second run with longer timeout.

📊 Results Overview

Status Count
🔍 Total 2257
✅ Successful 2224
⏳ Timeouts 0
🔀 Redirected 6
👻 Excluded 24
❓ Unknown 0
🚫 Errors 2
⛔ Unsupported 1

Errors per input

Errors in 200-orm/800-more/300-upgrade-guides/200-upgrading-versions/700-upgrading-to-prisma-4.mdx

Errors in 250-postgres/400-query-optimization/300-recommendations/600-avoid-db-money.mdx

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