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

build(deps): bump the react-admin group in /admin-js with 1 update #886

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 18, 2024

Bumps the react-admin group in /admin-js with 1 update: react-admin.

Updates react-admin from 4.16.12 to 4.16.13

Release notes

Sourced from react-admin's releases.

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)
Changelog

Sourced from react-admin's changelog.

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)
Commits
  • 4af91cb v4.16.13
  • c844da0 Prepare changelog for v4.16.13
  • c9f60b2 Merge pull request #9720 from marmelab/update-referencemanytomanyinput-doc
  • 9216336 update doc
  • 6cb5dd6 [Doc] Add video tutorial to ReferenceManyCount doc
  • dbeea1d Merge pull request #9712 from marmelab/fix-autocompleteinput-createlabel
  • 125c2d2 Merge pull request #9713 from marmelab/doc-fix-upgrade-defaultprops
  • aa83b50 Merge pull request #9717 from marmelab/Fix-AutocompleteArrayInput
  • 178a2d6 Merge pull request #9718 from marmelab/Fix-autocomplete-loses-focus-on-select
  • ff4ed52 Fix unit test
  • 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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Mar 18, 2024
@github-actions github-actions bot enabled auto-merge (squash) March 18, 2024 03:56
Copy link

codecov bot commented Mar 18, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 95.32%. Comparing base (baba5a7) to head (0131832).
Report is 20 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #886   +/-   ##
=======================================
  Coverage   95.32%   95.32%           
=======================================
  Files          21       21           
  Lines        2842     2842           
  Branches      466      466           
=======================================
  Hits         2709     2709           
  Misses         99       99           
  Partials       34       34           
Flag Coverage Δ
integration 80.65% <ø> (ø)
js 84.03% <ø> (ø)
unit 97.12% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Bumps the react-admin group in /admin-js with 1 update: [react-admin](https://github.com/marmelab/react-admin).


Updates `react-admin` from 4.16.12 to 4.16.13
- [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.16.12...v4.16.13)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/admin-js/react-admin-6a89d998f4 branch from 0131832 to 8f8db6f Compare March 25, 2024 04:01
@github-actions github-actions bot merged commit e13e8b8 into master Mar 25, 2024
12 checks passed
@github-actions github-actions bot deleted the dependabot/npm_and_yarn/admin-js/react-admin-6a89d998f4 branch March 25, 2024 04:06
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