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 4.16.17 in /ui #429

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 6, 2024

Bumps react-admin from 4.7.4 to 4.16.17.

Release notes

Sourced from react-admin's releases.

4.16.17

  • Fix combineDataProviders doesn't work when returned by an async function (#9798) (fzaninotto)

4.16.16

  • Fix <Admin requireAuth> forbids access to custom routes with no layout (#9786) (fzaninotto)
  • [Doc] Add Soul data provider (#9776) (fzaninotto)
  • [Doc] Update third-party Inputs to add link to Google Places AutocompleteInput (#9771) (quentin-decre)
  • [Doc] Update <Search> and <SearchWithResult> to introduce queryOptions (#9779) (erwanMarmelab)
  • [Doc] Update RBAC to better explain the difference between the built-in actions (#9766) (slax57)
  • [Doc] Fix <SimpleForm> has wrong import for <RichTextInput> (#9775) (anthonycmain)
  • [Doc] Fix <RichTextInput> typo on TipTap (#9759) (adguernier)
  • [Doc] Update <JsonSchemaForm> to add details about available widgets (#9758) (adguernier)
  • [TypeScript] Fix warning in create-react-admin (#9728) (hbendev)

4.16.15

4.16.14

  • Fix <FilterButton> does not support the variant prop (#9751) by (adguernier)
  • [Demo] Fix error when viewing newly created deals in CRM demo (#9733) by (erwanMarmelab)
  • Bump express from 4.17.3 to 4.19.2 (#9747) by (dependabot)
  • Bump webpack-dev-middleware from 6.1.1 to 6.1.2 (#9739) by (dependabot)
  • [Doc] Update <RichTextInput> to explain how to access the editor object (#9731) by (erwanMarmelab)
  • [Doc] Update "Writing a Data Provider" chapter to include test advice (#9738) by (fzaninotto)
  • [Doc] Update RBAC to mention ability to define permissions on an array of resources (#9729) by (erwanMarmelab)

4.16.13

  • Fix <AutocompleteInput createLabel> (#9712) (fzaninotto)
  • Fix <AutocompleteArrayInput> triggers an infinite loop when disabled (#9717) (fzaninotto)
  • Fix <Autocomplete> loses focus on select (#9718) (fzaninotto)
  • [Doc] Fix upgrade guide suggest using defaultProps override in theme for react-admin components (#9713) (fzaninotto)
  • [Doc] Fix readOnly doc mentions focusable inputs (#9711) (adguernier)
  • [Doc] Fix <Layout> doc links to wrong anchor (#9716) (erwanMarmelab)
  • [Doc] Fix not parsed mutationOptions value in useNotify/undoable (#9697) (ValentinnDimitroff)
  • [Doc] Add mention to <AccordionFormPanel> and <AccordionSection> about label accepting an element (#9699) (erwanMarmelab)
  • [Doc] Add mention in <ReferenceManyToManyInput> about filter usage (#9720) (erwanMarmelab)
  • [Doc] Add mention in <StackedFilters> to include advice on data provider configuration (#9709) (fzaninotto)
  • [Doc] Add example for <Search> and <SearchWithResult> options prop (#9700) (erwanMarmelab)
  • [Doc] Add Reference Fields video to the relevant chapters (#9702) (fzaninotto)

4.16.12

  • Fix support for readOnly on all RA Inputs (#9656) (erwanMarmelab)
  • Fix AutocompleteInput ignores TextFieldProps (#9681) (fzaninotto)
  • Fix <ArrayInput> should keep error state on children after unmount (#9677) (sweco-sedalh)
  • Fix <SortButton> should use the provided resource prop to build its label (#9694) (slax57)
  • Fix <ReferenceInput> throws a recoverable error in production (#9690) (fzaninotto)
  • [chore] Fix vulnerable dev dependency ip (#9673) (fzaninotto)
  • [Doc] Mention the Multi-column sorting feature of <DatagridAG> (#9674) (slax57)
  • [Doc] Fix typo in example showing custom CSV export (#9671) (kav)

... (truncated)

Changelog

Sourced from react-admin's changelog.

v4.16.17

  • Fix combineDataProviders doesn't work when returned by an async function (#9798) (fzaninotto)

v4.16.16

  • Fix <Admin requireAuth> forbids access to custom routes with no layout (#9786) (fzaninotto)
  • [Doc] Add Soul data provider (#9776) (fzaninotto)
  • [Doc] Update third-party Inputs to add link to Google Places AutocompleteInput (#9771) (quentin-decre)
  • [Doc] Update <Search> and <SearchWithResult> to introduce queryOptions (#9779) (erwanMarmelab)
  • [Doc] Update RBAC to better explain the difference between the built-in actions (#9766) (slax57)
  • [Doc] Fix <SimpleForm> has wrong import for <RichTextInput> (#9775) (anthonycmain)
  • [Doc] Fix <RichTextInput> typo on TipTap (#9759) (adguernier)
  • [Doc] Update <JsonSchemaForm> to add details about available widgets (#9758) (adguernier)
  • [TypeScript] Fix warning in create-react-admin (#9728) (hbendev)

v4.16.15

v4.16.14

  • Fix <FilterButton> does not support the variant prop (#9751) by (adguernier)
  • [Demo] Fix error when viewing newly created deals in CRM demo (#9733) by (erwanMarmelab)
  • Bump express from 4.17.3 to 4.19.2 (#9747) by (dependabot)
  • Bump webpack-dev-middleware from 6.1.1 to 6.1.2 (#9739) by (dependabot)
  • [Doc] Update <RichTextInput> to explain how to access the editor object (#9731) by (erwanMarmelab)
  • [Doc] Update "Writing a Data Provider" chapter to include test advice (#9738) by (fzaninotto)
  • [Doc] Update RBAC to mention ability to define permissions on an array of resources (#9729) by (erwanMarmelab)

v4.16.13

  • Fix <AutocompleteInput createLabel> (#9712) (fzaninotto)
  • Fix <AutocompleteArrayInput> triggers an infinite loop when disabled (#9717) (fzaninotto)
  • Fix <Autocomplete> loses focus on select (#9718) (fzaninotto)
  • [Doc] Fix upgrade guide suggest using defaultProps override in theme for react-admin components (#9713) (fzaninotto)
  • [Doc] Fix readOnly doc mentions focusable inputs (#9711) (adguernier)
  • [Doc] Fix <Layout> doc links to wrong anchor (#9716) (erwanMarmelab)
  • [Doc] Fix not parsed mutationOptions value in useNotify/undoable (#9697) (ValentinnDimitroff)
  • [Doc] Add mention to <AccordionFormPanel> and <AccordionSection> about label accepting an element (#9699) (erwanMarmelab)
  • [Doc] Add mention in <ReferenceManyToManyInput> about filter usage (#9720) (erwanMarmelab)
  • [Doc] Add mention in <StackedFilters> to include advice on data provider configuration (#9709) (fzaninotto)
  • [Doc] Add example for <Search> and <SearchWithResult> options prop (#9700) (erwanMarmelab)
  • [Doc] Add Reference Fields video to the relevant chapters (#9702) (fzaninotto)

v4.16.12

... (truncated)

Commits
  • 203a33f v4.16.17
  • 97c0502 Update for v4.16.17
  • 83f6ec3 Merge pull request #9798 from marmelab/fix-combine-data-providers-promise
  • c27e88d Fix combineDataProviders doesn't work when returned by an async function
  • 5254641 Fix yarn.lock
  • 91bf61e v4.16.16
  • 8ed1f0f Prepare changelog for v4.16.16
  • a2746b4 Merge pull request #9786 from marmelab/fix-anonymous-access-custom-routes
  • 1816aa1 Fix \<Admin requireAuth> forbids access to custom routes with no layout
  • 6b78433 [Doc] Add video tutorial to Next.js installation instructions
  • 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 4.16.17.
- [Release notes](https://github.com/marmelab/react-admin/releases)
- [Changelog](https://github.com/marmelab/react-admin/blob/master/CHANGELOG.md)
- [Commits](marmelab/react-admin@v4.7.4...v4.16.17)

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

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 6, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github May 20, 2024

Superseded by #436.

@dependabot dependabot bot closed this May 20, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/ui/react-admin-4.16.17 branch May 20, 2024 15:11
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.

None yet

0 participants