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 ra-data-simple-rest from 4.11.0 to 4.14.3 in /frontend #76

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Sep 25, 2023

Bumps ra-data-simple-rest from 4.11.0 to 4.14.3.

Release notes

Sourced from ra-data-simple-rest's releases.

4.14.3

  • Fix <PrevNextButton> default style (#9290) (fzaninotto)
  • [Doc] Add <SolarLayout> component (#9282) (fzaninotto)
  • [Doc] Add link to ra-auth-google, authProvider for Google Identity (#9284) (fzaninotto)
  • [Doc] Improve tutorial screencast (#9298) (fzaninotto)
  • [Doc] Explain how to disable menu item with RBAC (#9293) (adguernier)
  • [Doc] Add Real Time Notifications section in Realtime introduction (#9304) (djhi)
  • [Doc] Update <CreateDialog> documentation about edit conflict (#9295) (djhi)
  • [Doc] Update <ReferenceManyToManyInput> documentation about children default value (#9294) (djhi)
  • [Doc] Fix typo in useRegisterMutationMiddleware introduction part (#9291) (youjin-10)
  • [Doc] Fix typo in Features example (#9286) (fzaninotto)
  • [Demo] Fix ReviewList shows horizontal scrollbar on mobile (#9297) (fzaninotto)

4.14.2

Failed release, do not use.

4.14.1

  • Fix filters not matching inputs are ignored without syncWithLocation (#9283) (djhi)
  • Fix create-react-admin does not include gitignore (#9280) (djhi)
  • Fix <RichTextInput> does not trigger onBlur (#9272) (slax57)
  • Fix <TopToolbar>: React does not recognize the hasCreate prop on a DOM element (#9267) (slax57)
  • Fix usePermissions should only log errors in development mode (#9262) (NidhiSharma63)
  • [Doc] Improve Example REST Implementation when calling create with partial data (#9276) (slax57)
  • [Doc] Improve <Breadcrumb> documentation (#9271) (fzaninotto)
  • [Doc] Improve <ReferenceManyToManyInput> documentation (#9270) (adguernier)
  • [Doc] Improve and reorder <ReferenceManyToManyField> documentation (#9269) (adguernier)
  • [Doc] Fix external link in <FileInput> and <ImageInput> (#9268) (WiXSL)
  • [Doc] Fix <SaveButton> example (#9266) (WiXSL)
  • [Doc] Explain how to lazy load <RichTextInput> (#9263) (fzaninotto)
  • [Doc] Fix typos on Admin, Architecture, EditTutorial, Features, Fields, Inputs, and Tutorial pages (#9259) (mchaffotte)
  • [Demo] Fix preferences are shared between demos (#9264) (mchaffotte)

4.14.0

  • Add support for lazy-loaded React components (#9260) (fzaninotto)
  • Add <SortButton sx> prop to customize button style (#9223) (fzaninotto)
  • Add <ResourceMenuItems> to facilitate custom menus (#9212) (fzaninotto)
  • Add <PrevNextButtons> for <Show> and <Edit> views (#9165) (adguernier)
  • Add full record to <AutocompleteInput> and <AutocompleteArrayInput>'s onChange parameters (#9245) (slax57)
  • Fix top margin of <TopToolbar> to move content up when there is no filter (#9232) (fzaninotto)
  • Fix Filter Form to show remove button after the input (#9224) (fzaninotto)
  • Fix <PrevNextButtons> to fetch less aggressively (#9209) (fzaninotto)
  • [TypeScript] Change the definition of sort order to ASC|DESC (#8466) (zhujinxuan)

4.13.4

  • Fix <AutocompleteInput>'s onInputChange is never called (#9240) (tdnl)
  • Fix typo in deprecated <Datagrid> rowStyle message (#9252) (onefifth)
  • [Demo] Add lazy loading to CRM demo to illustrate code splitting (#9255) (fzaninotto)
  • [Doc] Fix typo double text (#9253) (oxwazz)
  • [Doc] Fix typo in <RichTextInput> documentation (#9244) (mhfortuna)
  • [Doc] Fix typos and invalid code fences languages (#9238) (djhi)

... (truncated)

Changelog

Sourced from ra-data-simple-rest's changelog.

v4.14.3

  • Fix <PrevNextButton> default style (#9290) (fzaninotto)
  • [Doc] Add <SolarLayout> component (#9282) (fzaninotto)
  • [Doc] Add link to ra-auth-google, authProvider for Google Identity (#9284) (fzaninotto)
  • [Doc] Improve tutorial screencast (#9298) (fzaninotto)
  • [Doc] Explain how to disable menu item with RBAC (#9293) (adguernier)
  • [Doc] Add Real Time Notifications section in Realtime introduction (#9304) (djhi)
  • [Doc] Update <CreateDialog> documentation about edit conflict (#9295) (djhi)
  • [Doc] Update <ReferenceManyToManyInput> documentation about children default value (#9294) (djhi)
  • [Doc] Fix typo in useRegisterMutationMiddleware introduction part (#9291) (youjin-10)
  • [Doc] Fix typo in Features example (#9286) (fzaninotto)
  • [Demo] Fix ReviewList shows horizontal scrollbar on mobile (#9297) (fzaninotto)

v4.14.2

Failed release, do not use.

v4.14.1

  • Fix filters not matching inputs are ignored without syncWithLocation (#9283) (djhi)
  • Fix create-react-admin does not include gitignore (#9280) (djhi)
  • Fix <RichTextInput> does not trigger onBlur (#9272) (slax57)
  • Fix <TopToolbar>: React does not recognize the hasCreate prop on a DOM element (#9267) (slax57)
  • Fix usePermissions should only log errors in development mode (#9262) (NidhiSharma63)
  • [Doc] Improve Example REST Implementation when calling create with partial data (#9276) (slax57)
  • [Doc] Improve <Breadcrumb> documentation (#9271) (fzaninotto)
  • [Doc] Improve <ReferenceManyToManyInput> documentation (#9270) (adguernier)
  • [Doc] Improve and reorder <ReferenceManyToManyField> documentation (#9269) (adguernier)
  • [Doc] Fix external link in <FileInput> and <ImageInput> (#9268) (WiXSL)
  • [Doc] Fix <SaveButton> example (#9266) (WiXSL)
  • [Doc] Explain how to lazy load <RichTextInput> (#9263) (fzaninotto)
  • [Doc] Fix typos on Admin, Architecture, EditTutorial, Features, Fields, Inputs, and Tutorial pages (#9259) (mchaffotte)
  • [Demo] Fix preferences are shared between demos (#9264) (mchaffotte)

v4.14.0

  • Add support for lazy-loaded React components (#9260) (fzaninotto)
  • Include full record in <AutocompleteInput> and <AutocompleteArrayInput>'s onChange (#9245) (slax57)
  • Fix top margin of <TopToolbar> to move content up when there is no filter (#9232) (fzaninotto)
  • Add <SortButton sx> prop to customize button style (#9223) (fzaninotto)
  • Add <ResourceMenuItems> to facilitate custom menus (#9212) (fzaninotto)
  • Add <PrevNextButtons> for <Show> and <Edit> views (#9165) (adguernier)
  • Fix Filter Form to show remove button after the input (#9224) (fzaninotto)
  • Fix <PrevNextButtons> to fetch less aggressively (#9209) (fzaninotto)
  • Change the definition of sort order to ASC|DESC (#8466) (zhujinxuan)

v4.13.4

  • Fix <AutocompleteInput>'s onInputChange is never called (#9240) (tdnl)

... (truncated)

Commits
  • 0cd9b0b v4.14.3
  • 77b4e0b update changelog for 4.14.3
  • 287009b dummy change
  • 7ae4bad update package and lock files
  • b227592 v4.14.2
  • dfde306 changelog for 4.14.2
  • e6c245d Merge pull request #9304 from marmelab/realtime-notifications-doc
  • 0a2265e Update code example [skip-ci]
  • 31ae0dd Add Real Time Notifications section in Realtime introduction
  • 0632855 Merge pull request #9298 from marmelab/Doc-Improve-tutorial-screencast
  • 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 [ra-data-simple-rest](https://github.com/marmelab/react-admin) from 4.11.0 to 4.14.3.
- [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.11.0...v4.14.3)

---
updated-dependencies:
- dependency-name: ra-data-simple-rest
  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 Sep 25, 2023
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Oct 2, 2023

Superseded by #79.

@dependabot dependabot bot closed this Oct 2, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/frontend/ra-data-simple-rest-4.14.3 branch October 2, 2023 03:31
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