-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
fix(deps): update dependency @rjsf/core to v5 #1409
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
Conversation
|
4a952fc
to
e99670f
Compare
3d5351e
to
cdecd72
Compare
9b5b662
to
47733cd
Compare
47733cd
to
d68a2cb
Compare
6665ff0
to
e1b52d4
Compare
34f2f79
to
ffab6ef
Compare
ffab6ef
to
68409bd
Compare
90e1eaa
to
d7a1c0d
Compare
d7a1c0d
to
22d0144
Compare
22d0144
to
b482f72
Compare
bb8e0f9
to
3253140
Compare
3253140
to
5112818
Compare
9aa1061
to
33849fa
Compare
8c408a7
to
a550479
Compare
f132f4c
to
9f0810d
Compare
5810b4d
to
b470ae6
Compare
7ea85a7
to
91939e8
Compare
91939e8
to
5b422fc
Compare
5759180
to
2088586
Compare
2088586
to
10c15f8
Compare
10c15f8
to
81eb7a0
Compare
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
This PR contains the following updates:
^4.2.3
->^5.20.0
Release Notes
rjsf-team/react-jsonschema-form (@rjsf/core)
v5.20.0
Compare Source
@rjsf/core
ArrayField
,BooleanField
andStringField
to calloptionsList()
with the additionalUiSchema
parameter, fixing #4215 and #4260@rjsf/utils
WidgetProps
type to addes?: ErrorSchema<T>, id?: string
to the params of theonChange
handler functionUIOptionsBaseType
to add the newenumNames
prop to support an alternate way to provide labels forenum
s in a schema, fixing #4215optionsList()
to take an optionaluiSchema
that is used to extract alternate labels forenum
s oroneOf
/anyOf
in a schema, fixing #4215 and #4260optionsList()
were expanded from<S extends StrictRJSFSchema = RJSFSchema>
to<S extends StrictRJSFSchema = RJSFSchema, T = any, F extends FormContextType = any>
to support theUiSchema
.Dev / docs / playground
custom-widget-fields.md
to add documentation for how to raise errors from a custom widget or fieldv5.19.4
Compare Source
@rjsf/core
@rjsf/utils
ValidatorType
interface to add an optionalreset?: () => void
prop that can be implemented to reset a validator back to initial constructed stateParserValidator
to provide areset()
function that clears the schema mapMarkdown
rather than HTML tags since we now render them withMarkdown
@rjsf/validator-ajv8
AJV8Validator
to implement thereset()
function to remove cached schemas in theajv
instanceDev / docs / playground
Validator
dropdown to addAJV8 (discriminator)
which sets the AJV validator discriminator option totrue
to support testing schemas with that option in themv5.19.3
Compare Source
@rjsf/antd
@rjsf/chakra-ui
@rjsf/fluentui-rc
@rjsf/material-ui
@rjsf/mui
@rjsf/semantic-ui
v5.19.2
Compare Source
@rjsf/core
.only
on tests that was accidentally added in5.19.0
v5.19.1
Compare Source
Dev / docs / playground
5.19.x
due to use of new API in5.19.0
v5.19.0
Compare Source
@rjsf/antd
AltDateWidget
to use the newdateRangeOptions()
function inutils
to support relative Years and reversing the order of the Year choices@rjsf/chakra-ui
AltDateWidget
to use the newdateRangeOptions()
function inutils
to support relative Years and reversing the order of the Year choices@rjsf/core
readOnly
from a JSON Schema was not applied in SchemaField (#4236)AltDateWidget
to use the newdateRangeOptions()
function inutils
to support relative Years and reversing the order of the Year choices@rjsf/utils
dateRangeOptions()
function to implement relative Years in (via negative ranges) and reversing the order of the Year choicesDev / docs / playground
dateRangeOptions()
function as well as showing examples of using relative Years and reversed Year orderingv5.18.6
Compare Source
@rjsf/antd
@rjsf/core
omitExtraData
not working inonSubmit
andvalidateForm
; fixing #4187, #4165 and #4109@rjsf/utils
@rjsf/validator-ajv6
@rjsf/validator-ajv8
v5.18.5
Compare Source
@rjsf/antd
target
inonFocus
andonBlur
handlers@rjsf/bootstrap4
target
inonFocus
andonBlur
handlers@rjsf/chakra-ui
target
inonFocus
andonBlur
handlers@rjsf/core
target
inonFocus
andonBlur
handlers@rjsf/fluent-ui
target
inonFocus
andonBlur
handlers@rjsf/fluentui-rc
target
inonFocus
andonBlur
handlers@rjsf/material-ui
target
inonFocus
andonBlur
handlers@rjsf/mui
target
inonFocus
andonBlur
handlers@rjsf/semantic-ui
target
inonFocus
andonBlur
handlers@rjsf/validator-ajv6
@rjsf/validator-ajv8
v5.18.4
Compare Source
Dev / docs / playground
constants.ts
,Form.tsx
v5.18.3
Compare Source
@rjsf/semantic-ui
peerDependencies
Dev / docs / playground
react
to18.x
custom-widgets-fields.md
in the documentationLICENSE.md
to include the proper copyright dates and ownerv5.18.2
Compare Source
@rjsf/core
@rjsf/utils
v5.18.1
: 5.18.1Compare Source
5.18.0
introduced new features in@rjsf/utils
that affect@rjsf/core
v5.18.0
Compare Source
@rjsf/antd
@rjsf/core
@rjsf/mui
SelectWidget
andBaseInputTemplate
to filter outerrorSchema
andautocomplete
from thetextFieldProps
being spread onto theTextField
, fixing #4134@rjsf/utils
skipEmptyDefault
option inemptyObjectFields
, fixing #3880computeSkipPopulate
option inarrayMinItems
, allowing custom logic to skip populating arrays with default values, implementing #4121."\</strong>"
would get printed next to filenames when uploading files, and restored intended bolding of filenames fixing #4120.Dev / docs / playground
skipEmptyDefault
option.Form
in usage documentation - fixing #4127v5.17.1
Compare Source
@rjsf/chakra-ui
UiSchema
"ui:rows"
option fortextarea
elements, fixing #4070.@rjsf/core
errorSchema
toArrayFieldTemplate
props.@rjsf/utils
base64
object from the@rjsf/utils
package. Note that this is a breaking change if you relied on thebase64
object exported by@rjsf/utils
. Since this change caused #4080, and was only internally used by playground code, we are shipping this change in a patch release.errorSchema
to theArrayFieldTemplateProps
type.Dev / docs / playground
base64
encoder/decoder object to the Playground package.v5.17.0
Compare Source
@rjsf/core
anyOf
/oneOf
inuiSchema
s in theMultiSchemaField
, fixing #4039@rjsf/utils
base64
to supportencoding
anddecoding
using theUTF-8
charset to support the characters out of theLatin1
range.enumOptionsValueForIndex()
to fix issue that filtered enum options with a value that was 0, fixing #4067Dev / docs / playground
atob
andbtoa
) to invoke the functions from the newbase64
object in@rjsf/utils
.uiSchema.md
documentation to describe how to use the newanyOf
/oneOf
supportv5.16.1
Compare Source
Dev / docs / playground
v5.16.0
Compare Source
@rjsf/core
dateElementProps
function implementation, and replaced it withgetDateElementProps
from@rjsf/utils
.format: "data-url"
inFileWidget
, fixing #3957.@rjsf/antd
dateElementProps
function implementation, and replaced it withgetDateElementProps
from@rjsf/utils
.@rjsf/chakra-ui
dateElementProps
function implementation, and replaced it withgetDateElementProps
from@rjsf/utils
.@rjsf/mui
FieldErrorTemplate
andFieldHelpTemplate
to support html-based errors that cause<xxxx> cannot appear as a descendant of <p>
browser warnings, fixing #4031@rjsf/utils
getDateElementProps()
to refactor duplicate function incore
,antd
&chakra-ui
AltDateWidget's source code. The same function, implements the feature requested in #297Dev / docs / playground
v5.15.1
Compare Source
@rjsf/core
getFieldNames
. Now correctly defines an array of primitives.@rjsf/validator-ajv6
AJV6Validator
class to expose the internalajv
object, allowing access to support a fix related to #3972@rjsf/validator-ajv8
AJV8Validator
class to expose the internalajv
object, allowing access to support a fix related to #3972Dev / docs / playground
ajv
variablev5.15.0
Compare Source
@rjsf/mui
"ui:label": false
is specified.@rjsf/utils
resolveAllReferences()
to use own recurse list for each object properties, fixing #3961allOf
toexperimental_defaultFormStateBehavior
for populating defaults when usingallOf
schemas #3969Dev / playground
utils
invalidator-ajv6
andvalidator-ajv8
packages tsconfigsexperimental_defaultFormStateBehavior.allOf
behaviour in the playgroundv5.14.3
Compare Source
@rjsf/core
retrieveSchema
atForm
state to memoize the result ofschemUtils.retrieveSchema
@rjsf/fluentui-rc
ArrayFieldItemTemplate
itemsDev
"importHelpers": false
to remove need for tslib dependency #3958snapshot-tests
in a root tsconfig, update it to also use es modulesv5.14.2
Compare Source
@rjsf/antd
peerDependencies
for@ant-design/icons
to also support v5, fixing #3507@rjsf/core
retrieveSchema
twice duringgetStateFromProps
andmustValidate
is true #3959@rjsf/mui
hideError
property to the DOM element, fixing #3945@rjsf/material-ui
hideError
property to the DOM element, fixing #3945@rjsf/utils
sanitizeDataForNewSchema()
to avoid spreading strings and Arrays into the returned value when the old schema is of typestring
orarray
and the new schema is of typeobject
. Fixing #3922v5.14.1
Compare Source
@rjsf/utils
sanitizeDataForNewSchema()
to avoid spreading strings and Arrays into the returned value when the old schema is of typestring
orarray
and the new schema is of typeobject
. Fixing #3922labelValue
to have more granular return types, fixing #3946Dev / playground
v5.13.6
Compare Source
@rjsf/core
StringField
to passhideError
prop toWidget
so that all fields are consistent. Missed this file in previous patchv5.13.5
Compare Source
@rjsf/core
StringField
andBooleanField
to passhideError
prop toWidget
so that all fields are consistentv5.13.4
Compare Source
@rjsf/core
SchemaField
to show errors foranyOf
/oneOf
when being rendered as select control, fixing 3908v5.13.3
Compare Source
@rjsf/antd
SelectWidget
so that filtering works by reworking howoptions
are passed to the underlyingSelect
@rjsf/core
UNSAFE_componentWillReceiveProps()
method in the Form.tsx component with an improved solution utilizing the React lifecycle methods:getSnapshotBeforeUpdate()
andcomponentDidUpdate()
. Fixing #1794ArrayField
implementation to never pass an undefined schema for fixed arrays to other methods, fixing #3924getSnapshotBeforeUpdate()
caused by the fix for #1794, fixing #3927@rjsf/utils
toPathSchemaInternal()
util to generate correct path schemas for fixed arrays by picking up individual schemas in theitems
array, fixing #3909v5.13.2
Compare Source
@rjsf/utils
resolveAnyOrOneOfSchemas()
to not take arecurseList
anymore, and instead always pass an empty array down toresolveAllReferences()
, fixing #3902parseSchema()
andresolveDependencies()
to no longer passrecurseList
toresolveAnyOrOneOfSchemas()
@rjsf/validator-ajv8
AJV8PrecompiledValidator
to add a newensureSameRootSchema()
function that is called in bothrawValidation()
andisValid()
v5.13.1
Compare Source
@rjsf/core
ArrayField
to move errors in the errorSchema when the position of array items changes for the insert and copy cases.@rjsf/material-ui
Grid
container component in theArrayFieldTemplate
component that wrapped theArrayFieldItemTemplate
, fixing #3863SelectWidget
switches from controlled to uncontrolled whenenumOptions
does not include a value, fixing #3844@rjsf/mui
Grid
container component in theArrayFieldTemplate
component that wrapped theArrayFieldItemTemplate
, fixing #3863SelectWidget
switches from controlled to uncontrolled whenenumOptions
does not include a value, fixing #3844@rjsf/utils
getOptionMatchingSimpleDiscriminator()
functiongetMatchingOption
andgetClosestMatchingOption
now bypassvalidator.isValid()
calls when simple discriminator is provided, fixing #3692FieldTemplateProps['onChange']
retrieveSchema()
to properly resolve references inside ofproperties
and arrayitems
while also dealing with recursive$ref
s, fixing #3761schemaParser()
andgetClosestMatchingOption()
to pass the newrecursiveRef
parameter added to internalretrieveSchema()
APIs100%
test coverage that was lost when updating to Jest 29getDefaultFormState()
to remove an unnecessary check forformData
being an object since it is always guaranteed to be one, thereby allowing full testing coveragegetSchemaType()
to return the first schematype
when it is an array not containing'null'
, fixing #3875@rjsf/validator-ajv8
validator
andprecompiledValidator
tests to the restore100%
coverage that was lost when updating to Jest 29isValid()
for thevalidator
commenting out an if condition that was preventing100%
coverage, with a TODO to fix it laterDev / docs / playground
@types/jest
as a globaldevDependency
so that developer tools properly recognize the jest function typesv5.13.0
Compare Source
@rjsf/antd
StyleProvider
from@ant-design/cssinjs
. They need not have to install this package, its a transitive package coming from antd.@rjsf/core
MultiSchemaField
to only merge top level required field fixing duplicate field and description.validateForm()
) removes previous errors if all data is now valid.@rjsf/chakra-ui
isMultiple
option inMultiSchemaField
. It no longer offers multiple choice inside a select field in aoneOf
case in Chakra UI, fixing #3848Dev / docs / playground
v5.12.1
Compare Source
@rjsf/validator-ajv8
AJV8PrecompiledValidator.rawValidation()
to resolve root schema with formData when comparing input schema, fixing #3825@rjsf/core
MultiSchemaField
to merge all top level fields except properties for anyOf/oneOf options, fixing #3808 and #3787@rjsf/antd
@rjsf/utils
retrieveSchemaInternal
allOf logic for precompiled schemas to resolve top level properties fixing #3817v5.12.0
Compare Source
@rjsf/utils
experimental_defaultFormStateBehavior = { arrayMinItems: { populate: 'never' } }
(feature #3796)@rjsf/validator-ajv8
compileSchemaValidatorsCode
to allow creating precompiled validator without a file. This is useful in case when precompiled validator is to be created dynamically. #3793Dev / docs / playground
dts-cli
to use individual dev tools directly, updating package publish configform-props
documentationarrayMinItems
, added description fornever
.playground
to add the option for the newarrayMinItems.populate = 'never'
.v5.11.2
Compare Source
@rjsf/material-ui
@types/material-ui
which can cause typescript issues in some situations@rjsf/utils
resolveAllReferences()
function to use object spreading to update properties and items in a schema rather than directly modifying the schema to avoid issues with frozen object, fixing #3805v5.11.1
Compare Source
@rjsf/core
SchemaField
to ignore errors foranyOf
/oneOf
parent schema, fixing 1295@rjsf/utils
resolveAllReferences()
function to resolve all references within a schema's properties and array items.getClosestMatchingOption()
to useresolveAllReferences()
for all oneOf/anyOf schemasresolveAnyOrOneOfSchemas()
to useresolveAllReferences()
for all oneOf/anyOf schemasnull
case inwithIdRefPrefix
, fixing #3792v5.10.0
Compare Source
@rjsf/core
getFieldComponent()
to support rendering a custom component by given schema id ($id). #3740MultiSchemaField
to merge the selectedoneOf/anyOf
value into baseschema
, fixing #3744@rjsf/utils
getClosestMatchingOption()
to resolve refs in options before computing the closest matching option, fixing an issue with using precompiled validatorsanyOf
anddiscriminator
support in the recursivecalculateIndexScore()
getDefaultFormState()
to merge the remaining schema intoanyOf/oneOf
schema selected during the computation of values, fixing #3744retrieveSchema()
to merge the remaining schema into theanyOf/oneOf
schema selected during the resolving of dependencies, fixing #3744Dev / docs / playground
custom-widgets-fields
documentation to add the new added behaviour ofgetFieldComponent()
function. #3740playground
to add an example of the new added behaviour ofgetFieldComponent()
function. #3740v5.9.0
Compare Source
@rjsf/utils
getDefaultFormState()
to fix a bug whereexperimental_defaultFormStateBehavior: { emptyObjectFields: 'populateRequiredDefaults' }
wasn't working for object properties with$ref
sexperimental_defaultFormStateBehavior.arrayMinItems
from simple flag to an object containing two optional fields,populate
andmergeExtraDefaults
arrayMinItems.mergeExtraDefaults
flag, when "true", allows users to merge defaults onto the end offormData
arrays whenminItems
is specifiedexperimental_defaultFormStateBehavior
as{ arrayMinItems = 'requiredOnly }
on theForm
, now you would pass{ arrayMinItems: { populate: 'requiredOnly' } }
mergeExtraArrayDefaults=false
flag to themergeDefaultWithFormData()
utility function to support the newarrayMinItems.mergeExtraDefaults
experimental featureDev / docs / playground
utility-functions
documentation to add the newmergeExtraArrayDefaults
flag for themergeDefaultWithFormData()
functionform-props
documentation to update thearrayMinItems
documentation for the new object behaviorplayground
to add a checkbox for the newarrayMinItems.mergeExtraDefaults
flagv5.8.2
Compare Source
@rjsf/validator-ajv8
v5.8.1
Compare Source
Dev / docs / playground
^5.8.x
v5.8.0
Compare Source
@rjsf/bootstrap-4
@rjsf/chakra-ui
@rjsf/core
MultiSchemaField.getMatchingOption
to use option index fromgetClosestMatchingOption
, fixing #3693 and#3705
@rjsf/fluent-ui
@rjsf/material-ui
@rjsf/mui
@rjsf/semantic-ui
@rjsf/utils
getClosestMatchingOption
to return selected option if all options score the same, fixing #3693 and #3705resolveCondition
to default formData as empty object when evaluating if expression, fixing #3706retrieveSchemaInternal
to return failed merged allOf sub schemas for expandAllBranches flag, fixing #3689hashForSchema
to sort schema fields in consistent order before stringify to prevent different hash ids for the same schemaenumOptionsSelectValue
to allow picking falsy enumOptions, fixing #3716@rjsf/validator-ajv8
AJV8PrecompiledValidator.rawValidation()
to use resolve root schema when comparing input schema, fixing #3708Dev / docs / playground
RJSFSchema
descriptionv5.7.3
Compare Source
@rjsf/utils
getClosestMatchingOption
JUNK_OPTION
schema with a well known $idschemaParser
to resolve array items field, fixing #3689@rjsf/validator-ajv8
AJV8PrecompiledValidator.isValid()
to return false for junk schema option, fixing #3677v5.7.2
Compare Source
@rjsf/validator-ajv8
ajv
types by simplifying theCompiledValidateFunction
type to avoid a bunch of Typescript errors encountered by users of the packagev5.7.1
Compare Source
@rjsf/validator-ajv8
cjs
development version, to not export thecompileSchemaValidators()
function to avoid "Module not found: Can't resolve 'fs' error" issues, fixing #3668@rjsf/core
field
in thefocusOnError
method inForm
Dev / docs / playground
validation
documentation to add a note with a web-resource to help folks work around the "Module not found: Can't resolve 'fs' error" issue for development environmentspackage-lock.json
files to bump peer-dependencies to5.7.x
, fixing #3669v5.7.0
Compare Source
@rjsf/antd
SelectWidget
and description forCheckboxWidget
@rjsf/core
MultiSchemaField
to use the newgetDiscriminatorFieldFromSchema()
APIexperimental_defaultFormStateBehavior
prop toForm
minItems
is set but field is notrequired
(fixes #3363) (#3602)emptyObjectFields
supporting required fields only and skipping defaults entirely, fixing #2980FileWidget
to again support adding multiple files to arrays@rjsf/fluent-ui
additionalProperties
to fluent-ui theme, fixing #2777.8.x
version of@fluentui/react
maintaining backwards compatibility to version 7, fixing #3463@rjsf/utils
getDiscriminatorFieldFromSchema()
(a refactor of code fromMultiSchemaField
) andhashForSchema()
getDefaultFormState()
andtoPathSchema()
to usegetDiscriminatorFieldFromSchema()
to provide a discriminator field togetClosestMatchingOption()
calls.retrieveSchema()
internal API functions to support implementing an internalschemaParser()
API for use in precompiling schemas, in support of #3543toPathSchema()
to handleproperties
in an object along withanyOf
/oneOf
, fixing #3628 and #1628computeDefaults()
into destructured props object to reduce clutter when only specifying later of the optional argument, fixing #3602computeDefaults()
to handle$ref
in an object along withanyOf
/oneOf
, fixing #3633@rjsf/validator-ajv8
compileSchemaValidators()
andcreatePrecompiledValidator()
implemented to support using precompiled validators build with AJV 8, fixing #3543Dev / docs / playground
custom-templates
describing how to extend theBaseInputTemplate
8.x
version of@fluentui/react
, fixing #3463validation
describing the new precompiled validators featurevalidator-ajv8.md
documentation to theapi-reference
directory as well as putting it into thesidebar.js
v5.6.2
Compare Source
Dev / docs / playground
post-versioning
that caused the 5.6.1 branch to not be publishablev5.6.0
Compare Source
@rjsf/antd
undefined
in theSelectWidget
, fixing #3595@rjsf/core
Form
to use the newvalidatorDataMerge()
andtoErrorList()
functions instead of the now deprecatedschemaUtils.mergeValidatorData()
andschemaUtils.getValidator().toErrorList()
focusOnFirstError
(3590)MultiSchemaField
to handle the OpenAPIdiscriminator
extension onanyOf/oneOf
fields by passing it intogetClosestMatchingOption()
if it exists, fixing #3512SchemaField
function to usegetSchemaType
rather thanschema.type
to set the proper class name.@rjsf/utils
createErrorHandler()
,toErrorList()
,toErrorSchema()
andunwrapErrorHandler()
functions from the@rjsf/validator-ajv6
and@rjsf/validator-ajv8
implementations since they were identicalmergeValidationData()
function was deprecated in favor of the newvalidationDataMerge()
function that uses the refactoredtoErrorList()
functionROOT_SCHEMA_PREFIX
constant as wellValidatorType
andSchemaUtilsType
to deprecate thetoErrorList()
andmergeValidationData()
functions, respectivelygetClosestMatchingOption()
andgetFirstMatchingOption()
to pass the newdiscriminatorField
to thegetMatchingOption()
functiongetMatchingOption()
to usediscriminatorField
when it is present in theoptions
object properties to drill into the object to detect if that one field is validSchemaUtilsType
and the associated forward functions increateSchemaUtils
to add the newdiscriminatorField?: string
optional parametertoIdSchema()
function to usegetSchemaType(schema) === 'object'
rather thanschema.type === 'object'
to get the proper pathing for ids, fixing #2044@rjsf/validator-ajv6
AJV6Validator
in favor of using the new functions and constant from@rjsf/utils
@rjsf/validator-ajv8
AJV8Validator
in favor of using the new functions and constant from@rjsf/utils
Dev / docs / playground
utility-functions
documentation to describe the new refactored functions as well as deprecating themergeValidationData()
functionplayground
to properly restoreliveSettings
from shared links and added a switch fornoHtml5Validation
in the live settings rather than having it set totrue
alwaysBlank
example to help users easily paste their codev5.5.2
Compare Source
@rjsf/material-ui
TextField
for theWrapIfAdditionalTemplate
label key input to match the@rjsf/mui
fix@rjsf/mui
TextField
for theWrapIfAdditionalTemplate
label key input, fixing #3578Dev / docs / playground
templates
passed into the mainForm
to not include undefined values, fixing #3576 and #3579v5.5.1
Compare Source
@rjsf/core
Form
to include the topdisabled
property in theui:submitButtonOptions
so the submit button will be disabled when the whole form is disabled. Fixes #3264.@rjsf/utils
$ref
s for thetoIdSchema()
,toPathSchema()
andgetDefaultFormState()
functions, fixing #3560getDefaultFormState()
to handle object-basedadditionalProperties
with defaults usingformData
in addition to values contained in adefault
object, fixing #2593Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.