Skip to content

Commit

Permalink
Update ariakit version (#57325)
Browse files Browse the repository at this point in the history
* Update @ariakit/react to 0.3.10 and @ariakit/test to 0.3.5

* Update snapshots

* CHANGELOG

* Update snapshots
  • Loading branch information
ciampo authored Dec 22, 2023
1 parent ae7467d commit 971c401
Show file tree
Hide file tree
Showing 6 changed files with 80 additions and 88 deletions.
150 changes: 75 additions & 75 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
"devDependencies": {
"@actions/core": "1.9.1",
"@actions/github": "5.0.0",
"@ariakit/test": "^0.3.0",
"@ariakit/test": "^0.3.5",
"@babel/core": "7.16.0",
"@babel/plugin-proposal-export-namespace-from": "7.18.9",
"@babel/plugin-syntax-jsx": "7.16.0",
Expand Down Expand Up @@ -392,4 +392,4 @@
],
"welcome-build-command": "npm run dev"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,6 @@ exports[`ColorPaletteControl matches the snapshot 1`] = `
aria-selected="true"
class="components-button components-circular-option-picker__option"
data-active-item=""
data-command=""
id="components-circular-option-picker-0-0"
role="option"
style="background-color: rgb(255, 0, 0); color: rgb(255, 0, 0);"
Expand Down
1 change: 1 addition & 0 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@

### Enhancements

- Update `ariakit` to version `0.3.10` ([#57325](https://github.com/WordPress/gutenberg/pull/57325)).
- `DropdownMenuV2`: do not collapse suffix width ([#57238](https://github.com/WordPress/gutenberg/pull/57238)).
- `DateTimePicker`: Adjustment of the dot position on DayButton and expansion of the button area. ([#55502](https://github.com/WordPress/gutenberg/pull/55502)).
- `Modal`: Improve application of body class names ([#55430](https://github.com/WordPress/gutenberg/pull/55430)).
Expand Down
4 changes: 2 additions & 2 deletions packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
],
"types": "build-types",
"dependencies": {
"@ariakit/react": "^0.3.5",
"@ariakit/react": "^0.3.10",
"@babel/runtime": "^7.16.0",
"@emotion/cache": "^11.7.1",
"@emotion/css": "^11.7.1",
Expand Down Expand Up @@ -88,4 +88,4 @@
"publishConfig": {
"access": "public"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,6 @@ exports[`ToggleGroupControl controlled should render correctly with icons 1`] =
aria-label="Uppercase"
class="emotion-12 components-toggle-group-control-option-base"
data-active-item=""
data-command=""
data-value="uppercase"
data-wp-c16t="true"
data-wp-component="ToggleGroupControlOptionBase"
Expand Down Expand Up @@ -288,7 +287,6 @@ exports[`ToggleGroupControl controlled should render correctly with icons 1`] =
aria-checked="false"
aria-label="Lowercase"
class="emotion-18 components-toggle-group-control-option-base"
data-command=""
data-value="lowercase"
data-wp-c16t="true"
data-wp-component="ToggleGroupControlOptionBase"
Expand Down Expand Up @@ -498,7 +496,6 @@ exports[`ToggleGroupControl controlled should render correctly with text options
aria-checked="false"
aria-label="R"
class="emotion-12 components-toggle-group-control-option-base"
data-command=""
data-value="rigas"
data-wp-c16t="true"
data-wp-component="ToggleGroupControlOptionBase"
Expand All @@ -521,7 +518,6 @@ exports[`ToggleGroupControl controlled should render correctly with text options
aria-checked="false"
aria-label="J"
class="emotion-12 components-toggle-group-control-option-base"
data-command=""
data-value="jack"
data-wp-c16t="true"
data-wp-component="ToggleGroupControlOptionBase"
Expand Down Expand Up @@ -798,7 +794,6 @@ exports[`ToggleGroupControl uncontrolled should render correctly with icons 1`]
aria-label="Uppercase"
class="emotion-12 components-toggle-group-control-option-base"
data-active-item=""
data-command=""
data-value="uppercase"
data-wp-c16t="true"
data-wp-component="ToggleGroupControlOptionBase"
Expand Down Expand Up @@ -837,7 +832,6 @@ exports[`ToggleGroupControl uncontrolled should render correctly with icons 1`]
aria-checked="false"
aria-label="Lowercase"
class="emotion-18 components-toggle-group-control-option-base"
data-command=""
data-value="lowercase"
data-wp-c16t="true"
data-wp-component="ToggleGroupControlOptionBase"
Expand Down Expand Up @@ -1041,7 +1035,6 @@ exports[`ToggleGroupControl uncontrolled should render correctly with text optio
aria-checked="false"
aria-label="R"
class="emotion-12 components-toggle-group-control-option-base"
data-command=""
data-value="rigas"
data-wp-c16t="true"
data-wp-component="ToggleGroupControlOptionBase"
Expand All @@ -1064,7 +1057,6 @@ exports[`ToggleGroupControl uncontrolled should render correctly with text optio
aria-checked="false"
aria-label="J"
class="emotion-12 components-toggle-group-control-option-base"
data-command=""
data-value="jack"
data-wp-c16t="true"
data-wp-component="ToggleGroupControlOptionBase"
Expand Down

1 comment on commit 971c401

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Flaky tests detected in 971c401.
Some tests passed with failed attempts. The failures may not be related to this commit but are still reported for visibility. See the documentation for more information.

🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/7299168436
📝 Reported issues:

Please sign in to comment.