Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 27, 2025

Bumps react-admin from 4.7.4 to 5.12.2.

Release notes

Sourced from react-admin's releases.

5.12.2

  • Fix middlewares might not be applied in optimistic and undoable modes when they are unregistered before the actual mutation is called (#11007) (djhi)
  • Fix <AutocompleteArrayInput> does not apply ChipProps nor slotProps.chip in renderTags (#11003) (djhi)
  • Fix <SaveButton> form dirty status check (#10997) (djhi)
  • [Doc] Add missing Enterprise ribbon to some ra-core-ee modules (#11001) (jonathanarnault)
  • [Doc] Mention Soft Delete in Buttons documentation (#11000) (djhi)
  • [Doc] Add <FormDataConsumer> and useSourceContext headless documentation (#10991) (jonathanarnault)
  • [Doc] Improve AuthProvider documentation (#10989) (slax57)
  • [chore] Bump vite from 6.3.6 to 6.4.1 (#10999) (dependabot[bot])

5.12.1

  • Fix <ColumnsSelector> reset button is not translatable (#10984) (yarkovaleksei)
  • [Doc] Update useRedirect JSDoc to add absolute URL example (#10987) (COil)
  • [Doc] Update Soft Delete documentation (#10986) (djhi)
  • [Doc] Mention Scheduler in All Features (#10985) (slax57)
  • [Doc] Fix Soft Delete documentation links (#10980) (djhi)
  • [Doc] Add documentation about ra-relationship core components (#10979) (jonathanarnault)
  • [Doc] Add documentation for headless enterprise features in ra-core documentation (#10973) (djhi)
  • [Doc] Add <ReferenceInputBase> and <ReferenceArrayInputBase> documentation in headless doc site (#10965) (djhi)
  • [TypeScript] Fix useShowController result type (#10992) (slax57)
  • Bump astro from 5.13.7 to 5.14.3 (#10988) (dependabot[bot])

5.12.0

  • Add error, loading, empty and offline props to <ListBase>, <WithListContext>, <EditBase>, and <ShowBase> to set fallback components for non-success states. (#10880) (erwanMarmelab)
  • Add <RecordsIterator> for easy rendering of lists of records (#10880) (erwanMarmelab)
  • Add <TextArrayField> to render arrays of strings (#10939) (slax57)
  • Add useUpdateController to make the logic portable (#10924) (djhi)
  • Add useBulkUpdateController to make the logic portable (#10925) (djhi)
  • Add useBulkDeleteController to make the logic portable (#10923) (djhi)
  • Add <ListBase emptyWhileLoading> option (#10917) (djhi)
  • Add useMutationWithMutationMode hook (#10910) (djhi)
  • Update Guessers to use <TextArrayInput> / <TextArrayField> for scalar arrays (#10939) (slax57)
  • Fix useMutationWithMutationMode in optimistic and undoable mode may pass invalid parameters to the mutation (#10977) (djhi)
  • Fix update removing meta and pageInfo properties from getManyReference result (#10975) (jvasseur)
  • [Doc] Add missing props to <ReferenceArrayField> and <ReferenceManyField>, and base components (#10978) (slax57)
  • [Doc] Add Soft Delete Documentation (#10974) (djhi)

5.11.4

  • Fix useGetManyAggregate merge queries with different meta (#10969) (djhi)
  • Fix useDeleteController should get the record from closest RecordContext (#10967) (djhi)
  • Fix incompatibility with latest @tanstack/react-query (#10964) (djhi)
  • Fix <Toolbar> design (#10960) (djhi)
  • Fix <ReferenceInput> don't return currently selected choice when enableGetChoices returns false (#10958) (djhi)
  • Fix <FilterLiveForm> may override latest users inputs when they type at the same pace than the debounce delay (#10952) (djhi)
  • [Doc] Update <ReferenceManyInput> documentation to mention rankSource (#10970) (djhi)
  • [Doc] Add logo to ra-core documentation (#10968) (djhi)
  • [Doc] Change ra-core documentation styles (#10966) (djhi)
  • [Doc] Improve sidebar scrolling on ra-core documentation (#10963) (slax57)
  • [Doc] Fix some incorrect video types (#10962) (slax57)
  • [Doc] Add missing props to <ReferenceArrayFieldBase> and <ReferenceManyFieldBase> documentation (#10956) (slax57)

... (truncated)

Changelog

Sourced from react-admin's changelog.

5.12.2

  • Fix middlewares might not be applied in optimistic and undoable modes when they are unregistered before the actual mutation is called (#11007) (djhi)
  • Fix <AutocompleteArrayInput> does not apply ChipProps nor slotProps.chip in renderTags (#11003) (djhi)
  • Fix <SaveButton> form dirty status check (#10997) (djhi)
  • [Doc] Add missing Enterprise ribbon to some ra-core-ee modules (#11001) (jonathanarnault)
  • [Doc] Mention Soft Delete in Buttons documentation (#11000) (djhi)
  • [Doc] Add <FormDataConsumer> and useSourceContext headless documentation (#10991) (jonathanarnault)
  • [Doc] Improve AuthProvider documentation (#10989) (slax57)
  • [chore] Bump vite from 6.3.6 to 6.4.1 (#10999) (dependabot[bot])

5.12.1

  • Fix <ColumnsSelector> reset button is not translatable (#10984) (yarkovaleksei)
  • [Doc] Update useRedirect JSDoc to add absolute URL example (#10987) (COil)
  • [Doc] Update Soft Delete documentation (#10986) (djhi)
  • [Doc] Mention Scheduler in All Features (#10985) (slax57)
  • [Doc] Fix Soft Delete documentation links (#10980) (djhi)
  • [Doc] Add documentation about ra-relationship core components (#10979) (jonathanarnault)
  • [Doc] Add documentation for headless enterprise features in ra-core documentation (#10973) (djhi)
  • [Doc] Add <ReferenceInputBase> and <ReferenceArrayInputBase> documentation in headless doc site (#10965) (djhi)
  • [TypeScript] Fix useShowController result type (#10992) (slax57)
  • Bump astro from 5.13.7 to 5.14.3 (#10988) (dependabot[bot])

5.12.0

  • Add error, loading, empty and offline props to <ListBase>, <WithListContext>, <EditBase>, and <ShowBase> to set fallback components for non-success states. (#10880) (erwanMarmelab)
  • Add <RecordsIterator> for easy rendering of lists of records (#10880) (erwanMarmelab)
  • Add <TextArrayField> to render arrays of strings (#10939) (slax57)
  • Add useUpdateController to make the logic portable (#10924) (djhi)
  • Add useBulkUpdateController to make the logic portable (#10925) (djhi)
  • Add useBulkDeleteController to make the logic portable (#10923) (djhi)
  • Add <ListBase emptyWhileLoading> option (#10917) (djhi)
  • Add useMutationWithMutationMode hook (#10910) (djhi)
  • Update Guessers to use <TextArrayInput> / <TextArrayField> for scalar arrays (#10939) (slax57)
  • Fix useMutationWithMutationMode in optimistic and undoable mode may pass invalid parameters to the mutation (#10977) (djhi)
  • Fix update removing meta and pageInfo properties from getManyReference result (#10975) (jvasseur)
  • [Doc] Add missing props to <ReferenceArrayField> and <ReferenceManyField>, and base components (#10978) (slax57)
  • [Doc] Add Soft Delete Documentation (#10974) (djhi)

5.11.4

  • Fix useGetManyAggregate merge queries with different meta (#10969) (djhi)
  • Fix useDeleteController should get the record from closest RecordContext (#10967) (djhi)
  • Fix incompatibility with latest @tanstack/react-query (#10964) (djhi)
  • Fix <Toolbar> design (#10960) (djhi)
  • Fix <ReferenceInput> don't return currently selected choice when enableGetChoices returns false (#10958) (djhi)
  • Fix <FilterLiveForm> may override latest users inputs when they type at the same pace than the debounce delay (#10952) (djhi)
  • [Doc] Update <ReferenceManyInput> documentation to mention rankSource (#10970) (djhi)
  • [Doc] Add logo to ra-core documentation (#10968) (djhi)

... (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
  • 75f9601 Update changelog for version 5.12.2
  • f2e7955 v5.12.2
  • 29e01f2 Merge pull request #11008 from marmelab/doc/realtime-components
  • ea7ecfa Add setting up page for ra realtime in ra-core docs
  • 878c89d [Doc] Add documentation for <LockOnMount> and <WithLocks> headless components
  • bdcee65 Merge pull request #10997 from marmelab/fix-save-button-dirty-check
  • 95da6b1 Add tests for handling empty objects and undefined entries in dirty fields
  • 11af04a Merge pull request #11007 from marmelab/fix-middlewares-not-executed-in-optim...
  • 98b6fe5 Fix comments
  • 92ea564 Fix linter warnings
  • 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 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 [react-admin](https://github.com/marmelab/react-admin) from 4.7.4 to 5.12.2.
- [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.7.4...v5.12.2)

---
updated-dependencies:
- dependency-name: react-admin
  dependency-version: 5.12.2
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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 Oct 27, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 17, 2025

Superseded by #763.

@dependabot dependabot bot closed this Nov 17, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/ui/react-admin-5.12.2 branch November 17, 2025 15:10
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