Bump the web-runtime group across 1 directory with 5 updates#36
Open
dependabot[bot] wants to merge 1 commit into
Open
Bump the web-runtime group across 1 directory with 5 updates#36dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps the web-runtime group with 5 updates in the /web directory: | Package | From | To | | --- | --- | --- | | [@reduxjs/toolkit](https://github.com/reduxjs/redux-toolkit) | `2.11.2` | `2.12.0` | | [react](https://github.com/facebook/react/tree/HEAD/packages/react) | `19.2.4` | `19.2.7` | | [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) | `19.2.4` | `19.2.7` | | [react-hook-form](https://github.com/react-hook-form/react-hook-form) | `7.72.1` | `7.80.0` | | [react-redux](https://github.com/reduxjs/react-redux) | `9.2.0` | `9.3.0` | Updates `@reduxjs/toolkit` from 2.11.2 to 2.12.0 - [Release notes](https://github.com/reduxjs/redux-toolkit/releases) - [Commits](reduxjs/redux-toolkit@v2.11.2...v2.12.0) Updates `react` from 19.2.4 to 19.2.7 - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/react/react/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/v19.2.7/packages/react) Updates `react-dom` from 19.2.4 to 19.2.7 - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/react/react/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/v19.2.7/packages/react-dom) Updates `react-hook-form` from 7.72.1 to 7.80.0 - [Release notes](https://github.com/react-hook-form/react-hook-form/releases) - [Changelog](https://github.com/react-hook-form/react-hook-form/blob/master/CHANGELOG.md) - [Commits](react-hook-form/react-hook-form@v7.72.1...v7.80.0) Updates `react-redux` from 9.2.0 to 9.3.0 - [Release notes](https://github.com/reduxjs/react-redux/releases) - [Changelog](https://github.com/reduxjs/react-redux/blob/master/CHANGELOG.md) - [Commits](reduxjs/react-redux@v9.2.0...v9.3.0) --- updated-dependencies: - dependency-name: "@reduxjs/toolkit" dependency-version: 2.12.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: web-runtime - dependency-name: react dependency-version: 19.2.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: web-runtime - dependency-name: react-dom dependency-version: 19.2.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: web-runtime - dependency-name: react-hook-form dependency-version: 7.80.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: web-runtime - dependency-name: react-redux dependency-version: 9.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: web-runtime ... Signed-off-by: dependabot[bot] <support@github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the web-runtime group with 5 updates in the /web directory:
2.11.22.12.019.2.419.2.719.2.419.2.77.72.17.80.09.2.09.3.0Updates
@reduxjs/toolkitfrom 2.11.2 to 2.12.0Release notes
Sourced from @reduxjs/toolkit's releases.
Commits
576a02fRelease 2.12.0de2d55eMerge pull request #5237 from aryaemami59/fix/codegen/generateEndpoints-retur...ac807c3fix(codegen): narrowgenerateEndpointsreturn type01ed3baMerge pull request #5289 from aryaemami59/feat/toolkit/switch-to-native-NoInfer1f16db1Merge pull request #5290 from aryaemami59/build/toolkit/exclude-test-files-fr...23783c1build(toolkit): exclude test files from final bundle91b8b0afeat(toolkit)!: switch to nativeNoInferutility type0b37f1aMerge pull request #5286 from aryaemami59/docs/toolkit/fix-typos3cd62c8fixunforwardedActions64853ccchore: fix various typosUpdates
reactfrom 19.2.4 to 19.2.7Release notes
Sourced from react's releases.
Commits
6117d7cVersion 19.2.7 (#36591)eaf3e95Version 19.2.623f4f9f19.2.5Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for react since your current version.
Updates
react-domfrom 19.2.4 to 19.2.7Release notes
Sourced from react-dom's releases.
Commits
6117d7cVersion 19.2.7 (#36591)eaf3e95Version 19.2.623f4f9f19.2.5Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for react-dom since your current version.
Updates
react-hook-formfrom 7.72.1 to 7.80.0Release notes
Sourced from react-hook-form's releases.
... (truncated)
Changelog
Sourced from react-hook-form's changelog.
... (truncated)
Commits
ebcf9c27.80.04755fd0🦌 upgrade dev deps (#13537)3f38974🧄 feat: disable useFieldArray fields (#13535)62be736🐞 fix(deepEqual): empty array and empty plain object should not be equal (#13...cee92e2🛺 perf: make rhf more performant (#13524)782313f🧪 tests: add tests for setValue within form.subscribe (#13531)01930f0🍖 chore: bench mark on perf (#13530)7bb1825📖 update changelog v7.79.03f1d2bd7.79.0c344c4f📖 update changelog v7.78.0Updates
react-reduxfrom 9.2.0 to 9.3.0Release notes
Sourced from react-redux's releases.
Commits
4134f88Release 9.3.0c0fd068Fix release workflow Node versionbb01aebMerge pull request #2304 from reduxjs/feature/fix-publishing-stepa0b1224Rename publish file and fix permissionsed7300aMerge branch 'master' of github.com:reduxjs/react-redux8caf827Merge pull request #2269 from reduxjs/feature/deprecate-connect9fd63faDisable release-it actual publishes53b77d2Docs/hooks docs fixes (#2279)11b15c8Bump React to latest1a18e2fUpdate SSR hydration error assertion for 19.2Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for react-redux 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@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