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 @material-ui/data-grid from 4.0.0-alpha.33 to 4.0.0-alpha.37 in /frontend #124

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 1, 2021

Bumps @material-ui/data-grid from 4.0.0-alpha.33 to 4.0.0-alpha.37.

Release notes

Sourced from @​material-ui/data-grid's releases.

v4.0.0-alpha.37

Jul 12, 2021

Big thanks to the 7 contributors who made this release possible. Here are some highlights ✨:

This is the last alpha release. We are moving to beta in the next release, next week.

@material-ui/[email protected] / @material-ui/[email protected]

Breaking changes

  • [DataGrid] Drop support for @​material-ui/core below v4.12.0 (#2281) @​DanailH

  • [XGrid] Replace event constants with the GridEvents enum (#2279) @​flaviendelangle

    -import { GRID_CELL_EDIT_START } from '@material-ui/x-grid';
    -apiRef.current.subscribeEvent(GRID_CELL_EDIT_START, (params, event) => { ... });
    +import { GridEvents } from '@material-ui/x-grid';
    +apiRef.current.subscribeEvent(GridEvents.cellEditStart, (params, event) => { ... });

Changes

Docs

... (truncated)

Changelog

Sourced from @​material-ui/data-grid's changelog.

4.0.0-alpha.37

Jul 12, 2021

Big thanks to the 7 contributors who made this release possible. Here are some highlights ✨:

This is the last alpha release. We are moving to beta in the next release, next week.

@material-ui/[email protected] / @material-ui/[email protected]

Breaking changes

  • [DataGrid] Drop support for @​material-ui/core below v4.12.0 (#2281) @​DanailH

  • [XGrid] Replace event constants with the GridEvents enum (#2279) @​flaviendelangle

    -import { GRID_CELL_EDIT_START } from '@material-ui/x-grid';
    -apiRef.current.subscribeEvent(GRID_CELL_EDIT_START, (params, event) => { ... });
    +import { GridEvents } from '@material-ui/x-grid';
    +apiRef.current.subscribeEvent(GridEvents.cellEditStart, (params, event) => { ... });

Changes

Docs

... (truncated)

Commits
  • b81daef v4.0.0-alpha.37 (#2328)
  • 87f869f [DataGrid] Drop support of v4 below 4.12.0 (#2281)
  • f823952 [XGrid] Add onViewportRowsChange prop (#2038)
  • 8deeab3 [DataGrid] Don't break the page if valueOptions is missing from the `ColDef...
  • 9770076 [core] Reduce options usage in feature hooks (#2275)
  • 5066f96 [core] Reduce options usage in feature hook (2) (#2284)
  • b8e188c [DataGrid] Add isEmpty and isNotEmpty filter operators for date and number co...
  • c0c5034 [DataGrid] Remove dependency on x-license (#2295)
  • c78db27 [DataGrid] Drop autoFocus (#2239)
  • 49639ee [DataGrid] Fix renderCell returning false-ish values (#2242)
  • 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 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 [@material-ui/data-grid](https://github.com/mui-org/material-ui-x/tree/HEAD/packages/grid/data-grid) from 4.0.0-alpha.33 to 4.0.0-alpha.37.
- [Release notes](https://github.com/mui-org/material-ui-x/releases)
- [Changelog](https://github.com/mui-org/material-ui-x/blob/next/CHANGELOG.md)
- [Commits](https://github.com/mui-org/material-ui-x/commits/v4.0.0-alpha.37/packages/grid/data-grid)

---
updated-dependencies:
- dependency-name: "@material-ui/data-grid"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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 Sep 1, 2021
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