Bump the minor-and-patch group with 6 updates - #15
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
Bumps the minor-and-patch group with 6 updates: | Package | From | To | | --- | --- | --- | | [@hookform/resolvers](https://github.com/react-hook-form/resolvers) | `5.9.0` | `5.9.1` | | [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) | `1.31.0` | `1.33.0` | | [next](https://github.com/vercel/next.js) | `16.3.1` | `16.3.2` | | [react-hook-form](https://github.com/react-hook-form/react-hook-form) | `7.85.0` | `7.86.0` | | [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) | `16.3.1` | `16.3.2` | | [shadcn](https://github.com/shadcn-ui/ui/tree/HEAD/packages/shadcn) | `4.18.0` | `4.19.0` | Updates `@hookform/resolvers` from 5.9.0 to 5.9.1 - [Release notes](https://github.com/react-hook-form/resolvers/releases) - [Commits](react-hook-form/resolvers@v5.9.0...v5.9.1) Updates `lucide-react` from 1.31.0 to 1.33.0 - [Release notes](https://github.com/lucide-icons/lucide/releases) - [Commits](https://github.com/lucide-icons/lucide/commits/1.33.0/packages/lucide-react) Updates `next` from 16.3.1 to 16.3.2 - [Release notes](https://github.com/vercel/next.js/releases) - [Commits](vercel/next.js@v16.3.1...v16.3.2) Updates `react-hook-form` from 7.85.0 to 7.86.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.85.0...v7.86.0) Updates `eslint-config-next` from 16.3.1 to 16.3.2 - [Release notes](https://github.com/vercel/next.js/releases) - [Commits](https://github.com/vercel/next.js/commits/v16.3.2/packages/eslint-config-next) Updates `shadcn` from 4.18.0 to 4.19.0 - [Release notes](https://github.com/shadcn-ui/ui/releases) - [Changelog](https://github.com/shadcn-ui/ui/blob/main/packages/shadcn/CHANGELOG.md) - [Commits](https://github.com/shadcn-ui/ui/commits/shadcn@4.19.0/packages/shadcn) --- updated-dependencies: - dependency-name: "@hookform/resolvers" dependency-version: 5.9.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: lucide-react dependency-version: 1.33.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: next dependency-version: 16.3.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: react-hook-form dependency-version: 7.86.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: eslint-config-next dependency-version: 16.3.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: shadcn dependency-version: 4.19.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch ... 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 minor-and-patch group with 6 updates:
5.9.05.9.11.31.01.33.016.3.116.3.27.85.07.86.016.3.116.3.24.18.04.19.0Updates
@hookform/resolversfrom 5.9.0 to 5.9.1Release notes
Sourced from @hookform/resolvers's releases.
Commits
f18ddfbfix: isNameInFieldArray fails to recognise bracket-notation array paths causi...Updates
lucide-reactfrom 1.31.0 to 1.33.0Release notes
Sourced from lucide-react's releases.
Commits
75b5516chore(dev): upgrade ESLint to latest compatible stack (v10) (#4378)Updates
nextfrom 16.3.1 to 16.3.2Release notes
Sourced from next's releases.
Commits
d0ac882v16.3.281deb92[16.3.x] Authenticate Turborepo remote caching with OIDC instead of a static ...cd714d9[16.3.x] Fix Turbopack worker chunk loading with asset prefix (#97419)5ac2327[16.3] Turbopack: retain conditions when replacing resolve request keys (#97453)0ccb3e7[16.3] Turbopack: don't trace embedded WASM loader helpers (#97353) (#97463)f4dc7c8[backport] Fix catch-all index page being served for every other slug (#97416)eba236b[backport] Scope app-entry export validation to files inside the app director...Updates
react-hook-formfrom 7.85.0 to 7.86.0Release notes
Sourced from react-hook-form's releases.
Changelog
Sourced from react-hook-form's changelog.
Commits
33860b47.86.0e5b117b🐞 fix(unregister): keepDirty inverted when broadcasting isDirty (#13669)64ec9bc🐞 fix: useWatch returns stale value on name change when new value is null (#1...dead471🦌 fix(setValues): update fields registered under an object or array value (#1...1ca83d2🪖 close #13664 notify a Controller registered on a field array item root when...06e4efd🚚 perf: avoid cloning values inunregisterwithout subscribers (#13662)9b7af71🐞 fix has validation check issue (#13661)51e3309🗜️ chore: remove any (#13660)1c5ff08🤖 fix ts error ignore on getCheckboxValues (#13659)7223514🧛 improve uuid function (#13658)Updates
eslint-config-nextfrom 16.3.1 to 16.3.2Release notes
Sourced from eslint-config-next's releases.
Commits
d0ac882v16.3.2Updates
shadcnfrom 4.18.0 to 4.19.0Release notes
Sourced from shadcn's releases.
Changelog
Sourced from shadcn's changelog.
Commits
1773ecfchore(release): version packages (#11567)33c81f9feat(shadcn): add private repository support for github registries (#11582)b4f2023feat(shadcn): add migrate base-color (#11248)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