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 react-admin from 4.16.16 to 5.0.5 in /admin-js in the react-admin group across 1 directory #929

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 22, 2024

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

Updates react-admin from 4.16.16 to 5.0.5

Release notes

Sourced from react-admin's releases.

5.0.5

  • Fix <AutocompleteInput> clear button does not clear new choice (#10023) (adguernier)
  • Fix <FilterLiveSearch> should react to filter values change (#9996) (slax57)
  • Fix defaultDataProvider breaking change (#10001) (Nilegfx)
  • Fix TabbedForm with uri encoded identifiers (#10021) (djhi)
  • [Doc] Update ra-relationships documentation (#10018) (djhi)
  • [Doc] Verify if Beginning mode exist before add event (#10016) (arimet)

5.0.4

  • Fix warning when using <List filter>instead of filters (#9980) (djhi)
  • Fix ra-data-graphql custom context gets overwritten on queries (#9976) (jspizziri)
  • [Chore] Backport missing changes from 4.x (#9989) (slax57)
  • [Doc] Fix Remix installation instructions (#9982) (djhi)
  • [Doc] Update <Admin> doc to explain how to allow anonymous access to dashboard (#9992) (fzaninotto)
  • [Doc] Fix <Datagrid> standalone usage misses required resource prop (#9991) (fzaninotto)
  • [Doc] Update <Breadcrumb> doc according V5 upgrade (#9988) (adguernier)
  • [Doc] Update ra-rbac documentation following v5 upgrade (#9987) (slax57)
  • [Doc] Update ra-datagrid-ag doc according to V5 (#9985) (adguernier)
  • [Doc] Improve <EditableDatagrid> documentation (#9984) (adguernier)
  • [Doc] Fix react-query upgrade codemod snippets (#9977) (adguernier)
  • [TypeScript] Update mutations results types to include isLoading (#9978) (djhi)
  • [TypeScript] Fix <WrapperField source> prop should not be required (#9983) (jonathan-marmelab)
  • [TypeScript] Fix <ReferenceField> Props type is confusing (#9972) (fzaninotto)
  • [TypeScript] Fix useGetOne and useGetMany params type when id param is undefined (#9971) (fzaninotto)
  • [TypeScript] Fix data provider packages export non-strict types (#9970) (fzaninotto)

5.0.3

  • Fix npm install error due to outdated peer dependencies (#9964) (fzaninotto)
  • Fix <SimpleShowLayout> uses a wrong translation key for field labels (#9966) (fzaninotto)
  • Fix ra-data-fakerest log of queries (#9960) (fzaninotto)
  • [TypeScript] Fix useGetManyReference return type (#9963) (fzaninotto)
  • [Demo] Fix ReviewList scrolls to top when editing a review (#9958) (djhi)

5.0.2

  • Fix useUpdate throws an error when record id is a valid falsy value such as zero (#9957) (djhi)
  • Fix <DatagridHeader> Tooltip when using React element as a field label (#9948) (djhi)
  • Fix Inputs used outside <Form> need a SourceContext (#9944) (adguernier)
  • Backport Changes from 4.x branch (#9949) (djhi)
  • [Doc] Fix basename usage in routing chapter (#9956) (djhi)
  • [Doc] Update tutorial for v5 (#9945) (djhi)
  • [Doc] Explain that <Form sanitizeEmptyValues> does not work on nested fields (#9950) (djhi)
  • [Dev] Fix flaky tests (#9952) (djhi)

5.0.1

... (truncated)

Changelog

Sourced from react-admin's changelog.

v5.0.5

  • Fix <AutocompleteInput> clear button does not clear new choice (#10023) (adguernier)
  • Fix <FilterLiveSearch> should react to filter values change (#9996) (slax57)
  • Fix defaultDataProvider breaking change (#10001) (Nilegfx)
  • Fix TabbedForm with uri encoded identifiers (#10021) (djhi)
  • [Doc] Update ra-relationships documentation (#10018) (djhi)
  • [Doc] Verify if Beginning mode exist before add event (#10016) (arimet)

v5.0.4

  • Fix warning when using <List filter>instead of filters (#9980) (djhi)
  • Fix ra-data-graphql custom context gets overwritten on queries (#9976) (jspizziri)
  • [Chore] Backport missing changes from master (#9989) (slax57)
  • [Doc] Fix Remix installation instructions (#9982) (djhi)
  • [Doc] Update <Admin> doc to explain how to allow anonymous access to dashboard (#9992) (fzaninotto)
  • [Doc] Fix <Datagrid> standalone usage misses required resource prop (#9991) (fzaninotto)
  • [Doc] Update <Breadcrumb> doc according V5 upgrade (#9988) (adguernier)
  • [Doc] Update ra-rbac documentation following v5 upgrade (#9987) (slax57)
  • [Doc] Update ra-datagrid-ag doc according to V5 (#9985) (adguernier)
  • [Doc] Improve <EditableDatagrid> documentation (#9984) (adguernier)
  • [Doc] Fix react-query upgrade codemod snippets (#9977) (adguernier)
  • [TypeScript] Update mutations results types to include isLoading (#9978) (djhi)
  • [TypeScript] Fix <WrapperField source> prop should not be required (#9983) (jonathan-marmelab)
  • [TypeScript] Fix <ReferenceField> Props type is confusing (#9972) (fzaninotto)
  • [TypeScript] Fix useGetOne and useGetMany params type when id param is undefined (#9971) (fzaninotto)
  • [TypeScript] Fix data provider packages export non-strict types (#9970) (fzaninotto)

v5.0.3

  • Fix npm install error due to outdated peer dependencies (#9964) (fzaninotto)
  • Fix <SimpleShowLayout> uses a wrong translation key for field labels (#9966) (fzaninotto)
  • Fix ra-data-fakerest log of queries (#9960) (fzaninotto)
  • [TypeScript] Fix useGetManyReference return type (#9963) (fzaninotto)
  • [Demo] Fix ReviewList scrolls to top when editing a review (#9958) (djhi)

v5.0.2

  • Fix useUpdate throws an error when record id is a valid falsy value such as zero (#9957) (djhi)
  • Fix <DatagridHeader> Tooltip when using React element as a field label (#9948) (djhi)
  • Fix Inputs used outside <Form> need a SourceContext (#9944) (adguernier)
  • Backport Changes from 4.x branch (#9949) (djhi)
  • [Doc] Fix basename usage in routing chapter (#9956) (djhi)
  • [Doc] Update tutorial for v5 (#9945) (djhi)
  • [Doc] Explain that <Form sanitizeEmptyValues> does not work on nested fields (#9950) (djhi)
  • [Dev] Fix flaky tests (#9952) (djhi)

v5.0.1

  • Fix useFormGroup does not update when its group changes (#9940) (djhi)

... (truncated)

Upgrade guide

Sourced from react-admin's upgrade guide.


layout: default title: "Upgrading to v5"

Upgrading to v5

React-admin v5 mostly focuses on removing deprecated features and upgrading dependencies. This makes the upgrade process easier than previous versions. However, there are still some breaking changes you should be aware of.

... (truncated)

Commits
  • dfa2975 v5.0.5
  • be76de5 Update changelog for 5.0.5
  • 9445f99 Merge pull request #10001 from Nilegfx/separate-test-and-default-data-providers
  • 452b120 Merge pull request #10023 from marmelab/fix-autocomplete-clear-button
  • 194fb4c Merge pull request #10021 from marmelab/fix-tabbed-forms
  • cc04494 fix <AutocompleteInput> clear button does not clear new choice
  • a94172a Fix TabbedForm with uri encoded identifiers
  • c4547b1 Merge pull request #10018 from marmelab/update-relationships-doc
  • 526522e Update ra-relationships documentation
  • 09023b8 Merge pull request #10016 from marmelab/fix/documentation-switch-version
  • 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 Jul 22, 2024
Bumps the react-admin group with 1 update in the /admin-js directory: [react-admin](https://github.com/marmelab/react-admin).


Updates `react-admin` from 4.16.16 to 5.0.5
- [Release notes](https://github.com/marmelab/react-admin/releases)
- [Changelog](https://github.com/marmelab/react-admin/blob/master/CHANGELOG.md)
- [Upgrade guide](https://github.com/marmelab/react-admin/blob/master/docs/Upgrade.md)
- [Commits](marmelab/react-admin@v4.16.16...v5.0.5)

---
updated-dependencies:
- dependency-name: react-admin
  dependency-type: direct:production
  update-type: version-update:semver-major
  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-21eb5b65e1 branch from c9ba9e8 to 3930973 Compare July 22, 2024 03:18
@github-actions github-actions bot enabled auto-merge (squash) July 22, 2024 03:18
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