-
Notifications
You must be signed in to change notification settings - Fork 14
chore(deps): update frontend dependencies (major) #1309
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Conversation
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
✅ Deploy Preview for stylo-docs canceled.
|
Member
|
Pour yjs ça nous intéresse au moins pour |
a3c140f to
71bb031
Compare
Collaborator
Author
|
3b5a564 to
bf9d377
Compare
bf9d377 to
486a854
Compare
486a854 to
a48beaa
Compare
315ffab to
a0dd832
Compare
d374a9d to
2d5a6d5
Compare
2d5a6d5 to
43956fa
Compare
43956fa to
013eecd
Compare
013eecd to
c1ba0bd
Compare
c1ba0bd to
1ef4eb8
Compare
✅ Deploy Preview for stylo-docs canceled.
|
883da8c to
018f3fc
Compare
ce2f30f to
1f56536
Compare
1f56536 to
c048a04
Compare
ceed935 to
38522d4
Compare
38522d4 to
e9522dd
Compare
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.
This PR contains the following updates:
^5.24.3->^6.0.0^5.24.3->^6.0.0^3.0.0->^4.0.0^6.0.0->^7.0.0^3.0.3->^4.0.0~8.0->~10.0.0^1.11.0->^3.0.0^1.2.1->^2.0.0^8.2.0->^9.0.0^50.6.2->^61.0.0^26.0.0->^27.0.0^6.17.0->^7.0.022.21.0->24.11.110.9.4->11.6.4^5.14.0->^6.0.0^6.0.11->^7.0.0^3.0.3->^4.0.0Release Notes
rjsf-team/react-jsonschema-form (@rjsf/core)
v6.1.2Compare Source
@rjsf/antd
SelectWidgetto add a staticgetPopupContainerCallbackto theSelectWidgetcomponent, partially fixing #3609openstate to theSelectin conjunction with providing thesetOpenas theonOpenChangepropBaseInputTemplateadded comments explaining whystep='1'is returned, closing #4022@rjsf/mantine
@rjsf/utils
@rjsf/validator-ajv8
CustomValidatorOptionsTypeto add newextenderFn?: (ajv: Ajv) => AjvpropcreateAjvInstance()to add newextenderFn?: (ajv: Ajv) => Ajvparameter, using it to extend theajvinstance, fixing #4746AJV8ValidatorandcompileSchemaValidatorsCode()to passextenderFnfrom theoptionsintocreateAjvInstance()transformRJSFValidationErrors()to add filtering of duplicateanyOf/oneOfbased errors from the returned errors, fixing #4167Dev / docs / playground
DemoFrameas follows to fix #3609antd'sSelectWidget.getPopupContainerCallbackcallback function to return undefinedAntdSelectPatchercomponent that observes the creation ofantdselect dropdowns and makes sure they open in the correct locationantdtheme wrapper to render theAntdSelectPatcher,AntdStyleProviderandConfigProviderwith it's owngetPopupContainer()function inside of aFrameContextConsumer"moduleResolution": "bundler"validation.mddocumentation to note that HTML 5 validation is not translatable via RJSF translation mechanisms and should be turned off, fixing #4092extenderFnprop onCustomValidatorOptionsTypev6.1.1Compare Source
@rjsf/core
ObjectFieldto get errors and formData by wrappingnamein brackets to prevent names that have dots in them incorrectly getting data from a lower level, fixing #3846@rjsf/shadcn
package.jsonto copy css files to newresourcesdirectoryDev / docs / playground
playgroundto use the css files for@rjsf/shadcnfrom the CDN connected with github, pointing to the new resources directoryantdIconsReplacer.tsand used it in@rjsf/antdduring build time to append.jsonto imports of@antd/iconsto fix es build issues on webpack and vitev6.1.0Compare Source
@rjsf/antd
ui:helpas markdown via newui:enableMarkdownInHelpflag inFieldHelpTemplateArrayFieldItemTemplateandArrayFieldTemplateto adjust sizes and buttons location usingdisplayLabelandhasDescription, fixing #3296FieldTemplate,ObjectFieldTemplateandWrapIfAdditionalTemplateto adjust the sizes and buttons location usingdisplayLabel@rjsf/chakra-ui
ui:helpas markdown via newui:enableMarkdownInHelpflag inFieldHelpTemplateFieldTemplateandWrapIfAdditionalTemplateto adjust the sizes and buttons location usingdisplayLabelandrawDescription@rjsf/core
RichHelpcomponent for use in all the themes for help rendering, fixing #4601ArrayFieldto compute and passdisplayLabelandhasDescriptionto the renderedArrayFieldItemTemplateto support fixing #3296StringFieldto extract thetitlefrom the props and pass it down to the widget if providedArrayFieldItemTemplateto adjust buttons location usingdisplayLabelandhasDescription, fixing #3296AddButtonto improve it's responsiveness in relation to theArrayFieldItemTemplatechangesWrapIfAdditionalTemplateto adjust the sizes and buttons location usingdisplayLabelandrawDescription@rjsf/daisyui
ui:helpas markdown via newui:enableMarkdownInHelpflag inFieldHelpTemplateArrayFieldItemTemplateto adjust buttons location usingdisplayLabelandhasDescription, fixing #3296WrapIfAdditionalTemplateto addflexGrowandBaseInputTemplateto addw-fullto allow the array item fields to grow properlyFieldTemplateto render thedescriptionwhich was missing in the themeFieldTemplateandWrapIfAdditionalTemplateto adjust the sizes and buttons location usingdisplayLabelandrawDescription@rjsf/fluentui-rc
ui:helpas markdown via newui:enableMarkdownInHelpflag inFieldHelpTemplateArrayFieldItemTemplateto adjust buttons location usingdisplayLabel, fixing #3296WrapIfAdditionalTemplateto addflexGrowto allow the array item fields to grow properly for non-container elementsFieldTemplateandWrapIfAdditionalTemplateto adjust the sizes and buttons location usingdisplayLabelandrawDescription@rjsf/mantine
ui:helpas markdown via newui:enableMarkdownInHelpflag inFieldHelpTemplateutils.tsto addlabelto the cleanup fields to filter it from theuiOptionsBaseInputTemplateto displaydescriptionwhich was missing in the themeArrayFieldTitleTemplateto support theoptionalDataFieldTemplateandWrapIfAdditionalTemplateto adjust the sizes and buttons location usingdisplayLabelandrawDescription@rjsf/mui
ui:helpas markdown via newui:enableMarkdownInHelpflag inFieldHelpTemplateArrayFieldItemTemplateto adjust buttons location usingdisplayLabelandhasDescription, fixing #3296FieldTemplate,ObjectFieldTemplateandWrapIfAdditionalTemplateto adjust the sizes and buttons location usingdisplayLabel@rjsf/primereact
ui:helpas markdown via newui:enableMarkdownInHelpflag inFieldHelpTemplateArrayFieldItemTemplateto adjust buttons location usingdisplayLabel, fixing #3296WrapIfAdditionalTemplateto adjust the sizes and buttons location usingdisplayLabelandrawDescription@rjsf/react-bootstrap
ui:helpas markdown via newui:enableMarkdownInHelpflag inFieldHelpTemplateArrayFieldItemTemplateto adjust buttons location usingdisplayLabelandhasDescription, fixing #3296ArrayFieldTemplateto improve it's responsiveness in relation to theArrayFieldItemTemplatechangesFieldTemplate,ObjectFieldTemplateandWrapIfAdditionalTemplateto adjust the sizes and buttons location usingdisplayLabelandrawDescription@rjsf/semantic-ui
ui:helpas markdown via newui:enableMarkdownInHelpflag inFieldHelpTemplateArrayFieldItemTemplateto adjust buttons location usingdisplayLabelandhasDescription, fixing #3296FieldTemplateandWrapIfAdditionalTemplateto adjust the sizes and buttons location usingdisplayLabelandrawDescription@rjsf/shadcn
ui:helpas markdown via newui:enableMarkdownInHelpflag inFieldHelpTemplateArrayFieldItemTemplateto adjust buttons location usingdisplayLabelandhasDescription, fixing #3296ArrayFieldTemplateto addjustify-endto theAddButtonrenderingFieldTemplate,ObjectFieldTemplateandWrapIfAdditionalTemplateto adjust the sizes and buttons location usingdisplayLabelandrawDescription@rjsf/utils
enableMarkdownInHelpto theGlobalUISchemaOptionstype, fixing #4601displayLabelandhasDescriptionflags in theArrayFieldItemTemplatePropsto support fixing #3296use clientdirective to support NextJS buildsWrapIfAdditionalTemplatePropsto also pick thedisplayLabelandrawDescriptionprops fromFieldPropsfor use in adjusting the Additional Properties buttons locationgetDisplayLabel()to return false ALWAYS, when theui:optionsis set to false AND to return true forarrayandobjecttypes when they were added via additionalPropertiesDev / docs / playground
uiSchema.mdin the docs to document the newenableMarkdownInHelpflagobjectTests.tsxto increase the variations of the additionalProperties tests to include labels off, descriptions and object and array typesv6.0.2Compare Source
@rjsf/antd
FieldTemplateto skip label and description rendering for checkbox widgets, fixing (#4742)ArrayFieldTemplateandObjectFieldTemplateto remove the rendering of a duplicate description (since theFieldTemplatealready does it), fixing #3624@rjsf/chakra-ui
CheckboxesWidgetto render the Title, fixing (#4840)CheckboxWidgetto handle label and description rendering consistently, fixing (#4742)@rjsf/core
CheckboxWidgetby conditionally rendering them based on widget typeCheckboxWidgetto handle label and description rendering consistentlyFieldTemplateto skip label and description rendering for checkbox widgets, fixing (#4742)ObjectFieldto change the removal of an additional property to defer the work to theprocessPendingChange()handler inForm, fixing #4850FallbackFieldto supportobjectandarraytypes, and improvedArrayFieldso that it handles missing items properly with the fallback field@rjsf/fluentui-rc
FieldTemplateto skip label and description rendering for checkbox widgets, fixing (#4742)@rjsf/mantine
CheckboxWidgetto handle label and description rendering consistently, fixing (#4742)@rjsf/mui
FieldTemplateto skip label and description rendering for checkbox widgets, fixing (#4742)ArrayFieldItemTemplateto switchsizefrom 'auto' to responsive values on theGrid, fixing #4838@rjsf/primereact
FieldTemplateto skip label and description rendering for checkbox widgets, fixing (#4742)@rjsf/react-bootstrap
FieldTemplateto skip label and description rendering for checkbox widgets, fixing (#4742)@rjsf/semantic-ui
FieldTemplateto skip label and description rendering for checkbox widgets, fixing (#4742)@rjsf/shadcn
FieldTemplateto skip label and description rendering for checkbox widgets, fixing (#4742)Commandcomponent to properly handleforwardRef@rjsf/utils
getDefaultFormState()to not save an undefined field value into an object when the type isnullandexcludeObjectChildrenis provided, fixing #4821Dev / docs / playground
OptionsDrawerof the playground to addidPrefixandidSeparatorfieldsreact-test-renderer, updating all snapshots accordinglyci.yml, removingv5and old Node 14 non-docs buildsv6.0.1Compare Source
Dev / docs / playground
6.xv6.0.0Compare Source
@rjsf/antd
README.mdto show the theme snapshot with the latest theme UI from the playground, making it a link to the theme@rjsf/chakra-ui
README.mdto show the theme snapshot with the latest theme UI from the playground, making it a link to the theme@rjsf/core
SchemaFieldto add a new optional propertychildFieldPathIdto theFieldComponentrender to prevent duplicate ids, fixing (#4819)[https://github.com/rjsf-team/react-jsonschema-form/issues/4819](https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/4819)9]ObjectFieldandArrayFieldto make children use thechildFieldPathIdif present, falling back to thefieldPathIdif notDev / docs / playground
Updated the playground to modernize the UI using MUI components
README.mdin all themes to show the theme snapshot with the latest theme UI from the playground, making it a link to the themegetsentry/sentry-javascript-bundler-plugins (@sentry/vite-plugin)
v4.6.1Compare Source
Internal Changes
v4.6.0Compare Source
v4.5.0Compare Source
v4.4.0Compare Source
undefinedas value forauthTokenoption (#805)Work in this release was contributed by @aiktb. Thank you for your contribution!
v4.3.0Compare Source
v4.2.0Compare Source
prepareArtifactsoption for uploading sourcemaps (#794)Work in this release contributed by @liAmirali. Thank you for your contribution!
v4.1.1Compare Source
v4.1.0Compare Source
v4.0.2Compare Source
moduleMetadatainjection snippet ES5-compliant (#774)v4.0.1Compare Source
renderChunkfor release injection for Rollup/Rolldown/Vite (#761)Work in this release was contributed by @grushetsky. Thank you for your contribution!
v4.0.0Compare Source
Breaking Changes
VitePlugintype instead ofanygetBuildInformationhas been removedList of Changes
getBuildInformationexport (#765)vitejs/vite (@vitejs/plugin-legacy)
v7.2.1Compare Source
Features
v7.2.0Compare Source
Bug Fixes
modernTargetsshould setbuild.target(#20393) (76c5e40)Miscellaneous Chores
v7.1.0Compare Source
Features
v7.0.1Compare Source
Bug Fixes
Performance Improvements
Miscellaneous Chores
Code Refactoring
foo.endsWith("bar")instead of/bar$/.test(foo)(#20413) (862e192)v7.0.0Compare Source
Miscellaneous Chores
vitest-dev/vitest (@vitest/coverage-v8)
v4.0.14Compare Source
🚀 Experimental Features
utils.configurePrettyDOM- by @sheremet-va in https://github.com/vitest-dev/vitest/issues/9103 (2cc34)toMatchScreenshotwith comparison slider - by @macarie in https://github.com/vitest-dev/vitest/issues/8813 (c37c2)🐞 Bug Fixes
collecttoimport, removeprepare- by @sheremet-va in https://github.com/vitest-dev/vitest/issues/9091 (1256b)onCancelon rpc destroy - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/9088 (f5b72)VITEST_POOL_ID+VITEST_WORKER_IDbefore environment setup - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/9085 (37918)postMessageto send ports to workers - by @whitphx and @AriPerkkio in https://github.com/vitest-dev/vitest/issues/9078 (9d176)🏎 Performance
debugwithobug- by @sxzz and @AriPerkkio in https://github.com/vitest-dev/vitest/issues/9057 (acc51)View changes on GitHub
v4.0.13Compare Source
🐞 Bug Fixes
🏎 Performance
fsCacheModuleis enabled, read from the memory when possible - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/9076 (6b9a1)View changes on GitHub
v4.0.12Compare Source
🐞 Bug Fixes
fsModuleCachePathby default - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/9063 (9a8bc)@opentelemetry/apiin public types - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/9066 (e944a)View changes on GitHub
v4.0.11Compare Source
🚀 Experimental Features
taskinMatchState- by @macarie in https://github.com/vitest-dev/vitest/issues/9022 (afd1f)🏎 Performance
View changes on GitHub
v4.0.10Compare Source
🐞 Bug Fixes
onCancelwhen worker is terminated - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/9033 (6d7f0)onFinished) - by @userquin in https://github.com/vitest-dev/vitest/issues/8975 (f56dc)View changes on GitHub
v4.0.9Compare Source
🚀 Experimental Features
🐞 Bug Fixes
Request- by @sheremet-va in https://github.com/vitest-dev/vitest/issues/8985 (506a9)View changes on GitHub
v4.0.8Compare Source
🐞 Bug Fixes
noExternalmerging bug on Vite 6 - by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/8950 (bcb13)expect.element()- by @StyleShit in https://github.com/vitest-dev/vitest/issues/8954 (9638d)vi.fn(), fix types forvi.spyOn(obj, class)- by @sheremet-va in https://github.com/vitest-dev/vitest/issues/8956 (75e7f)View changes on GitHub
v4.0.7Compare Source
🐞 Bug Fixes
processin case global is overwritten - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/8916 (6240d)isolate: false- by @sheremet-va in https://github.com/vitest-dev/vitest/issues/8915 (c9078)toContainElement()matcher - by @vitalybaev in https://github.com/vitest-dev/vitest/issues/8910 and https://github.com/vitest-dev/vitest/issues/8927 (35a27)isolateoption, deprecatebrowser.isolate/browser.fileParallelism- by @sheremet-va in https://github.com/vitest-dev/vitest/issues/8890 (9d2b4)--execArgvas array - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/8924 (751c3)URL.createObjectURL,FormData.set(prop, blob)- by @sheremet-va in https://github.com/vitest-dev/vitest/issues/8935 (a1b73)--requireargument when running in deno - by @pi0 in https://github.com/vitest-dev/vitest/issues/8897 (d41fa)tsc- by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/8920 (fdb2e)🏎 Performance
Array.fromcall - by @Connormiha in https://github.com/vitest-dev/vitest/issues/8907 (b6014)View changes on GitHub
v4.0.6Compare Source
🐞 Bug Fixes
isolateandfileParallelismare false - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/8889 (31706)