deps: bump the dependencies-minor group across 1 directory with 12 updates
Type: Pull Request
State: Closed
Association: Contributor
Comments: 2
(about 1 month ago)
(26 days ago)
(26 days ago)
dependencies javascript
Bumps the dependencies-minor group with 12 updates in the / directory:
| Package | From | To |
|---|---|---|
| @fontsource-variable/figtree | 5.2.9 |
5.2.10 |
| @fontsource/ibm-plex-mono | 5.2.6 |
5.2.7 |
| next | 15.5.3 |
15.5.4 |
| react | 19.1.1 |
19.2.0 |
| @types/react | 19.1.13 |
19.2.0 |
| react-dom | 19.1.1 |
19.2.0 |
| @types/react-dom | 19.1.9 |
19.2.0 |
| react-hook-form | 7.62.0 |
7.63.0 |
| zod | 4.1.8 |
4.1.11 |
| @playwright/test | 1.55.0 |
1.55.1 |
| sass | 1.92.1 |
1.93.2 |
| typescript | 5.9.2 |
5.9.3 |
Updates @fontsource-variable/figtree from 5.2.9 to 5.2.10
Commits
- See full diff in compare view
Updates @fontsource/ibm-plex-mono from 5.2.6 to 5.2.7
Commits
- See full diff in compare view
Updates next from 15.5.3 to 15.5.4
Release notes
Sourced from next's releases.
v15.5.4
[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.Core Changes
- fix: ensure onRequestError is invoked when otel enabled (#83343)
- fix: devtools initial position should be from next config (#83571)
- [devtool] fix overlay styles are missing (#83721)
- Turbopack: don't match dynamic pattern for node_modules packages (#83176)
- Turbopack: don't treat metadata routes as RSC (#82911)
- [turbopack] Improve handling of symlink resolution errors in track_glob and read_glob (#83357)
- Turbopack: throw large static metadata error earlier (#82939)
- fix: error overlay not closing when backdrop clicked (#83981)
- Turbopack: flush Node.js worker IPC on error (#84077)
Misc Changes
- [CNA] use linter preference (#83194)
- CI: use KV for test timing data (#83745)
- docs: september improvements and fixes (#83997)
Credits
Huge thanks to
@yiminghe,@huozhi,@devjiwonchoi,@mischnic,@lukesandberg,@ztanner,@icyJoseph,@leerob,@fufuShih,@dwrth,@aymericzip,@obendev,@molebox,@OoMNoO,@pontasan,@styfle,@HondaYt,@ryuapp,@lpalmes, and@ijjkfor helping!
Commits
40f1d78v15.5.4cb30f0a[backport] docs: september improvements and fixes (#83997)b6a32bb[backport] [CNA] use linter preference (#83194) (#84087)26d61f1[backport] Turbopack: flush Node.js worker IPC on error (#84079)e11e87a[backport] fix: error overlay not closing when backdrop clicked (#83981) (#83...0a29888[backport] fix: devtools initial position should be from next config (#83571)...7a53950[backport] Turbopack: don't treat metadata routes as RSC (#83804)050bdf1[backport] Turbopack: throw large static metadata error earlier (#83816)1f6ea09[backport] Turbopack: Improve handling of symlink resolution errors (#83805)c7d1855[backport] CI: use KV for test timing data (#83860)- 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.useEffectEventis a React Hook that lets you extract non-reactive logic into an Effect Event.cacheSignal(for RSCs) lets your know when thecache()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:
resume: to resume a prerender to a stream.resumeAndPrerender: to resume a prerender to HTML.- Added resume APIs for partial pre-rendering with Node Streams:
resumeToPipeableStream: to resume a prerender to a stream.resumeAndPrerenderToNodeStream: to resume a prerender to HTML.- Updated
prerenderAPIs to return apostponedstate that can be passed to theresumeAPIs.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 useIdAll Changes
React
<Activity />was developed over many years, starting beforeClassComponent.setState(@acdlite@sebmarkbageand many others)- Stringify context as "SomeContext" instead of "SomeContext.Provider" (
@kassens#33507)- Include stack of cause of React instrumentation errors with
%oplaceholder (@eps1lon#34198)- Fix infinite
useDeferredValueloop in popstate event (@acdlite#32821)- Fix a bug when an initial value was passed to
useDeferredValue(@acdlite#34376)- Fix a crash when submitting forms with Client Actions (
@sebmarkbage#33055)- Hide/unhide the content of dehydrated suspense boundaries if they resuspend (
@sebmarkbage#32900)- Avoid stack overflow on wide trees during Hot Reload (
@sophiebits#34145)- Improve Owner and Component stacks in various places (
@sebmarkbage,@eps1lon: #33629, #33724, #32735, #33723)- Add
cacheSignal(@sebmarkbage#33557)React DOM
- Block on Suspensey Fonts during reveal of server-side-rendered content (
@sebmarkbage#33342)- Use underscore instead of
:for IDs generated byuseId(@sebmarkbage,@eps1lon: #32001, facebook/react#33342#33099, #33422)- Stop warning when ARIA 1.3 attributes are used (
@Abdul-Omira#34264)- Allow
nonceto be used on hoistable styles (@Andarist#32461)- Warn for using a React owned node as a Container if it also has text content (
@sebmarkbage#32774)
... (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.useEffectEventis a React Hook that lets you extract non-reactive logic into an Effect Event.cacheSignal(for RSCs) lets your know when thecache()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:
resume: to resume a prerender to a stream.resumeAndPrerender: to resume a prerender to HTML.- Added resume APIs for partial pre-rendering with Node Streams:
resumeToPipeableStream: to resume a prerender to a stream.resumeAndPrerenderToNodeStream: to resume a prerender to HTML.- Updated
prerenderAPIs to return apostponedstate that can be passed to theresumeAPIs.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 useIdAll Changes
React
<Activity />was developed over many years, starting beforeClassComponent.setState(@acdlite@sebmarkbageand many others)- Stringify context as "SomeContext" instead of "SomeContext.Provider" (
@kassens#33507)- Include stack of cause of React instrumentation errors with
%oplaceholder (@eps1lon#34198)- Fix infinite
useDeferredValueloop in popstate event (@acdlite#32821)- Fix a bug when an initial value was passed to
useDeferredValue(@acdlite#34376)- Fix a crash when submitting forms with Client Actions (
@sebmarkbage#33055)- Hide/unhide the content of dehydrated suspense boundaries if they resuspend (
@sebmarkbage#32900)- Avoid stack overflow on wide trees during Hot Reload (
@sophiebits#34145)- Improve Owner and Component stacks in various places (
@sebmarkbage,@eps1lon: #33629, #33724, #32735, #33723)- Add
cacheSignal(@sebmarkbage#33557)React DOM
- Block on Suspensey Fonts during reveal of server-side-rendered content (
@sebmarkbage#33342)- Use underscore instead of
:for IDs generated byuseId(@sebmarkbage,@eps1lon: #32001, facebook/react#33342#33099, #33422)- Stop warning when ARIA 1.3 attributes are used (
@Abdul-Omira#34264)- Allow
nonceto be used on hoistable styles (@Andarist#32461)
... (truncated)
Commits
5667a41Bump next prerelease version numbers (#34639)8bb7241Bump useEffectEvent to Canary (#34610)e3c9656Ensure Performance Track are Clamped and Don't overlap (#34509)68f00c9Release Activity in Canary (#34374)0e10ee9[Reconciler] Set ProfileMode for Host Root Fiber by default in dev (#34432)3bf8ab4Add missing Activity export to development mode (#34439)1549bda[Flight] Only assign_storein dev mode when creating lazy types (#34354)bb6f0c8[Flight] Fix wrong missing key warning when static child is blocked (#34350)05addfcUpdate Flow to 0.266 (#34271)ec5dd0aUpdate Flow to 0.257 (#34253)- Additional commits viewable in compare view
Updates @types/react from 19.1.13 to 19.2.0
Commits
- See full diff in compare view
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.useEffectEventis a React Hook that lets you extract non-reactive logic into an Effect Event.cacheSignal(for RSCs) lets your know when thecache()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:
resume: to resume a prerender to a stream.resumeAndPrerender: to resume a prerender to HTML.- Added resume APIs for partial pre-rendering with Node Streams:
resumeToPipeableStream: to resume a prerender to a stream.resumeAndPrerenderToNodeStream: to resume a prerender to HTML.- Updated
prerenderAPIs to return apostponedstate that can be passed to theresumeAPIs.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 useIdAll Changes
React
<Activity />was developed over many years, starting beforeClassComponent.setState(@acdlite@sebmarkbageand many others)- Stringify context as "SomeContext" instead of "SomeContext.Provider" (
@kassens#33507)- Include stack of cause of React instrumentation errors with
%oplaceholder (@eps1lon#34198)- Fix infinite
useDeferredValueloop in popstate event (@acdlite#32821)- Fix a bug when an initial value was passed to
useDeferredValue(@acdlite#34376)- Fix a crash when submitting forms with Client Actions (
@sebmarkbage#33055)- Hide/unhide the content of dehydrated suspense boundaries if they resuspend (
@sebmarkbage#32900)- Avoid stack overflow on wide trees during Hot Reload (
@sophiebits#34145)- Improve Owner and Component stacks in various places (
@sebmarkbage,@eps1lon: #33629, #33724, #32735, #33723)- Add
cacheSignal(@sebmarkbage#33557)React DOM
- Block on Suspensey Fonts during reveal of server-side-rendered content (
@sebmarkbage#33342)- Use underscore instead of
:for IDs generated byuseId(@sebmarkbage,@eps1lon: #32001, facebook/react#33342#33099, #33422)- Stop warning when ARIA 1.3 attributes are used (
@Abdul-Omira#34264)- Allow
nonceto be used on hoistable styles (@Andarist#32461)- Warn for using a React owned node as a Container if it also has text content (
@sebmarkbage#32774)
... (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.useEffectEventis a React Hook that lets you extract non-reactive logic into an Effect Event.cacheSignal(for RSCs) lets your know when thecache()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:
resume: to resume a prerender to a stream.resumeAndPrerender: to resume a prerender to HTML.- Added resume APIs for partial pre-rendering with Node Streams:
resumeToPipeableStream: to resume a prerender to a stream.resumeAndPrerenderToNodeStream: to resume a prerender to HTML.- Updated
prerenderAPIs to return apostponedstate that can be passed to theresumeAPIs.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 useIdAll Changes
React
<Activity />was developed over many years, starting beforeClassComponent.setState(@acdlite@sebmarkbageand many others)- Stringify context as "SomeContext" instead of "SomeContext.Provider" (
@kassens#33507)- Include stack of cause of React instrumentation errors with
%oplaceholder (@eps1lon#34198)- Fix infinite
useDeferredValueloop in popstate event (@acdlite#32821)- Fix a bug when an initial value was passed to
useDeferredValue(@acdlite#34376)- Fix a crash when submitting forms with Client Actions (
@sebmarkbage#33055)- Hide/unhide the content of dehydrated suspense boundaries if they resuspend (
@sebmarkbage#32900)- Avoid stack overflow on wide trees during Hot Reload (
@sophiebits#34145)- Improve Owner and Component stacks in various places (
@sebmarkbage,@eps1lon: #33629, #33724, #32735, #33723)- Add
cacheSignal(@sebmarkbage#33557)React DOM
- Block on Suspensey Fonts during reveal of server-side-rendered content (
@sebmarkbage#33342)- Use underscore instead of
:for IDs generated byuseId(@sebmarkbage,@eps1lon: #32001, facebook/react#33342#33099, #33422)- Stop warning when ARIA 1.3 attributes are used (
@Abdul-Omira#34264)- Allow
nonceto be used on hoistable styles (@Andarist#32461)
... (truncated)
Commits
8618113Bump scheduler version (#34671)1bd1f01Ship partial-prerendering APIs to Canary (#34633)2f0649a[Fizz] Removenonceoption from resume-and-prerender APIs (#34664)5667a41Bump next prerelease version numbers (#34639)e08f53bMatchreact-dom/statictest entrypoints and published entrypoints (#34599)8bb7241Bump useEffectEvent to Canary (#34610)83c88adHandle fabric root level fragment with compareDocumentPosition (#34533)68f00c9Release Activity in Canary (#34374)3168e08[flags] enable opt-in for enableDefaultTransitionIndicator (#34373)3434ff4Add scrollIntoView to fragment instances (#32814)- Additional commits viewable in compare view
Updates @types/react-dom from 19.1.9 to 19.2.0
Commits
- See full diff in compare view
Updates react-hook-form from 7.62.0 to 7.63.0
Release notes
Sourced from react-hook-form's releases.
Version 7.63.0
🥢 feat: extract form values by form state (#12936)
getValues(undefined, { dirtyFields: true }); // return only dirty fields getValues(undefined, { touchedFields: true }); // return only touched fields🦍 feat: improve get dirty fields logic (#13049) 🐿️ chore: remove duplicated function isMessage (#13050) 🐞 fix: use field name to update isValidating fields (#13000) 🐞 fix: unregister previous field when switching conditional Controllers (#13041) 🐞 fix: only excuse trigger function when deps has a valid array (#13056)
thanks to
@candymask0712,@GorkemKir,@kimtaejin3,@m2na7&@abnud11
Commits
b5b73297.63.086a7fb3🐞 fix: only excuse trigger function when deps has a valid array (#13056)4bfd420🏔️ chore: major dev deps upgrade (#13053)66b7daf🔩 chore: lib dev deps upgrade (#13051)62b26d8🐿️ chore: remove duplicated function isMessage (#13050)f66438a🦍 feat: improve get dirty fields logic (#13049)c33b4c7🐞 fix: unregister previous field when switching conditional Controllers (#13041)68685a3🧪 chore: upgrade typescript-eslint (#13008)2307e99🧪 test: add unit tests for append utility (#13025)b2a9545🥢 feat: extra form values by form state (#12936)- Additional commits viewable in compare view
Updates zod from 4.1.8 to 4.1.11
Release notes
Sourced from zod's releases.
v4.1.11
Commits:
- 2bed4b39760d8e4d678203b5c8fcaf24c182fc9f 4.1.11
v4.1.10
Commits:
- 7ffedd00169d8dc2e7cb7c6d878f29b03e05b3a3 Fix shape caching (#5263)
- 82cd717a0e7ee4e1737a783c7be278fa93fd8104 v4.1.10
v4.1.9
Commits:
- a78716d91da7649a61016b81c27f49fd9e79a81e Update zshy (#5249)
- 923af801fde9f033cfd7e0e753b421a554fe3be8 Publish zod@4.1.9
Commits
Updates @playwright/test from 1.55.0 to 1.55.1
Release notes
Sourced from @playwright/test's releases.
v1.55.1
Highlights
microsoft/playwright#37479 - [Bug]: Upgrade Chromium to 140.0.7339.186. microsoft/playwright#37147 - [Regression]: Internal error: step id not found. microsoft/playwright#37146 - [Regression]: HTML reporter displays a broken chip link when there are no projects. microsoft/playwright#37137 - Revert "fix(a11y): track inert elements as hidden".
Browser Versions
- Chromium 140.0.7339.186
- Mozilla Firefox 141.0
- WebKit 26.0
This version was also tested against the following stable channels:
- Google Chrome 139
- Microsoft Edge 139
Commits
ae51df7chore: mark v1.55.1 (#37530)86dde29feat(chromium): roll to r1193 (#37529)86328bcchore: do not use -k option (#37532)63799bacherry-pick(#37214): docs: fix method names in release notes21e29a4cherry-pick(#37153): fix(html): don't display a chip with empty content with ...ba62e6acherry-pick(#37149): fix(test): attaching in boxed fixture25bb073cherry-pick(#37137): Revert "fix(a11y): track inert elements as hidden (#36947)"- See full diff in compare view
Updates @types/react from 19.1.13 to 19.2.0
Commits
- See full diff in compare view
Updates @types/react-dom from 19.1.9 to 19.2.0
Commits
- See full diff in compare view
Updates sass from 1.92.1 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.
Dart Sass 1.93.0
To install Sass 1.93.0, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.
Changes
- Fix a crash when a style rule contains a nested
@import, and the loaded file@uses a user-defined module as well as@includes a top-level mixin which emits top-level declarations.JavaScript API
- Release a
@sass/typespackage which contains the type annotations used by both thesassandsass-embeddedpackage without any additional code or dependencies.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.1.93.0
- Fix a crash when a style rule contains a nested
@import, and the loaded file@uses a user-defined module as well as@includes a top-level mixin which emits top-level declarations.JavaScript API
- Release a
@sass/typespackage which contains the type annotations used by both thesassandsass-embeddedpackage without any additional code or dependencies.
Commits
b8b35e8Mark@sass/typesas public (#2653)0b7d6d9Empty commit4e94339Fix the release script for@sass/types(#2651)710ef80Switch to macos-15-intel runner (#2650)307226aPublish a@sass/typespackage with the types of the shared JS API (#2639)edfe90dFix crash when@importinga Sass file that@usesanother file (#2599)9360866Bump actions/setup-node from 4 to 5 (#2643)7737af5Bump actions/setup-node from 4 to 5 in /.github/util/initialize (#2644)- See full diff in compare view
Updates typescript from 5.9.2 to 5.9.3
Release notes
Sourced from typescript's releases.
TypeScript 5.9.3
Note: this tag was recreated to point at the correct commit. The npm package contained the correct content.
For release notes, check out the release announcement
- fixed issues query for Typescript 5.9.0 (Beta).
- fixed issues query for Typescript 5.9.1 (RC).
- No specific changes for TypeScript 5.9.2 (Stable)
- fixed issues query for Typescript 5.9.3 (Stable).
Downloads are available on:
Commits
c63de15Bump version to 5.9.3 and LKG8428ca4🤖 Pick PR #62438 (Fix incorrectly ignored dts file fr...) into release-5.9 (#...a131cac🤖 Pick PR #62351 (Add missing Float16Array constructo...) into release-5.9 (#...0424333🤖 Pick PR #62423 (Revert PR 61928) into release-5.9 (#62425)bdb641a🤖 Pick PR #62311 (Fix parenthesizer rules for manuall...) into release-5.9 (#...0d9b9b9🤖 Pick PR #61978 (Restructure CI to prepare for requi...) into release-5.9 (#...2dce0c5Intentionally regress one buggy declaration output to an older version (#62163)- 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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
Pull Request Statistics
1
2
+110
-110
Package Dependencies
@fontsource-variable/figtree
npm
5.2.9 → 5.2.10
Patch
Technical Details
| ID: | 9189329 |
| UUID: | 2880775571 |
| Node ID: | PR_kwDOPsS56M6rtSWT |
| Host: | GitHub |
| Repository: | Jobayer071/example-nextjs-c24a0 |
| Mergeable: | Yes |
| Merge State: | Clean |