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 5.2.3 in /ui #539

Closed

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps react-admin from 4.7.4 to 5.2.3.

Release notes

Sourced from react-admin's releases.

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

v5.2.1

v5.2.0

  • Add support for response metadata in dataProvider.getList() (#10179) (fzaninotto)
  • Add icons to <FilterButton> dropdown (#10186) (erwanMarmelab)
  • Add reset button to <Datagrid> and <SimpleList> when the current filter brings to no result (#10184) (erwanMarmelab)
  • Add global Reset CSS (#10164) (fzaninotto)
  • Add <ReferenceManyField storeKey> to allow more than one reference for the same resource (#10132) (djhi)
  • Add support for computed fields in ra-data-json-server's dataProvider.create() (#10162) (fzaninotto)
  • Enable Store sync when disableSyncWithLocation is true (#10187) (WiXSL)
  • Fix <FilterButton> accessibility (#10204) (djhi)
  • Fix <FilterButton> checked status (#10191) (fzaninotto)
  • Fix input validation and dirty state after re-enabling disabled fields (#10163) (michel-paiva)
  • [Doc] Create a doc page for <DateRangeInput> (#10202) (erwanMarmelab)
  • [Doc] Document <ReferenceManyField storeKey> prop (#10142) (slax57)

v5.1.5

... (truncated)

Changelog

Sourced from react-admin's changelog.

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

5.2.1

5.2.0

  • Add support for response metadata in dataProvider.getList() (#10179) (fzaninotto)
  • Add icons to <FilterButton> dropdown (#10186) (erwanMarmelab)
  • Add reset button to <Datagrid> and <SimpleList> when the current filter brings to no result (#10184) (erwanMarmelab)
  • Add global Reset CSS (#10164) (fzaninotto)
  • Add <ReferenceManyField storeKey> to allow more than one reference for the same resource (#10132) (djhi)
  • Add support for computed fields in ra-data-json-server's dataProvider.create() (#10162) (fzaninotto)
  • Enable Store sync when disableSyncWithLocation is true (#10187) (WiXSL)
  • Fix <FilterButton> accessibility (#10204) (djhi)
  • Fix <FilterButton> checked status (#10191) (fzaninotto)
  • Fix input validation and dirty state after re-enabling disabled fields (#10163) (michel-paiva)
  • [Doc] Create a doc page for <DateRangeInput> (#10202) (erwanMarmelab)
  • [Doc] Document <ReferenceManyField storeKey> prop (#10142) (slax57)

... (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
  • 1cba674 v5.2.3
  • a51d99b Update changelog for 5.2.3
  • ff52bc6 Merge pull request #10266 from marmelab/fix/AutocompleteInput-create-data-on-fly
  • 71619df [no ci] Update docs/AutocompleteInput.md
  • d4f812d fix prompt story and add local Dialog story
  • d0c3f89 fix typo
  • 4145fde Merge pull request #10268 from marmelab/doc/StackedFilter/types
  • 053a170 fix admin render
  • d13aa37 [Doc] Update \<StackedFilters> doc for ra-form-layout v5.2.0
  • c5941f2 upadte createLabel doc
  • 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.2.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.7.4...v5.2.3)

---
updated-dependencies:
- dependency-name: react-admin
  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 14, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 21, 2024

Superseded by #544.

@dependabot dependabot bot closed this Oct 21, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/ui/react-admin-5.2.3 branch October 21, 2024 15: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 javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants