From 20d00e1471415be5405e02a6bbc667dd2d2a43cb Mon Sep 17 00:00:00 2001 From: ella Date: Thu, 26 Mar 2026 12:12:02 -0400 Subject: [PATCH 1/2] Update GB hash --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 052cc909f4f08..b569e50d7a75e 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "url": "https://develop.svn.wordpress.org/trunk" }, "gutenberg": { - "sha": "3edafcc90fc4520939d69279e26ace69390582be", + "sha": "0d133bf7e7437d65d68a06551f3d613a7d8e4361", "ghcrRepo": "WordPress/gutenberg/gutenberg-wp-develop-build" }, "engines": { From 9faf10a06754fa310b03c0e9f2cf2fdc7431ef34 Mon Sep 17 00:00:00 2001 From: ella Date: Thu, 26 Mar 2026 12:33:48 -0400 Subject: [PATCH 2/2] Apply https://github.com/WordPress/wordpress-develop/pull/11364 --- Gruntfile.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index 1c4280aff213b..51e0f2c49bd6c 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -2128,7 +2128,7 @@ module.exports = function(grunt) { grunt.registerTask( 'build', function() { if ( grunt.option( 'dev' ) ) { grunt.task.run( [ - 'gutenberg:verify', + 'gutenberg:download', 'build:js', 'build:css', 'build:codemirror', @@ -2138,7 +2138,7 @@ module.exports = function(grunt) { ] ); } else { grunt.task.run( [ - 'gutenberg:verify', + 'gutenberg:download', 'build:certificates', 'build:files', 'build:js',