Skip to content

Commit c3d2dd8

Browse files
authored
Merge pull request #588 from bartoval/update_pf
chore: 🔨 Update patternfly
2 parents 24acea1 + b758ef1 commit c3d2dd8

File tree

4 files changed

+539
-463
lines changed

4 files changed

+539
-463
lines changed

__tests__/__snapshots__/Metric.spec.tsx.snap

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,6 @@ exports[`Metrics Component > renders correctly 1`] = `
331331
class="pf-v6-c-card__header-toggle"
332332
>
333333
<button
334-
aria-disabled="false"
335334
class="pf-v6-c-button pf-m-plain"
336335
data-ouia-component-id="OUIA-Generated-Button-plain-1"
337336
data-ouia-component-type="PF6/Button"
@@ -434,7 +433,6 @@ exports[`Metrics Component > renders correctly 1`] = `
434433
class="pf-v6-c-card__header-toggle"
435434
>
436435
<button
437-
aria-disabled="false"
438436
class="pf-v6-c-button pf-m-plain"
439437
data-ouia-component-id="OUIA-Generated-Button-plain-2"
440438
data-ouia-component-type="PF6/Button"
@@ -532,7 +530,6 @@ exports[`Metrics Component > renders correctly 1`] = `
532530
class="pf-v6-c-card__header-toggle"
533531
>
534532
<button
535-
aria-disabled="false"
536533
class="pf-v6-c-button pf-m-plain"
537534
data-ouia-component-id="OUIA-Generated-Button-plain-3"
538535
data-ouia-component-type="PF6/Button"
@@ -633,7 +630,6 @@ exports[`Metrics Component > renders correctly 1`] = `
633630
class="pf-v6-c-card__header-toggle"
634631
>
635632
<button
636-
aria-disabled="false"
637633
class="pf-v6-c-button pf-m-plain"
638634
data-ouia-component-id="OUIA-Generated-Button-plain-4"
639635
data-ouia-component-type="PF6/Button"
@@ -731,7 +727,6 @@ exports[`Metrics Component > renders correctly 1`] = `
731727
class="pf-v6-c-card__header-toggle"
732728
>
733729
<button
734-
aria-disabled="false"
735730
class="pf-v6-c-button pf-m-plain"
736731
data-ouia-component-id="OUIA-Generated-Button-plain-5"
737732
data-ouia-component-type="PF6/Button"

__tests__/__snapshots__/SkSankeyChart.spec.tsx.snap

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ exports[`SkSankeyChart > should render the SkSankeyChart component 1`] = `
2626
class="pf-v6-c-toolbar__toggle"
2727
>
2828
<button
29-
aria-disabled="false"
3029
aria-haspopup="false"
3130
aria-label="Show Filters"
3231
class="pf-v6-c-button pf-m-plain"
@@ -218,7 +217,6 @@ exports[`SkSankeyChart > should render the SkSankeyChart component 1`] = `
218217
class="pf-v6-c-toolbar__toggle"
219218
>
220219
<button
221-
aria-disabled="false"
222220
aria-haspopup="false"
223221
aria-label="Show Filters"
224222
class="pf-v6-c-button pf-m-plain"

package.json

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -34,42 +34,42 @@
3434
},
3535
"dependencies": {
3636
"@antv/g6": "5.0.45",
37-
"@nivo/sankey": "0.88.0",
38-
"@patternfly/patternfly": "6.1.0",
39-
"@patternfly/react-charts": "8.1.0",
40-
"@patternfly/react-core": "6.1.0",
41-
"@patternfly/react-icons": "6.1.0",
42-
"@patternfly/react-table": "6.1.0",
43-
"@patternfly/react-tokens": "6.1.0",
44-
"@tanstack/react-query": "5.71.5",
37+
"@nivo/sankey": "0.89.1",
38+
"@patternfly/patternfly": "6.2.3",
39+
"@patternfly/react-charts": "8.2.1",
40+
"@patternfly/react-core": "6.2.1",
41+
"@patternfly/react-icons": "6.2.1",
42+
"@patternfly/react-table": "6.2.1",
43+
"@patternfly/react-tokens": "6.2.1",
44+
"@tanstack/react-query": "5.74.4",
4545
"axios": "1.8.4",
4646
"react": "18.3.1",
4747
"react-dom": "18.3.1",
4848
"react-error-boundary": "5.0.0",
49-
"react-router-dom": "7.4.1",
49+
"react-router-dom": "7.5.1",
5050
"victory": "37.3.6"
5151
},
5252
"devDependencies": {
5353
"@commitlint/cli": "^19.8.0",
5454
"@commitlint/config-conventional": "^19.8.0",
55-
"@eslint/js": "^9.24.0",
55+
"@eslint/js": "^9.25.1",
5656
"@testing-library/dom": "^10.4.0",
5757
"@testing-library/jest-dom": "^6.6.3",
5858
"@testing-library/react": "^16.3.0",
5959
"@testing-library/user-event": "^14.6.1",
60-
"@types/node": "^22.14.0",
61-
"@types/react": "^19.1.1",
60+
"@types/node": "^22.14.1",
61+
"@types/react": "^19.1.2",
6262
"@types/react-dom": "^19.1.2",
63-
"@vitejs/plugin-react": "^4.3.4",
64-
"@vitest/coverage-v8": "^3.1.1",
65-
"@vitest/eslint-plugin": "^1.1.42",
63+
"@vitejs/plugin-react": "^4.4.1",
64+
"@vitest/coverage-v8": "^3.1.2",
65+
"@vitest/eslint-plugin": "^1.1.43",
6666
"circular-dependency-plugin": "^5.2.2",
6767
"commitizen": "^4.3.1",
6868
"copy-webpack-plugin": "^13.0.0",
6969
"css-loader": "^7.1.2",
70-
"cypress": "^14.3.0",
70+
"cypress": "^14.3.2",
7171
"cz-git": "^1.11.1",
72-
"eslint": "^9.24.0",
72+
"eslint": "^9.25.1",
7373
"eslint-config-prettier": "^10.1.2",
7474
"eslint-plugin-import": "^2.31.0",
7575
"eslint-plugin-prettier": "^5.2.6",
@@ -78,19 +78,19 @@
7878
"globals": "^16.0.0",
7979
"html-webpack-plugin": "^5.6.3",
8080
"husky": "^9.1.7",
81-
"jsdom": "^26.0.0",
82-
"lint-staged": "^15.5.0",
81+
"jsdom": "^26.1.0",
82+
"lint-staged": "^15.5.1",
8383
"mini-css-extract-plugin": "^2.9.2",
8484
"miragejs": "^0.1.48",
8585
"prettier": "^3.5.3",
8686
"start-server-and-test": "^2.0.11",
8787
"terser-webpack-plugin": "^5.3.14",
8888
"ts-loader": "^9.5.2",
8989
"typescript": "^5.8.3",
90-
"typescript-eslint": "^8.29.1",
91-
"vite": "^6.2.6",
92-
"vitest": "^3.1.1",
93-
"webpack": "^5.99.5",
90+
"typescript-eslint": "^8.31.0",
91+
"vite": "^6.3.2",
92+
"vitest": "^3.1.2",
93+
"webpack": "^5.99.6",
9494
"webpack-cli": "^6.0.1"
9595
},
9696
"browserslist": [

0 commit comments

Comments
 (0)