Skip to content

Commit

Permalink
Ariakit: Update to v0.4.10 (WordPress#64637)
Browse files Browse the repository at this point in the history
* Ariakit: Update to v0.4.9

* CHANGELOG

* Deduplicate some ariakit dependencies

* TabPanel: keep tabs accessible when disabled

* Tab: enable accessibleWhenDisabled specifically

* Bump to 0.4.10

* Revert "TabPanel: keep tabs accessible when disabled"

This reverts commit 44ede08.

* Revert "Tab: enable accessibleWhenDisabled specifically"

This reverts commit 3128041.

* Fix CHANGELOG

Co-authored-by: Marco Ciampini <marco.ciampo@gmail.com>

---------

Co-authored-by: Marco Ciampini <marco.ciampo@gmail.com>

Co-authored-by: tyxla <tyxla@git.wordpress.org>
Co-authored-by: ciampo <mciampini@git.wordpress.org>
Co-authored-by: diegohaz <hazdiego@git.wordpress.org>
  • Loading branch information
4 people authored and bph committed Aug 31, 2024
1 parent d82db03 commit a8976f0
Show file tree
Hide file tree
Showing 5 changed files with 59 additions and 86 deletions.
135 changes: 55 additions & 80 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
"@actions/core": "1.9.1",
"@actions/github": "5.0.0",
"@apidevtools/json-schema-ref-parser": "11.6.4",
"@ariakit/test": "^0.4.0",
"@ariakit/test": "^0.4.2",
"@babel/core": "7.24.3",
"@babel/plugin-proposal-export-namespace-from": "7.18.9",
"@babel/plugin-syntax-jsx": "7.24.1",
Expand Down
4 changes: 1 addition & 3 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,8 @@
- `Composite` v2: add `Hover` and `Typeahead` subcomponents ([#64399](https://github.com/WordPress/gutenberg/pull/64399)).
- `Composite` v2: add focus-related props to `Composite`and`Composite.Item` subcomponents ([#64450](https://github.com/WordPress/gutenberg/pull/64450)).
- `Composite` v2: add `Context` subcomponent ([#64493](https://github.com/WordPress/gutenberg/pull/64493)).

### Internal

- `CustomSelectControl`: Improve type inferring ([#64412](https://github.com/WordPress/gutenberg/pull/64412)).
- Update `ariakit` to version `0.4.10` ([#64637](https://github.com/WordPress/gutenberg/pull/64637)).

## 28.5.0 (2024-08-07)

Expand Down
2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
],
"types": "build-types",
"dependencies": {
"@ariakit/react": "^0.4.7",
"@ariakit/react": "^0.4.10",
"@babel/runtime": "^7.16.0",
"@emotion/cache": "^11.7.1",
"@emotion/css": "^11.7.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/dataviews/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"types": "build-types",
"sideEffects": false,
"dependencies": {
"@ariakit/react": "^0.4.7",
"@ariakit/react": "^0.4.10",
"@babel/runtime": "^7.16.0",
"@wordpress/components": "file:../components",
"@wordpress/compose": "file:../compose",
Expand Down

0 comments on commit a8976f0

Please sign in to comment.