Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 1, 2025

Bumps the website-deps group with 12 updates in the /website directory:

Package From To
@docusaurus/core 3.8.1 3.9.1
@docusaurus/plugin-client-redirects 3.8.1 3.9.1
@docusaurus/preset-classic 3.8.1 3.9.1
@mdx-js/react 3.1.0 3.1.1
react 19.0.0 19.1.1
@types/react 19.0.8 19.1.16
react-dom 19.0.0 19.1.1
sass 1.83.4 1.93.2
@docusaurus/tsconfig 3.8.1 3.9.1
@typescript-eslint/eslint-plugin 8.22.0 8.45.0
prettier 3.5.1 3.6.2
typescript 5.7.3 5.9.3

Updates @docusaurus/core from 3.8.1 to 3.9.1

Release notes

Sourced from @​docusaurus/core's releases.

3.9.1 (2025-09-26)

🐛 Bug Fix

  • docusaurus

Committers: 1

3.9.0 (2025-09-25)

🚀 New Feature

  • docusaurus-theme-search-algolia
    • #11421 feat(theme-search-algolia): use DocSearch v4.1, optimize integration (@​slorber)
  • docusaurus-plugin-content-blog, docusaurus-theme-classic
    • #11425 feat(blog): Add support for email social icon + resize default social icon a bit (@​slorber)
  • docusaurus-theme-classic, docusaurus-theme-common
  • docusaurus-theme-classic, docusaurus-theme-search-algolia, docusaurus-theme-translations
  • docusaurus-faster, docusaurus
  • docusaurus-utils
    • #11397 feat(mdx): resolve @site/* markdown links, fix resolution priority bugs (@​slorber)
  • docusaurus-theme-mermaid
  • docusaurus-plugin-pwa, docusaurus-theme-classic, docusaurus-theme-common, docusaurus-types, docusaurus-utils, docusaurus
    • #11316 feat(core): Add i18n.localeConfigs[locale].{url,baseUrl} config options, fix multi-domain deployments (@​slorber)
  • docusaurus-plugin-content-blog, docusaurus-plugin-content-docs, docusaurus-plugin-content-pages, docusaurus-types, docusaurus-utils, docusaurus
    • #11304 feat(core): add i18n.localeConfigs.translate + skip translation process if i18n/<locale> dir doesn't exist (@​slorber)
  • docusaurus-plugin-content-docs
    • #11228 feat(docs): sidebar item key attribute - fix docs translations key conflicts (@​slorber)
  • create-docusaurus
    • #11293 feat(create-docusaurus): use respectPrefersColorScheme in init template (@​slorber)
  • docusaurus-mdx-loader, docusaurus-types, docusaurus
    • #11282 feat(core): add siteConfig.markdown.emoji config option to disable remark-emoji (@​slorber)
  • create-docusaurus, docusaurus-mdx-loader, docusaurus-plugin-content-blog, docusaurus-plugin-content-docs, docusaurus-types, docusaurus
    • #11283 feat(core): Add siteConfig.markdown.hooks, deprecate siteConfig.onBrokenMarkdownLinks (@​slorber)

🐛 Bug Fix

  • docusaurus-theme-classic, docusaurus
    • #11422 fix(theme): fix copy of indented code blocks, replace copy-text-to-clipboard by clipboard API (@​slorber)
  • docusaurus-theme-classic
    • #11407 fix(theme): remove hardcoded fill from Bluesky and LinkedIn icons (@​Simek)
    • #11389 fix(theme): render sidebar category index with unlisted children as a simple doc/link item (@​slorber)

... (truncated)

Changelog

Sourced from @​docusaurus/core's changelog.

3.9.1 (2025-09-26)

🐛 Bug Fix

  • docusaurus

Committers: 1

3.9.0 (2025-09-25)

🚀 New Feature

  • docusaurus-theme-search-algolia
    • #11421 feat(theme-search-algolia): use DocSearch v4.1, optimize integration (@​slorber)
  • docusaurus-plugin-content-blog, docusaurus-theme-classic
    • #11425 feat(blog): Add support for email social icon + resize default social icon a bit (@​slorber)
  • docusaurus-theme-classic, docusaurus-theme-common
  • docusaurus-theme-classic, docusaurus-theme-search-algolia, docusaurus-theme-translations
  • docusaurus-faster, docusaurus
  • docusaurus-utils
    • #11397 feat(mdx): resolve @site/* markdown links, fix resolution priority bugs (@​slorber)
  • docusaurus-theme-mermaid
  • docusaurus-plugin-pwa, docusaurus-theme-classic, docusaurus-theme-common, docusaurus-types, docusaurus-utils, docusaurus
    • #11316 feat(core): Add i18n.localeConfigs[locale].{url,baseUrl} config options, fix multi-domain deployments (@​slorber)
  • docusaurus-plugin-content-blog, docusaurus-plugin-content-docs, docusaurus-plugin-content-pages, docusaurus-types, docusaurus-utils, docusaurus
    • #11304 feat(core): add i18n.localeConfigs.translate + skip translation process if i18n/<locale> dir doesn't exist (@​slorber)
  • docusaurus-plugin-content-docs
    • #11228 feat(docs): sidebar item key attribute - fix docs translations key conflicts (@​slorber)
  • create-docusaurus
    • #11293 feat(create-docusaurus): use respectPrefersColorScheme in init template (@​slorber)
  • docusaurus-mdx-loader, docusaurus-types, docusaurus
    • #11282 feat(core): add siteConfig.markdown.emoji config option to disable remark-emoji (@​slorber)
  • create-docusaurus, docusaurus-mdx-loader, docusaurus-plugin-content-blog, docusaurus-plugin-content-docs, docusaurus-types, docusaurus
    • #11283 feat(core): Add siteConfig.markdown.hooks, deprecate siteConfig.onBrokenMarkdownLinks (@​slorber)

🐛 Bug Fix

  • docusaurus-theme-classic, docusaurus
    • #11422 fix(theme): fix copy of indented code blocks, replace copy-text-to-clipboard by clipboard API (@​slorber)
  • docusaurus-theme-classic
    • #11407 fix(theme): remove hardcoded fill from Bluesky and LinkedIn icons (@​Simek)
    • #11389 fix(theme): render sidebar category index with unlisted children as a simple doc/link item (@​slorber)

... (truncated)

Commits
  • c0dd59f v3.9.1
  • e41fa2e fix(core): fix Docusaurus outDir for sites using baseUrl (#11434)
  • c24d7dc chore: release v3.9 (#11419)
  • 4dc0576 fix(theme): fix copy of indented code blocks, replace copy-text-to-clipboard ...
  • a9bab41 feat(faster): upgrade Rspack to 1.5, use lazyBarrel experiment, remove deprec...
  • af3d5ca fix(deps): upgrade webpack-dev-server to v5, fix security warning (#11410)
  • 1c484e1 chore: drop support for Node 18, that reached End-of-Life (#11408)
  • 2febb76 feat(core): Add i18n.localeConfigs[locale].{url,baseUrl} config options (#1...
  • c818084 fix(core): Fix docusaurus start on macOS when exec throws a synchronous error...
  • 3733dfe test: fix site test infinite loop in Jest --watch mode + simplify test (#11312)
  • Additional commits viewable in compare view

Updates @docusaurus/plugin-client-redirects from 3.8.1 to 3.9.1

Release notes

Sourced from @​docusaurus/plugin-client-redirects's releases.

3.9.1 (2025-09-26)

🐛 Bug Fix

  • docusaurus

Committers: 1

3.9.0 (2025-09-25)

🚀 New Feature

  • docusaurus-theme-search-algolia
    • #11421 feat(theme-search-algolia): use DocSearch v4.1, optimize integration (@​slorber)
  • docusaurus-plugin-content-blog, docusaurus-theme-classic
    • #11425 feat(blog): Add support for email social icon + resize default social icon a bit (@​slorber)
  • docusaurus-theme-classic, docusaurus-theme-common
  • docusaurus-theme-classic, docusaurus-theme-search-algolia, docusaurus-theme-translations
  • docusaurus-faster, docusaurus
  • docusaurus-utils
    • #11397 feat(mdx): resolve @site/* markdown links, fix resolution priority bugs (@​slorber)
  • docusaurus-theme-mermaid
  • docusaurus-plugin-pwa, docusaurus-theme-classic, docusaurus-theme-common, docusaurus-types, docusaurus-utils, docusaurus
    • #11316 feat(core): Add i18n.localeConfigs[locale].{url,baseUrl} config options, fix multi-domain deployments (@​slorber)
  • docusaurus-plugin-content-blog, docusaurus-plugin-content-docs, docusaurus-plugin-content-pages, docusaurus-types, docusaurus-utils, docusaurus
    • #11304 feat(core): add i18n.localeConfigs.translate + skip translation process if i18n/<locale> dir doesn't exist (@​slorber)
  • docusaurus-plugin-content-docs
    • #11228 feat(docs): sidebar item key attribute - fix docs translations key conflicts (@​slorber)
  • create-docusaurus
    • #11293 feat(create-docusaurus): use respectPrefersColorScheme in init template (@​slorber)
  • docusaurus-mdx-loader, docusaurus-types, docusaurus
    • #11282 feat(core): add siteConfig.markdown.emoji config option to disable remark-emoji (@​slorber)
  • create-docusaurus, docusaurus-mdx-loader, docusaurus-plugin-content-blog, docusaurus-plugin-content-docs, docusaurus-types, docusaurus
    • #11283 feat(core): Add siteConfig.markdown.hooks, deprecate siteConfig.onBrokenMarkdownLinks (@​slorber)

🐛 Bug Fix

  • docusaurus-theme-classic, docusaurus
    • #11422 fix(theme): fix copy of indented code blocks, replace copy-text-to-clipboard by clipboard API (@​slorber)
  • docusaurus-theme-classic
    • #11407 fix(theme): remove hardcoded fill from Bluesky and LinkedIn icons (@​Simek)
    • #11389 fix(theme): render sidebar category index with unlisted children as a simple doc/link item (@​slorber)

... (truncated)

Changelog

Sourced from @​docusaurus/plugin-client-redirects's changelog.

3.9.1 (2025-09-26)

🐛 Bug Fix

  • docusaurus

Committers: 1

3.9.0 (2025-09-25)

🚀 New Feature

  • docusaurus-theme-search-algolia
    • #11421 feat(theme-search-algolia): use DocSearch v4.1, optimize integration (@​slorber)
  • docusaurus-plugin-content-blog, docusaurus-theme-classic
    • #11425 feat(blog): Add support for email social icon + resize default social icon a bit (@​slorber)
  • docusaurus-theme-classic, docusaurus-theme-common
  • docusaurus-theme-classic, docusaurus-theme-search-algolia, docusaurus-theme-translations
  • docusaurus-faster, docusaurus
  • docusaurus-utils
    • #11397 feat(mdx): resolve @site/* markdown links, fix resolution priority bugs (@​slorber)
  • docusaurus-theme-mermaid
  • docusaurus-plugin-pwa, docusaurus-theme-classic, docusaurus-theme-common, docusaurus-types, docusaurus-utils, docusaurus
    • #11316 feat(core): Add i18n.localeConfigs[locale].{url,baseUrl} config options, fix multi-domain deployments (@​slorber)
  • docusaurus-plugin-content-blog, docusaurus-plugin-content-docs, docusaurus-plugin-content-pages, docusaurus-types, docusaurus-utils, docusaurus
    • #11304 feat(core): add i18n.localeConfigs.translate + skip translation process if i18n/<locale> dir doesn't exist (@​slorber)
  • docusaurus-plugin-content-docs
    • #11228 feat(docs): sidebar item key attribute - fix docs translations key conflicts (@​slorber)
  • create-docusaurus
    • #11293 feat(create-docusaurus): use respectPrefersColorScheme in init template (@​slorber)
  • docusaurus-mdx-loader, docusaurus-types, docusaurus
    • #11282 feat(core): add siteConfig.markdown.emoji config option to disable remark-emoji (@​slorber)
  • create-docusaurus, docusaurus-mdx-loader, docusaurus-plugin-content-blog, docusaurus-plugin-content-docs, docusaurus-types, docusaurus
    • #11283 feat(core): Add siteConfig.markdown.hooks, deprecate siteConfig.onBrokenMarkdownLinks (@​slorber)

🐛 Bug Fix

  • docusaurus-theme-classic, docusaurus
    • #11422 fix(theme): fix copy of indented code blocks, replace copy-text-to-clipboard by clipboard API (@​slorber)
  • docusaurus-theme-classic
    • #11407 fix(theme): remove hardcoded fill from Bluesky and LinkedIn icons (@​Simek)
    • #11389 fix(theme): render sidebar category index with unlisted children as a simple doc/link item (@​slorber)

... (truncated)

Commits

Updates @docusaurus/preset-classic from 3.8.1 to 3.9.1

Release notes

Sourced from @​docusaurus/preset-classic's releases.

3.9.1 (2025-09-26)

🐛 Bug Fix

  • docusaurus

Committers: 1

3.9.0 (2025-09-25)

🚀 New Feature

  • docusaurus-theme-search-algolia
    • #11421 feat(theme-search-algolia): use DocSearch v4.1, optimize integration (@​slorber)
  • docusaurus-plugin-content-blog, docusaurus-theme-classic
    • #11425 feat(blog): Add support for email social icon + resize default social icon a bit (@​slorber)
  • docusaurus-theme-classic, docusaurus-theme-common
  • docusaurus-theme-classic, docusaurus-theme-search-algolia, docusaurus-theme-translations
  • docusaurus-faster, docusaurus
  • docusaurus-utils
    • #11397 feat(mdx): resolve @site/* markdown links, fix resolution priority bugs (@​slorber)
  • docusaurus-theme-mermaid
  • docusaurus-plugin-pwa, docusaurus-theme-classic, docusaurus-theme-common, docusaurus-types, docusaurus-utils, docusaurus
    • #11316 feat(core): Add i18n.localeConfigs[locale].{url,baseUrl} config options, fix multi-domain deployments (@​slorber)
  • docusaurus-plugin-content-blog, docusaurus-plugin-content-docs, docusaurus-plugin-content-pages, docusaurus-types, docusaurus-utils, docusaurus
    • #11304 feat(core): add i18n.localeConfigs.translate + skip translation process if i18n/<locale> dir doesn't exist (@​slorber)
  • docusaurus-plugin-content-docs
    • #11228 feat(docs): sidebar item key attribute - fix docs translations key conflicts (@​slorber)
  • create-docusaurus
    • #11293 feat(create-docusaurus): use respectPrefersColorScheme in init template (@​slorber)
  • docusaurus-mdx-loader, docusaurus-types, docusaurus
    • #11282 feat(core): add siteConfig.markdown.emoji config option to disable remark-emoji (@​slorber)
  • create-docusaurus, docusaurus-mdx-loader, docusaurus-plugin-content-blog, docusaurus-plugin-content-docs, docusaurus-types, docusaurus
    • #11283 feat(core): Add siteConfig.markdown.hooks, deprecate siteConfig.onBrokenMarkdownLinks (@​slorber)

🐛 Bug Fix

  • docusaurus-theme-classic, docusaurus
    • #11422 fix(theme): fix copy of indented code blocks, replace copy-text-to-clipboard by clipboard API (@​slorber)
  • docusaurus-theme-classic
    • #11407 fix(theme): remove hardcoded fill from Bluesky and LinkedIn icons (@​Simek)
    • #11389 fix(theme): render sidebar category index with unlisted children as a simple doc/link item (@​slorber)

... (truncated)

Changelog

Sourced from @​docusaurus/preset-classic's changelog.

3.9.1 (2025-09-26)

🐛 Bug Fix

  • docusaurus

Committers: 1

3.9.0 (2025-09-25)

🚀 New Feature

  • docusaurus-theme-search-algolia
    • #11421 feat(theme-search-algolia): use DocSearch v4.1, optimize integration (@​slorber)
  • docusaurus-plugin-content-blog, docusaurus-theme-classic
    • #11425 feat(blog): Add support for email social icon + resize default social icon a bit (@​slorber)
  • docusaurus-theme-classic, docusaurus-theme-common
  • docusaurus-theme-classic, docusaurus-theme-search-algolia, docusaurus-theme-translations
  • docusaurus-faster, docusaurus
  • docusaurus-utils
    • #11397 feat(mdx): resolve @site/* markdown links, fix resolution priority bugs (@​slorber)
  • docusaurus-theme-mermaid
  • docusaurus-plugin-pwa, docusaurus-theme-classic, docusaurus-theme-common, docusaurus-types, docusaurus-utils, docusaurus
    • #11316 feat(core): Add i18n.localeConfigs[locale].{url,baseUrl} config options, fix multi-domain deployments (@​slorber)
  • docusaurus-plugin-content-blog, docusaurus-plugin-content-docs, docusaurus-plugin-content-pages, docusaurus-types, docusaurus-utils, docusaurus
    • #11304 feat(core): add i18n.localeConfigs.translate + skip translation process if i18n/<locale> dir doesn't exist (@​slorber)
  • docusaurus-plugin-content-docs
    • #11228 feat(docs): sidebar item key attribute - fix docs translations key conflicts (@​slorber)
  • create-docusaurus
    • #11293 feat(create-docusaurus): use respectPrefersColorScheme in init template (@​slorber)
  • docusaurus-mdx-loader, docusaurus-types, docusaurus
    • #11282 feat(core): add siteConfig.markdown.emoji config option to disable remark-emoji (@​slorber)
  • create-docusaurus, docusaurus-mdx-loader, docusaurus-plugin-content-blog, docusaurus-plugin-content-docs, docusaurus-types, docusaurus
    • #11283 feat(core): Add siteConfig.markdown.hooks, deprecate siteConfig.onBrokenMarkdownLinks (@​slorber)

🐛 Bug Fix

  • docusaurus-theme-classic, docusaurus
    • #11422 fix(theme): fix copy of indented code blocks, replace copy-text-to-clipboard by clipboard API (@​slorber)
  • docusaurus-theme-classic
    • #11407 fix(theme): remove hardcoded fill from Bluesky and LinkedIn icons (@​Simek)
    • #11389 fix(theme): render sidebar category index with unlisted children as a simple doc/link item (@​slorber)

... (truncated)

Commits

Updates @mdx-js/react from 3.1.0 to 3.1.1

Release notes

Sourced from @​mdx-js/react's releases.

3.1.1

Fix

Types

  • 933ab444 @mdx-js/mdx: add attributes to export/import declarations

Docs

Full Changelog: mdx-js/mdx@3.1.0...3.1.1

Commits

Updates react from 19.0.0 to 19.1.1

Release notes

Sourced from react's releases.

19.1.1 (July 28, 2025)

React

  • Fixed Owner Stacks to work with ES2015 function.name semantics (#33680 by @​hoxyq)

19.1.0 (March 28, 2025)

Owner Stack

An Owner Stack is a string representing the components that are directly responsible for rendering a particular component. You can log Owner Stacks when debugging or use Owner Stacks to enhance error overlays or other development tools. Owner Stacks are only available in development builds. Component Stacks in production are unchanged.

  • An Owner Stack is a development-only stack trace that helps identify which components are responsible for rendering a particular component. An Owner Stack is distinct from a Component Stacks, which shows the hierarchy of components leading to an error.
  • The captureOwnerStack API is only available in development mode and returns a Owner Stack, if available. The API can be used to enhance error overlays or log component relationships when debugging. #29923, #32353, #30306, #32538, #32529, #32538

React

  • Enhanced support for Suspense boundaries to be used anywhere, including the client, server, and during hydration. #32069, #32163, #32224, #32252
  • Reduced unnecessary client rendering through improved hydration scheduling #31751
  • Increased priority of client rendered Suspense boundaries #31776
  • Fixed frozen fallback states by rendering unfinished Suspense boundaries on the client. #31620
  • Reduced garbage collection pressure by improving Suspense boundary retries. #31667
  • Fixed erroneous “Waiting for Paint” log when the passive effect phase was not delayed #31526
  • Fixed a regression causing key warnings for flattened positional children in development mode. #32117
  • Updated useId to use valid CSS selectors, changing format from :r123: to «r123». #32001
  • Added a dev-only warning for null/undefined created in useEffect, useInsertionEffect, and useLayoutEffect. #32355
  • Fixed a bug where dev-only methods were exported in production builds. React.act is no longer available in production builds. #32200
  • Improved consistency across prod and dev to improve compatibility with Google Closure Complier and bindings #31808
  • Improve passive effect scheduling for consistent task yielding. #31785
  • Fixed asserts in React Native when passChildrenWhenCloningPersistedNodes is enabled for OffscreenComponent rendering. #32528
  • Fixed component name resolution for Portal #32640
  • Added support for beforetoggle and toggle events on the dialog element. #32479 #32479

React DOM

  • Fixed double warning when the href attribute is an empty string #31783
  • Fixed an edge case where getHoistableRoot() didn’t work properly when the container was a Document #32321
  • Removed support for using HTML comments (e.g. <!-- -->) as a DOM container. #32250
  • Added support for <script> and \<template> tags to be nested within <select> tags. #31837
  • Fixed responsive images to be preloaded as HTML instead of headers #32445

use-sync-external-store

  • Added exports field to package.json for use-sync-external-store to support various entrypoints. #25231

React Server Components

  • Added unstable_prerender, a new experimental API for prerendering React Server Components on the server #31724
  • Fixed an issue where streams would hang when receiving new chunks after a global error #31840, #31851
  • Fixed an issue where pending chunks were counted twice. #31833
  • Added support for streaming in edge environments #31852
  • Added support for sending custom error names from a server so that they are available in the client for console replaying. #32116
  • Updated the server component wire format to remove IDs for hints and console.log because they have no return value #31671
  • Exposed registerServerReference in client builds to handle server references in different environments. #32534
  • Added react-server-dom-parcel package which integrates Server Components with the Parcel bundler #31725, #32132, #31799, #32294, #31741
Changelog

Sourced from react's changelog.

19.1.1 (July 28, 2025)

React

  • Fixed Owner Stacks to work with ES2015 function.name semantics (#33680 by @​hoxyq)

19.1.0 (March 28, 2025)

Owner Stack

An Owner Stack is a string representing the components that are directly responsible for rendering a particular component. You can log Owner Stacks when debugging or use Owner Stacks to enhance error overlays or other development tools. Owner Stacks are only available in development builds. Component Stacks in production are unchanged.

  • An Owner Stack is a development-only stack trace that helps identify which components are responsible for rendering a particular component. An Owner Stack is distinct from a Component Stacks, which shows the hierarchy of components leading to an error.
  • The captureOwnerStack API is only available in development mode and returns a Owner Stack, if available. The API can be used to enhance error overlays or log component relationships when debugging. #29923, #32353, #30306, #32538, #32529, #32538

React

  • Enhanced support for Suspense boundaries to be used anywhere, including the client, server, and during hydration. #32069, #32163, #32224, #32252
  • Reduced unnecessary client rendering through improved hydration scheduling #31751
  • Increased priority of client rendered Suspense boundaries #31776
  • Fixed frozen fallback states by rendering unfinished Suspense boundaries on the client. #31620
  • Reduced garbage collection pressure by improving Suspense boundary retries. #31667
  • Fixed erroneous “Waiting for Paint” log when the passive effect phase was not delayed #31526
  • Fixed a regression causing key warnings for flattened positional children in development mode. #32117
  • Updated useId to use valid CSS selectors, changing format from :r123: to «r123». #32001
  • Added a dev-only warning for null/undefined created in useEffect, useInsertionEffect, and useLayoutEffect. #32355
  • Fixed a bug where dev-only methods were exported in production builds. React.act is no longer available in production builds. #32200
  • Improved consistency across prod and dev to improve compatibility with Google Closure Compiler and bindings #31808
  • Improve passive effect scheduling for consistent task yielding. #31785
  • Fixed asserts in React Native when passChildrenWhenCloningPersistedNodes is enabled for OffscreenComponent rendering. #32528
  • Fixed component name resolution for Portal #32640
  • Added support for beforetoggle and toggle events on the dialog element. #32479

React DOM

  • Fixed double warning when the href attribute is an empty string #31783
  • Fixed an edge case where getHoistableRoot() didn’t work properly when the container was a Document #32321
  • Removed support for using HTML comments (e.g. <!-- -->) as a DOM container. #32250
  • Added support for <script> and \<template> tags to be nested within <select> tags. #31837
  • Fixed responsive images to be preloaded as HTML instead of headers #32445

use-sync-external-store

  • Added exports field to package.json for use-sync-external-store to support various entrypoints. #25231

React Server Components

  • Added unstable_prerender, a new experimental API for prerendering React Server Components on the server #31724
  • Fixed an issue where streams would hang when receiving new chunks after a global error #31840, #31851
  • Fixed an issue where pending chunks were counted twice. #31833
  • Added support for streaming in edge environments #31852
  • Added support for sending custom error names from a server so that they are available in the client for console replaying. #32116
  • Updated the server component wire format to remove IDs for hints and console.log because they have no return value #31671
  • Exposed registerServerReference in client builds to handle server references in different environments. #32534

... (truncated)

Commits
  • 87e33ca Set release versions to 19.1.1
  • 5a1eb6f fix: rename bottom stack frame (#33680)
  • 4a9df08 Stop creating Owner Stacks if many have been created recently (#32529)
  • b630219 [refactor] move isValidElementType to react-is (#32518)
  • 1a19170 [refactor] Add element type for Activity ...

    Description has been truncated

Bumps the website-deps group with 12 updates in the /website directory:

| Package | From | To |
| --- | --- | --- |
| [@docusaurus/core](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus) | `3.8.1` | `3.9.1` |
| [@docusaurus/plugin-client-redirects](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-plugin-client-redirects) | `3.8.1` | `3.9.1` |
| [@docusaurus/preset-classic](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-preset-classic) | `3.8.1` | `3.9.1` |
| [@mdx-js/react](https://github.com/mdx-js/mdx/tree/HEAD/packages/react) | `3.1.0` | `3.1.1` |
| [react](https://github.com/facebook/react/tree/HEAD/packages/react) | `19.0.0` | `19.1.1` |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `19.0.8` | `19.1.16` |
| [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) | `19.0.0` | `19.1.1` |
| [sass](https://github.com/sass/dart-sass) | `1.83.4` | `1.93.2` |
| [@docusaurus/tsconfig](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-tsconfig) | `3.8.1` | `3.9.1` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.22.0` | `8.45.0` |
| [prettier](https://github.com/prettier/prettier) | `3.5.1` | `3.6.2` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.7.3` | `5.9.3` |



Updates `@docusaurus/core` from 3.8.1 to 3.9.1
- [Release notes](https://github.com/facebook/docusaurus/releases)
- [Changelog](https://github.com/facebook/docusaurus/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/docusaurus/commits/v3.9.1/packages/docusaurus)

Updates `@docusaurus/plugin-client-redirects` from 3.8.1 to 3.9.1
- [Release notes](https://github.com/facebook/docusaurus/releases)
- [Changelog](https://github.com/facebook/docusaurus/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/docusaurus/commits/v3.9.1/packages/docusaurus-plugin-client-redirects)

Updates `@docusaurus/preset-classic` from 3.8.1 to 3.9.1
- [Release notes](https://github.com/facebook/docusaurus/releases)
- [Changelog](https://github.com/facebook/docusaurus/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/docusaurus/commits/v3.9.1/packages/docusaurus-preset-classic)

Updates `@mdx-js/react` from 3.1.0 to 3.1.1
- [Release notes](https://github.com/mdx-js/mdx/releases)
- [Changelog](https://github.com/mdx-js/mdx/blob/main/changelog.md)
- [Commits](https://github.com/mdx-js/mdx/commits/3.1.1/packages/react)

Updates `react` from 19.0.0 to 19.1.1
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v19.1.1/packages/react)

Updates `@types/react` from 19.0.8 to 19.1.16
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

Updates `react-dom` from 19.0.0 to 19.1.1
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v19.1.1/packages/react-dom)

Updates `sass` from 1.83.4 to 1.93.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.83.4...1.93.2)

Updates `@docusaurus/module-type-aliases` from 3.8.1 to 3.9.1
- [Release notes](https://github.com/facebook/docusaurus/releases)
- [Changelog](https://github.com/facebook/docusaurus/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/docusaurus/commits/v3.9.1/packages/docusaurus-module-type-aliases)

Updates `@docusaurus/tsconfig` from 3.8.1 to 3.9.1
- [Release notes](https://github.com/facebook/docusaurus/releases)
- [Changelog](https://github.com/facebook/docusaurus/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/docusaurus/commits/v3.9.1/packages/docusaurus-tsconfig)

Updates `@types/react` from 19.0.8 to 19.1.16
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

Updates `@typescript-eslint/eslint-plugin` from 8.22.0 to 8.45.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.45.0/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 8.22.0 to 8.45.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.45.0/packages/parser)

Updates `prettier` from 3.5.1 to 3.6.2
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.5.1...3.6.2)

Updates `typescript` from 5.7.3 to 5.9.3
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml)
- [Commits](microsoft/TypeScript@v5.7.3...v5.9.3)

---
updated-dependencies:
- dependency-name: "@docusaurus/core"
  dependency-version: 3.9.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: website-deps
- dependency-name: "@docusaurus/plugin-client-redirects"
  dependency-version: 3.9.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: website-deps
- dependency-name: "@docusaurus/preset-classic"
  dependency-version: 3.9.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: website-deps
- dependency-name: "@mdx-js/react"
  dependency-version: 3.1.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: website-deps
- dependency-name: react
  dependency-version: 19.1.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: website-deps
- dependency-name: "@types/react"
  dependency-version: 19.1.16
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: website-deps
- dependency-name: react-dom
  dependency-version: 19.1.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: website-deps
- dependency-name: sass
  dependency-version: 1.93.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: website-deps
- dependency-name: "@docusaurus/module-type-aliases"
  dependency-version: 3.9.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: website-deps
- dependency-name: "@docusaurus/tsconfig"
  dependency-version: 3.9.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: website-deps
- dependency-name: "@types/react"
  dependency-version: 19.1.16
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: website-deps
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-version: 8.45.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: website-deps
- dependency-name: "@typescript-eslint/parser"
  dependency-version: 8.45.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: website-deps
- dependency-name: prettier
  dependency-version: 3.6.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: website-deps
- dependency-name: typescript
  dependency-version: 5.9.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: website-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 Oct 1, 2025
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.

0 participants