Skip to content
This repository has been archived by the owner on Mar 22, 2024. It is now read-only.

fix(deps): update devextreme-reactive monorepo to v4 (major) #257

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 31, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@devexpress/dx-react-chart (source) ^2.7.6 -> ^4.0.0 age adoption passing confidence
@devexpress/dx-react-chart-material-ui (source) ^2.7.6 -> ^4.0.0 age adoption passing confidence
@devexpress/dx-react-core (source) ^2.7.6 -> ^4.0.0 age adoption passing confidence

Release Notes

DevExpress/devextreme-reactive (@​devexpress/dx-react-chart)

v4.0.8

Compare Source

Bug Fixes

v4.0.7

Compare Source

Bug Fixes
  • grid-core: - Generate .d.ts files for grid and scheduler core packages (#​3667) (1fe82ac)

v4.0.6

Compare Source

Bug Fixes
  • conditional type exports (T1177805) (#​3661) (db3373d)
  • react-grid-material-ui: fix styled components' styles that use theme.spacing with a negative sign (#​3660) (6f6588a)
Features

v4.0.5

Compare Source

Bug Fixes
  • react-grid: fixed scrollbar jumps when scrolling a virtual table with different row heights from bottom to top (T1171681) (#​3657) (cd0da0c)
  • react-grid: fixed a bug when the previous column's sorting was not cleared after the user sorted by a different column and the Sorting State plugin's column extensions were used (#​3647) (#​3653) (5655906)

v4.0.4

Compare Source

Bug Fixes
  • grid-core: Make a virtual table's viewport calculation band-friendly (T1154239) (#​3643) (cf41706)
  • react-scheduler: fix horizontal scale flickering (T1151128) (#​3641) (fc2b29e)
  • Update the react-popper dependency to v2, by @​glsignal (345fa12)

v4.0.3

Compare Source

Bug Fixes

v4.0.2

Compare Source

Bug Fixes
  • scheduler-core: fix rrule import in bundle (#​3617)

v4.0.1

Compare Source

Bug Fixes

v4.0.0

Compare Source

Features

v3.0.6

Compare Source

Bug Fixes

v3.0.5

Compare Source

Bug Fixes
  • react-common: add children property (T1104887) (#​3563) (ec1aa9f)
  • react-grid: fix banded columns in virtual table (T1107446) (#​3565) (617f37c)
  • react-grid: fix column resizing for VirtualTable (T1106563) (#​3564) (02eb6bd)

v3.0.4

Compare Source

Bug Fixes
  • react-core: fix dragging on unmount component (T1093143) (53502ae)
  • react-grid: fix column resizing after its reordering (T1096930) (#​3557) (ae205dd)
  • react-grid: fix grouping for react 18 (#​3556) (edc0d60)
  • react-grid: fix render big amount of the rows in virtual table (#​3550) (c240410)
  • react-scheduler: fix DateTimePicker on Esc pressed (T1099508) (#​3558) (84792af)

v3.0.3

Compare Source

Bug Fixes
  • core: fix changing vizability for series(T1073127) (#​3535) (15e95d6)
  • core: make dx-core type public for fix lib check react-grid compilation error (#​3538) (629e905)
  • react-chart: apply right series hatching color for 2 charts with same selection state (#​3536) (3a2789e)
  • react-chart: fix chart in bootstrap and fix hover elements (#​3545) (8d76c42)
  • react-grid: add forwardedRef property in doc (#​3534) (82c8006)
  • react-grid: fix column reordering (T1079946) (#​3543) (06166f2)
  • react-grid: fix grouping with Banded columns (#​3541) (dd88f70)
  • react-grid: fix displaying data in virtual table (#​3529) (304489b)
  • react-grid-material-ui: column headers are not fixed on vertical scrolling if the TableFixedColumns plugin is used (T1079942) (#​3539) (c168da5)
  • react-scheduler: fix displaying edit form (#​3537) (6ae6d8e)
  • react-scheduler-material-ui: A circle icon doesn't apply a color set in a resource in an appointment tooltip (#​3540) (7f7e9bc)

v3.0.2

Compare Source

Bug Fixes

v3.0.1

Compare Source

Bug Fixes

v3.0.0

Compare Source

Bug Fixes
  • react-grid: add dependence in the TableBandHeader plugin (#​3483) (5eaf231)
  • react-grid: extend type of Filter value (#​3488) (65005d0)
  • react-grid: fix calculating colSpan for virtualTable (#​3469) (a8686e4)
  • react-grid: fix colspan calculation (#​3471) (5c44427)
  • react-grid: fix changing a visibility of a column with selectors(T1032186) (#​3458) (4c77781)
  • react-grid: fix page freezes on drag and drop (#​3462) (6f000e0)
  • react-grid: fix render of group cell of second level (#​3479) (b7c3919)
  • react-grid: fix type DataTypeProvider.ValueEditorProps (#​3484) (c9c93d0)
  • react-grid: fix type description in docs for toggleColumnVisibility (T1029991) (#​3446) (4e5500f)
  • react-grid: prevent resize of the column out the left side of window (#​3486) (bb11855)
  • react-scheduler: fix adding appointment after editing in control mode(T1024087) (#​3463) (462dbeb)
  • react-scheduler: fix container classes (#​3456) (1b40305)
  • react-scheduler: fix scrolling after migrate from jss (#​3487) (372dbc2)
  • react-scheduler: make timeScaleTickCellComponent property public (#​3474) (cee2043)
  • react-scheduler: actualize types for EditingState (#​3485) (8fece29)
Features
  • react-grid: use one table instead few in VirtualTable (#​3451) (9487c6c)
BREAKING CHANGES
  • react-grid: Now, declare the TableColumnVisibility plug-in before the TableBandHeader plug-in to correctly calculate column spans and borders.
...
+<TableColumnVisibility
+  defaultHiddenColumnNames={...}
+/>
...
<TableBandHeader
  columnBands={columnBands}
/>
...
-<TableColumnVisibility
-  defaultHiddenColumnNames={...}
-/>
...

Configuration

📅 Schedule: Branch creation - "before 4am on the first day of the month" in timezone Europe/Paris, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/major-devextreme-reactive-monorepo branch from 73f62fb to 2b77c77 Compare February 2, 2022 18:13
@renovate renovate bot requested a review from a team as a code owner February 17, 2022 10:24
@renovate renovate bot force-pushed the renovate/major-devextreme-reactive-monorepo branch 5 times, most recently from 9ba7c65 to 51ee046 Compare February 23, 2022 12:50
@renovate renovate bot force-pushed the renovate/major-devextreme-reactive-monorepo branch 2 times, most recently from 5555e5d to c08ac30 Compare March 14, 2022 16:31
@sonarcloud
Copy link

sonarcloud bot commented Mar 14, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@renovate renovate bot force-pushed the renovate/major-devextreme-reactive-monorepo branch 2 times, most recently from 78d41f5 to 6dc5f7b Compare June 16, 2022 23:40
@sonarcloud
Copy link

sonarcloud bot commented Jun 16, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@renovate renovate bot force-pushed the renovate/major-devextreme-reactive-monorepo branch from 6dc5f7b to 778f404 Compare January 17, 2023 09:57
@renovate renovate bot changed the title fix(deps): update devextreme-reactive monorepo to v3 (major) fix(deps): update devextreme-reactive monorepo to v4 (major) Jan 17, 2023
@renovate renovate bot force-pushed the renovate/major-devextreme-reactive-monorepo branch 3 times, most recently from 5c3cc35 to 8b38e62 Compare January 23, 2023 13:11
@renovate renovate bot force-pushed the renovate/major-devextreme-reactive-monorepo branch 2 times, most recently from e0f4820 to 6bdb0ac Compare January 31, 2023 15:16
@renovate renovate bot force-pushed the renovate/major-devextreme-reactive-monorepo branch from 6bdb0ac to fc1f783 Compare February 20, 2023 09:13
@socket-security
Copy link

socket-security bot commented Feb 20, 2023

👍 Dependency issues cleared. Learn more about Socket for GitHub ↗︎

This PR previously contained dependency changes with security issues that have been resolved, removed, or ignored.

@renovate renovate bot force-pushed the renovate/major-devextreme-reactive-monorepo branch from fc1f783 to 76c3e04 Compare March 15, 2023 14:46
@sonarcloud
Copy link

sonarcloud bot commented Mar 15, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@renovate renovate bot force-pushed the renovate/major-devextreme-reactive-monorepo branch from 76c3e04 to 63d37dc Compare May 23, 2023 08:32
@renovate renovate bot force-pushed the renovate/major-devextreme-reactive-monorepo branch from 63d37dc to b79f192 Compare May 23, 2023 13:12
@sonarcloud
Copy link

sonarcloud bot commented May 23, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@renovate renovate bot force-pushed the renovate/major-devextreme-reactive-monorepo branch from b79f192 to 037f67a Compare July 26, 2023 16:44
@renovate renovate bot force-pushed the renovate/major-devextreme-reactive-monorepo branch from 037f67a to 463eebc Compare July 26, 2023 18:40
@sonarcloud
Copy link

sonarcloud bot commented Jul 26, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@renovate renovate bot force-pushed the renovate/major-devextreme-reactive-monorepo branch from 463eebc to 2384183 Compare September 11, 2023 14:55
@socket-security
Copy link

socket-security bot commented Sep 11, 2023

Updated dependencies detected. Learn more about Socket for GitHub ↗︎

Packages Version New capabilities Transitives Size Publisher
@devexpress/dx-react-chart-material-ui 2.7.6...4.0.6 None +10/-8 1.94 MB timbset
@devexpress/dx-react-chart 2.7.6...4.0.6 None +9/-7 1.79 MB timbset
@devexpress/dx-react-core 2.7.6...4.0.6 None +1/-1 384 kB timbset

@renovate renovate bot force-pushed the renovate/major-devextreme-reactive-monorepo branch from 2384183 to 5d1b882 Compare September 11, 2023 16:21
@sonarcloud
Copy link

sonarcloud bot commented Sep 11, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@renovate renovate bot force-pushed the renovate/major-devextreme-reactive-monorepo branch from 5d1b882 to ff13954 Compare November 14, 2023 14:54
@renovate renovate bot force-pushed the renovate/major-devextreme-reactive-monorepo branch from ff13954 to 9e5db42 Compare November 14, 2023 15:18
@renovate renovate bot force-pushed the renovate/major-devextreme-reactive-monorepo branch from 9e5db42 to bce426b Compare November 14, 2023 15:49
@renovate renovate bot force-pushed the renovate/major-devextreme-reactive-monorepo branch from bce426b to e8e6d4d Compare November 27, 2023 09:22
@renovate renovate bot force-pushed the renovate/major-devextreme-reactive-monorepo branch from e8e6d4d to 8df91a4 Compare December 11, 2023 14:48
@renovate renovate bot force-pushed the renovate/major-devextreme-reactive-monorepo branch from 8df91a4 to c9ecfea Compare December 11, 2023 14:52
Copy link

sonarcloud bot commented Dec 11, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants