Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: react-hook-form/resolvers
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.4.0
Choose a base ref
...
head repository: react-hook-form/resolvers
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.4.1
Choose a head ref
  • 2 commits
  • 4 files changed
  • 1 contributor

Commits on May 15, 2024

  1. Update effect-ts README.md (#682)

    bluebill1049 authored May 15, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    9098f59 View commit details

Commits on May 20, 2024

  1. fix: migrate set to lodash.set package (#684)

    * fix: migrate set to dset package
    
    * update type package
    bluebill1049 authored May 20, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    bdc1f1f View commit details
Showing with 3,735 additions and 4,514 deletions.
  1. +1 −1 README.md
  2. +4 −0 package.json
  3. +3,729 −4,512 pnpm-lock.yaml
  4. +1 −1 src/toNestErrors.ts
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -581,7 +581,7 @@ const App = () => {

A powerful TypeScript framework that provides a fully-fledged functional effect system with a rich standard library.

[![npm](https://img.shields.io/bundlephobia/minzip/effect?style=for-the-badge)]
[![npm](https://img.shields.io/bundlephobia/minzip/valibot?style=for-the-badge)](https://bundlephobia.com/result?p=effect)

```typescript jsx
import React from 'react';
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -280,5 +280,9 @@
"*.{md,json,yml}": [
"prettier --write"
]
},
"dependencies": {
"@types/lodash.set": "^4.3.9",
"lodash.set": "^4.3.2"
}
}
8,241 changes: 3,729 additions & 4,512 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/toNestErrors.ts
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
import {
set,
get,
FieldErrors,
Field,
ResolverOptions,
FieldValues,
InternalFieldName,
} from 'react-hook-form';
import set from 'lodash.set';
import { validateFieldsNatively } from './validateFieldsNatively';

export const toNestErrors = <TFieldValues extends FieldValues>(