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

build(deps): bump the react-admin group across 5 directories with 5 updates #1618

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 25, 2024

Updates the requirements on react-admin, ra-core, ra-i18n-polyglot, ra-language-english and ra-ui-materialui to permit the latest version.
Updates react-admin to 5.3.1

Release notes

Sourced from react-admin's releases.

5.3.1

  • Fix smart count for no results message (#10295) (thibault-barrat)
  • Fix double decoding of ids in URLs (#10293) (djhi)
  • Fix no results message has untranslated resource name (#10291) (fzaninotto)
  • Fix <AutocompleteInput> displays 'Create' option for choices that already exist when createLabel is provided (#10288) (slax57)
  • [Doc] Fix Authorization link in Authentication page (#10303) (djhi)
  • [Doc] Remove outdated warning about <SimpleFormIterator> cloning its children (#10302) (slax57)
  • [Doc] fix example in README (#10298) (antoinefricker)
  • [Doc] Document react-hook-form limitation preventing using dynamically added inputs in <ArrayInput> with shouldUnregister (#10271) (djhi)
Changelog

Sourced from react-admin's changelog.

5.3.1

  • Fix smart count for no results message (#10295) (thibault-barrat)
  • Fix double decoding of ids in URLs (#10293) (djhi)
  • Fix no results message has untranslated resource name (#10291) (fzaninotto)
  • Fix <AutocompleteInput> displays 'Create' option for choices that already exist when createLabel is provided (#10288) (slax57)
  • [Doc] Fix Authorization link in Authentication page (#10303) (djhi)
  • [Doc] Remove outdated warning about <SimpleFormIterator> cloning its children (#10302) (slax57)
  • [Doc] fix example in README (#10298) (antoinefricker)
  • [Doc] Document react-hook-form limitation preventing using dynamically added inputs in <ArrayInput> with shouldUnregister (#10271) (djhi)

5.3.0

  • Make authentication check pessimistic
    • Disable data provider calls in CRUD controllers while the auth check is pending (#10238) (djhi)
    • Disable rendering of CRUD views while the auth check is pending (#10258) (djhi)
    • Make <Authenticated> component blocking (#10251) (fzaninotto)
  • Add Access Control
    • Introduce useCanAccess, useCanAccessResources, and useCanAccessCallback hooks (#10222) (djhi)
    • Introduce <CanAccess> and <AccessDenied> components (#10222) (djhi)
    • Add access control check in page controllers (list, show, edit, create) (#10247) (djhi)
    • Add access control to views and action buttons (#10225) (djhi)
    • Add access control to <Datagrid rowClick> (#10227) (djhi)
    • Add access control to <DeleteButton> (#10226) (djhi)
    • Add access control to the / route and introduce <NavigateToFirstResource> (#10255) (djhi)
    • Avoid unnecessary rerenders with canAccess hooks when there is no authProvider (#10200) (djhi)
    • Make authProvider.getPermissions optional (#10257) (djhi)
    • Update Simple example to leverage access control (#10278) (slax57)
  • Add support for embedding and prefetching data to reduce API queries (#10270) (fzaninotto)
  • Add per-resource success notifications ("3 posts deleted" instead of "3 elements deleted") (#10203) (fzaninotto)
  • Add support for <Edit emptyWhileLoading> (#10230) (erwanMarmelab)
  • Fix redirection to first route prevents going back in history (#10267) (aqeebpathan)
  • Fix useAuthState may logout even though logoutOfFailure is false (#10280) (fzaninotto)
  • [TypeScript] Make records paths inferred from type compatible with react-hook-form (#10279) (djhi)
  • [Doc] Warn about <AutoSave> incompatibility with warnWhenUnsavedChanges (#10277) (djhi)
  • [Doc] Update mentions of Azure Active Directory to Microsoft Entra ID (#10276) (djhi)
  • [Doc] Rewrite access control documentation (#10250) (fzaninotto)

5.2.3

  • Fix <AutoCompleteInput> should not display a "Create" option when the filter is empty (#10266) (erwanMarmelab)
  • Fix pnpm error Module not found: Can't resolve '@​mui/utils' (#10264) (slax57)
  • [Doc] Update <StackedFilters> doc for ra-form-layout v5.2.0 (#10268) (erwanMarmelab)
  • [Doc] Update Remix tutorial to fix port and yarn documentation link (#10263) (smeng9)
  • [Doc] Update <Search> doc for keyboardShortcutIcon, withKeyboardShortcut and isInAppBar (#10254) (erwanMarmelab)
  • [Doc] Update Admin and Routing docs to encourage using a Data Router (#10220) (smeng9)

5.2.2

... (truncated)

Commits
  • d8bbb6f v5.3.1
  • f5763e3 Update Changelog for 5.3.1
  • c4406a5 Merge pull request #10271 from marmelab/fix-array-input-should-unregister-str...
  • 5335220 [no ci] revert imports order change
  • ed3c81d revert the fix (and story)
  • eb99164 Merge pull request #10303 from marmelab/fix-authentication-link-to-authorization
  • 992a02f [Doc] Fix Authorization link in Authentication page
  • ecc7321 Merge pull request #10302 from marmelab/doc-SimpleFormIterator-clone
  • bb74068 [no ci] [Doc] Remove outdated warning about \<SimpleFormIterator> cloning it...
  • 7155789 Merge pull request #10298 from marmelab/ra-typo-readme
  • Additional commits viewable in compare view

Updates react-admin to 5.3.1

Release notes

Sourced from react-admin's releases.

5.3.1

  • Fix smart count for no results message (#10295) (thibault-barrat)
  • Fix double decoding of ids in URLs (#10293) (djhi)
  • Fix no results message has untranslated resource name (#10291) (fzaninotto)
  • Fix <AutocompleteInput> displays 'Create' option for choices that already exist when createLabel is provided (#10288) (slax57)
  • [Doc] Fix Authorization link in Authentication page (#10303) (djhi)
  • [Doc] Remove outdated warning about <SimpleFormIterator> cloning its children (#10302) (slax57)
  • [Doc] fix example in README (#10298) (antoinefricker)
  • [Doc] Document react-hook-form limitation preventing using dynamically added inputs in <ArrayInput> with shouldUnregister (#10271) (djhi)
Changelog

Sourced from react-admin's changelog.

5.3.1

  • Fix smart count for no results message (#10295) (thibault-barrat)
  • Fix double decoding of ids in URLs (#10293) (djhi)
  • Fix no results message has untranslated resource name (#10291) (fzaninotto)
  • Fix <AutocompleteInput> displays 'Create' option for choices that already exist when createLabel is provided (#10288) (slax57)
  • [Doc] Fix Authorization link in Authentication page (#10303) (djhi)
  • [Doc] Remove outdated warning about <SimpleFormIterator> cloning its children (#10302) (slax57)
  • [Doc] fix example in README (#10298) (antoinefricker)
  • [Doc] Document react-hook-form limitation preventing using dynamically added inputs in <ArrayInput> with shouldUnregister (#10271) (djhi)

5.3.0

  • Make authentication check pessimistic
    • Disable data provider calls in CRUD controllers while the auth check is pending (#10238) (djhi)
    • Disable rendering of CRUD views while the auth check is pending (#10258) (djhi)
    • Make <Authenticated> component blocking (#10251) (fzaninotto)
  • Add Access Control
    • Introduce useCanAccess, useCanAccessResources, and useCanAccessCallback hooks (#10222) (djhi)
    • Introduce <CanAccess> and <AccessDenied> components (#10222) (djhi)
    • Add access control check in page controllers (list, show, edit, create) (#10247) (djhi)
    • Add access control to views and action buttons (#10225) (djhi)
    • Add access control to <Datagrid rowClick> (#10227) (djhi)
    • Add access control to <DeleteButton> (#10226) (djhi)
    • Add access control to the / route and introduce <NavigateToFirstResource> (#10255) (djhi)
    • Avoid unnecessary rerenders with canAccess hooks when there is no authProvider (#10200) (djhi)
    • Make authProvider.getPermissions optional (#10257) (djhi)
    • Update Simple example to leverage access control (#10278) (slax57)
  • Add support for embedding and prefetching data to reduce API queries (#10270) (fzaninotto)
  • Add per-resource success notifications ("3 posts deleted" instead of "3 elements deleted") (#10203) (fzaninotto)
  • Add support for <Edit emptyWhileLoading> (#10230) (erwanMarmelab)
  • Fix redirection to first route prevents going back in history (#10267) (aqeebpathan)
  • Fix useAuthState may logout even though logoutOfFailure is false (#10280) (fzaninotto)
  • [TypeScript] Make records paths inferred from type compatible with react-hook-form (#10279) (djhi)
  • [Doc] Warn about <AutoSave> incompatibility with warnWhenUnsavedChanges (#10277) (djhi)
  • [Doc] Update mentions of Azure Active Directory to Microsoft Entra ID (#10276) (djhi)
  • [Doc] Rewrite access control documentation (#10250) (fzaninotto)

5.2.3

  • Fix <AutoCompleteInput> should not display a "Create" option when the filter is empty (#10266) (erwanMarmelab)
  • Fix pnpm error Module not found: Can't resolve '@​mui/utils' (#10264) (slax57)
  • [Doc] Update <StackedFilters> doc for ra-form-layout v5.2.0 (#10268) (erwanMarmelab)
  • [Doc] Update Remix tutorial to fix port and yarn documentation link (#10263) (smeng9)
  • [Doc] Update <Search> doc for keyboardShortcutIcon, withKeyboardShortcut and isInAppBar (#10254) (erwanMarmelab)
  • [Doc] Update Admin and Routing docs to encourage using a Data Router (#10220) (smeng9)

5.2.2

... (truncated)

Commits
  • d8bbb6f v5.3.1
  • f5763e3 Update Changelog for 5.3.1
  • c4406a5 Merge pull request #10271 from marmelab/fix-array-input-should-unregister-str...
  • 5335220 [no ci] revert imports order change
  • ed3c81d revert the fix (and story)
  • eb99164 Merge pull request #10303 from marmelab/fix-authentication-link-to-authorization
  • 992a02f [Doc] Fix Authorization link in Authentication page
  • ecc7321 Merge pull request #10302 from marmelab/doc-SimpleFormIterator-clone
  • bb74068 [no ci] [Doc] Remove outdated warning about \<SimpleFormIterator> cloning it...
  • 7155789 Merge pull request #10298 from marmelab/ra-typo-readme
  • Additional commits viewable in compare view

Updates ra-core to 5.3.1

Release notes

Sourced from ra-core's releases.

5.3.1

  • Fix smart count for no results message (#10295) (thibault-barrat)
  • Fix double decoding of ids in URLs (#10293) (djhi)
  • Fix no results message has untranslated resource name (#10291) (fzaninotto)
  • Fix <AutocompleteInput> displays 'Create' option for choices that already exist when createLabel is provided (#10288) (slax57)
  • [Doc] Fix Authorization link in Authentication page (#10303) (djhi)
  • [Doc] Remove outdated warning about <SimpleFormIterator> cloning its children (#10302) (slax57)
  • [Doc] fix example in README (#10298) (antoinefricker)
  • [Doc] Document react-hook-form limitation preventing using dynamically added inputs in <ArrayInput> with shouldUnregister (#10271) (djhi)
Changelog

Sourced from ra-core's changelog.

5.3.1

  • Fix smart count for no results message (#10295) (thibault-barrat)
  • Fix double decoding of ids in URLs (#10293) (djhi)
  • Fix no results message has untranslated resource name (#10291) (fzaninotto)
  • Fix <AutocompleteInput> displays 'Create' option for choices that already exist when createLabel is provided (#10288) (slax57)
  • [Doc] Fix Authorization link in Authentication page (#10303) (djhi)
  • [Doc] Remove outdated warning about <SimpleFormIterator> cloning its children (#10302) (slax57)
  • [Doc] fix example in README (#10298) (antoinefricker)
  • [Doc] Document react-hook-form limitation preventing using dynamically added inputs in <ArrayInput> with shouldUnregister (#10271) (djhi)

5.3.0

  • Make authentication check pessimistic
    • Disable data provider calls in CRUD controllers while the auth check is pending (#10238) (djhi)
    • Disable rendering of CRUD views while the auth check is pending (#10258) (djhi)
    • Make <Authenticated> component blocking (#10251) (fzaninotto)
  • Add Access Control
    • Introduce useCanAccess, useCanAccessResources, and useCanAccessCallback hooks (#10222) (djhi)
    • Introduce <CanAccess> and <AccessDenied> components (#10222) (djhi)
    • Add access control check in page controllers (list, show, edit, create) (#10247) (djhi)
    • Add access control to views and action buttons (#10225) (djhi)
    • Add access control to <Datagrid rowClick> (#10227) (djhi)
    • Add access control to <DeleteButton> (#10226) (djhi)
    • Add access control to the / route and introduce <NavigateToFirstResource> (#10255) (djhi)
    • Avoid unnecessary rerenders with canAccess hooks when there is no authProvider (#10200) (djhi)
    • Make authProvider.getPermissions optional (#10257) (djhi)
    • Update Simple example to leverage access control (#10278) (slax57)
  • Add support for embedding and prefetching data to reduce API queries (#10270) (fzaninotto)
  • Add per-resource success notifications ("3 posts deleted" instead of "3 elements deleted") (#10203) (fzaninotto)
  • Add support for <Edit emptyWhileLoading> (#10230) (erwanMarmelab)
  • Fix redirection to first route prevents going back in history (#10267) (aqeebpathan)
  • Fix useAuthState may logout even though logoutOfFailure is false (#10280) (fzaninotto)
  • [TypeScript] Make records paths inferred from type compatible with react-hook-form (#10279) (djhi)
  • [Doc] Warn about <AutoSave> incompatibility with warnWhenUnsavedChanges (#10277) (djhi)
  • [Doc] Update mentions of Azure Active Directory to Microsoft Entra ID (#10276) (djhi)
  • [Doc] Rewrite access control documentation (#10250) (fzaninotto)

5.2.3

  • Fix <AutoCompleteInput> should not display a "Create" option when the filter is empty (#10266) (erwanMarmelab)
  • Fix pnpm error Module not found: Can't resolve '@​mui/utils' (#10264) (slax57)
  • [Doc] Update <StackedFilters> doc for ra-form-layout v5.2.0 (#10268) (erwanMarmelab)
  • [Doc] Update Remix tutorial to fix port and yarn documentation link (#10263) (smeng9)
  • [Doc] Update <Search> doc for keyboardShortcutIcon, withKeyboardShortcut and isInAppBar (#10254) (erwanMarmelab)
  • [Doc] Update Admin and Routing docs to encourage using a Data Router (#10220) (smeng9)

5.2.2

... (truncated)

Commits
  • d8bbb6f v5.3.1
  • f5763e3 Update Changelog for 5.3.1
  • c4406a5 Merge pull request #10271 from marmelab/fix-array-input-should-unregister-str...
  • 5335220 [no ci] revert imports order change
  • ed3c81d revert the fix (and story)
  • eb99164 Merge pull request #10303 from marmelab/fix-authentication-link-to-authorization
  • 992a02f [Doc] Fix Authorization link in Authentication page
  • ecc7321 Merge pull request #10302 from marmelab/doc-SimpleFormIterator-clone
  • bb74068 [no ci] [Doc] Remove outdated warning about \<SimpleFormIterator> cloning it...
  • 7155789 Merge pull request #10298 from marmelab/ra-typo-readme
  • Additional commits viewable in compare view

Updates ra-i18n-polyglot to 5.3.1

Release notes

Sourced from ra-i18n-polyglot's releases.

5.3.1

  • Fix smart count for no results message (#10295) (thibault-barrat)
  • Fix double decoding of ids in URLs (#10293) (djhi)
  • Fix no results message has untranslated resource name (#10291) (fzaninotto)
  • Fix <AutocompleteInput> displays 'Create' option for choices that already exist when createLabel is provided (#10288) (slax57)
  • [Doc] Fix Authorization link in Authentication page (#10303) (djhi)
  • [Doc] Remove outdated warning about <SimpleFormIterator> cloning its children (#10302) (slax57)
  • [Doc] fix example in README (#10298) (antoinefricker)
  • [Doc] Document react-hook-form limitation preventing using dynamically added inputs in <ArrayInput> with shouldUnregister (#10271) (djhi)
Changelog

Sourced from ra-i18n-polyglot's changelog.

5.3.1

  • Fix smart count for no results message (#10295) (thibault-barrat)
  • Fix double decoding of ids in URLs (#10293) (djhi)
  • Fix no results message has untranslated resource name (#10291) (fzaninotto)
  • Fix <AutocompleteInput> displays 'Create' option for choices that already exist when createLabel is provided (#10288) (slax57)
  • [Doc] Fix Authorization link in Authentication page (#10303) (djhi)
  • [Doc] Remove outdated warning about <SimpleFormIterator> cloning its children (#10302) (slax57)
  • [Doc] fix example in README (#10298) (antoinefricker)
  • [Doc] Document react-hook-form limitation preventing using dynamically added inputs in <ArrayInput> with shouldUnregister (#10271) (djhi)

5.3.0

  • Make authentication check pessimistic
    • Disable data provider calls in CRUD controllers while the auth check is pending (#10238) (djhi)
    • Disable rendering of CRUD views while the auth check is pending (#10258) (djhi)
    • Make <Authenticated> component blocking (#10251) (fzaninotto)
  • Add Access Control
    • Introduce useCanAccess, useCanAccessResources, and useCanAccessCallback hooks (#10222) (djhi)
    • Introduce <CanAccess> and <AccessDenied> components (#10222) (djhi)
    • Add access control check in page controllers (list, show, edit, create) (#10247) (djhi)
    • Add access control to views and action buttons (#10225) (djhi)
    • Add access control to <Datagrid rowClick> (#10227) (djhi)
    • Add access control to <DeleteButton> (#10226) (djhi)
    • Add access control to the / route and introduce <NavigateToFirstResource> (#10255) (djhi)
    • Avoid unnecessary rerenders with canAccess hooks when there is no authProvider (#10200) (djhi)
    • Make authProvider.getPermissions optional (#10257) (djhi)
    • Update Simple example to leverage access control (#10278) (slax57)
  • Add support for embedding and prefetching data to reduce API queries (#10270) (fzaninotto)
  • Add per-resource success notifications ("3 posts deleted" instead of "3 elements deleted") (#10203) (fzaninotto)
  • Add support for <Edit emptyWhileLoading> (#10230) (erwanMarmelab)
  • Fix redirection to first route prevents going back in history (#10267) (aqeebpathan)
  • Fix useAuthState may logout even though logoutOfFailure is false (#10280) (fzaninotto)
  • [TypeScript] Make records paths inferred from type compatible with react-hook-form (#10279) (djhi)
  • [Doc] Warn about <AutoSave> incompatibility with warnWhenUnsavedChanges (#10277) (djhi)
  • [Doc] Update mentions of Azure Active Directory to Microsoft Entra ID (#10276) (djhi)
  • [Doc] Rewrite access control documentation (#10250) (fzaninotto)

5.2.3

  • Fix <AutoCompleteInput> should not display a "Create" option when the filter is empty (#10266) (erwanMarmelab)
  • Fix pnpm error Module not found: Can't resolve '@​mui/utils' (#10264) (slax57)
  • [Doc] Update <StackedFilters> doc for ra-form-layout v5.2.0 (#10268) (erwanMarmelab)
  • [Doc] Update Remix tutorial to fix port and yarn documentation link (#10263) (smeng9)
  • [Doc] Update <Search> doc for keyboardShortcutIcon, withKeyboardShortcut and isInAppBar (#10254) (erwanMarmelab)
  • [Doc] Update Admin and Routing docs to encourage using a Data Router (#10220) (smeng9)

5.2.2

... (truncated)

Commits
  • d8bbb6f v5.3.1
  • f5763e3 Update Changelog for 5.3.1
  • c4406a5 Merge pull request #10271 from marmelab/fix-array-input-should-unregister-str...
  • 5335220 [no ci] revert imports order change
  • ed3c81d revert the fix (and story)
  • eb99164 Merge pull request #10303 from marmelab/fix-authentication-link-to-authorization
  • 992a02f [Doc] Fix Authorization link in Authentication page
  • ecc7321 Merge pull request #10302 from marmelab/doc-SimpleFormIterator-clone
  • bb74068 [no ci] [Doc] Remove outdated warning about \<SimpleFormIterator> cloning it...
  • 7155789 Merge pull request #10298 from marmelab/ra-typo-readme
  • Additional commits viewable in compare view

Updates ra-language-english to 5.3.1

Release notes

Sourced from ra-language-english's releases.

5.3.1

  • Fix smart count for no results message (#10295) (thibault-barrat)
  • Fix double decoding of ids in URLs (#10293) (djhi)
  • Fix no results message has untranslated resource name (#10291) (fzaninotto)
  • Fix <AutocompleteInput> displays 'Create' option for choices that already exist when createLabel is provided (#10288) (slax57)
  • [Doc] Fix Authorization link in Authentication page (#10303) (djhi)
  • [Doc] Remove outdated warning about <SimpleFormIterator> cloning its children (#10302) (slax57)
  • [Doc] fix example in README (#10298) (antoinefricker)
  • [Doc] Document react-hook-form limitation preventing using dynamically added inputs in <ArrayInput> with shouldUnregister (#10271) (djhi)
Changelog

Sourced from ra-language-english's changelog.

5.3.1

  • Fix smart count for no results message (#10295) (thibault-barrat)
  • Fix double decoding of ids in URLs (#10293) (djhi)
  • Fix no results message has untranslated resource name (#10291) (fzaninotto)
  • Fix <AutocompleteInput> displays 'Create' option for choices that already exist when createLabel is provided (#10288) (slax57)
  • [Doc] Fix Authorization link in Authentication page (#10303) (djhi)
  • [Doc] Remove outdated warning about <SimpleFormIterator> cloning its children (#10302) (slax57)
  • [Doc] fix example in README (#10298) (antoinefricker)
  • [Doc] Document react-hook-form limitation preventing using dynamically added inputs in <ArrayInput> with shouldUnregister (#10271) (djhi)

5.3.0

  • Make authentication check pessimistic
    • Disable data provider calls in CRUD controllers while the auth check is pending (#10238) (djhi)
    • Disable rendering of CRUD views while the auth check is pending (#10258) (djhi)
    • Make <Authenticated> component blocking (#10251) (fzaninotto)
  • Add Access Control
    • Introduce useCanAccess, useCanAccessResources, and useCanAccessCallback hooks (#10222) (djhi)
    • Introduce <CanAccess> and <AccessDenied> components (#10222) (djhi)
    • Add access control check in page controllers (list, show, edit, create) (#10247) (djhi)
    • Add access control to views and action buttons (#10225) (djhi)
    • Add access control to <Datagrid rowClick> (#10227) (djhi)
    • Add access control to <DeleteButton> (#10226) (djhi)
    • Add access control to the / route and introduce <NavigateToFirstResource> (#10255) (djhi)
    • Avoid unnecessary rerenders with canAccess hooks when there is no authProvider (#10200) (djhi)
    • Make authProvider.getPermissions optional (#10257) (djhi)
    • Update Simple example to leverage access control (#10278) (slax57)
  • Add support for embedding and prefetching data to reduce API queries (#10270) (fzaninotto)
  • Add per-resource success notifications ("3 posts deleted" instead of "3 elements deleted") (#10203) (fzaninotto)
  • Add support for <Edit emptyWhileLoading> (#10230) (erwanMarmelab)
  • Fix redirection to first route prevents going back in history (#10267) (aqeebpathan)
  • Fix useAuthState may logout even though logoutOfFailure is false (#10280) (fzaninotto)
  • [TypeScript] Make records paths inferred from type compatible with react-hook-form (#10279) (djhi)
  • [Doc] Warn about <AutoSave> incompatibility with warnWhenUnsavedChanges (#10277) (djhi)
  • [Doc] Update mentions of Azure Active Directory to Microsoft Entra ID (#10276) (djhi)
  • [Doc] Rewrite access control documentation (#10250) (fzaninotto)

5.2.3

  • Fix <AutoCompleteInput> should not display a "Create" option when the filter is empty (#10266) (erwanMarmelab)
  • Fix pnpm error Module not found: Can't resolve '@​mui/utils' (#10264) (slax57)
  • [Doc] Update <StackedFilters> doc for ra-form-layout v5.2.0 (#10268) (erwanMarmelab)
  • [Doc] Update Remix tutorial to fix port and yarn documentation link (#10263) (smeng9)
  • [Doc] Update <Search> doc for keyboardShortcutIcon, withKeyboardShortcut and isInAppBar (#10254) (erwanMarmelab)
  • [Doc] Update Admin and Routing docs to encourage using a Data Router (#10220) (smeng9)

5.2.2

... (truncated)

Commits
  • d8bbb6f v5.3.1
  • f5763e3 Update Changelog for 5.3.1
  • c4406a5 Merge pull request #10271 from marmelab/fix-array-input-should-unregister-str...
  • 5335220 [no ci] revert imports order change
  • ed3c81d revert the fix (and story)
  • eb99164 Merge pull request #10303 from marmelab/fix-authentication-link-to-authorization
  • 992a02f [Doc] Fix Authorization link in Authentication page
  • ecc7321 Merge pull request #10302 from marmelab/doc-SimpleFormIterator-clone
  • bb74068 [no ci] [Doc] Remove outdated warning about \<SimpleFormIterator> cloning it...
  • 7155789 Merge pull request #10298 from marmelab/ra-typo-readme
  • Additional commits ...

    Description has been truncated

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 25, 2024
…pdates

Updates the requirements on [react-admin](https://github.com/marmelab/react-admin), [ra-core](https://github.com/marmelab/react-admin), [ra-i18n-polyglot](https://github.com/marmelab/react-admin), [ra-language-english](https://github.com/marmelab/react-admin) and [ra-ui-materialui](https://github.com/marmelab/react-admin) to permit the latest version.

Updates `react-admin` to 5.3.1
- [Release notes](https://github.com/marmelab/react-admin/releases)
- [Changelog](https://github.com/marmelab/react-admin/blob/master/CHANGELOG.md)
- [Commits](marmelab/react-admin@v5.3.0...v5.3.1)

Updates `react-admin` to 5.3.1
- [Release notes](https://github.com/marmelab/react-admin/releases)
- [Changelog](https://github.com/marmelab/react-admin/blob/master/CHANGELOG.md)
- [Commits](marmelab/react-admin@v5.3.0...v5.3.1)

Updates `ra-core` to 5.3.1
- [Release notes](https://github.com/marmelab/react-admin/releases)
- [Changelog](https://github.com/marmelab/react-admin/blob/master/CHANGELOG.md)
- [Commits](marmelab/react-admin@v5.3.0...v5.3.1)

Updates `ra-i18n-polyglot` to 5.3.1
- [Release notes](https://github.com/marmelab/react-admin/releases)
- [Changelog](https://github.com/marmelab/react-admin/blob/master/CHANGELOG.md)
- [Commits](marmelab/react-admin@v5.3.0...v5.3.1)

Updates `ra-language-english` to 5.3.1
- [Release notes](https://github.com/marmelab/react-admin/releases)
- [Changelog](https://github.com/marmelab/react-admin/blob/master/CHANGELOG.md)
- [Commits](marmelab/react-admin@v5.3.0...v5.3.1)

Updates `ra-ui-materialui` to 5.3.1
- [Release notes](https://github.com/marmelab/react-admin/releases)
- [Changelog](https://github.com/marmelab/react-admin/blob/master/CHANGELOG.md)
- [Commits](marmelab/react-admin@v5.3.0...v5.3.1)

Updates `ra-core` to 5.3.1
- [Release notes](https://github.com/marmelab/react-admin/releases)
- [Changelog](https://github.com/marmelab/react-admin/blob/master/CHANGELOG.md)
- [Commits](marmelab/react-admin@v5.3.0...v5.3.1)

Updates `ra-i18n-polyglot` to 5.3.1
- [Release notes](https://github.com/marmelab/react-admin/releases)
- [Changelog](https://github.com/marmelab/react-admin/blob/master/CHANGELOG.md)
- [Commits](marmelab/react-admin@v5.3.0...v5.3.1)

Updates `ra-ui-materialui` to 5.3.1
- [Release notes](https://github.com/marmelab/react-admin/releases)
- [Changelog](https://github.com/marmelab/react-admin/blob/master/CHANGELOG.md)
- [Commits](marmelab/react-admin@v5.3.0...v5.3.1)

Updates `react-admin` to 5.3.1
- [Release notes](https://github.com/marmelab/react-admin/releases)
- [Changelog](https://github.com/marmelab/react-admin/blob/master/CHANGELOG.md)
- [Commits](marmelab/react-admin@v5.3.0...v5.3.1)

Updates `ra-core` to 5.3.1
- [Release notes](https://github.com/marmelab/react-admin/releases)
- [Changelog](https://github.com/marmelab/react-admin/blob/master/CHANGELOG.md)
- [Commits](marmelab/react-admin@v5.3.0...v5.3.1)

Updates `ra-ui-materialui` to 5.3.1
- [Release notes](https://github.com/marmelab/react-admin/releases)
- [Changelog](https://github.com/marmelab/react-admin/blob/master/CHANGELOG.md)
- [Commits](marmelab/react-admin@v5.3.0...v5.3.1)

Updates `react-admin` to 5.3.1
- [Release notes](https://github.com/marmelab/react-admin/releases)
- [Changelog](https://github.com/marmelab/react-admin/blob/master/CHANGELOG.md)
- [Commits](marmelab/react-admin@v5.3.0...v5.3.1)

Updates `ra-core` to 5.3.1
- [Release notes](https://github.com/marmelab/react-admin/releases)
- [Changelog](https://github.com/marmelab/react-admin/blob/master/CHANGELOG.md)
- [Commits](marmelab/react-admin@v5.3.0...v5.3.1)

Updates `ra-i18n-polyglot` to 5.3.1
- [Release notes](https://github.com/marmelab/react-admin/releases)
- [Changelog](https://github.com/marmelab/react-admin/blob/master/CHANGELOG.md)
- [Commits](marmelab/react-admin@v5.3.0...v5.3.1)

Updates `ra-ui-materialui` to 5.3.1
- [Release notes](https://github.com/marmelab/react-admin/releases)
- [Changelog](https://github.com/marmelab/react-admin/blob/master/CHANGELOG.md)
- [Commits](marmelab/react-admin@v5.3.0...v5.3.1)

---
updated-dependencies:
- dependency-name: react-admin
  dependency-type: direct:development
  dependency-group: react-admin
- dependency-name: react-admin
  dependency-type: direct:production
  dependency-group: react-admin
- dependency-name: ra-core
  dependency-type: direct:production
  dependency-group: react-admin
- dependency-name: ra-i18n-polyglot
  dependency-type: direct:production
  dependency-group: react-admin
- dependency-name: ra-language-english
  dependency-type: direct:production
  dependency-group: react-admin
- dependency-name: ra-ui-materialui
  dependency-type: direct:production
  dependency-group: react-admin
- dependency-name: ra-core
  dependency-type: direct:production
  dependency-group: react-admin
- dependency-name: ra-i18n-polyglot
  dependency-type: direct:production
  dependency-group: react-admin
- dependency-name: ra-ui-materialui
  dependency-type: direct:production
  dependency-group: react-admin
- dependency-name: react-admin
  dependency-type: direct:production
  dependency-group: react-admin
- dependency-name: ra-core
  dependency-type: direct:production
  dependency-group: react-admin
- dependency-name: ra-ui-materialui
  dependency-type: direct:production
  dependency-group: react-admin
- dependency-name: react-admin
  dependency-type: direct:production
  dependency-group: react-admin
- dependency-name: ra-core
  dependency-type: direct:production
  dependency-group: react-admin
- dependency-name: ra-i18n-polyglot
  dependency-type: direct:production
  dependency-group: react-admin
- dependency-name: ra-ui-materialui
  dependency-type: direct:production
  dependency-group: react-admin
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/packages/liexp/shared/daily/react-admin-aac59bad82 branch from ff903b3 to 81fac32 Compare October 28, 2024 14:00
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 1, 2024

Superseded by #1625.

@dependabot dependabot bot closed this Nov 1, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/packages/liexp/shared/daily/react-admin-aac59bad82 branch November 1, 2024 13:21
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants