deps: bump the dependencies-minor group across 1 directory with 11 updates
Type: Pull Request
State: Open
Association: Contributor
Comments: 2
(about 2 months ago)
(about 2 months ago)
dependencies javascript
Bumps the dependencies-minor group with 11 updates in the / directory:
| Package | From | To |
|---|---|---|
| @hookform/resolvers | 5.1.1 |
5.2.1 |
| next | 15.5.2 |
15.5.3 |
| react | 19.1.0 |
19.1.1 |
| @types/react | 19.1.8 |
19.1.12 |
| react-dom | 19.1.0 |
19.1.1 |
| @types/react-dom | 19.1.6 |
19.1.9 |
| react-hook-form | 7.60.0 |
7.62.0 |
| zod | 4.1.5 |
4.1.7 |
| @playwright/test | 1.54.1 |
1.55.0 |
| sass | 1.89.2 |
1.92.1 |
| typescript | 5.8.3 |
5.9.2 |
Updates @hookform/resolvers from 5.1.1 to 5.2.1
Release notes
Sourced from @hookform/resolvers's releases.
v5.2.1
5.2.1 (2025-07-29)
Bug Fixes
- discriminated union for zod v4 mini (#784) (49a0d7b)
- zod v4 peer deps (#798) (2d28e6a)
- zod: fix output type for Zod 4 resolver (#801) (bc09647)
v5.2.0
5.2.0 (2025-07-25)
Features
Commits
Updates next from 15.5.2 to 15.5.3
Commits
Updates react from 19.1.0 to 19.1.1
Commits
87e33caSet release versions to 19.1.15a1eb6ffix: rename bottom stack frame (#33680)- See full diff in compare view
Updates @types/react from 19.1.8 to 19.1.12
Commits
- See full diff in compare view
Updates react-dom from 19.1.0 to 19.1.1
Commits
87e33caSet release versions to 19.1.1b793948Bump next prerelease version numbers (#32782)- See full diff in compare view
Updates @types/react-dom from 19.1.6 to 19.1.9
Commits
- See full diff in compare view
Updates react-hook-form from 7.60.0 to 7.62.0
Release notes
Sourced from react-hook-form's releases.
Version 7.62.0
👨🔧 prevent onBlur for readOnly fields (#12971) 🐞 fix #12988 sync two defaultValues after reset with new defaultValues (#12990) 🐞 fix: do not override prototype of data in cloneObject (#12985) 🐞 fix field name type conflict in nested FieldErrors (#12972)
thanks to
@candymask0712,@Adityapradh,@Ty3uK&@kichikawa57Version 7.61.1
Revert "⌨️ fix: watch return type based on defaultValue (#12896)"
Version 7.61.0
🧮 feat: compute prop for useWatch subscription (#12503)
- subscribe to the entire form but only return updated value with certain condition
type FormValue = { test: string; }const watchedValue = useWatch({
control: methods.control,
compute: (data: FormValue) => {
if (data.test?.length) {
return data.test;
}return '';},
});
- subscribe to a specific form value state
type FormValue = { test: string; }const watchedValue = useWatch({
control: methods.control,
name: 'test',
compute: (data: string) => {
return data.length > 3 ? data : '';
},
});
👨🔧 trigger watch callbacks in response to value changes only (#12945) 🙏 track name with setValue subscription callbacks (#12946)
... (truncated)
Commits
1b5a6747.62.06025100🐞 fix #12988 sync two defaultValues after reset with new defaultValues (#12990)323cd41🐞 fix field name type conflict in nested FieldErrors (#12972)dac28d6👨🔧 fix: prevent onBlur for readOnly fields (#12971)642145a🧪 test: add unit tests for convertToArrayPayload utility (#12967)15c03a5🐞 fix: do not override prototype ofdataincloneObject(#12985)13465d97.61.14a7f371Revert "⌨️ fix: watch return type based on defaultValue (#12896)"343ac037.61.03f4d24c🐞 fix #12959 subscribe with latest defaultValues #12961- Additional commits viewable in compare view
Updates zod from 4.1.5 to 4.1.7
Release notes
Sourced from zod's releases.
v4.1.7
Commits:
- 0cca351c8b152d7c4113ab7c2a44675efb060677 Fix variable name inconsistency in coercion documentation (#5188)
- aa78c270f1b43f4665339f4b61e7cb88037b8c84 Add copy/edit buttons
- 76452d4119d800a722b692755c1168627bc95f0f Update button txt
- 937f73c90cac90bd3b99b12c792c289b50416510 Fix tsconfig issue in bench
- 976b43657d4aff6d47c73c1c86125623ea08752d v4.1.6 (#5222)
- 4309c61304daf40aab2124b5f513abe2b4df8637 Fix cidrv6 validation - cidrv6 should reject invalid strings with multiple slashes (#5196)
- ef95a73b6d33299743e5ff4f0645b98c1b0d6f72 feat(locales): Add Lithuanian (lt) locale (#5210)
- 3803f3f37168212f2178e8b8deceb7bad78ed904 docs: update wrong contents in codeblocks in
api.mdx(#5209)- 8a47d5c6ba8e4fe2f934a8e55d0cba4d81d821de docs: update coerce example in
api.mdx(#5207)- e87db1322f11ff6907e1789da28933d258ab75fd feat(locales): Add Georgian (ka) locale (#5203)
- c54b123e399a6ab266504eb1389c724af31d5998 docs: adds
@traversable/zodand@traversable/zod-testto v4 ecosystem (#5194)- c27a294f5b792f47b8e9dbb293a8ff8cfb287a3a Fix two tiny grammatical errors in the docs. (#5193)
- 23a2d6692398e3dd1ad1cdb0491b271a9f989380 docs: fix broken links in async refinements and transforms references (#5190)
- 845a230bb06bff679b5f00e10153f4dbbd50d2b6 fix(locales): Add type name translations to Spanish locale (#5187)
- 27f13d62b98cf5c501b828ba8837ff73cd6263d2 Improve regex precision and eliminate duplicates in regexes.ts (#5181)
- a8a52b3ba370b761be76953fa3986aa43c4172a4 fix(v4): fix Khmer and Ukrainian locales (#5177)
- 887e37cd7568219c54f9c2f71bbfe0300ce48376 Update slugs
- e1f19482bbed3fbaa563a0d8e09f1a577cc58ac7 fix(v4): ensure array defaults are shallow-cloned (#5173)
- 9f650385644ae319f806a965b83f79ebd252e497 docs(ecosystem): add DRZL; fix Prisma Zod Generator placement (#5215)
- aa6f0f02c2a92a266ff1495a8d2541ae46012fcb More fixes (#5223)
- aab33566bdb44a651cc3e27fde729285e4312419 4.1.7
Commits
aab33564.1.7aa6f0f0More fixes (#5223)9f65038docs(ecosystem): add DRZL; fix Prisma Zod Generator placement (#5215)e1f1948fix(v4): ensure array defaults are shallow-cloned (#5173)887e37cUpdate slugsa8a52b3fix(v4): fix Khmer and Ukrainian locales (#5177)27f13d6Improve regex precision and eliminate duplicates in regexes.ts (#5181)845a230fix(locales): Add type name translations to Spanish locale (#5187)23a2d66docs: fix broken links in async refinements and transforms references (#5190)c27a294Fix two tiny grammatical errors in the docs. (#5193)- Additional commits viewable in compare view
Updates @playwright/test from 1.54.1 to 1.55.0
Release notes
Sourced from @playwright/test's releases.
v1.55.0
New APIs
- New Property testStepInfo.titlePath Returns the full title path starting from the test file, including test and step titles.
Codegen
- Automatic
toBeVisible()assertions: Codegen can now generate automatictoBeVisible()assertions for common UI interactions. This feature can be enabled in the Codegen settings UI.Breaking Changes
- ⚠️ Dropped support for Chromium extension manifest v2.
Miscellaneous
- Added support for Debian 13 "Trixie".
Browser Versions
- Chromium 140.0.7339.16
- Mozilla Firefox 141.0
- WebKit 26.0
This version was also tested against the following stable channels:
- Google Chrome 139
- Microsoft Edge 139
v1.54.2
Highlights
microsoft/playwright#36714 - [Regression]: Codegen is not able to launch in Administrator Terminal on Windows (ProtocolError: Protocol error) microsoft/playwright#36828 - [Regression]: Playwright Codegen keeps spamming with selected option microsoft/playwright#36810 - [Regression]: Starting Codegen with target language doesn't work anymore
Browser Versions
- Chromium 139.0.7258.5
- Mozilla Firefox 140.0.2
- WebKit 26.0
This version was also tested against the following stable channels:
- Google Chrome 140
- Microsoft Edge 140
Commits
f992162chore: mark v1.55.0 (#37121)4a92ea0cherry-pick(#37113): docs: add release-notes for v1.55aa05507cherry-pick(#37114): test: move browser._launchServer in child process27ae7dctest: tree gardening (#37107)cd09d85test: unflake "should pick element" (#37103)72e4772chore(trace-viewer): remove unused code (#37097)5b8c7d6chore(dotnet): float is non-nullable (#37095)c7bf035test(webkit): closing dialog > contenteditable (#37084)9fd6986test: skip debug-controller tests in driver mode (#37090)4c2f44dtest(bidi): use the nightly channel only for Firefox in CI (#37086)- Additional commits viewable in compare view
Updates @types/react from 19.1.8 to 19.1.12
Commits
- See full diff in compare view
Updates @types/react-dom from 19.1.6 to 19.1.9
Commits
- See full diff in compare view
Updates sass from 1.89.2 to 1.92.1
Release notes
Sourced from sass's releases.
Dart Sass 1.92.1
To install Sass 1.92.1, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.
Changes
- Fix a bug where variable definitions from one imported, forwarded module would not be passed as implicit configuration to a later imported, forwarded module.
See the full changelog for changes in earlier releases.
Dart Sass 1.92.0
To install Sass 1.92.0, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.
Changes
Breaking change: Emit declarations, childless at-rules, and comments in the order they appear in the source even when they're interleaved with nested rules. This obsoletes the
mixed-declsdeprecation.Breaking change: The function name
type()is now fully reserved for the plain CSS function. This means that@functiondefinitions with the nametypewill produce errors, while function calls will be parsed as special function strings.Configuring private variables using
@use ... with,@forward ... with, andmeta.load-css(..., $with: ...)is now deprecated. Private variables were always intended to be fully encapsulated within the module that defines them, and this helps enforce that encapsulation.Fix a bug where
@extendrules loaded through a mixture of@importand@userules could fail to apply correctly.Command-Line Interface
- In
--watchmode, delete the source map when the associated source file is deleted.See the full changelog for changes in earlier releases.
Dart Sass 1.91.0
To install Sass 1.91.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 change:
meta.inspect()(as well as other systems that use it such as@debugand certain error messages) now emits numbers with as high precision as is available instead of rounding to the nearest 1e⁻¹⁰ as we do when serializing to CSS. This better fits the purpose ofmeta.inspect(), which is to provide full information about the structure of a Sass value.Passing a rest argument (
$arg...) before a positional or named argument when calling a function or mixin is now deprecated. This was always outside the specified syntax, but it was historically treated the same as passing the rest argument at the end of the argument list whether or not that matched the visual order of the arguments.See the full changelog for changes in earlier releases.
Dart Sass 1.90.0
To install Sass 1.90.0, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.
... (truncated)
Changelog
Sourced from sass's changelog.
1.92.1
- Fix a bug where variable definitions from one imported, forwarded module would not be passed as implicit configuration to a later imported, forwarded module.
1.92.0
Breaking change: Emit declarations, childless at-rules, and comments in the order they appear in the source even when they're interleaved with nested rules. This obsoletes the
mixed-declsdeprecation.Breaking change: The function name
type()is now fully reserved for the plain CSS function. This means that@functiondefinitions with the nametypewill produce errors, while function calls will be parsed as special function strings.Configuring private variables using
@use ... with,@forward ... with, andmeta.load-css(..., $with: ...)is now deprecated. Private variables were always intended to be fully encapsulated within the module that defines them, and this helps enforce that encapsulation.Fix a bug where
@extendrules loaded through a mixture of@importand@userules could fail to apply correctly.Command-Line Interface
- In
--watchmode, delete the source map when the associated source file is deleted.1.91.0
Potentially breaking change:
meta.inspect()(as well as other systems that use it such as@debugand certain error messages) now emits numbers with as high precision as is available instead of rounding to the nearest 1e⁻¹⁰ as we do when serializing to CSS. This better fits the purpose ofmeta.inspect(), which is to provide full information about the structure of a Sass value.Passing a rest argument (
$arg...) before a positional or named argument when calling a function or mixin is now deprecated. This was always outside the specified syntax, but it was historically treated the same as passing the rest argument at the end of the argument list whether or not that matched the visual order of the arguments.1.90.0
- Allow a
@forwarded module to be loaded with a configuration when that module has already been loaded with a different configuration and the module doesn't define any variables that would have been configured anyway.
Commits
f7f0342Fix bug with implicit configuration (#2642)ea9f7beBump postcss from 8.5.5 to 8.5.6 in /pkg/sass-parser (#2607)ff1847bBump browser-actions/setup-chrome from 1 to 2 (#2604)fc5d6e3Bump actions/download-artifact from 4 to 5 (#2617)055ef24[Private Config] Implement the deprecation (#2631)3526d62Bump actions/attest-build-provenance from 2 to 3 (#2633)87e2e1cAdd support for the plain CSS type() function (#2630)9009a64Implement the new mixed declaration/comment/at-rule behavior (#2629)6d3d928Delete source maps when source files are deleted in watch mode (#2626)c61b098Fix@extendthrough mixed@importand@use(#2627)- Additional commits viewable in compare view
Updates typescript from 5.8.3 to 5.9.2
Release notes
Sourced from typescript's releases.
TypeScript 5.9
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)
Downloads are available on:
TypeScript 5.9 RC
For release notes, check out the release announcement
Downloads are available on:
TypeScript 5.9 Beta
For release notes, check out the release announcement.
Downloads are available on:
Commits
be86783Give more specific errors forverbatimModuleSyntax(#62113)22ef577LEGO: Pull request from lego/hb_5378966c-b857-470a-8675-daebef4a6da1_20250714...d5a414cDon't usenoErrorTruncationwhen printing types withmaximumLengthset (#...f14b5c8Remove unused and confusing dom.iterable.d.ts file (#62037)2778e84Restore AbortSignal.abort (#62086)65cb4bdLEGO: Pull request from lego/hb_5378966c-b857-470a-8675-daebef4a6da1_20250710...9e20e03Clear out checker-level stacks on pop (#62016)87740bcFix for Issue 61081 (#61221)833a8d4Fix Symbol completion priority and cursor positioning (#61945)0018c9fLEGO: Pull request from lego/hb_5378966c-b857-470a-8675-daebef4a6da1_20250702...- Additional commits viewable 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
0
0
+0
-0
Package Dependencies
Technical Details
| ID: | 7542767 |
| UUID: | 3405196233 |
| Node ID: | PR_kwDOPsS56M6n9rnP |
| Host: | GitHub |
| Repository: | Jobayer071/example-nextjs-c24a0 |