Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / jquense/yup issues and pull requests
#2164 - Moved the localized object into it's own file
Pull Request -
State: open - Opened by trajano 10 months ago
#2163 - fix(readme): some typos and update CustomizingErrors doc
Pull Request -
State: open - Opened by yjhtry 11 months ago
#2163 - fix(readme): some typos and update CustomizingErrors doc
Pull Request -
State: closed - Opened by yjhtry 11 months ago
- 1 comment
#2162 - Issue in handling error
Issue -
State: closed - Opened by JHarithaR 11 months ago
#2161 - Yup seems to be incorrectly validating sub-fields on an optional object type
Issue -
State: closed - Opened by michaeldawson 11 months ago
- 2 comments
#2159 - When I use when condition repeatedly, I get an Overload error.
Issue -
State: open - Opened by zbkmr 11 months ago
- 3 comments
#2158 - What is the value in `getDefault({ value: ?? })` means?
Issue -
State: closed - Opened by Ridermansb 11 months ago
- 2 comments
#2157 - Fixes a typo in the asNestedTest() path rendering logic causing issue #2156
Pull Request -
State: open - Opened by ir0nCr055 11 months ago
#2156 - validateSync() returns invalid paths for nested errors in some cases where field names contain "." (period)
Issue -
State: closed - Opened by ir0nCr055 11 months ago
#2155 - .validate() does not respect context.path
Issue -
State: open - Opened by SunriseFox 11 months ago
#2154 - Array of Object Schema Infers Optional in Typescript
Issue -
State: closed - Opened by ridhlab 11 months ago
- 3 comments
#2153 - The total sum of the four inputs equals 100
Issue -
State: closed - Opened by khalilbenachir 11 months ago
- 2 comments
#2152 - Type error for property validate from Reference does not exist as response from reach
Issue -
State: open - Opened by juancarlosjr97 11 months ago
- 1 comment
#2151 - Yup I upgraded my version from 0.32.11 to 1.3.3. I looked at the V1 migration document, but I could not understand the cause of the problem.
Issue -
State: closed - Opened by zbkmr 11 months ago
- 1 comment
#2150 - error checking Array elements of default
Issue -
State: open - Opened by mhaslbec 11 months ago
#2149 - Number schema does not list "required" among tests
Issue -
State: closed - Opened by tommasogangemi 11 months ago
- 1 comment
#2148 - tuple: index is string in ValidationError.inner.path when an array element is undefined or null
Issue -
State: open - Opened by alexdee2007 11 months ago
- 2 comments
#2147 - Array of object or simple type throws Type error on typescript after update >1.0.0
Issue -
State: closed - Opened by VenciNanov 12 months ago
- 1 comment
#2146 - How to split string and validate MongoDB Object?
Issue -
State: closed - Opened by yaneony 12 months ago
- 2 comments
#2146 - How to split string and validate MongoDB Object?
Issue -
State: open - Opened by yaneony 12 months ago
- 1 comment
#2145 - Fix readme typo
Pull Request -
State: open - Opened by Nfinished 12 months ago
- 1 comment
#2144 - Outer scope test conflicts with inner scope
Issue -
State: closed - Opened by runningdavid 12 months ago
- 1 comment
#2143 - renamed miss spelled method of numbers
Pull Request -
State: closed - Opened by sarathkumarsasi 12 months ago
- 1 comment
#2142 - #2043 introduce ValidationErrorNoStack class to improve error creation performance
Pull Request -
State: closed - Opened by tedeschia 12 months ago
- 3 comments
#2141 - chore(deps): update dependency dts-bundle-generator to v9
Pull Request -
State: open - Opened by renovate[bot] 12 months ago
Labels: renovatebot
#2140 - Password confirmation is not working
Issue -
State: closed - Opened by aslbekkucharov about 1 year ago
- 1 comment
#2139 - Schema Label for Forms
Issue -
State: closed - Opened by i0000010 about 1 year ago
- 1 comment
#2138 - Unable to validate file objects
Issue -
State: closed - Opened by m-abdullah-nabeel about 1 year ago
- 4 comments
#2137 - feat: adding umd bundle to rollup
Pull Request -
State: open - Opened by danneh150 about 1 year ago
#2136 - Validating a dynamically created schema results in duplicate errors and stringified arrays as paths
Issue -
State: open - Opened by keyboardsamurai about 1 year ago
- 1 comment
#2135 - How can I dynamically add or remove required fields in Yup?
Issue -
State: closed - Opened by mahmutoz about 1 year ago
- 1 comment
#2134 - Make all fields required by default
Issue -
State: closed - Opened by Fedinjo about 1 year ago
- 1 comment
#2133 - There seems to be wrong name on functions name.
Issue -
State: open - Opened by kbukum3 about 1 year ago
#2132 - yup.string() -> .cast() should return null when input value is not in the .oneOf array
Issue -
State: closed - Opened by SneakySensei about 1 year ago
- 1 comment
#2131 - Restrict types of MessageParams.type
Issue -
State: open - Opened by olliechick about 1 year ago
#2130 - How to change the default Type Error message?
Issue -
State: closed - Opened by Joelfo about 1 year ago
- 2 comments
#2129 - How to validate a dynamic object key and its shape using the lazy method
Issue -
State: closed - Opened by jtomasrl about 1 year ago
- 1 comment
#2128 - Strip number from string and validate as number?
Issue -
State: closed - Opened by yaneony about 1 year ago
- 8 comments
#2127 - How to make the error message for oneOf display dropdown labels instead of values
Issue -
State: open - Opened by thany about 1 year ago
- 1 comment
#2126 - Add number rule to mimic default browser 'step' validation
Issue -
State: open - Opened by Eternal-Rise about 1 year ago
#2125 - Yup is not support multiple validation in one field
Issue -
State: closed - Opened by sumantaparida about 1 year ago
- 1 comment
#2124 - Typings for oneOf() include `undefined` when inside an object
Issue -
State: closed - Opened by daweimau about 1 year ago
- 2 comments
#2123 - Is there any way to exclude the field name from an error message?
Issue -
State: closed - Opened by vittorius about 1 year ago
- 3 comments
#2122 - Email validation would validate invalid email address
Issue -
State: closed - Opened by DevArenaCN about 1 year ago
- 1 comment
#2121 - Validation order with multiple required fields?
Issue -
State: closed - Opened by yaneony about 1 year ago
- 2 comments
#2120 - TS: How to match type from ReadOnlyArray with ObjectSchema? (CSB included)
Issue -
State: closed - Opened by dsindra about 1 year ago
- 1 comment
#2119 - fix: add optional message to nonNullable schema methods
Pull Request -
State: closed - Opened by ranquild about 1 year ago
- 3 comments
#2118 - '"yup"' has no exported member named 'SchemaOf'
Issue -
State: closed - Opened by Reibnitz about 1 year ago
- 1 comment
#2117 - chore(deps): update dependency eslint-config-prettier to v9
Pull Request -
State: open - Opened by renovate[bot] about 1 year ago
Labels: renovatebot
#2116 - ObjectSchema cast returns unassignable MakeKeysOptional type
Issue -
State: closed - Opened by Olesj-Bilous about 1 year ago
- 2 comments
#2115 - How do you validate a constant value?
Issue -
State: closed - Opened by slavafomin about 1 year ago
- 8 comments
#2114 - `InferType` does not recognize `null` as a correct type for `nullable` schemas that are also required.
Issue -
State: closed - Opened by vladflorescu about 1 year ago
- 2 comments
#2113 - Yup + next-i18next
Issue -
State: closed - Opened by mamlzy about 1 year ago
- 2 comments
#2112 - Sponsored issue: Add Date validation for not being in the past
Issue -
State: closed - Opened by muhamadzaman about 1 year ago
- 1 comment
#2111 - Yup error is no more an error
Issue -
State: closed - Opened by Eomm about 1 year ago
- 11 comments
#2110 - Documentation is unclear for excludeEmptyString option
Issue -
State: open - Opened by jdsandifer about 1 year ago
#2109 - Get the label of a referenced field in `setLocale()`
Issue -
State: open - Opened by alinnert about 1 year ago
- 1 comment
#2108 - Create a new release
Issue -
State: closed - Opened by pallost about 1 year ago
#2107 - Yup validation for empty object
Issue -
State: open - Opened by viet34tqc about 1 year ago
#2106 - Dynamic key creation via computed key throws an error
Issue -
State: closed - Opened by tonprince about 1 year ago
- 2 comments
#2105 - TypeScript complains when using .when() with schema values for then/otherwise in Yup version 1.2.0
Issue -
State: closed - Opened by dhavalveera about 1 year ago
- 2 comments
#2104 - Validating with an async test does not respect "abortEarly"
Issue -
State: closed - Opened by romulof about 1 year ago
- 3 comments
#2103 - How can I make yup use Dayjs versus Date?
Issue -
State: closed - Opened by mschaefer-gresham about 1 year ago
- 3 comments
#2102 - Validating a @vueform/multiselect using Yup not working (used to work in version 0.30.0)
Issue -
State: closed - Opened by damianfranco-miami about 1 year ago
- 2 comments
#2101 - Update README.md
Pull Request -
State: closed - Opened by bestseob93 about 1 year ago
- 1 comment
#2100 - fix: add tuple to locale object
Pull Request -
State: closed - Opened by doomsower about 1 year ago
- 1 comment
#2099 - String is taken as numbers, Putting .integer has no impact
Issue -
State: closed - Opened by abhidatta0 about 1 year ago
#2099 - String is taken as numbers, Putting .integer has no impact
Issue -
State: closed - Opened by abhidatta0 about 1 year ago
- 2 comments
#2098 - How to parse when a specific type is expected?
Issue -
State: open - Opened by jcoveney-anchorzero about 1 year ago
#2098 - How to parse when a specific type is expected?
Issue -
State: open - Opened by jcoveney-anchorzero about 1 year ago
#2098 - How to parse when a specific type is expected?
Issue -
State: closed - Opened by jcoveney-anchorzero about 1 year ago
- 2 comments
#2097 - Cyclic dependency error when using pick
Issue -
State: closed - Opened by hoffmann-david about 1 year ago
- 1 comment
#2097 - Cyclic dependency error when using pick
Issue -
State: open - Opened by hoffmann-david about 1 year ago
#2096 - Unable to access tests within Schema.when
Issue -
State: closed - Opened by bad-at-coding0 about 1 year ago
- 1 comment
#2095 - apostrophe in email as valid
Issue -
State: closed - Opened by pcintra11 about 1 year ago
- 2 comments
#2094 - `isType` for tuple schema doesn't work for some cases
Issue -
State: closed - Opened by ony3000 over 1 year ago
- 1 comment
#2093 - Export Lazy and Reference types
Pull Request -
State: closed - Opened by ithrforu over 1 year ago
- 2 comments
#2092 - validateAt value for numeric field is always zero in test method
Issue -
State: closed - Opened by Chrisposure over 1 year ago
- 1 comment
#2092 - validateAt value for numeric field is always zero in test method
Issue -
State: open - Opened by Chrisposure over 1 year ago
#2091 - export Reference class
Pull Request -
State: open - Opened by lukasdruskis over 1 year ago
#2091 - export Reference class
Pull Request -
State: closed - Opened by lukasdruskis over 1 year ago
- 1 comment
#2091 - export Reference class
Pull Request -
State: closed - Opened by lukasdruskis over 1 year ago
- 1 comment
#2090 - How to access parent field from child yup condition while using "when condition"?
Issue -
State: closed - Opened by bannarisoftwares over 1 year ago
- 5 comments
#2089 - Sequential tests
Issue -
State: closed - Opened by Me-Phew over 1 year ago
- 3 comments
#2088 - chore(deps): replace dependency rollup-plugin-babel with @rollup/plugin-babel ^5.0.0
Pull Request -
State: open - Opened by renovate[bot] over 1 year ago
Labels: renovatebot
#2087 - feat(string): Create .datetime()
Pull Request -
State: closed - Opened by 0livare over 1 year ago
- 6 comments
#2087 - feat(string): Create .datetime()
Pull Request -
State: closed - Opened by 0livare over 1 year ago
- 6 comments
#2086 - Turn off strict validation per nested field
Issue -
State: open - Opened by galileo over 1 year ago
#2086 - Turn off strict validation per nested field
Issue -
State: open - Opened by galileo over 1 year ago
#2085 - fix(readme): some typos and update ValidationError doc
Pull Request -
State: open - Opened by brianlu2610 over 1 year ago
#2085 - fix(readme): some typos and update ValidationError doc
Pull Request -
State: open - Opened by brianlu2610 over 1 year ago
#2084 - Property 'tests' does not exist on type 'SchemaFieldDescription'
Issue -
State: open - Opened by phierru over 1 year ago
- 1 comment
#2084 - Property 'tests' does not exist on type 'SchemaFieldDescription'
Issue -
State: open - Opened by phierru over 1 year ago
- 1 comment
#2083 - Typing a retrieved Field Schema using yup.Reach()
Issue -
State: closed - Opened by lukasdruskis over 1 year ago
- 3 comments
#2083 - Typing a retrieved Field Schema using yup.Reach()
Issue -
State: open - Opened by lukasdruskis over 1 year ago
- 2 comments
#2082 - Typing for dynamical objects
Issue -
State: open - Opened by furstenheim over 1 year ago
- 2 comments
#2082 - Typing for dynamical objects
Issue -
State: open - Opened by furstenheim over 1 year ago
- 4 comments
#2081 - Shape and array of after upgrade
Issue -
State: open - Opened by AuthorProxy over 1 year ago
- 4 comments
#2081 - Shape and array of after upgrade
Issue -
State: open - Opened by AuthorProxy over 1 year ago
- 2 comments
#2080 - refactor(parse-iso-date): Convert to TypeScript
Pull Request -
State: closed - Opened by 0livare over 1 year ago