Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the deps group with 6 updates in the / directory:

Package From To
@docsearch/react 4.0.1 4.1.0
@react-aria/overlays 3.29.1 3.30.0
@react-aria/tooltip 3.8.7 3.8.8
react 19.1.1 19.2.0
react-dom 19.1.1 19.2.0
sass 1.93.0 1.93.2

Updates @docsearch/react from 4.0.1 to 4.1.0

Release notes

Sourced from @​docsearch/react's releases.

v4.1.0

4.1.0 (2025-09-22)

Bug Fixes

Features

Changelog

Sourced from @​docsearch/react's changelog.

4.1.0 (2025-09-22)

Bug Fixes

Features

Commits

Updates @react-aria/overlays from 3.29.1 to 3.30.0

Release notes

Sourced from @​react-aria/overlays's releases.

September 7, 2023 Release

https://react-spectrum.adobe.com/releases/2023-09-07.html

Commits
  • 0bda511 Publish
  • c7c0d35 fix: Clicking on TableView column header menu does not work (#8963)
  • b2f3515 fix: Height of modal underlay is incorrect when the body has height: 100% (#8...
  • 0bc8b24 fix: Picker default text display (#8959)
  • bae7179 Remove UNSTABLE prefix from collections in RAC
  • 04bd079 docs: more S2 docs fixes (#8944)
  • 2ba829b docs: Update docs for new --page-height var and ComboBox actions (#8955)
  • 8a49fc9 feat: add Avatar support for ComboBoxItem and PickerItem (#8931)
  • 3e2e190 chore: add missing placeholders to test apps and stories (#8949)
  • 836dc5d fix: ComboBox item actions should not be selectable (#8947)
  • Additional commits viewable in compare view

Updates @react-aria/tooltip from 3.8.7 to 3.8.8

Commits
  • 0bda511 Publish
  • c7c0d35 fix: Clicking on TableView column header menu does not work (#8963)
  • b2f3515 fix: Height of modal underlay is incorrect when the body has height: 100% (#8...
  • 0bc8b24 fix: Picker default text display (#8959)
  • bae7179 Remove UNSTABLE prefix from collections in RAC
  • 04bd079 docs: more S2 docs fixes (#8944)
  • 2ba829b docs: Update docs for new --page-height var and ComboBox actions (#8955)
  • 8a49fc9 feat: add Avatar support for ComboBoxItem and PickerItem (#8931)
  • 3e2e190 chore: add missing placeholders to test apps and stories (#8949)
  • 836dc5d fix: ComboBox item actions should not be selectable (#8947)
  • Additional commits viewable in compare view

Updates @react-aria/utils from 3.30.1 to 3.31.0

Release notes

Sourced from @​react-aria/utils's releases.

October 02, 2023 Release

https://react-spectrum.adobe.com/releases/2023-10-02.html

Commits
  • 0bda511 Publish
  • c7c0d35 fix: Clicking on TableView column header menu does not work (#8963)
  • b2f3515 fix: Height of modal underlay is incorrect when the body has height: 100% (#8...
  • 0bc8b24 fix: Picker default text display (#8959)
  • bae7179 Remove UNSTABLE prefix from collections in RAC
  • 04bd079 docs: more S2 docs fixes (#8944)
  • 2ba829b docs: Update docs for new --page-height var and ComboBox actions (#8955)
  • 8a49fc9 feat: add Avatar support for ComboBoxItem and PickerItem (#8931)
  • 3e2e190 chore: add missing placeholders to test apps and stories (#8949)
  • 836dc5d fix: ComboBox item actions should not be selectable (#8947)
  • Additional commits viewable in compare view

Updates react from 19.1.1 to 19.2.0

Release notes

Sourced from react's releases.

19.2.0 (Oct 1, 2025)

Below is a list of all new features, APIs, and bug fixes.

Read the React 19.2 release post for more information.

New React Features

  • <Activity>: A new API to hide and restore the UI and internal state of its children.
  • useEffectEvent is a React Hook that lets you extract non-reactive logic into an Effect Event.
  • cacheSignal (for RSCs) lets your know when the cache() lifetime is over.
  • React Performance tracks appear on the Performance panel’s timeline in your browser developer tools

New React DOM Features

  • Added resume APIs for partial pre-rendering with Web Streams:
  • Added resume APIs for partial pre-rendering with Node Streams:
  • Updated prerender APIs to return a postponed state that can be passed to the resume APIs.

Notable changes

  • React DOM now batches suspense boundary reveals, matching the behavior of client side rendering. This change is especially noticeable when animating the reveal of Suspense boundaries e.g. with the upcoming <ViewTransition> Component. React will batch as much reveals as possible before the first paint while trying to hit popular first-contentful paint metrics.
  • Add Node Web Streams (prerender, renderToReadableStream) to server-side-rendering APIs for Node.js
  • Use underscore instead of : IDs generated by useId

All Changes

React

React DOM

... (truncated)

Changelog

Sourced from react's changelog.

19.2.0 (October 1st, 2025)

Below is a list of all new features, APIs, and bug fixes.

Read the React 19.2 release post for more information.

New React Features

  • <Activity>: A new API to hide and restore the UI and internal state of its children.
  • useEffectEvent is a React Hook that lets you extract non-reactive logic into an Effect Event.
  • cacheSignal (for RSCs) lets your know when the cache() lifetime is over.
  • React Performance tracks appear on the Performance panel’s timeline in your browser developer tools

New React DOM Features

  • Added resume APIs for partial pre-rendering with Web Streams:
  • Added resume APIs for partial pre-rendering with Node Streams:
  • Updated prerender APIs to return a postponed state that can be passed to the resume APIs.

Notable changes

  • React DOM now batches suspense boundary reveals, matching the behavior of client side rendering. This change is especially noticeable when animating the reveal of Suspense boundaries e.g. with the upcoming <ViewTransition> Component. React will batch as much reveals as possible before the first paint while trying to hit popular first-contentful paint metrics.
  • Add Node Web Streams (prerender, renderToReadableStream) to server-side-rendering APIs for Node.js
  • Use underscore instead of : IDs generated by useId

All Changes

React

React DOM

... (truncated)

Commits

Updates react-dom from 19.1.1 to 19.2.0

Release notes

Sourced from react-dom's releases.

19.2.0 (Oct 1, 2025)

Below is a list of all new features, APIs, and bug fixes.

Read the React 19.2 release post for more information.

New React Features

  • <Activity>: A new API to hide and restore the UI and internal state of its children.
  • useEffectEvent is a React Hook that lets you extract non-reactive logic into an Effect Event.
  • cacheSignal (for RSCs) lets your know when the cache() lifetime is over.
  • React Performance tracks appear on the Performance panel’s timeline in your browser developer tools

New React DOM Features

  • Added resume APIs for partial pre-rendering with Web Streams:
  • Added resume APIs for partial pre-rendering with Node Streams:
  • Updated prerender APIs to return a postponed state that can be passed to the resume APIs.

Notable changes

  • React DOM now batches suspense boundary reveals, matching the behavior of client side rendering. This change is especially noticeable when animating the reveal of Suspense boundaries e.g. with the upcoming <ViewTransition> Component. React will batch as much reveals as possible before the first paint while trying to hit popular first-contentful paint metrics.
  • Add Node Web Streams (prerender, renderToReadableStream) to server-side-rendering APIs for Node.js
  • Use underscore instead of : IDs generated by useId

All Changes

React

React DOM

... (truncated)

Changelog

Sourced from react-dom's changelog.

19.2.0 (October 1st, 2025)

Below is a list of all new features, APIs, and bug fixes.

Read the React 19.2 release post for more information.

New React Features

  • <Activity>: A new API to hide and restore the UI and internal state of its children.
  • useEffectEvent is a React Hook that lets you extract non-reactive logic into an Effect Event.
  • cacheSignal (for RSCs) lets your know when the cache() lifetime is over.
  • React Performance tracks appear on the Performance panel’s timeline in your browser developer tools

New React DOM Features

  • Added resume APIs for partial pre-rendering with Web Streams:
  • Added resume APIs for partial pre-rendering with Node Streams:
  • Updated prerender APIs to return a postponed state that can be passed to the resume APIs.

Notable changes

  • React DOM now batches suspense boundary reveals, matching the behavior of client side rendering. This change is especially noticeable when animating the reveal of Suspense boundaries e.g. with the upcoming <ViewTransition> Component. React will batch as much reveals as possible before the first paint while trying to hit popular first-contentful paint metrics.
  • Add Node Web Streams (prerender, renderToReadableStream) to server-side-rendering APIs for Node.js
  • Use underscore instead of : IDs generated by useId

All Changes

React

React DOM

... (truncated)

Commits

Updates sass from 1.93.0 to 1.93.2

Release notes

Sourced from sass's releases.

Dart Sass 1.93.2

To install Sass 1.93.2, 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.

JavaScript API

  • Fix another error in the release process for @sass/types.

See the full changelog for changes in earlier releases.

Dart Sass 1.93.1

To install Sass 1.93.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.

JavaScript API

  • Fix an error in the release process for @sass/types.

See the full changelog for changes in earlier releases.

Changelog

Sourced from sass's changelog.

1.93.2

  • No user-visible changes.

JavaScript API

  • Fix another error in the release process for @sass/types.

1.93.1

  • No user-visible changes.

JavaScript API

  • Fix an error in the release process for @sass/types.
Commits

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 Oct 3, 2025
Copy link
Contributor

coderabbitai bot commented Oct 3, 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.

Copy link
Contributor

github-actions bot commented Oct 3, 2025

Dangerous URL check

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

Copy link
Contributor

github-actions bot commented Oct 3, 2025

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.

Copy link

cloudflare-workers-and-pages bot commented Oct 3, 2025

Deploying docs with  Cloudflare Pages  Cloudflare Pages

Latest commit: 5d898e2
Status: ✅  Deploy successful!
Preview URL: https://e32322cc.docs-51g.pages.dev
Branch Preview URL: https://dependabot-npm-and-yarn-deps-04yt.docs-51g.pages.dev

View logs

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/deps-4f3e160af7 branch 2 times, most recently from ab6b8d6 to 890949e Compare October 8, 2025 07:03
Bumps the deps group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@docsearch/react](https://github.com/algolia/docsearch/tree/HEAD/packages/docsearch-react) | `4.0.1` | `4.1.0` |
| [@react-aria/overlays](https://github.com/adobe/react-spectrum) | `3.29.1` | `3.30.0` |
| [@react-aria/tooltip](https://github.com/adobe/react-spectrum) | `3.8.7` | `3.8.8` |
| [react](https://github.com/facebook/react/tree/HEAD/packages/react) | `19.1.1` | `19.2.0` |
| [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) | `19.1.1` | `19.2.0` |
| [sass](https://github.com/sass/dart-sass) | `1.93.0` | `1.93.2` |



Updates `@docsearch/react` from 4.0.1 to 4.1.0
- [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.1.0/packages/docsearch-react)

Updates `@react-aria/overlays` from 3.29.1 to 3.30.0
- [Release notes](https://github.com/adobe/react-spectrum/releases)
- [Commits](https://github.com/adobe/react-spectrum/compare/@react-aria/overlays@3.29.1...@react-aria/overlays@3.30.0)

Updates `@react-aria/tooltip` from 3.8.7 to 3.8.8
- [Release notes](https://github.com/adobe/react-spectrum/releases)
- [Commits](https://github.com/adobe/react-spectrum/compare/@react-aria/tooltip@3.8.7...@react-aria/tooltip@3.8.8)

Updates `@react-aria/utils` from 3.30.1 to 3.31.0
- [Release notes](https://github.com/adobe/react-spectrum/releases)
- [Commits](https://github.com/adobe/react-spectrum/compare/@react-aria/utils@3.30.1...@react-aria/utils@3.31.0)

Updates `react` from 19.1.1 to 19.2.0
- [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.2.0/packages/react)

Updates `react-dom` from 19.1.1 to 19.2.0
- [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.2.0/packages/react-dom)

Updates `sass` from 1.93.0 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.93.0...1.93.2)

---
updated-dependencies:
- dependency-name: "@docsearch/react"
  dependency-version: 4.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: "@react-aria/overlays"
  dependency-version: 3.30.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: "@react-aria/tooltip"
  dependency-version: 3.8.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: "@react-aria/utils"
  dependency-version: 3.31.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: react
  dependency-version: 19.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: react-dom
  dependency-version: 19.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: sass
  dependency-version: 1.93.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/deps-4f3e160af7 branch from 890949e to 5d898e2 Compare October 9, 2025 07:03
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