Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 22, 2025

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps @wordpress/dataviews from 6.0.0 to 9.0.0.

Changelog

Sourced from @​wordpress/dataviews's changelog.

9.0.0 (2025-09-17)

Breaking changes

  • Remove boolean form control. Fields using Edit: 'boolean' must now use Edit: 'checkbox' or Edit: 'toggle' instead. Boolean field types now use checkboxes by default. #71505
  • DataViews: Custom empty elements are no longer wrapped in <p> tags to improve accessibility. #71561

Features

  • Field API: introduce setValue to fix DataViews filters and DataForm panel layout (modal) when working with nested data. #71604
  • Introduce a new DataViewsPicker component. #70971
  • Dataform: Add new telephone field type and field control. #71498
  • DataForm: introduce a new row layout, check the README for details. #71124
  • Dataform: Add new url field type and field control. #71518
  • Dataform: Add new password field type and field control. #71545
  • DataForm: Add a textarea control for use with the text field type (#71495)
  • DataViews: support groupBy in the list layout. #71548
  • DataForm: support validation in select control #71665
  • DataForm: support validation in toggleGroup control. (#71666)
  • DataForm: Add object configuration support for Edit property with some options. (#71582)
  • DataForm: Add summary field support for composed fields. (#71614)
  • DataForm: update radio control to support required and custom validation. #71664

Bug Fixes

  • DataViews grid layout: make sure media previews have rounded corners. #71543
  • DataForm regular layout: Remove label style overrides as they cause inconsistent results. (#71574)
  • DataForm regular layout: Use BaseControl visual label for readonly fields when in top labelPosition. (#71597)

8.0.0 (2025-09-03)

Breaking changes

  • Revert the ability to hide the view config via config prop and export a DataViews.Footer component to support the "Minimal UI" story. #71276

Enhancements

  • DataForm: add description support for the combined fields and show the description in the Card layout (#71380).
  • Add support for hiding the title in Grid layouts, with the actions menu rendered over the media preview. #71369

Internal

  • Display names for Context providers #71208

Bug Fixes

  • DataViews: Fix incorrect documentation for defaultLayouts prop. #71334
  • DataViews: Fix mismatched padding on mobile viewports for grid layout #71455

7.0.0 (2025-08-20)

... (truncated)

Commits
  • d7601d3 chore(release): publish
  • 5eb3736 Update changelog files
  • 74eb374 Merge changes published in the Gutenberg plugin "release/21.7" branch
  • c66cb08 chore(release): publish
  • 0a60ca0 Update changelog files
  • aa2e3bf Merge changes published in the Gutenberg plugin "release/21.6" branch
  • 445ede0 chore(release): publish
  • 942f381 Update changelog files
  • acf94a9 Merge changes published in the Gutenberg plugin "release/21.5" branch
  • See full diff 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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 6.0.0 to 9.0.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/[email protected]/packages/dataviews)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file. javascript Pull requests that update javascript code. labels Sep 22, 2025
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