Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 27, 2025

Bumps @wordpress/dataviews from 9.1.0 to 10.1.0.

Changelog

Sourced from @​wordpress/dataviews's changelog.

10.1.0 (2025-10-21)

Enhancements

  • Consistently use font-weight 499 instead of 500 (#72473).
  • Dataviews: Use text based buttons for actions instead of text. #72417

10.0.0 (2025-10-17)

Bug Fixes

  • DataViewsPicker: ensure title overflows correctly in Grid view. (#72339)

Enhancements

  • Dataviews: Make header table view select all checkbox always visible. (#72050)
  • Move search icon in search fields to prefix position (#71984).
  • Flip search icons depending on placement (#72070).
  • DataViews: Improve renderItemLink event propagation handling. (#72081).
  • Normalize search field styles (#72072).
  • DataForm control for date supports required and custom validation #72048.
  • DataForm control for datetime supports required and custom validation. #72060.
  • Standardise DataForm typography. #72284.
  • Dataviews: Add support for dynamic modal headers. #72384
  • Field API: support async loading elements. #72254

Breaking changes

  • DataForm no longer injects an empty value to the select control. Consumers must now explicitly provide it if they need one. #72241
  • DataForm: Add summary field support for both card and panel layouts. The summary property has been moved from the field level to the layout level, and so fields using summary at the field level must now configure it within the layout object. Additionally, the first children will only be used as summary for the panel if 1) there is no layout.summary and 2) the form field ID doesn't match any existing field. See README for details. #71576
  • Remove Data< Item > type, as it is no longer used internally for a long time. #72051
  • Remove isDestructive prop from actions API. Destructive actions should be communicated via flow (opens modal to confirm) and color should be used in the modal. #72111
  • The isValid.custom default function that comes with the field type no longer checks for elements. This is now the isValid.elements responsibility and can be toggle on/off separately. #72325
  • DataForm: make validation controlled by leveraging a validity prop. This also removes isItemValid and introduces useFormValidity hook to calculate the validity prop. #71412

Features

  • DataForm: add a style prop to set the width of elements in the row layout. #72066

Code Quality

  • Reorganizes normalize-form-fields and renames dataforms-layouts/ to dataform-layout/ to follow the naming schema of any other folder in the package. #72056
  • Moves utils.ts to field-types/utils/render-from-elements.ts, so it's collocated where it is used. #72058
  • Centralize all top-level utilities in a utils/ folder, sets a name that reflects on the function name, and uses the default exports. #72063
  • DataForm: refactor RelativeDateControl to use DataFormControl props. #72361
Commits
  • 2a8c29e chore(release): publish
  • 564eb00 Update changelog files
  • 7d0076f DataViews: Use Text-Based Links for Primary Actions (#72417)
  • c5ab62e Dataviews: Make bulk actions buttons text based (#72501)
  • 2bbe0d3 chore(release): publish
  • 7384495 Update changelog files
  • 0415ffd Merge changes published in the Gutenberg plugin "release/21.9" 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file. javascript Pull requests that update javascript code. labels Oct 27, 2025
@github-actions
Copy link

github-actions bot commented Oct 27, 2025

📊 Performance Test Results

Comparing d7c1090 vs trunk

site-editor

Metric trunk d7c1090 Diff Change
load 8952.00 ms 13053.00 ms +4101.00 ms 🔴 45.8%

site-startup

Metric trunk d7c1090 Diff Change
siteCreation 14021.00 ms 16052.00 ms +2031.00 ms 🔴 14.5%
siteStartup 3946.00 ms 3934.00 ms -12.00 ms 🟢 -0.3%

Results are median values from multiple test runs.

Legend: 🟢 Improvement (faster) | 🔴 Regression (slower) | ⚪ No change

@wojtekn wojtekn self-assigned this Oct 28, 2025
@wojtekn
Copy link
Contributor

wojtekn commented Oct 29, 2025

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/wordpress/dataviews-10.1.0 branch from fbfc8ff to 4014b76 Compare October 29, 2025 08:56
@wojtekn
Copy link
Contributor

wojtekn commented Oct 29, 2025

@dependabot rebase

Bumps [@wordpress/dataviews](https://github.com/WordPress/gutenberg/tree/HEAD/packages/dataviews) from 9.1.0 to 10.1.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@10.1.0/packages/dataviews)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/wordpress/dataviews-10.1.0 branch from 4014b76 to d5eda89 Compare October 29, 2025 12:04
@wojtekn wojtekn merged commit 500fe9a into trunk Oct 29, 2025
9 checks passed
@wojtekn wojtekn deleted the dependabot/npm_and_yarn/wordpress/dataviews-10.1.0 branch October 29, 2025 13:06
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.

2 participants