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

chore(deps): bump react-admin from 4.7.4 to 4.12.2 in /ui #198

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 24, 2023

Bumps react-admin from 4.7.4 to 4.12.2.

Release notes

Sourced from react-admin's releases.

4.12.2

  • Fix useUnique should allow value if the only matching record is the current one (#9118) (djhi)
  • Call checkError when getPermissions fails (#9117) (djhi)
  • Fix useGetManyReference default onSuccess throws when the query is disabled (#9116) (slax57)
  • Fix <TranslatableInputs> should support fullWitdh and sx props (#9104) (djhi)
  • Fix remove unsupported propTypes on <List> (#9101) (WiXSL)
  • Fix <SimpleFormIterator> with <FormDataConsumer> should not re-apply default values (#9094) (slax57)
  • [Demo] Improve CRM Demo Kanban code (#9114) (slax57)
  • [Demo] Replace react-beautiful-dnd by @hello-pangea/dnd to support React 18 (#9097) (slax57)
  • [Doc] add sections to explain explicitly how to disable features like bulk actions (#9086) (adguernier)
  • [Doc] Remove emptyText prop from <AutoCompleteArrayInput> doc as it is not supported (#9073) (gitstart)

4.12.1

  • Fix closing browser tab loses undoable mutations without warning (#9072) (adguernier)
  • [Doc] Improve a bit reference to Material UI (#9087) (oliviertassinari)
  • [Doc] Fix code examples syntax errors (#9083) (WiXSL)
  • [Doc] Fix missing close tag in <List> aside snippet (#9082) (slax57)
  • [Doc] fix a typo: replace ise by use in NumberInput doc (#9081) (adguernier)
  • [Doc] Fix react-router outdated doc links (#9079) (slax57)
  • [Doc] Add doc for <BulkUpdateButton> (#9077) (slax57)
  • [Doc] fix a typo in variable template example using polyglot (#9076) (adguernier)
  • [Doc] Add missing backticks for default empty value example (#9075) (adguernier)
  • [Doc] Update Tutorial to use TypeScript by default (#9074) (adguernier)
  • [Doc] Fix <AutompleteInput create> prop example (#9071) (adguernier)
  • [Doc] Fix <ReferenceManyField> chapter snippets to match the example data (#9067) (eboss-dev)

4.12.0

  • Add unique validator (#8999) (djhi)
  • Allow disabling store persistence of the list parameters (#9019) (djhi)
  • Add ability to refetch permissions on demand (#8955) (mmateja)
  • Add support for mutationOptions in <BulkUpdateButton> (#9035) (KonkretneKosteczki)
  • Add eslint, prettier and default vite gitignore to create-react-admin (#9055) (djhi)
  • Memoize <AutocompleteInput>'s filterToQuery and improve <AutocompleteInput> and <AutocompleteArrayInput>'s docs about props stability (#9046) (djhi)
  • Update <Link> to honor the underline prop (#8977) (fzaninotto)
  • Fix <DeleteButton> doesn't allow to override the text color (#9060) (adguernier)
  • Fix warning about string value passed to BooleanInput (#9056) (adguernier)
  • Fix demos don't allow to visualize source maps (#9047) (fzaninotto)
  • Fix custom input's onChange handlers should have access to updated context value (#8910) (WiXSL)
  • Upgrade to TS 5 (#8937) (djhi)
  • [Doc] Add SmartRichTextInput, an AI assistant for rich text content (#9052) (fzaninotto)
  • [Doc] Document useRegisterMutationMiddleware (#9031) (djhi)
  • [Doc] Better explain input's default label (#9069) (adguernier)
  • [Doc] Fix sortBy prop value in "Combining Two Fields" chapter (#9048) (adguernier)
  • [Doc] fix links to TanStack Query V3 doc (#9057) (adguernier)
  • [Doc] Fix explanations in "Controlled Mode" section of TabbedShowLayout.md (#9045) (adguernier)
  • [Doc] Fix anchors and typos (#9054) (WiXSL)
  • [Doc] fix a typo in ReferenceOneField documentation (#9053) (adguernier)
  • [Doc] Fix a typo in FieldsForRelationships.md (#9049) (adguernier)
  • [Doc] Fix a typo in TabbedForm.md (#9041) (adguernier)

... (truncated)

Changelog

Sourced from react-admin's changelog.

v4.12.2

  • Fix useUnique should allow value if the only matching record is the current one (#9118) (djhi)
  • Call checkError when getPermissions fails (#9117) (djhi)
  • Fix useGetManyReference default onSuccess throws when the query is disabled (#9116) (slax57)
  • Fix <TranslatableInputs> should support fullWitdh and sx props (#9104) (djhi)
  • Fix remove unsupported propTypes on <List> (#9101) (WiXSL)
  • Fix <SimpleFormIterator> with <FormDataConsumer> should not re-apply default values (#9094) (slax57)
  • [Demo] Improve CRM Demo Kanban code (#9114) (slax57)
  • [Demo] Replace react-beautiful-dnd by @hello-pangea/dnd to support React 18 (#9097) (slax57)
  • [Doc] add sections to explain explicitly how to disable features like bulk actions (#9086) (adguernier)
  • [Doc] Remove emptyText prop from <AutoCompleteArrayInput> doc as it is not supported (#9073) (gitstart)

v4.12.1

  • Fix closing browser tab loses undoable mutations without warning (#9072) (adguernier)
  • [Doc] Improve a bit reference to Material UI (#9087) (oliviertassinari)
  • [Doc] Fix code examples syntax errors (#9083) (WiXSL)
  • [Doc] Fix missing close tag in <List> aside snippet (#9082) (slax57)
  • [Doc] fix a typo: replace ise by use in NumberInput doc (#9081) (adguernier)
  • [Doc] Fix react-router outdated doc links (#9079) (slax57)
  • [Doc] Add doc for <BulkUpdateButton> (#9077) (slax57)
  • [Doc] fix a typo in variable template example using polyglot (#9076) (adguernier)
  • [Doc] Add missing backticks for default empty value example (#9075) (adguernier)
  • [Doc] Update Tutorial to use TypeScript by default (#9074) (adguernier)
  • [Doc] Fix <AutompleteInput create> prop example (#9071) (adguernier)
  • [Doc] Fix <ReferenceManyField> chapter snippets to match the example data (#9067) (eboss-dev)

v4.12.0

  • Add unique validator (#8999) (djhi)
  • Allow disabling store persistence of the list parameters (#9019) (djhi)
  • Add ability to refetch permissions on demand (#8955) (mmateja)
  • Add support for mutationOptions in <BulkUpdateButton> (#9035) (KonkretneKosteczki)
  • Add eslint, prettier and default vite gitignore to create-react-admin (#9055) (djhi)
  • Memoize <AutocompleteInput>'s filterToQuery and improve <AutocompleteInput> and <AutocompleteArrayInput>'s docs about props stability (#9046) (djhi)
  • Update <Link> to honor the underline prop (#8977) (fzaninotto)
  • Fix <DeleteButton> doesn't allow to override the text color (#9060) (adguernier)
  • Fix warning about string value passed to BooleanInput (#9056) (adguernier)
  • Fix demos don't allow to visualize source maps (#9047) (fzaninotto)
  • Fix custom input's onChange handlers should have access to updated context value (#8910) (WiXSL)
  • Upgrade to TS 5 (#8937) (djhi)
  • [Doc] Add SmartRichTextInput, an AI assistant for rich text content (#9052) (fzaninotto)
  • [Doc] Document useRegisterMutationMiddleware (#9031) (djhi)
  • [Doc] Better explain input's default label (#9069) (adguernier)
  • [Doc] Fix sortBy prop value in "Combining Two Fields" chapter (#9048) (adguernier)
  • [Doc] fix links to TanStack Query V3 doc (#9057) (adguernier)
  • [Doc] Fix explanations in "Controlled Mode" section of TabbedShowLayout.md (#9045) (adguernier)
  • [Doc] Fix anchors and typos (#9054) (WiXSL)
  • [Doc] fix a typo in ReferenceOneField documentation (#9053) (adguernier)

... (truncated)

Commits
  • df5c847 v4.12.2
  • 3cc6dd0 Merge pull request #9118 from marmelab/fix-use-unique
  • 5c652f4 Fix useUnique should allow value if the only matching record is the current one
  • 656f1ba Merge pull request #9117 from marmelab/check-permissions-error
  • 082469b Fix breaking change
  • 8d2c73b Call checkError when getPermissions fails
  • 445272b Merge pull request #9116 from marmelab/fix-useGetManyReference-onSuccess
  • 8e43b3b Fix useGetManyReference default onSuccess throws when the query is disabled
  • e196e97 Merge pull request #9107 from marmelab/dependabot/npm_and_yarn/word-wrap-1.2.4
  • af66691 Merge pull request #9114 from marmelab/improve-crm-demo-kanban
  • Additional commits viewable in compare view

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 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 [react-admin](https://github.com/marmelab/react-admin) from 4.7.4 to 4.12.2.
- [Release notes](https://github.com/marmelab/react-admin/releases)
- [Changelog](https://github.com/marmelab/react-admin/blob/master/CHANGELOG.md)
- [Commits](marmelab/react-admin@v4.7.4...v4.12.2)

---
updated-dependencies:
- dependency-name: react-admin
  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 24, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 31, 2023

Superseded by #204.

@dependabot dependabot bot closed this Jul 31, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/ui/react-admin-4.12.2 branch July 31, 2023 15:51
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