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.1 in /ui #306

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 27, 2023

Bumps react-admin from 4.7.4 to 4.16.1.

Release notes

Sourced from react-admin's releases.

4.16.1

  • Fix <FileInput> should display a validation errors right away when form mode is 'onChange' (#9459) (slax57)
  • [TypeScript] Fix useRecordContext may return undefined (#9460) (groomain)
  • [Doc] Add link to new demo: Note-taking app (#9465) (fzaninotto)
  • [Doc] Add headless section in pages components (#9447) (fzaninotto)
  • [Doc] Add example showing how to add <Inspector> to a custom layout (#9458) (rossb220)
  • [Doc] Update <DatagridAG> doc to use the new package, and document the column order/size persistence (#9472) (slax57)
  • [Doc] Update authProvider and dataProvider lists to target the documentation instead of the repository's root (#9471) (slax57)
  • [Website] Reorder documentation's Discord and Github icons to match the website order (#9454) (adguernier)

4.16.0

  • Add <SingleFieldList empty gap direction> props, and allow it to be used without children (#9439) (fzaninotto)
  • Add <LoadingIndicator onClick> prop, allowing to trigger actions (like a refresh) on click (#9420) (david-bezero)
  • Add <LocalesMenuButton icon> prop to customize the locales button icon (#9380) (djhi)
  • Add <Form disableInvalidFormNotification> to allow disabling notifications when the form is invalid (#9353) (tim-hoffmann)

4.15.5

  • Add support for fetchOptions to <CheckForApplicationUpdate> (#9436) (smeng9)
  • Bump axios from 1.4.0 to 1.6.1 (#9438) (dependabot[bot])
  • [Typescript] Fix <CheckForApplicationUpdate> props type should allow onNewVersionAvailable (#9444) (slax57)
  • [Doc] Fix typos and anchors (#9449) (WiXSL)
  • [Doc] Fix api implementation in Remix tutorial throws a decoding error when less than 10 records are returned (#9448) (erwanMarmelab)
  • [Doc] Fix various snippets containing props forwarding (#9443) (fzaninotto)
  • [Doc] Update RBAC OSS Doc (#9435) (erwanMarmelab)
  • [Doc] Introduce classname and sx prop for SolarMenu component (#9440) (adguernier)
  • [Doc] Add documentation for <CheckForApplicationUpdate onNewVersionAvailable> (#9437) (smeng9)
  • [Storybook] Fix stories with ToggleThemeButton should not persist theme in localStorage (#9441) (erwanMarmelab)

4.15.4

  • Fix bad url upon <FilterLiveSearch> submission (#9398) (erwanMarmelab)
  • Fix clicking on "Remove all filters" does not close the filter menu (#9415) (erwanMarmelab)
  • [TypeScript] Allow to pass custom provider types to addRefreshAuth functions (#9428) (djhi)
  • [Doc] Improve the Show section (#9423) (fzaninotto)
  • [Doc] Add documentation for <DatagridAG> (#9414) (slax57)
  • [Doc] Document <EditInDialogButton> deletion side effect (#9425) (fzaninotto)
  • [Doc] Update doc for DatagridAg scroll (#9434) (erwanMarmelab)
  • [Doc] Mention that <Create redirect> also supports a function (#9426) (situplastik)
  • [Doc] Fix duplicate import on the useListContext page (#9424) (BoboTiG)

4.15.3

  • Fix <AutocompleteInput> clear button appears over the BulkActionsToolbar (#9413) (erwanMarmelab)
  • [Doc] Add screencasts for <StackedFiltersForm> and update code snippets (#9410) (adguernier)
  • [Doc] Add a chapter for <SearchInput> (#9409) (erwanMarmelab)
  • [Doc] Update data prodicer chapter to explain how to upload file with with FormData (#9402) (adguernier)

4.15.2

... (truncated)

Changelog

Sourced from react-admin's changelog.

v4.16.1

  • Fix <FileInput> should display a validation errors right away when form mode is 'onChange' (#9459) (slax57)
  • [TypeScript] Fix useRecordContext may return undefined (#9460) (groomain)
  • [Doc] Add link to new demo: Note-taking app (#9465) (fzaninotto)
  • [Doc] Add headless section in pages components (#9447) (fzaninotto)
  • [Doc] Add example showing how to add <Inspector> to a custom layout (#9458) (rossb220)
  • [Doc] Update <DatagridAG> doc to use the new package, and document the column order/size persistence (#9472) (slax57)
  • [Doc] Update authProvider and dataProvider lists to target the documentation instead of the repository's root (#9471) (slax57)
  • [Website] Reorder documentation's Discord and Github icons to match the website order (#9454) (adguernier)

v4.16.0

  • Add <SingleFieldList empty gap direction> props, and allow it to be used without children (#9439) (fzaninotto)
  • Add <LoadingIndicator onClick> prop, allowing to trigger actions (like a refresh) on click (#9420) (david-bezero)
  • Add <LocalesMenuButton icon> prop to customize the locales button icon (#9380) (djhi)
  • Add <Form disableInvalidFormNotification> to allow disabling notifications when the form is invalid (#9353) (tim-hoffmann)

v4.15.5

  • Add support for fetchOptions to <CheckForApplicationUpdate> (#9436) (smeng9)
  • Bump axios from 1.4.0 to 1.6.1 (#9438) (dependabot[bot])
  • [Typescript] Fix <CheckForApplicationUpdate> props type should allow onNewVersionAvailable (#9444) (slax57)
  • [Doc] Fix typos and anchors (#9449) (WiXSL)
  • [Doc] Fix api implementation in Remix tutorial throws a decoding error when less than 10 records are returned (#9448) (erwanMarmelab)
  • [Doc] Fix various snippets containing props forwarding (#9443) (fzaninotto)
  • [Doc] Update RBAC OSS Doc (#9435) (erwanMarmelab)
  • [Doc] Introduce classname and sx prop for SolarMenu component (#9440) (adguernier)
  • [Doc] Add documentation for <CheckForApplicationUpdate onNewVersionAvailable> (#9437) (smeng9)
  • [Storybook] Fix stories with ToggleThemeButton should not persist theme in localStorage (#9441) (erwanMarmelab)

v4.15.4

  • Fix bad url upon <FilterLiveSearch> submission (#9398) (erwanMarmelab)
  • Fix clicking on "Remove all filters" does not close the filter menu (#9415) (erwanMarmelab)
  • [TypeScript] Allow to pass custom provider types to addRefreshAuth functions (#9428) (djhi)
  • [Doc] Improve the Show section (#9423) (fzaninotto)
  • [Doc] Add documentation for <DatagridAG> (#9414) (slax57)
  • [Doc] Document <EditInDialogButton> deletion side effect (#9425) (fzaninotto)
  • [Doc] Update doc for DatagridAg scroll (#9434) (erwanMarmelab)
  • [Doc] Mention that <Create redirect> also supports a function (#9426) (situplastik)
  • [Doc] Fix duplicate import on the useListContext page (#9424) (BoboTiG)

v4.15.3

  • Fix <AutocompleteInput> clear button appears over the BulkActionsToolbar (#9413) (erwanMarmelab)
  • [Doc] Add screencasts for <StackedFiltersForm> and update code snippets (#9410) (adguernier)
  • [Doc] Add a chapter for <SearchInput> (#9409) (erwanMarmelab)
  • [Doc] Update data prodicer chapter to explain how to upload file with with FormData (#9402) (adguernier)

... (truncated)

Commits
  • 64bb5db v4.16.1
  • 2785f0e Merge remote-tracking branch 'origin/master'
  • 9d2db58 changelog for v4.16.1
  • 2c9e1d0 docs: inspector component details for configuration feature (#9458)
  • ce73e95 Merge pull request #9472 from marmelab/ag-grid-new-package
  • b967662 [no ci] Replace package to ra-datagrid-ag
  • ffc685b [no ci] report changes from 'persist column order/size in store'
  • 2f300ee Merge pull request #9465 from marmelab/demo-writers-delight
  • c9f90fd Merge pull request #9471 from marmelab/doc-auth-data-provider-Readme-link
  • 24ac4af [Doc] Update authProvider and dataProvider lists to target the documentation ...
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by slax57, a new releaser for react-admin since your current version.


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.1.
- [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.1)

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

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 Nov 27, 2023
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 4, 2023

Superseded by #312.

@dependabot dependabot bot closed this Dec 4, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/ui/react-admin-4.16.1 branch December 4, 2023 15:59
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