Skip to content
This repository was archived by the owner on Jul 10, 2025. It is now read-only.

Conversation

@dependabot
Copy link
Contributor

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

Bumps react-admin from 4.16.20 to 5.8.0.

Release notes

Sourced from react-admin's releases.

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)
  • [Demo] Fix unneeded check in CRM demo (#10694) (afilp)
  • [chore] ESLint: (re)enable import rules (#10685) (slax57)

5.7.3

  • Fix <ShowGuesser> print incorrect code for reference arrays (#10682) (djhi)
  • Fix <RichTextField> should render emptyText when value is an empty string (#10670) (slax57)
  • Fix TS error when using EditGuesser in module's default export (#10669) (slax57)
  • Fix useInput default value overrides null (#10665) (djhi)
  • [Doc] Fix useNotify custom notification with close example (#10683) (djhi)
  • [doc] Add AutoPersistInStore doc page (#10681) (erwanMarmelab)
  • [Doc] Fix docs anchors (#10675) (WiXSL)
  • [Doc] Fix Dialog Forms examples regarding hasCreate (#10671) (slax57)
  • [Doc] Explain how React admin handles empty values (#10666) (djhi)
  • [Doc] Update NextJS integration (#10664) (djhi)
  • [Doc] Document how to setup Remix for production debugging (#10663) (djhi)
  • [Demo] Use Echarts instead of rechart (#10677) (fzaninotto)
  • [Demo] Fix order chart currency (#10668) (fzaninotto)
  • Bump vite from 5.4.16 to 5.4.17 (#10659) (dependabot[bot])

5.7.2

5.7.1

... (truncated)

Changelog

Sourced from react-admin's changelog.

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)
  • [Demo] Fix unneeded check in CRM demo (#10694) (afilp)
  • [chore] ESLint: (re)enable import rules (#10685) (slax57)

5.7.3

  • Fix <ShowGuesser> print incorrect code for reference arrays (#10682) (djhi)
  • Fix <RichTextField> should render emptyText when value is an empty string (#10670) (slax57)
  • Fix TS error when using EditGuesser in module's default export (#10669) (slax57)
  • Fix useInput default value overrides null (#10665) (djhi)
  • [Doc] Fix useNotify custom notification with close example (#10683) (djhi)
  • [doc] Add AutoPersistInStore doc page (#10681) (erwanMarmelab)
  • [Doc] Fix docs anchors (#10675) (WiXSL)
  • [Doc] Fix Dialog Forms examples regarding hasCreate (#10671) (slax57)
  • [Doc] Explain how React admin handles empty values (#10666) (djhi)
  • [Doc] Update NextJS integration (#10664) (djhi)
  • [Doc] Document how to setup Remix for production debugging (#10663) (djhi)
  • [Demo] Use Echarts instead of rechart (#10677) (fzaninotto)
  • [Demo] Fix order chart currency (#10668) (fzaninotto)
  • Bump vite from 5.4.16 to 5.4.17 (#10659) (dependabot[bot])

5.7.2

... (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
  • 3495c54 Update changelog for version 5.8.0
  • ddb135f Update create-react-admin templates dependencies for version 5.8.0
  • 7b2d640 Update docs/OldVersion.md for version 5.8.0
  • 3ff69e3 v5.8.0
  • e58e818 Add a review step for OldVersions update
  • ea7c0a6 Fix layout text color
  • c06b34d fix linter issues
  • 45ab4c6 yarn dedupe
  • 91c7c73 Merge remote-tracking branch 'origin/master' into next
  • 7a1c2b8 Merge pull request #10690 from marmelab/In-Place-Editor
  • 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.16.20 to 5.8.0.
- [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.20...v5.8.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels May 10, 2025
@sonarqubecloud
Copy link

Copy link

@mergify mergify bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Automatically approving dependabot

Copy link

@mergify mergify bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Automatically approving dependabot

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github May 17, 2025

Superseded by #1083.

@dependabot dependabot bot closed this May 17, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/react-admin-5.8.0 branch May 17, 2025 02:01
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

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