Skip to content

chore(deps): bump @wordpress/dataviews from 14.3.0 to 17.3.0 - #197

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/wordpress/dataviews-17.3.0
Open

chore(deps): bump @wordpress/dataviews from 14.3.0 to 17.3.0#197
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/wordpress/dataviews-17.3.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 7, 2026

Copy link
Copy Markdown
Contributor

Bumps @wordpress/dataviews from 14.3.0 to 17.3.0.

Changelog

Sourced from @​wordpress/dataviews's changelog.

17.3.0 (2026-07-29)

Enhancements

  • DataViews: Add Shift+Click range selection through a shared useSelectionProps hook that layouts can adopt, wired up in the table and grid layouts.#80046
  • DataViewsPicker: Add Shift+Click range selection to the picker-table, picker-grid, and picker-activity layouts. #80413

Bug Fix

  • DataForms: Stop the card and details layouts from hijacking focus when they reveal validation errors. Errors for every field in the container are now shown once focus leaves it, instead of on each internal blur, and revealing them no longer moves focus, so the natural tab sequence is preserved. #80685
  • DataForms: Complete the richtext control's autocomplete semantics by associating the textbox with its suggestions list for assistive technology. #80403
  • DataViews: Fix the list layout ignoring the density setting, the refreshing state, and the loading state when groupBy is set. #80255
  • Fix Dataviews popover hover text color readability issue on WordPress 7.0. #80105
  • DataViews: Fix the unintended gap between list layout items when groupBy is set. #80254
  • DataViews: Give the search field a fixed width so it no longer resizes when the reset button appears or disappears as the search value changes. #80315

Internal

  • Update date-fns to 4.4.0 (#80763).
  • Update Jest type definitions to v30 (#80767).
  • DataViews: Model useSelectionProps with orthogonal semantic props (selectionMode, shouldSelectOnClick, and a caller-supplied isItemSelectable) instead of a picker-specific flag, and route the list layout's selection through the shared hook. selectionMode distinguishes multi-selection from the two single-selection semantics ('single-required' keeps an item selected on re-click, 'single-clearable' allows clearing it), so the list layout keeps its always-selected behavior while single-select pickers stay clearable. No behavior change. #80677
  • DataForms: Track the richtext control's selection with a single React-tree focus boundary (useFocusOutside) instead of document-level focus bookkeeping, and drop the field-owned Popover.Slot so format popovers use the default Popover container. No behavior change. #80324
  • Update exports to use subpath patterns instead of deprecated trailing / folder mappings (#80270).

17.2.0 (2026-07-14)

New Features

  • DataForms: Add a richtext control, selectable via Edit: 'richtext' (or an EditConfig with control: 'richtext'). The control assembles @wordpress/rich-text into the presentational ContentEditableControl shell from @wordpress/components. #78471 #79345

Bug Fix

  • DataViews: Stop the infinite-scroll list from jumping while pages load asynchronously. The scroll-anchor restoration no longer discards scrolling the user did during the load, and the footer's visibility no longer depends on the loading state, so it no longer mounts mid-load (resizing the scroll container). #79546
  • Fix Dataviews popover hover text color readability issue on WordPress 7.0. #80105

Internal

  • Expose the richtext control's RichTextControl assembly as a private API so other core packages can render a standalone rich text form field without a DataForm (#78242).
  • Add an optional completers prop to the private RichTextControl assembly, wiring @wordpress/components' autocomplete to the field (e.g. for @ mentions) (#79604).
  • Update @ariakit/react to 0.4.32 (#79860).

Enhancements

  • Update emphasized labels and controls from the legacy medium weight to the emphasis font-weight token (#80093).

  • Widen React peer dependency ranges to ^18 || ^19 to support both React 18 and React 19 environments (#80024).

  • ValidatedDateControl: Update validation error message to be announced by screen readers using speak instead of an inline aria-live region (#79600)

17.1.0 (2026-07-01)

... (truncated)

Commits
  • 7e8b17a chore(release): publish
  • 42ad080 Update changelog files
  • edffa74 Merge changes published in the Gutenberg plugin "release/23.7" branch
  • e9a74f9 chore(release): publish
  • 2a0c375 Update changelog files
  • e61c854 Merge changes published in the Gutenberg plugin "release/23.6" branch
  • 1055a35 Update changelog files
  • 8ca3e8e Merge changes published in the Gutenberg plugin "release/23.6" branch
  • 66c8050 Fix wp/latest release metadata (#79821)
  • d0d1bfc Update changelog files
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@wordpress/dataviews](https://github.com/WordPress/gutenberg/tree/HEAD/packages/dataviews) from 14.3.0 to 17.3.0.
- [Release notes](https://github.com/WordPress/gutenberg/releases)
- [Changelog](https://github.com/WordPress/gutenberg/blob/trunk/packages/dataviews/CHANGELOG.md)
- [Commits](https://github.com/WordPress/gutenberg/commits/@wordpress/dataviews@17.3.0/packages/dataviews)

---
updated-dependencies:
- dependency-name: "@wordpress/dataviews"
  dependency-version: 17.3.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 7, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants