Skip to content
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

Bump @rjsf/core from 5.18.4 to 5.19.4 #3307

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 29, 2024

Bumps @rjsf/core from 5.18.4 to 5.19.4.

Release notes

Sourced from @​rjsf/core's releases.

5.19.4

Security fix

The XSS fix in this release could potentially cause issues if you were using the translateString feature to render HTML. Switching to Markdown will solve your problems.

@​rjsf/core

  • Fix XSS when rendering schema validation errors #4254
    • NOTE: This will have potential consequences if you are using the translateString feature and are trying to render HTML. Switching to Markdown will solve your problems.

@​rjsf/utils

  • Updated the ValidatorType interface to add an optional reset?: () => void prop that can be implemented to reset a validator back to initial constructed state
    • Updated the ParserValidator to provide a reset() function that clears the schema map
  • Also updated the default translatable string to use Markdown rather than HTML tags since we now render them with Markdown

@​rjsf/validator-ajv8

  • Updated the AJV8Validator to implement the reset() function to remove cached schemas in the ajv instance

Dev / docs / playground

  • Updated the Validator dropdown to add AJV8 (discriminator) which sets the AJV validator discriminator option to true to support testing schemas with that option in them

5.19.3

@​rjsf/antd

  • SelectWidget now displays an empty option when appropriate, fixing #4197

@​rjsf/chakra-ui

  • SelectWidget now displays an empty option when appropriate, fixing #4197

@​rjsf/fluentui-rc

  • SelectWidget now displays an empty option when appropriate, fixing #4197

@​rjsf/material-ui

  • SelectWidget now displays an empty option when appropriate, fixing #4197

@​rjsf/mui

  • SelectWidget now displays an empty option when appropriate, fixing #4197

@​rjsf/semantic-ui

  • SelectWidget now displays an empty option when appropriate, fixing #4197

v5.19.2

... (truncated)

Changelog

Sourced from @​rjsf/core's changelog.

5.19.4

@​rjsf/core

  • Fix XSS when rendering schema validation errors #4254
    • NOTE: This will have potential consequences if you are using the translateString feature and are trying to render HTML. Switching to Markdown will solve your problems.

@​rjsf/utils

  • Updated the ValidatorType interface to add an optional reset?: () => void prop that can be implemented to reset a validator back to initial constructed state
    • Updated the ParserValidator to provide a reset() function that clears the schema map
  • Also updated the default translatable string to use Markdown rather than HTML tags since we now render them with Markdown

@​rjsf/validator-ajv8

  • Updated the AJV8Validator to implement the reset() function to remove cached schemas in the ajv instance

Dev / docs / playground

  • Updated the Validator dropdown to add AJV8 (discriminator) which sets the AJV validator discriminator option to true to support testing schemas with that option in them

5.19.3

@​rjsf/antd

  • SelectWidget now displays an empty option when appropriate, fixing #4197

@​rjsf/chakra-ui

  • SelectWidget now displays an empty option when appropriate, fixing #4197

@​rjsf/fluentui-rc

  • SelectWidget now displays an empty option when appropriate, fixing #4197

@​rjsf/material-ui

  • SelectWidget now displays an empty option when appropriate, fixing #4197

@​rjsf/mui

  • SelectWidget now displays an empty option when appropriate, fixing #4197

@​rjsf/semantic-ui

  • SelectWidget now displays an empty option when appropriate, fixing #4197

5.19.2

@​rjsf/core

... (truncated)

Commits

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@rjsf/core](https://github.com/rjsf-team/react-jsonschema-form) from 5.18.4 to 5.19.4.
- [Release notes](https://github.com/rjsf-team/react-jsonschema-form/releases)
- [Changelog](https://github.com/rjsf-team/react-jsonschema-form/blob/main/CHANGELOG.md)
- [Commits](rjsf-team/react-jsonschema-form@5.18.4...5.19.4)

---
updated-dependencies:
- dependency-name: "@rjsf/core"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jul 29, 2024
@github-actions github-actions bot enabled auto-merge (squash) July 29, 2024 13:51
Copy link

The minor update of this production dependency was not automatically approved. For production dependencies, these semver updates can be automatically approved: patch

Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 12, 2024

Superseded by #3312.

@dependabot dependabot bot closed this Aug 12, 2024
auto-merge was automatically disabled August 12, 2024 13:30

Pull request was closed

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/rjsf/core-5.19.4 branch August 12, 2024 13:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants