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

Bump react-admin from 5.3.2 to 5.4.4 #89

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jan 13, 2025

Bumps react-admin from 5.3.2 to 5.4.4.

Release notes

Sourced from react-admin's releases.

5.4.4

  • Fix useUpdate ignores meta when populating the query cache in pessimistic mode (#10422) (slax57)
  • Fix <ArrayInput> makes the form dirty in strict mode (#10421) (djhi)
  • [Doc] Add video to the Getting Started tutorial (#10438) (fzaninotto)
  • [Doc] Fix invalid code example in Writing Your Own Field Component tutorial (#10428) (Aikain)
  • [Doc] Backport ReferenceManyToMany's error support documentation (#10426) (erwanMarmelab)
  • [Chore] Add a check for videos format in CI (#10441) (djhi)
  • [Storybook] Fix <ArrayField> Story (#10436) (djhi)

5.4.3

  • Fix <FormDataConsumer> causes its children to flicker (#10417) (djhi)
  • [Doc] Remove <ShowBase emptyWhileLoading> from the docs (#10416) (slax57)
  • [Doc] Introduce <DatagridAG> custom cell editors (#10410) (djhi)
  • [Doc] Update Access Control instructions following ra-rbac update (#10409) (djhi)
  • [Doc] Fix <TreeWithDetails filter> doc chapter (#10406) (erwanMarmelab)
  • Bump nanoid from 3.3.7 to 3.3.8 (#10414) (dependabot[bot])

5.4.2

  • Fix: Improve AutocompleteInput creation support (#10391) (djhi)
  • Fix useLogin should invalidate the getPermissions cache (#10392) (slax57)
  • Fix <Datagrid> rowClick function cannot expand or select (#10404) (djhi)
  • Fix <FileInput> triggers onChange twice with latest version of react-dropzone (#10402) (slax57)
  • Fix type of disableClearable prop for AutocompleteInput (#10393) (smeng9)
  • [Doc] Backport <ReferenceManyToManyField queryOptions> and <ReferenceManyToManyInput queryOptions mutationOptions> doc (#10403) (erwanMarmelab)
  • [Doc] Fix <DateRangeInput> import syntax (#10399) (erwanMarmelab)
  • [Doc] Introduce <TreeWithDetails filter> prop to render a sub tree (#10398) (djhi)

5.4.1

  • Fix access control basename handling (#10383) (djhi)
  • Fix ReferenceManyField executes filter reset filter too often (#10371) (fzaninotto)
  • [Doc] Add video tutorial to Access Control documentation (#10378) (fzaninotto)
  • [Doc] Fix AutocompleteArrrayInput contains a useless tip (#10373) (erwanMarmelab)
  • [Doc] Update useUpdate doc to explain returnPromise option (#10372) (fzaninotto)
  • [Doc] Fix Supabase (GraphQL) DataProvider link label (#10370) (zackha)
  • [TypeScript] Fix <ReferenceArrayField queryOptions> param type (#10389) (dricholm)
  • [Storybook] Re-enable storysource addon (#10363) (slax57)
  • [Chore] Add a story when TextInput trigger a server error (#10386) (erwanMarmelab)

5.4.0

  • Introduce <FilterLiveForm> (#10344) (slax57)
  • Fix: Remove redundant optimization of cache lookup for useGetMany(Aggregate) placeholderData (#10256) (wattroll)
  • Fix <SortButton> default translation (#10368) (fzaninotto)
  • Fix useCanAccessResources cannot have react-query options (#10362) (djhi)
  • Fix FilterListItem story shows wrong way of resetting a filter (#10358) (fzaninotto)
  • [TypeScript] Add missing parameter to add function type of <SimpleFormIteratorContextValue> (#10359) (Aikain)
  • [Demo] Showcase tabs with icons (#10369) (fzaninotto)
  • [Chore] Reorganize ra-core/form directory (#10364) (fzaninotto)
  • [Chore] Remove useSafeSetState hook (#10341) (geobde)
  • [Doc] Document <DateRangeInput> as a filter (#10365) (erwanMarmelab)
  • [Doc] Fix useRegisterMutationMiddleware documentation (#10360) (djhi)

... (truncated)

Changelog

Sourced from react-admin's changelog.

5.4.4

  • Fix useUpdate ignores meta when populating the query cache in pessimistic mode (#10422) (slax57)
  • Fix <ArrayInput> makes the form dirty in strict mode (#10421) (djhi)
  • [Doc] Add video to the Getting Started tutorial (#10438) (fzaninotto)
  • [Doc] Fix invalid code example in Writing Your Own Field Component tutorial (#10428) (Aikain)
  • [Doc] Backport ReferenceManyToMany's error support documentation (#10426) (erwanMarmelab)
  • [Chore] Add a check for videos format in CI (#10441) (djhi)
  • [Storybook] Fix <ArrayField> Story (#10436) (djhi)

5.4.3

  • Fix <FormDataConsumer> causes its children to flicker (#10417) (djhi)
  • [Doc] Remove <ShowBase emptyWhileLoading> from the docs (#10416) (slax57)
  • [Doc] Introduce <DatagridAG> custom cell editors (#10410) (djhi)
  • [Doc] Update Access Control instructions following ra-rbac update (#10409) (djhi)
  • [Doc] Fix <TreeWithDetails filter> doc chapter (#10406) (erwanMarmelab)
  • Bump nanoid from 3.3.7 to 3.3.8 (#10414) (dependabot[bot])

5.4.2

  • Fix: Improve AutocompleteInput creation support (#10391) (djhi)
  • Fix useLogin should invalidate the getPermissions cache (#10392) (slax57)
  • Fix <Datagrid> rowClick function cannot expand or select (#10404) (djhi)
  • Fix <FileInput> triggers onChange twice with latest version of react-dropzone (#10402) (slax57)
  • Fix type of disableClearable prop for AutocompleteInput (#10393) (smeng9)
  • [Doc] Backport <ReferenceManyToManyField queryOptions> and <ReferenceManyToManyInput queryOptions mutationOptions> doc (#10403) (erwanMarmelab)
  • [Doc] Fix <DateRangeInput> import syntax (#10399) (erwanMarmelab)
  • [Doc] Introduce <TreeWithDetails filter> prop to render a sub tree (#10398) (djhi)

5.4.1

  • Fix access control basename handling (#10383) (djhi)
  • Fix ReferenceManyField executes filter reset filter too often (#10371) (fzaninotto)
  • [Doc] Add video tutorial to Access Control documentation (#10378) (fzaninotto)
  • [Doc] Fix AutocompleteArrrayInput contains a useless tip (#10373) (erwanMarmelab)
  • [Doc] Update useUpdate doc to explain returnPromise option (#10372) (fzaninotto)
  • [Doc] Fix Supabase (GraphQL) DataProvider link label (#10370) (zackha)
  • [TypeScript] Fix <ReferenceArrayField queryOptions> param type (#10389) (dricholm)
  • [Storybook] Re-enable storysource addon (#10363) (slax57)
  • [Chore] Add a story when TextInput trigger a server error (#10386) (erwanMarmelab)

5.4.0

  • Introduce <FilterLiveForm> (#10344) (slax57)
  • Fix: Remove redundant optimization of cache lookup for useGetMany(Aggregate) placeholderData (#10256) (wattroll)
  • Fix <SortButton> default translation (#10368) (fzaninotto)
  • Fix useCanAccessResources cannot have react-query options (#10362) (djhi)
  • Fix FilterListItem story shows wrong way of resetting a filter (#10358) (fzaninotto)
  • [TypeScript] Add missing parameter to add function type of <SimpleFormIteratorContextValue> (#10359) (Aikain)

... (truncated)

Commits
  • 540050d v5.4.4
  • 2d31684 Update changelog for 5.4.4
  • 3ff4df4 Merge pull request #10441 from marmelab/ci-videos-format-check
  • 3727b59 Fix output
  • 64c306b Add exit code when invalid video is detected
  • 446a42d Only output the warning
  • bf016d7 Add a check for videos format in CI
  • d806d88 Merge pull request #10438 from marmelab/video-tutorial
  • ddfd90f [Doc] Add video to the Getting Started tutorial
  • d5f12cc Merge pull request #10436 from marmelab/fix-array-field-story
  • 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jan 13, 2025
Bumps [react-admin](https://github.com/marmelab/react-admin) from 5.3.2 to 5.4.4.
- [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.2...v5.4.4)

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

Signed-off-by: dependabot[bot] <[email protected]>
@github-actions github-actions bot force-pushed the dependabot/npm_and_yarn/react-admin-5.4.4 branch from a6bd7e5 to 1a93ab4 Compare January 13, 2025 09:01
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