Skip to content

Commit

Permalink
v1.198.0-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
varovaro committed Jan 27, 2025
2 parents 7d79b14 + 8a48787 commit 02a003f
Show file tree
Hide file tree
Showing 14 changed files with 520 additions and 805 deletions.
36 changes: 18 additions & 18 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,33 +5,33 @@ updates:
schedule:
interval: daily
ignore:
- dependency-name: "@types/*"
- dependency-name: "@sentry/node" #6880
versions: [">= 7.114.0"]
- dependency-name: '@types/*'
- dependency-name: '@sentry/node' #6880
versions: ['>= 7.114.0']
- dependency-name: flowbite #Flowbite & flowbite-datepicker upgrade #6993
versions: [">= 2.3.1"]
versions: ['>= 2.3.1']
- dependency-name: flowbite-datepicker #Flowbite & flowbite-datepicker upgrade #6993
versions: [">= 1.2.8"]
versions: ['>= 1.2.8']
- dependency-name: flowbite-react #Flowbite & flowbite-datepicker upgrade #6993
versions: [">= 0.10.1"]
versions: ['>= 0.10.1']
- dependency-name: Mongoose #Mongoose upgrade #7017
versions: [">= 8.4.3"]
versions: ['>= 8.4.3']
- dependency-name: cookie
- dependency-name: "@socket.io*"
- dependency-name: bootstrap
- dependency-name: '@socket.io*'
- dependency-name: bootstrap #we have decided to dont update bootstrap #7489
- dependency-name: express-prom-bundle
- dependency-name: immutable
- dependency-name: otplib
- dependency-name: redux
- dependency-name: redux-thunk
- dependency-name: "@typescript-eslint/eslint-plugin"
- dependency-name: "@typescript-eslint/parser"
- dependency-name: '@typescript-eslint/eslint-plugin'
- dependency-name: '@typescript-eslint/parser'
- dependency-name: eslint #6784
- dependency-name: fetch-mock
- dependency-name: react-router-dom
- dependency-name: react-datepicker
- dependency-name: recharts
- dependency-name: "@headlessui/react"
- dependency-name: '@headlessui/react'
- dependency-name: react-player
open-pull-requests-limit: 5
labels:
Expand All @@ -41,19 +41,19 @@ updates:
babel:
applies-to: version-updates
patterns:
- "@babel*"
- '@babel*'
storybook:
applies-to: version-updates
patterns:
- "@storybook*"
- '@storybook*'
sentry:
applies-to: version-updates
patterns:
- "@sentry*"
- '@sentry*'
dnd-kit:
applies-to: version-updates
patterns:
- "@dnd-kit*"
- '@dnd-kit*'
socket.io:
applies-to: version-updates
patterns:
Expand All @@ -70,9 +70,9 @@ updates:
applies-to: version-updates
update-types: [minor, patch]
patterns:
- "*"
- '*'
dev-major-dependencies:
applies-to: version-updates
update-types: [major]
patterns:
- "*"
- '*'
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ exports[`StackedDualBarChart should allow overriding default data and label and
height={320}
>
<BarChart
barCategoryGap="10%"
barGap={4}
data={
Array [
Object {
Expand All @@ -18,7 +16,6 @@ exports[`StackedDualBarChart should allow overriding default data and label and
]
}
height={300}
layout="horizontal"
margin={
Object {
"bottom": 0,
Expand All @@ -27,9 +24,6 @@ exports[`StackedDualBarChart should allow overriding default data and label and
"top": 0,
}
}
reverseStackOrder={false}
stackOffset="none"
syncMethod="index"
>
<XAxis
allowDataOverflow={false}
Expand Down Expand Up @@ -215,11 +209,8 @@ exports[`StackedDualBarChart should render a BarChart with default values 1`] =
height={320}
>
<BarChart
barCategoryGap="10%"
barGap={4}
data={Array []}
height={300}
layout="horizontal"
margin={
Object {
"bottom": 0,
Expand All @@ -228,9 +219,6 @@ exports[`StackedDualBarChart should render a BarChart with default values 1`] =
"top": 0,
}
}
reverseStackOrder={false}
stackOffset="none"
syncMethod="index"
>
<XAxis
allowDataOverflow={false}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ exports[`BarChart Markdown component should render the data passed by mapStateTo
height={320}
>
<BarChart
barCategoryGap="10%"
barGap={4}
data={
Array [
Object {
Expand All @@ -44,17 +42,6 @@ exports[`BarChart Markdown component should render the data passed by mapStateTo
}
height={300}
layout="horizontal"
margin={
Object {
"bottom": 5,
"left": 5,
"right": 5,
"top": 5,
}
}
reverseStackOrder={false}
stackOffset="none"
syncMethod="index"
>
<XAxis
allowDataOverflow={false}
Expand Down Expand Up @@ -198,8 +185,6 @@ exports[`BarChart Markdown component when excludeZero should render without zero
height={320}
>
<BarChart
barCategoryGap="10%"
barGap={4}
data={
Array [
Object {
Expand All @@ -221,17 +206,6 @@ exports[`BarChart Markdown component when excludeZero should render without zero
}
height={300}
layout="horizontal"
margin={
Object {
"bottom": 5,
"left": 5,
"right": 5,
"top": 5,
}
}
reverseStackOrder={false}
stackOffset="none"
syncMethod="index"
>
<XAxis
allowDataOverflow={false}
Expand Down Expand Up @@ -420,8 +394,6 @@ exports[`BarChart Markdown component when passing maxCategories should only rend
height={320}
>
<BarChart
barCategoryGap="10%"
barGap={4}
data={
Array [
Object {
Expand All @@ -438,17 +410,6 @@ exports[`BarChart Markdown component when passing maxCategories should only rend
}
height={300}
layout="horizontal"
margin={
Object {
"bottom": 5,
"left": 5,
"right": 5,
"top": 5,
}
}
reverseStackOrder={false}
stackOffset="none"
syncMethod="index"
>
<XAxis
allowDataOverflow={false}
Expand Down Expand Up @@ -582,8 +543,6 @@ exports[`BarChart Markdown component when passing maxCategories should render ot
height={320}
>
<BarChart
barCategoryGap="10%"
barGap={4}
data={
Array [
Object {
Expand All @@ -601,17 +560,6 @@ exports[`BarChart Markdown component when passing maxCategories should render ot
}
height={300}
layout="horizontal"
margin={
Object {
"bottom": 5,
"left": 5,
"right": 5,
"top": 5,
}
}
reverseStackOrder={false}
stackOffset="none"
syncMethod="index"
>
<XAxis
allowDataOverflow={false}
Expand Down Expand Up @@ -745,8 +693,6 @@ exports[`BarChart Markdown component when passing scatter parameter should displ
height={320}
>
<BarChart
barCategoryGap="10%"
barGap={4}
data={
Array [
Object {
Expand Down Expand Up @@ -783,17 +729,6 @@ exports[`BarChart Markdown component when passing scatter parameter should displ
}
height={300}
layout="horizontal"
margin={
Object {
"bottom": 5,
"left": 5,
"right": 5,
"top": 5,
}
}
reverseStackOrder={false}
stackOffset="none"
syncMethod="index"
>
<XAxis
allowDataOverflow={false}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,6 @@ exports[`FreeBarChart when data should allow changing dataKeys with buttons 1`]
height={320}
>
<BarChart
barCategoryGap="10%"
barGap={4}
data={
Array [
Object {
Expand All @@ -132,17 +130,6 @@ exports[`FreeBarChart when data should allow changing dataKeys with buttons 1`]
}
height={300}
layout="horizontal"
margin={
Object {
"bottom": 5,
"left": 5,
"right": 5,
"top": 5,
}
}
reverseStackOrder={false}
stackOffset="none"
syncMethod="index"
>
<XAxis
allowDataOverflow={false}
Expand Down Expand Up @@ -300,8 +287,6 @@ exports[`FreeBarChart when data should allow changing dataKeys with buttons 2`]
height={320}
>
<BarChart
barCategoryGap="10%"
barGap={4}
data={
Array [
Object {
Expand All @@ -320,17 +305,6 @@ exports[`FreeBarChart when data should allow changing dataKeys with buttons 2`]
}
height={300}
layout="horizontal"
margin={
Object {
"bottom": 5,
"left": 5,
"right": 5,
"top": 5,
}
}
reverseStackOrder={false}
stackOffset="none"
syncMethod="index"
>
<XAxis
allowDataOverflow={false}
Expand Down Expand Up @@ -468,8 +442,6 @@ exports[`FreeBarChart when data should allow personalizing the options 1`] = `
height={320}
>
<BarChart
barCategoryGap="10%"
barGap={4}
data={
Array [
Object {
Expand All @@ -488,17 +460,6 @@ exports[`FreeBarChart when data should allow personalizing the options 1`] = `
}
height={300}
layout="vertical"
margin={
Object {
"bottom": 5,
"left": 5,
"right": 5,
"top": 5,
}
}
reverseStackOrder={false}
stackOffset="none"
syncMethod="index"
>
<XAxis
allowDataOverflow={false}
Expand Down Expand Up @@ -636,8 +597,6 @@ exports[`FreeBarChart when data should render basic data with correct defaults 1
height={320}
>
<BarChart
barCategoryGap="10%"
barGap={4}
data={
Array [
Object {
Expand All @@ -656,17 +615,6 @@ exports[`FreeBarChart when data should render basic data with correct defaults 1
}
height={300}
layout="horizontal"
margin={
Object {
"bottom": 5,
"left": 5,
"right": 5,
"top": 5,
}
}
reverseStackOrder={false}
stackOffset="none"
syncMethod="index"
>
<XAxis
allowDataOverflow={false}
Expand Down
Loading

0 comments on commit 02a003f

Please sign in to comment.