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.2 in /admin-js in the react-admin group across 1 directory #922

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 Jun 27, 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.2

Release notes

Sourced from react-admin's releases.

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

5.0.0

🎉 New major release! React-admin v5 introduces new features and some breaking changes. 🚀

👉 Read the announcement blog post 👈

Here are the highlights:

🎨 UI Improvements

  • Apps now have a theme switcher and a dark theme by default (#9479)
  • Inputs now default to full width (#9704)
  • Links are now underlined (#9483)
  • List pages restore scroll position when coming back from Edit and Create views (#9774)
  • Errors in the Layout code now trigger the Error Boundary (#9799)
  • Button size can be set via props (#9735)

🏁 App Initialization

  • Simpler custom layout components just need to render their children (#9591)
  • No more props drilling for Layout, AppBar, Menu, etc (#9591)
  • useDefaultTitle() hook returns the application title from anywhere in the app (#9591)

🗄️ Data Providers

  • Data providers can now cancel queries for unmounted components (opt-in) (#9612)
  • GraphQL data providers are easier to initialize (they are now synchronous) (#9820)
  • GraphQL-Simple data provider supports Sparse Fields in queries (#9392)
  • GraphQL-Simple data provider supports updateMany and deleteMany mutations (#9393)
  • withLifecycleCallbacks now supports for wildcard and array of callbacks (#9577)
  • Middlewares are more powerful and handle errors better (#9875)

📋 List pages

... (truncated)

Changelog

Sourced from react-admin's changelog.

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

v5.0.0

This major release introduces new features and some breaking changes. Here are the highlights:

UI Improvements

  • Apps now have a theme switcher and a dark theme by default (#9479)
  • Inputs now default to full width (#9704)
  • Links are now underlined (#9483)
  • List pages restore scroll position when coming back from Edit and Create views (#9774)
  • Errors in the Layout code now trigger the Error Boundary (#9799)
  • Button size can be set via props (#9735)

App Initialization

  • Simpler custom layout components just need to render their children (#9591)
  • No more props drilling for Layout, AppBar, Menu, etc (#9591)
  • useDefaultTitle() hook returns the application title from anywhere in the app (#9591)

Data Providers

  • Data providers can now cancel queries for unmounted components (opt-in) (#9612)
  • GraphQL data providers are easier to initialize (they are now synchronous) (#9820)
  • GraphQL-Simple data provider supports Sparse Fields in queries (#9392)
  • GraphQL-Simple data provider supports updateMany and deleteMany mutations (#9393)
  • withLifecycleCallbacks now supports for wildcard and array of callbacks (#9577)
  • Middlewares are more powerful and handle errors better (#9875)

List pages

... (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
  • c5cf853 v5.0.2
  • 5f1eb24 Update changelog for v5.0.2
  • 060d38e Merge pull request #9952 from marmelab/fix-flaky-tests
  • d9f1419 Merge pull request #9956 from marmelab/update-routing-documentation
  • b2c6b17 Merge pull request #9957 from marmelab/fix-use-update-id-falsy-values
  • f93228f Fix useUpdate throws an error when record id is a valid falsy value such as zero
  • 7955d97 Reduce dataProvider delay in useDelete pessimistic tests
  • 9a0a2d7 Update Admin Documentation basename example
  • 6a54b02 Update Routing Documentation Regarding basename
  • 505e64f Remove only in tests
  • 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

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

---
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 added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jun 27, 2024
@github-actions github-actions bot enabled auto-merge (squash) June 27, 2024 03:13
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