Skip to content

Update dependency @wordpress/dataviews to v11#45914

Merged
simison merged 2 commits intotrunkfrom
renovate/@wordpressdataviews
Dec 3, 2025
Merged

Update dependency @wordpress/dataviews to v11#45914
simison merged 2 commits intotrunkfrom
renovate/@wordpressdataviews

Conversation

@matticbot
Copy link
Contributor

@matticbot matticbot commented Nov 13, 2025

This PR contains the following updates:

Package Change Age Confidence
@wordpress/dataviews (source) 10.2.0 -> 11.0.0 age confidence

Release Notes

WordPress/gutenberg (@​wordpress/dataviews)

v11.0.0

Compare Source

Enhancements
  • Simplify field normalization and types. #​73387
  • DataViews table layout: make checkboxes permanently visible when bulk actions are available. #​73245
  • DataViews: Add insert left/right in table column header. #​72929
  • DataViews: Make sticky elements (table headers, footer, actions column) inherit background colors from parent container. This allows DataViews instances to seamlessly adapt to containers with custom background colors. #​73240
  • DataViews table layout: only apply hover styles when bulk actions are available. #​73248
  • DataViews: add support for activity layout. #​72780
  • DataViews: Add grid keyboard navigation. #​72997
  • DataViews: Introduce CSS var to enable users to apply a different background color to DataViews containers. #​73390
  • Field API: introduce the format prop to format the date field type. #​72999
  • Field API: fix display format for date. #​73538
  • Documentation: improve Edit component. #​73202
  • Documentation: surface better the type property in the documentation. #​73349
  • Documentation: improve DataView's layout prop. #​73470
  • Documentation: document readOnly, description, and placeholder properties. #​73515
  • Documentation: add missing props in DataViews. #​73611
  • DataForm Panel Layout: Focus the first input element when the panel opens. #​72322
  • DataForm: Pattern validation is now supported on all fields that browsers support it in. #​73156
  • Documentation: improve operators docs. #​73523
  • DataViews table layout: fix table header spacing when using non-default column alignment. #​73398
Bug fixes
  • Fix: ensure primary actions are not wrapped in the list layout. #​73333
  • Fix: DataViews consistently opens filter section on clicking Add Filter via column header. #​72998
  • DataForm Panel Layout: Fix Tags fields issue related to deepMerge. #​73344
Breaking changes
  • DataViews: rename groupByField to groupBy.field to allow control over both the field and the direction of the grouping. #​72780
  • Types: FieldType is now FieldTypeName. #​73546

v10.3.0

Compare Source

Enhancements
  • DataForm: add new details layout. #​72355
  • DatViews list layout: remove link variant from primary actions's button. #​72920
  • DataForm: simplify form normalization. #​72848
  • DataViewsPicker: Add With Modal story. #​72913
  • DataForm: make the card layout borderless. #​72514
  • DataViews: Simplify the view config properties section. #​73064
  • DataViews: Add a contextual menu to the table layout header. #​73104
  • DataViewsPicker: Add table layout support. #​72914
  • DataForm: use envelope icon instead of atSymbol for email control component. #​73184
  • DataViews: Group DataViews actions based on primary actions and regular actions and adds a separator between the groups. #​72866
Bug fixes
  • useFormValidity: make it work with any level of nesting in the form. #​72588
  • Fix: DataViews modal actions in list layout. #​72793
  • Fix: Incorrect aria-label in table layout when items are not clickable. #​73034
  • Fix: Table layout column spacing. #​72969

Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 02:59 AM, on day 1 of the month ( * 0-2 1 * * ) in timezone UTC, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@matticbot matticbot added [Status] Needs Review This PR is ready for review. [Type] Janitorial labels Nov 13, 2025
@matticbot matticbot requested review from a team November 13, 2025 10:27
@github-actions
Copy link
Contributor

github-actions bot commented Nov 13, 2025

Are you an Automattician? Please test your changes on all WordPress.com environments to help mitigate accidental explosions.

  • To test on WoA, go to the Plugins menu on a WoA dev site. Click on the "Upload" button and follow the upgrade flow to be able to upload, install, and activate the Jetpack Beta plugin. Once the plugin is active, go to Jetpack > Jetpack Beta, select your plugin (Jetpack or WordPress.com Site Helper), and enable the renovate/@wordpressdataviews branch.
  • To test on Simple, run the following command on your sandbox:
bin/jetpack-downloader test jetpack renovate/@wordpressdataviews
bin/jetpack-downloader test jetpack-mu-wpcom-plugin renovate/@wordpressdataviews

Interested in more tips and information?

  • In your local development environment, use the jetpack rsync command to sync your changes to a WoA dev blog.
  • Read more about our development workflow here: PCYsg-eg0-p2
  • Figure out when your changes will be shipped to customers here: PCYsg-eg5-p2

@jp-launch-control
Copy link

jp-launch-control bot commented Nov 13, 2025

Code Coverage Summary

This PR did not change code coverage!

That could be good or bad, depending on the situation. Everything covered before, and still is? Great! Nothing was covered before? Not so great. 🤷

Full summary · PHP report · JS report

manzoorwanijk
manzoorwanijk previously approved these changes Nov 13, 2025
Copy link
Member

@manzoorwanijk manzoorwanijk left a comment

Choose a reason for hiding this comment

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

Works well for My Jetpack

@vianasw
Copy link
Contributor

vianasw commented Nov 13, 2025

Left padding needs fixing in Jetpack Forms:
Screenshot 2025-11-13 at 16 18 56

@matticbot matticbot force-pushed the renovate/@wordpressdataviews branch from 788405d to 532ca82 Compare November 13, 2025 21:11
@simison
Copy link
Member

simison commented Nov 18, 2025

Rebasing and re-testing after #45952 was merged, cc @lezama

@matticbot matticbot force-pushed the renovate/@wordpressdataviews branch 2 times, most recently from 0410fb6 to 40a8001 Compare November 19, 2025 10:21
@matticbot matticbot force-pushed the renovate/@wordpressdataviews branch from 40a8001 to 8639133 Compare November 27, 2025 12:24
@matticbot matticbot changed the title Update dependency @wordpress/dataviews to v10.3.0 Update dependency @wordpress/dataviews to v11 Nov 27, 2025
@simison
Copy link
Member

simison commented Nov 27, 2025

There's a new v11.0.0 version of DataViews coming up which I'd like to test, but can't update yet to it due to above error. Asked internally (ref p1764169393421879-slack-C45SNKV4Z) (Edit: solved)

@@ -32,7 +32,7 @@
"extends @wordpress/browserslist-config"
],
"dependencies": {
"@wordpress/dataviews": "10.2.0",
"@wordpress/dataviews": "11.0.0",
Copy link
Member

Choose a reason for hiding this comment

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

@dsas, I'm assuming this dependency is here by mistake? I don't think the Newsletters page actually uses DataViews.

Copy link
Contributor

Choose a reason for hiding this comment

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

It's deliberate - I'm working on a new newsletter package that will use DataViews and have merged the infrastructural side of it to try and keep the pr size down

Copy link
Member

Choose a reason for hiding this comment

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

Aight, thanks for the explanation. :-) Sounds like no need to test anything further yet, but in future we'll test Newsletters too when updating DataViews. 👍

@matticbot matticbot force-pushed the renovate/@wordpressdataviews branch from 9124d59 to 6e92c63 Compare December 2, 2025 22:21
@matticbot
Copy link
Contributor Author

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@simison
Copy link
Member

simison commented Dec 3, 2025

I’m getting consistent E2E failure between re-runs for “E2E Tests / Jetpack Boost - Critical CSS e2e tests (pull_request)” that looks unrelated to this PR. I’m seeing it happen in other PRs as well (but not all of them), so it seems just a flaky test. I've let the responsible team know (internal ref p1764755711355019-slack-C016BBAFHHS).

@simison
Copy link
Member

simison commented Dec 3, 2025

Re-tested My Jetpack, works.

For the record, @dhasilva pushed two fixes in prep for this update:

We'll report the spacing gap bug on dataviews without "primary" field as a bug. (internal ref p1764708524477949-slack-C05QAFZSFTL)

Forms works, both desktop and mobile:

Screenshot 2025-12-03 at 12 09 05

Notifications push footer down annoyingly but we can fix that separately:

Screenshot 2025-12-03 at 12 09 20

@simison simison merged commit cdbd96f into trunk Dec 3, 2025
169 of 173 checks passed
@simison simison deleted the renovate/@wordpressdataviews branch December 3, 2025 10:14
@github-actions github-actions bot removed the [Status] Needs Review This PR is ready for review. label Dec 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants