Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 29, 2025

Bumps the react-admin group with 17 updates in the /admin-js directory:

Package From To
react-admin 4.16.7 5.8.3
create-react-admin 4.16.7 5.8.3
ra-core 4.16.7 5.8.3
ra-data-fakerest 4.16.7 5.8.3
ra-data-graphql-simple 4.16.7 5.8.3
ra-data-graphql 4.16.7 5.8.3
ra-data-json-server 4.16.7 5.8.3
ra-data-local-forage 4.16.7 5.8.3
ra-data-local-storage 4.16.7 5.8.3
ra-data-simple-rest 4.16.7 5.8.3
ra-i18n-i18next 4.16.7 5.8.3
ra-i18n-polyglot 4.16.7 5.8.3
ra-input-rich-text 4.16.7 5.8.3
ra-language-english 4.16.7 5.8.3
ra-language-french 4.16.7 5.8.3
ra-no-code 4.16.7 5.8.3
ra-ui-materialui 4.16.7 5.8.3

Updates react-admin from 4.16.7 to 5.8.3

Release notes

Sourced from react-admin's releases.

5.8.3

  • Fix potential prototype-polluting assignment in ra-data-local-storage (#10758) (fzaninotto)
  • [Doc] Document that optionValue only works with the choices prop (#10760) (slax57)
  • [Doc] Fix typo in <SelectInput> disabled choice example (#10753) (notz)
  • [Doc] Fix create-react-admin instructions when using yarn (#10752) (erwanMarmelab)
  • [Doc] Update <AutoPersistInStore> implementation explanation (#10751) (erwanMarmelab)
  • [Doc] Add a new third-party component huyanhvn/react-admin-clipboard-field (#10736) (huyanhvn)

5.8.2

  • Fix <AutocompleteInput> with optionValue and create raises a React warning (#10747) (slax57)
  • Fix useInfiniteListController does not return response meta (#10746) (slax57)
  • Fix create-react-admin --help does not show help consistently (#10744) (erwanMarmelab)
  • Fix compatibility of unit tests with react-hook-form 7.56.x (#10742) (slax57)
  • Fix outlined inputs when label is false (#10740) (fzaninotto)
  • Fix <SelectArrayInput> sanitizes unused props (#10739) (ghadabezine)
  • Fix <ArrayInput> multiple reset (#10716) (erwanMarmelab)
  • Fix MUI7 compatibility by not using deprecated system props (#10680) (smeng9)
  • [Doc] Fix remaining <AutocompleteArrayInput> and <SelectArrayInput> create examples (#10741) (slax57)
  • [Doc] Document how to pass extra options to create-react-admin when using npm create (#10737) (slax57)
  • [tips] Backport last AgGrid tips (#10731) (erwanMarmelab)

5.8.1

  • Fix <Confirm> ignore simple string title and content props (#10723) (djhi)
  • Fix <AutocompleteInput> and <SelectInput> renders undefined instead of the createLabel when optionText is a function or a recordRepresentation is set (#10715) (slax57)
  • [Doc] Fix documentation build (#10730) (djhi)
  • [Doc] Fix documentation deployment for previous versions navigation (#10725) (djhi)
  • [Doc] Rewrite <SelectArrayInput> create doc (#10711) (Cimanel)
  • [Doc] Rewrite <SelectInput> create doc (#10710) (Cimanel)
  • [Demo] Fix theme switching (#10732) (djhi)
  • [chore] Upgrade vite (#10660) (djhi)
  • Bump vite from 6.2.6 to 6.2.7 (#10726) (dependabot[bot])

5.8.0

  • Add <InPlaceEditor> for edit-in-place (#10690) (fzaninotto)
  • Add <DataTable> component (#10597) (fzaninotto)
  • Add <AuthLayout> to share layout of login page with register & forgot password pages (#10640) (djhi)
  • Add support for defaultProps override via theme (#10655) (djhi)
  • Add support for MUI v7 (#10639) (djhi)
  • Add ability to configure <Loading> timeout (#10689) (WiXSL)
  • Improve <DeleteButton> and <UpdateButton> confirmation wording using record representation (#10654) (djhi)
  • [Doc] Rewrite <AutocompleteArrayInput> create doc example (#10700) (Cimanel)
  • [chore] create-react-admin: Remove sourcemaps from production build (#10693) (slax57)
  • Bump json-graphql-server to 3.2.0 (#10713) (fzaninotto)
  • Bump react-router from 7.1.1 to 7.5.3 (#10712) (fzaninotto)

5.7.4

  • Fix <FilterLiveForm> compatibility with react-hook-form 7.55.0, part 2 (#10697) (slax57)
  • Fix <SelectInput> shows gap in border when using no label with outlined variant (#10692) (fzaninotto)
  • Fix canAccess is called even when disableAuthentication is true (#10691) (slax57)
  • [Doc] improve AutocompleteInput create example (#10696) (Cimanel)

... (truncated)

Changelog

Sourced from react-admin's changelog.

5.8.3

  • Fix potential prototype-polluting assignment in ra-data-local-storage (#10758) (fzaninotto)
  • [Doc] Document that optionValue only works with the choices prop (#10760) (slax57)
  • [Doc] Fix typo in <SelectInput> disabled choice example (#10753) (notz)
  • [Doc] Fix create-react-admin instructions when using yarn (#10752) (erwanMarmelab)
  • [Doc] Update <AutoPersistInStore> implementation explanation (#10751) (erwanMarmelab)
  • [Doc] Add a new third-party component huyanhvn/react-admin-clipboard-field (#10736) (huyanhvn)

5.8.2

  • Fix <AutocompleteInput> with optionValue and create raises a React warning (#10747) (slax57)
  • Fix useInfiniteListController does not return response meta (#10746) (slax57)
  • Fix create-react-admin --help does not show help consistently (#10744) (erwanMarmelab)
  • Fix compatibility of unit tests with react-hook-form 7.56.x (#10742) (slax57)
  • Fix outlined inputs when label is false (#10740) (fzaninotto)
  • Fix <SelectArrayInput> sanitizes unused props (#10739) (ghadabezine)
  • Fix Arrayinput multiple reset (#10716) (erwanMarmelab)
  • Fix MUI7 compatibility by not using deprecated system props (#10680) (smeng9)
  • [Doc] Fix remaining <AutocompleteArrayInput> and <SelectArrayInput> create examples (#10741) (slax57)
  • [Doc] Document how to pass extra options to create-react-admin when using npm create (#10737) (slax57)
  • [tips] Backport last AgGrid tips (#10731) (erwanMarmelab)

5.8.1

  • Fix <Confirm> ignore simple string title and content props (#10723) (djhi)
  • Fix <AutocompleteInput> and <SelectInput> renders undefined instead of the createLabel when optionText is a function or a recordRepresentation is set (#10715) (slax57)
  • [Doc] Fix documentation build (#10730) (djhi)
  • [Doc] Fix documentation deployment for previous versions navigation (#10725) (djhi)
  • [DOC] Rewrite select array input create doc (#10711) (Cimanel)
  • [DOC] selectInput create example + storie (#10710) (Cimanel)
  • [Demo] Fix theme switching (#10732) (djhi)
  • [chore] Upgrade vite (#10660) (djhi)
  • Bump vite from 6.2.6 to 6.2.7 (#10726) (dependabot[bot])

5.8.0

  • Add <InPlaceEditor> for edit-in-place (#10690) (fzaninotto)
  • Add <DataTable> component (#10597) (fzaninotto)
  • Add <AuthLayout> to share layout of login page with register & forgot password pages (#10640) (djhi)
  • Add support for defaultProps override via theme (#10655) (djhi)
  • Add support for MUI v7 (#10639) (djhi)
  • Add ability to configure <Loading> timeout (#10689) (WiXSL)
  • Improve <DeleteButton> and <UpdateButton> confirmation wording using record representation (#10654) (djhi)
  • [Doc] Rewrite <AutocompleteArrayInput> create doc example (#10700) (Cimanel)
  • [chore] create-react-admin: Remove sourcemaps from production build (#10693) (slax57)
  • Bump json-graphql-server to 3.2.0 (#10713) (fzaninotto)
  • Bump react-router from 7.1.1 to 7.5.3 (#10712) (fzaninotto)

5.7.4

... (truncated)

Upgrade guide

Sourced from react-admin's upgrade guide.


layout: default title: "Upgrading to v5"

Upgrading to v5

React-admin v5 mostly focuses on removing deprecated features and upgrading dependencies. This makes the upgrade process easier than previous versions. However, there are still some breaking changes you should be aware of.

... (truncated)

Commits
  • beb7e84 Update changelog for version 5.8.3
  • 71021a8 v5.8.3
  • 27dccfb Merge pull request #10760 from marmelab/doc-optionValue-choices
  • 719de68 [no ci] [Doc] Document that optionValue only works with the choices prop
  • 853beff Merge pull request #10758 from marmelab/alert-autofix-52
  • 31dba2c Add the same fix to ra-data-local-forage
  • 2cf1449 Refactor
  • 3d3e6c0 Fix prototype-polluting assignment in ra-data-localstorage
  • 5a5d410 Update react-router version in e-commerce demo
  • 307839d [no ci] [Doc] Fix typo in CRM example Readme
  • Additional commits viewable in compare view

Updates create-react-admin from 4.16.7 to 5.8.3

Updates ra-core from 4.16.7 to 5.8.3

Release notes

Sourced from ra-core's releases.

5.8.3

  • Fix potential prototype-polluting assignment in ra-data-local-storage (#10758) (fzaninotto)
  • [Doc] Document that optionValue only works with the choices prop (#10760) (slax57)
  • [Doc] Fix typo in <SelectInput> disabled choice example (#10753) (notz)
  • [Doc] Fix create-react-admin instructions when using yarn (#10752) (erwanMarmelab)
  • [Doc] Update <AutoPersistInStore> implementation explanation (#10751) (erwanMarmelab)
  • [Doc] Add a new third-party component huyanhvn/react-admin-clipboard-field (#10736) (huyanhvn)

5.8.2

  • Fix <AutocompleteInput> with optionValue and create raises a React warning (#10747) (slax57)
  • Fix useInfiniteListController does not return response meta (#10746) (slax57)
  • Fix create-react-admin --help does not show help consistently (#10744) (erwanMarmelab)
  • Fix compatibility of unit tests with react-hook-form 7.56.x (#10742) (slax57)
  • Fix outlined inputs when label is false (#10740) (fzaninotto)
  • Fix <SelectArrayInput> sanitizes unused props (#10739) (ghadabezine)
  • Fix <ArrayInput> multiple reset (#10716) (erwanMarmelab)
  • Fix MUI7 compatibility by not using deprecated system props (#10680) (smeng9)
  • [Doc] Fix remaining <AutocompleteArrayInput> and <SelectArrayInput> create examples (#10741) (slax57)
  • [Doc] Document how to pass extra options to create-react-admin when using npm create (#10737) (slax57)
  • [tips] Backport last AgGrid tips (#10731) (erwanMarmelab)

5.8.1

  • Fix <Confirm> ignore simple string title and content props (#10723) (djhi)
  • Fix <AutocompleteInput> and <SelectInput> renders undefined instead of the createLabel when optionText is a function or a recordRepresentation is set (#10715) (slax57)
  • [Doc] Fix documentation build (#10730) (djhi)
  • [Doc] Fix documentation deployment for previous versions navigation (#10725) (djhi)
  • [Doc] Rewrite <SelectArrayInput> create doc (#10711) (Cimanel)
  • [Doc] Rewrite <SelectInput> create doc (#10710) (Cimanel)
  • [Demo] Fix theme switching (#10732) (djhi)
  • [chore] Upgrade vite (#10660) (djhi)
  • Bump vite from 6.2.6 to 6.2.7 (#10726) (dependabot[bot])

5.8.0

  • Add <InPlaceEditor> for edit-in-place (#10690) (fzaninotto)
  • Add <DataTable> component (#10597) (fzaninotto)
  • Add <AuthLayout> to share layout of login page with register & forgot password pages (#10640) (djhi)
  • Add support for defaultProps override via theme (#10655) (djhi)
  • Add support for MUI v7 (#10639) (djhi)
  • Add ability to configure <Loading> timeout (#10689) (WiXSL)
  • Improve <DeleteButton> and <UpdateButton> confirmation wording using record representation (#10654) (djhi)
  • [Doc] Rewrite <AutocompleteArrayInput> create doc example (#10700) (Cimanel)
  • [chore] create-react-admin: Remove sourcemaps from production build (#10693) (slax57)
  • Bump json-graphql-server to 3.2.0 (#10713) (fzaninotto)
  • Bump react-router from 7.1.1 to 7.5.3 (#10712) (fzaninotto)

5.7.4

  • Fix <FilterLiveForm> compatibility with react-hook-form 7.55.0, part 2 (#10697) (slax57)
  • Fix <SelectInput> shows gap in border when using no label with outlined variant (#10692) (fzaninotto)
  • Fix canAccess is called even when disableAuthentication is true (#10691) (slax57)
  • [Doc] improve AutocompleteInput create example (#10696) (Cimanel)

... (truncated)

Changelog

Sourced from ra-core's changelog.

5.8.3

  • Fix potential prototype-polluting assignment in ra-data-local-storage (#10758) (fzaninotto)
  • [Doc] Document that optionValue only works with the choices prop (#10760) (slax57)
  • [Doc] Fix typo in <SelectInput> disabled choice example (#10753) (notz)
  • [Doc] Fix create-react-admin instructions when using yarn (#10752) (erwanMarmelab)
  • [Doc] Update <AutoPersistInStore> implementation explanation (#10751) (erwanMarmelab)
  • [Doc] Add a new third-party component huyanhvn/react-admin-clipboard-field (#10736) (huyanhvn)

5.8.2

  • Fix <AutocompleteInput> with optionValue and create raises a React warning (#10747) (slax57)
  • Fix useInfiniteListController does not return response meta (#10746) (slax57)
  • Fix create-react-admin --help does not show help consistently (#10744) (erwanMarmelab)
  • Fix compatibility of unit tests with react-hook-form 7.56.x (#10742) (slax57)
  • Fix outlined inputs when label is false (#10740) (fzaninotto)
  • Fix <SelectArrayInput> sanitizes unused props (#10739) (ghadabezine)
  • Fix Arrayinput multiple reset (#10716) (erwanMarmelab)
  • Fix MUI7 compatibility by not using deprecated system props (#10680) (smeng9)
  • [Doc] Fix remaining <AutocompleteArrayInput> and <SelectArrayInput> create examples (#10741) (slax57)
  • [Doc] Document how to pass extra options to create-react-admin when using npm create (#10737) (slax57)
  • [tips] Backport last AgGrid tips (#10731) (erwanMarmelab)

5.8.1

  • Fix <Confirm> ignore simple string title and content props (#10723) (djhi)
  • Fix <AutocompleteInput> and <SelectInput> renders undefined instead of the createLabel when optionText is a function or a recordRepresentation is set (#10715) (slax57)
  • [Doc] Fix documentation build (#10730) (djhi)
  • [Doc] Fix documentation deployment for previous versions navigation (#10725) (djhi)
  • [DOC] Rewrite select array input create doc (#10711) (Cimanel)
  • [DOC] selectInput create example + storie (#10710) (Cimanel)
  • [Demo] Fix theme switching (#10732) (djhi)
  • [chore] Upgrade vite (#10660) (djhi)
  • Bump vite from 6.2.6 to 6.2.7 (#10726) (dependabot[bot])

5.8.0

  • Add <InPlaceEditor> for edit-in-place (#10690) (fzaninotto)
  • Add <DataTable> component (#10597) (fzaninotto)
  • Add <AuthLayout> to share layout of login page with register & forgot password pages (#10640) (djhi)
  • Add support for defaultProps override via theme (#10655) (djhi)
  • Add support for MUI v7 (#10639) (djhi)
  • Add ability to configure <Loading> timeout (#10689) (WiXSL)
  • Improve <DeleteButton> and <UpdateButton> confirmation wording using record representation (#10654) (djhi)
  • [Doc] Rewrite <AutocompleteArrayInput> create doc example (#10700) (Cimanel)
  • [chore] create-react-admin: Remove sourcemaps from production build (#10693) (slax57)
  • Bump json-graphql-server to 3.2.0 (#10713) (fzaninotto)
  • Bump react-router from 7.1.1 to 7.5.3 (#10712) (fzaninotto)

5.7.4

... (truncated)

Upgrade guide

Sourced from ra-core's upgrade guide.


layout: default title: "Upgrading to v5"

Upgrading to v5

React-admin v5 mostly focuses on removing deprecated features and upgrading dependencies. This makes the upgrade process easier than previous versions. However, there are still some breaking changes you should be aware of.

... (truncated)

Commits
  • beb7e84 Update changelog for version 5.8.3
  • 71021a8 v5.8.3
  • 27dccfb Merge pull request #10760 from marmelab/doc-optionValue-choices
  • 719de68 [no ci] [Doc] Document that optionValue only works with the choices prop
  • 853beff Merge pull request #10758 from marmelab/alert-autofix-52
  • 31dba2c Add the same fix to ra-data-local-forage
  • 2cf1449 Refactor
  • 3d3e6c0 Fix prototype-polluting assignment in ra-data-localstorage
  • 5a5d410 Update react-router version in e-commerce demo
  • 307839d [no ci] [Doc] Fix typo in CRM example Readme
  • Additional commits viewable in compare view

Updates ra-data-fakerest from 4.16.7 to 5.8.3

Release notes

Sourced from ra-data-fakerest's releases.

5.8.3

  • Fix potential prototype-polluting assignment in ra-data-local-storage (#10758) (fzaninotto)
  • [Doc] Document that optionValue only works with the choices prop (#10760) (slax57)
  • [Doc] Fix typo in <SelectInput> disabled choice example (#10753) (notz)
  • [Doc] Fix create-react-admin instructions when using yarn (#10752) (erwanMarmelab)
  • [Doc] Update <AutoPersistInStore> implementation explanation (#10751) (erwanMarmelab)
  • [Doc] Add a new third-party component huyanhvn/react-admin-clipboard-field (#10736) (huyanhvn)

5.8.2

  • Fix <AutocompleteInput> with optionValue and create raises a React warning (#10747) (slax57)
  • Fix useInfiniteListController does not return response meta (#10746) (slax57)
  • Fix create-react-admin --help does not show help consistently (#10744) (erwanMarmelab)
  • Fix compatibility of unit tests with react-hook-form 7.56.x (#10742) (slax57)
  • Fix outlined inputs when label is false (#10740) (fzaninotto)
  • Fix <SelectArrayInput> sanitizes unused props (#10739) (ghadabezine)
  • Fix <ArrayInput> multiple reset (#10716) (erwanMarmelab)
  • Fix MUI7 compatibility by not using deprecated system props (#10680) (smeng9)
  • [Doc] Fix remaining <AutocompleteArrayInput> and <SelectArrayInput> create examples (#10741) (slax57)
  • [Doc] Document how to pass extra options to create-react-admin when using npm create (#10737) (slax57)
  • [tips] Backport last AgGrid tips (#10731) (erwanMarmelab)

5.8.1

  • Fix <Confirm> ignore simple string title and content props (#10723) (djhi)
  • Fix <AutocompleteInput> and <SelectInput> renders undefined instead of the createLabel when optionText is a function or a recordRepresentation is set (#10715) (slax57)
  • [Doc] Fix documentation build (#10730) (djhi)
  • [Doc] Fix documentation deployment for previous versions navigation (#10725) (djhi)
  • [Doc] Rewrite <SelectArrayInput> create doc (#10711) (Cimanel)
  • [Doc] Rewrite <SelectInput> create doc (#10710) (Cimanel)
  • [Demo] Fix theme switching (#10732) (djhi)
  • [chore] Upgrade vite (#10660) (djhi)
  • Bump vite from 6.2.6 to 6.2.7 (#10726) (dependabot[bot])

5.8.0

  • Add <InPlaceEditor> for edit-in-place (#10690) (fzaninotto)
  • Add <DataTable> component (#10597) (fzaninotto)
  • Add <AuthLayout> to share layout of login page with register & forgot password pages (#10640) (djhi)
  • Add support for defaultProps override via theme (#10655) (djhi)
  • Add support for MUI v7 (#10639) (djhi)
  • Add ability to configure <Loading> timeout (#10689) (WiXSL)
  • Improve <DeleteButton> and <UpdateButton> confirmation wording using record representation (#10654) (djhi)
  • [Doc] Rewrite <AutocompleteArrayInput> create doc example (#10700) (Cimanel)
  • [chore] create-react-admin: Remove sourcemaps from production build (#10693) (slax57)
  • Bump json-graphql-server to 3.2.0 (#10713) (fzaninotto)
  • Bump react-router from 7.1.1 to 7.5.3 (#10712) (fzaninotto)

5.7.4

  • Fix <FilterLiveForm> compatibility with react-hook-form 7.55.0, part 2 (#10697) (slax57)
  • Fix <SelectInput> shows gap in border when using no label with outlined variant (#10692) (fzaninotto)
  • Fix canAccess is called even when disableAuthentication is true (#10691) (slax57)
  • [Doc] improve AutocompleteInput create example (#10696) (Cimanel)

... (truncated)

Changelog

Sourced from ra-data-fakerest's changelog.

5.8.3

  • Fix potential prototype-polluting assignment in ra-data-local-st...

    Description has been truncated

    Note
    Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@Dreamsorcerer
Copy link
Member

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/admin-js/react-admin-472fb77861 branch 9 times, most recently from cbbf7f2 to 5935521 Compare June 13, 2025 03:27
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/admin-js/react-admin-472fb77861 branch 2 times, most recently from 032892d to 52262a2 Compare June 19, 2025 04:06
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/admin-js/react-admin-472fb77861 branch 3 times, most recently from 6481ac0 to 5eef269 Compare August 18, 2025 06:11
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/admin-js/react-admin-472fb77861 branch 4 times, most recently from b12f951 to d223d56 Compare August 27, 2025 15:41
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/admin-js/react-admin-472fb77861 branch 4 times, most recently from 472f270 to a0c7d0b Compare September 3, 2025 20:18
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/admin-js/react-admin-472fb77861 branch 7 times, most recently from cb48262 to 5b95685 Compare September 10, 2025 03:14
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/admin-js/react-admin-472fb77861 branch from 5b95685 to 5051ea5 Compare September 15, 2025 03:13
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 16, 2025

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/admin-js/react-admin-472fb77861 branch 5 times, most recently from 484026f to 9408ded Compare September 24, 2025 03:10
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/admin-js/react-admin-472fb77861 branch 3 times, most recently from 1d340e4 to d6f7027 Compare October 2, 2025 03:11
…dates

Bumps the react-admin group with 17 updates in the /admin-js directory:

| Package | From | To |
| --- | --- | --- |
| [react-admin](https://github.com/marmelab/react-admin) | `4.16.7` | `5.8.3` |
| create-react-admin | `4.16.7` | `5.8.3` |
| [ra-core](https://github.com/marmelab/react-admin) | `4.16.7` | `5.8.3` |
| [ra-data-fakerest](https://github.com/marmelab/react-admin) | `4.16.7` | `5.8.3` |
| [ra-data-graphql-simple](https://github.com/marmelab/react-admin) | `4.16.7` | `5.8.3` |
| [ra-data-graphql](https://github.com/marmelab/react-admin) | `4.16.7` | `5.8.3` |
| [ra-data-json-server](https://github.com/marmelab/react-admin) | `4.16.7` | `5.8.3` |
| [ra-data-local-forage](https://github.com/marmelab/react-admin) | `4.16.7` | `5.8.3` |
| [ra-data-local-storage](https://github.com/marmelab/react-admin) | `4.16.7` | `5.8.3` |
| [ra-data-simple-rest](https://github.com/marmelab/react-admin) | `4.16.7` | `5.8.3` |
| [ra-i18n-i18next](https://github.com/marmelab/react-admin) | `4.16.7` | `5.8.3` |
| [ra-i18n-polyglot](https://github.com/marmelab/react-admin) | `4.16.7` | `5.8.3` |
| [ra-input-rich-text](https://github.com/marmelab/react-admin) | `4.16.7` | `5.8.3` |
| [ra-language-english](https://github.com/marmelab/react-admin) | `4.16.7` | `5.8.3` |
| [ra-language-french](https://github.com/marmelab/react-admin) | `4.16.7` | `5.8.3` |
| [ra-no-code](https://github.com/marmelab/react-admin) | `4.16.7` | `5.8.3` |
| [ra-ui-materialui](https://github.com/marmelab/react-admin) | `4.16.7` | `5.8.3` |



Updates `react-admin` from 4.16.7 to 5.8.3
- [Release notes](https://github.com/marmelab/react-admin/releases)
- [Changelog](https://github.com/marmelab/react-admin/blob/master/CHANGELOG.md)
- [Upgrade guide](https://github.com/marmelab/react-admin/blob/master/docs/Upgrade.md)
- [Commits](marmelab/react-admin@v4.16.7...v5.8.3)

Updates `create-react-admin` from 4.16.7 to 5.8.3

Updates `ra-core` from 4.16.7 to 5.8.3
- [Release notes](https://github.com/marmelab/react-admin/releases)
- [Changelog](https://github.com/marmelab/react-admin/blob/master/CHANGELOG.md)
- [Upgrade guide](https://github.com/marmelab/react-admin/blob/master/docs/Upgrade.md)
- [Commits](marmelab/react-admin@v4.16.7...v5.8.3)

Updates `ra-data-fakerest` from 4.16.7 to 5.8.3
- [Release notes](https://github.com/marmelab/react-admin/releases)
- [Changelog](https://github.com/marmelab/react-admin/blob/master/CHANGELOG.md)
- [Upgrade guide](https://github.com/marmelab/react-admin/blob/master/docs/Upgrade.md)
- [Commits](marmelab/react-admin@v4.16.7...v5.8.3)

Updates `ra-data-graphql-simple` from 4.16.7 to 5.8.3
- [Release notes](https://github.com/marmelab/react-admin/releases)
- [Changelog](https://github.com/marmelab/react-admin/blob/master/CHANGELOG.md)
- [Upgrade guide](https://github.com/marmelab/react-admin/blob/master/docs/Upgrade.md)
- [Commits](marmelab/react-admin@v4.16.7...v5.8.3)

Updates `ra-data-graphql` from 4.16.7 to 5.8.3
- [Release notes](https://github.com/marmelab/react-admin/releases)
- [Changelog](https://github.com/marmelab/react-admin/blob/master/CHANGELOG.md)
- [Upgrade guide](https://github.com/marmelab/react-admin/blob/master/docs/Upgrade.md)
- [Commits](marmelab/react-admin@v4.16.7...v5.8.3)

Updates `ra-data-json-server` from 4.16.7 to 5.8.3
- [Release notes](https://github.com/marmelab/react-admin/releases)
- [Changelog](https://github.com/marmelab/react-admin/blob/master/CHANGELOG.md)
- [Upgrade guide](https://github.com/marmelab/react-admin/blob/master/docs/Upgrade.md)
- [Commits](marmelab/react-admin@v4.16.7...v5.8.3)

Updates `ra-data-local-forage` from 4.16.7 to 5.8.3
- [Release notes](https://github.com/marmelab/react-admin/releases)
- [Changelog](https://github.com/marmelab/react-admin/blob/master/CHANGELOG.md)
- [Upgrade guide](https://github.com/marmelab/react-admin/blob/master/docs/Upgrade.md)
- [Commits](marmelab/react-admin@v4.16.7...v5.8.3)

Updates `ra-data-local-storage` from 4.16.7 to 5.8.3
- [Release notes](https://github.com/marmelab/react-admin/releases)
- [Changelog](https://github.com/marmelab/react-admin/blob/master/CHANGELOG.md)
- [Upgrade guide](https://github.com/marmelab/react-admin/blob/master/docs/Upgrade.md)
- [Commits](marmelab/react-admin@v4.16.7...v5.8.3)

Updates `ra-data-simple-rest` from 4.16.7 to 5.8.3
- [Release notes](https://github.com/marmelab/react-admin/releases)
- [Changelog](https://github.com/marmelab/react-admin/blob/master/CHANGELOG.md)
- [Upgrade guide](https://github.com/marmelab/react-admin/blob/master/docs/Upgrade.md)
- [Commits](marmelab/react-admin@v4.16.7...v5.8.3)

Updates `ra-i18n-i18next` from 4.16.7 to 5.8.3
- [Release notes](https://github.com/marmelab/react-admin/releases)
- [Changelog](https://github.com/marmelab/react-admin/blob/master/CHANGELOG.md)
- [Upgrade guide](https://github.com/marmelab/react-admin/blob/master/docs/Upgrade.md)
- [Commits](marmelab/react-admin@v4.16.7...v5.8.3)

Updates `ra-i18n-polyglot` from 4.16.7 to 5.8.3
- [Release notes](https://github.com/marmelab/react-admin/releases)
- [Changelog](https://github.com/marmelab/react-admin/blob/master/CHANGELOG.md)
- [Upgrade guide](https://github.com/marmelab/react-admin/blob/master/docs/Upgrade.md)
- [Commits](marmelab/react-admin@v4.16.7...v5.8.3)

Updates `ra-input-rich-text` from 4.16.7 to 5.8.3
- [Release notes](https://github.com/marmelab/react-admin/releases)
- [Changelog](https://github.com/marmelab/react-admin/blob/master/CHANGELOG.md)
- [Upgrade guide](https://github.com/marmelab/react-admin/blob/master/docs/Upgrade.md)
- [Commits](marmelab/react-admin@v4.16.7...v5.8.3)

Updates `ra-language-english` from 4.16.7 to 5.8.3
- [Release notes](https://github.com/marmelab/react-admin/releases)
- [Changelog](https://github.com/marmelab/react-admin/blob/master/CHANGELOG.md)
- [Upgrade guide](https://github.com/marmelab/react-admin/blob/master/docs/Upgrade.md)
- [Commits](marmelab/react-admin@v4.16.7...v5.8.3)

Updates `ra-language-french` from 4.16.7 to 5.8.3
- [Release notes](https://github.com/marmelab/react-admin/releases)
- [Changelog](https://github.com/marmelab/react-admin/blob/master/CHANGELOG.md)
- [Upgrade guide](https://github.com/marmelab/react-admin/blob/master/docs/Upgrade.md)
- [Commits](marmelab/react-admin@v4.16.7...v5.8.3)

Updates `ra-no-code` from 4.16.7 to 5.8.3
- [Release notes](https://github.com/marmelab/react-admin/releases)
- [Changelog](https://github.com/marmelab/react-admin/blob/master/CHANGELOG.md)
- [Upgrade guide](https://github.com/marmelab/react-admin/blob/master/docs/Upgrade.md)
- [Commits](marmelab/react-admin@v4.16.7...v5.8.3)

Updates `ra-ui-materialui` from 4.16.7 to 5.8.3
- [Release notes](https://github.com/marmelab/react-admin/releases)
- [Changelog](https://github.com/marmelab/react-admin/blob/master/CHANGELOG.md)
- [Upgrade guide](https://github.com/marmelab/react-admin/blob/master/docs/Upgrade.md)
- [Commits](marmelab/react-admin@v4.16.7...v5.8.3)

---
updated-dependencies:
- dependency-name: react-admin
  dependency-version: 5.8.3
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: react-admin
- dependency-name: create-react-admin
  dependency-version: 5.8.3
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: react-admin
- dependency-name: ra-core
  dependency-version: 5.8.3
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: react-admin
- dependency-name: ra-data-fakerest
  dependency-version: 5.8.3
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: react-admin
- dependency-name: ra-data-graphql-simple
  dependency-version: 5.8.3
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: react-admin
- dependency-name: ra-data-graphql
  dependency-version: 5.8.3
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: react-admin
- dependency-name: ra-data-json-server
  dependency-version: 5.8.3
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: react-admin
- dependency-name: ra-data-local-forage
  dependency-version: 5.8.3
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: react-admin
- dependency-name: ra-data-local-storage
  dependency-version: 5.8.3
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: react-admin
- dependency-name: ra-data-simple-rest
  dependency-version: 5.8.3
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: react-admin
- dependency-name: ra-i18n-i18next
  dependency-version: 5.8.3
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: react-admin
- dependency-name: ra-i18n-polyglot
  dependency-version: 5.8.3
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: react-admin
- dependency-name: ra-input-rich-text
  dependency-version: 5.8.3
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: react-admin
- dependency-name: ra-language-english
  dependency-version: 5.8.3
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: react-admin
- dependency-name: ra-language-french
  dependency-version: 5.8.3
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: react-admin
- dependency-name: ra-no-code
  dependency-version: 5.8.3
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: react-admin
- dependency-name: ra-ui-materialui
  dependency-version: 5.8.3
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: react-admin
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/admin-js/react-admin-472fb77861 branch from d6f7027 to 959029b Compare October 6, 2025 06:00
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.

1 participant