Skip to content

Commit

Permalink
Update dependency @wordpress/dataviews to v4.10.0 (#40598)
Browse files Browse the repository at this point in the history
* Update dependency @wordpress/dataviews to v4.10.0

* Add hack for WordPress/gutenberg#67897

* ThreatsDataViews: Fix defaultLayouts (#40600)

* Updates defaultLayouts fields

* Changelog

* Update title field label

---------

Co-authored-by: Brad Jorsch <brad.jorsch@automattic.com>

---------

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Brad Jorsch <brad.jorsch@automattic.com>
Co-authored-by: dkmyta <43220201+dkmyta@users.noreply.github.com>

Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/12309995609

Upstream-Ref: Automattic/jetpack@5047d0a
  • Loading branch information
nateweller authored and matticbot committed Dec 13, 2024
1 parent b4c06aa commit 3706411
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions vendor/composer/installed.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dist": {
"type": "path",
"url": "/tmp/jetpack-build/Automattic/jetpack-assets",
"reference": "fa337f1b2037fb924f9808c314858905c0013c75"
"reference": "ea25b3c6662fef00a469ef36b4e0b8539efd5f5a"
},
"require": {
"automattic/jetpack-constants": "^3.0.1",
Expand Down Expand Up @@ -79,7 +79,7 @@
"dist": {
"type": "path",
"url": "/tmp/jetpack-build/Automattic/jetpack-autoloader",
"reference": "18f746c95e142bb11b7fc9c2b458b1a3ea424df6"
"reference": "247ee641e8c4fd84bfab87e4a1f7d4a9fc2691e5"
},
"require": {
"composer-plugin-api": "^2.2",
Expand Down Expand Up @@ -150,7 +150,7 @@
"dist": {
"type": "path",
"url": "/tmp/jetpack-build/Automattic/jetpack-composer-plugin",
"reference": "26f11dad697784363655c2fca017b024e9b1856b"
"reference": "e6fef2874c412a779a3bdd53a1dedae90e06df9d"
},
"require": {
"composer-plugin-api": "^2.2",
Expand Down Expand Up @@ -213,7 +213,7 @@
"dist": {
"type": "path",
"url": "/tmp/jetpack-build/Automattic/jetpack-constants",
"reference": "f61d01f116104ec1ab1e60a411ea2461fed4ea2f"
"reference": "6e8973c7ab17dd6d367ff2a6a36ba9025683ba73"
},
"require": {
"php": ">=7.2"
Expand Down
8 changes: 4 additions & 4 deletions vendor/composer/installed.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
'automattic/jetpack-assets' => array(
'pretty_version' => '4.0.2-alpha.1733980392',
'version' => '4.0.2.0-alpha1733980392',
'reference' => 'fa337f1b2037fb924f9808c314858905c0013c75',
'reference' => 'ea25b3c6662fef00a469ef36b4e0b8539efd5f5a',
'type' => 'jetpack-library',
'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-assets',
'aliases' => array(),
Expand All @@ -22,7 +22,7 @@
'automattic/jetpack-autoloader' => array(
'pretty_version' => '5.0.0',
'version' => '5.0.0.0',
'reference' => '18f746c95e142bb11b7fc9c2b458b1a3ea424df6',
'reference' => '247ee641e8c4fd84bfab87e4a1f7d4a9fc2691e5',
'type' => 'composer-plugin',
'install_path' => __DIR__ . '/../automattic/jetpack-autoloader',
'aliases' => array(),
Expand All @@ -31,7 +31,7 @@
'automattic/jetpack-composer-plugin' => array(
'pretty_version' => '4.0.0',
'version' => '4.0.0.0',
'reference' => '26f11dad697784363655c2fca017b024e9b1856b',
'reference' => 'e6fef2874c412a779a3bdd53a1dedae90e06df9d',
'type' => 'composer-plugin',
'install_path' => __DIR__ . '/../automattic/jetpack-composer-plugin',
'aliases' => array(),
Expand All @@ -40,7 +40,7 @@
'automattic/jetpack-constants' => array(
'pretty_version' => '3.0.1',
'version' => '3.0.1.0',
'reference' => 'f61d01f116104ec1ab1e60a411ea2461fed4ea2f',
'reference' => '6e8973c7ab17dd6d367ff2a6a36ba9025683ba73',
'type' => 'jetpack-library',
'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-constants',
'aliases' => array(),
Expand Down

0 comments on commit 3706411

Please sign in to comment.