Skip to content

Commit 20d2b95

Browse files
Editor: Bump pinned hash for the Gutenberg repository.
This updates the pinned hash for the Gutenberg repository from `e2970ba736edb99e08fb369d4fb0c378189468ee` to `9408691b57517e8f65d6f2aedfee105ab32c9632`. Includes the fix for the AI plugin settings page slug (see WordPress/gutenberg#77336): the "Control features in the AI plugin" button now correctly links to `options-general.php?page=ai-wp-admin` instead of `?page=ai`.
1 parent 5414b45 commit 20d2b95

51 files changed

Lines changed: 24603 additions & 630 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"url": "https://develop.svn.wordpress.org/trunk"
88
},
99
"gutenberg": {
10-
"sha": "e2970ba736edb99e08fb369d4fb0c378189468ee",
10+
"sha": "9408691b57517e8f65d6f2aedfee105ab32c9632",
1111
"ghcrRepo": "WordPress/gutenberg/gutenberg-wp-develop-build"
1212
},
1313
"engines": {

src/wp-includes/assets/script-loader-packages.php

Lines changed: 40 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
'wp-dom-ready',
55
'wp-i18n'
66
),
7-
'version' => 'af934e5259bc51b8718e'
7+
'version' => '483af07a6016f640f456'
88
),
99
'annotations.js' => array(
1010
'dependencies' => array(
@@ -13,14 +13,14 @@
1313
'wp-i18n',
1414
'wp-rich-text'
1515
),
16-
'version' => '4b07d06c67c3b5ea590c'
16+
'version' => 'a97786de6f13be9c6637'
1717
),
1818
'api-fetch.js' => array(
1919
'dependencies' => array(
2020
'wp-i18n',
2121
'wp-url'
2222
),
23-
'version' => 'd7efe4dc1468d36c39b8'
23+
'version' => 'b76aeca1c88ecc790e48'
2424
),
2525
'autop.js' => array(
2626
'dependencies' => array(
@@ -61,15 +61,14 @@
6161
'wp-primitives',
6262
'wp-url'
6363
),
64-
'version' => '23207f52d0d266f6e1c4'
64+
'version' => '9170d925439ce315b76e'
6565
),
6666
'block-editor.js' => array(
6767
'dependencies' => array(
6868
'react',
6969
'react-dom',
7070
'react-jsx-runtime',
7171
'wp-a11y',
72-
'wp-api-fetch',
7372
'wp-blob',
7473
'wp-block-serialization-default-parser',
7574
'wp-blocks',
@@ -100,7 +99,7 @@
10099
'wp-url',
101100
'wp-warning'
102101
),
103-
'version' => '2300d40abe29e438beda'
102+
'version' => '16b3af93a787b1379042'
104103
),
105104
'block-library.js' => array(
106105
'dependencies' => array(
@@ -142,7 +141,7 @@
142141
'import' => 'dynamic'
143142
)
144143
),
145-
'version' => '67d1a681ec0100a25d78'
144+
'version' => '166f13e705d1803deff1'
146145
),
147146
'block-serialization-default-parser.js' => array(
148147
'dependencies' => array(
@@ -175,7 +174,7 @@
175174
'wp-shortcode',
176175
'wp-warning'
177176
),
178-
'version' => 'ef38e42500165bfda301'
177+
'version' => '6ed3c03f430c8984d1e1'
179178
),
180179
'commands.js' => array(
181180
'dependencies' => array(
@@ -187,10 +186,11 @@
187186
'wp-element',
188187
'wp-i18n',
189188
'wp-keyboard-shortcuts',
189+
'wp-preferences',
190190
'wp-primitives',
191191
'wp-private-apis'
192192
),
193-
'version' => 'e3d8bba53f4ffea4fcd2'
193+
'version' => '8b8663311faa33540c1b'
194194
),
195195
'components.js' => array(
196196
'dependencies' => array(
@@ -214,7 +214,7 @@
214214
'wp-rich-text',
215215
'wp-warning'
216216
),
217-
'version' => '2cbe9a66c53c614d7d6f'
217+
'version' => '97a7ddd1e1d999da982b'
218218
),
219219
'compose.js' => array(
220220
'dependencies' => array(
@@ -228,7 +228,7 @@
228228
'wp-priority-queue',
229229
'wp-undo-manager'
230230
),
231-
'version' => 'edb5a8c0b5bf71686403'
231+
'version' => '2b5a9d090a41c1120be7'
232232
),
233233
'core-commands.js' => array(
234234
'dependencies' => array(
@@ -266,7 +266,7 @@
266266
'wp-url',
267267
'wp-warning'
268268
),
269-
'version' => '4d15c0f82a9fb01a04ed'
269+
'version' => 'aa03be2be186820bbdd7'
270270
),
271271
'customize-widgets.js' => array(
272272
'dependencies' => array(
@@ -304,7 +304,7 @@
304304
'wp-private-apis',
305305
'wp-redux-routine'
306306
),
307-
'version' => 'dc7feb6ad8da53887680'
307+
'version' => '180953b1a59424bb6718'
308308
),
309309
'data-controls.js' => array(
310310
'dependencies' => array(
@@ -319,7 +319,7 @@
319319
'moment',
320320
'wp-deprecated'
321321
),
322-
'version' => 'c9f8e7dd3232716f34e9'
322+
'version' => '2faaf49020b2074de156'
323323
),
324324
'deprecated.js' => array(
325325
'dependencies' => array(
@@ -331,7 +331,7 @@
331331
'dependencies' => array(
332332
'wp-deprecated'
333333
),
334-
'version' => '66a6cf58e0c4cd128af0'
334+
'version' => '1acdd4ebd6969685a9d3'
335335
),
336336
'dom-ready.js' => array(
337337
'dependencies' => array(
@@ -381,7 +381,7 @@
381381
'import' => 'static'
382382
)
383383
),
384-
'version' => 'f84d20a8526b3463e9ff'
384+
'version' => '8f05f7e71e7a45e99ae5'
385385
),
386386
'edit-site.js' => array(
387387
'dependencies' => array(
@@ -409,6 +409,7 @@
409409
'wp-i18n',
410410
'wp-keyboard-shortcuts',
411411
'wp-keycodes',
412+
'wp-media-utils',
412413
'wp-notices',
413414
'wp-patterns',
414415
'wp-plugins',
@@ -420,15 +421,16 @@
420421
'wp-theme',
421422
'wp-url',
422423
'wp-warning',
423-
'wp-widgets'
424+
'wp-widgets',
425+
'wp-wordcount'
424426
),
425427
'module_dependencies' => array(
426428
array(
427429
'id' => '@wordpress/route',
428430
'import' => 'static'
429431
)
430432
),
431-
'version' => 'd36eb0c37b644e4cd4c8'
433+
'version' => 'a886b2b87319828b24e3'
432434
),
433435
'edit-widgets.js' => array(
434436
'dependencies' => array(
@@ -469,7 +471,7 @@
469471
'import' => 'static'
470472
)
471473
),
472-
'version' => '899c5ac5dcb94e19d378'
474+
'version' => 'd45dfe7a91d82507fb71'
473475
),
474476
'editor.js' => array(
475477
'dependencies' => array(
@@ -519,15 +521,15 @@
519521
'import' => 'static'
520522
)
521523
),
522-
'version' => '63782008412a6163c9f0'
524+
'version' => '823ed6e13dfb89c3f89d'
523525
),
524526
'element.js' => array(
525527
'dependencies' => array(
526528
'react',
527529
'react-dom',
528530
'wp-escape-html'
529531
),
530-
'version' => '15ba804677f72a8db97b'
532+
'version' => '204b9776501c644953b6'
531533
),
532534
'escape-html.js' => array(
533535
'dependencies' => array(
@@ -575,7 +577,7 @@
575577
'dependencies' => array(
576578
'wp-hooks'
577579
),
578-
'version' => '781d11515ad3d91786ec'
580+
'version' => '125448662852c5e18937'
579581
),
580582
'is-shallow-equal.js' => array(
581583
'dependencies' => array(
@@ -608,7 +610,7 @@
608610
'wp-element',
609611
'wp-i18n'
610612
),
611-
'version' => '2e35ebd5dbaccb5a90c5'
613+
'version' => 'a44da9be02cdfef6e44d'
612614
),
613615
'media-utils.js' => array(
614616
'dependencies' => array(
@@ -628,21 +630,22 @@
628630
'wp-i18n',
629631
'wp-keycodes',
630632
'wp-notices',
633+
'wp-preferences',
631634
'wp-primitives',
632635
'wp-private-apis',
633636
'wp-theme',
634637
'wp-url',
635638
'wp-warning'
636639
),
637-
'version' => '85f1375ab5f23cd5d13c'
640+
'version' => '9750aae5171fb20e5c17'
638641
),
639642
'notices.js' => array(
640643
'dependencies' => array(
641644
'react-jsx-runtime',
642645
'wp-components',
643646
'wp-data'
644647
),
645-
'version' => '218d0173a31ae7269246'
648+
'version' => '9182f940c250945fb2d4'
646649
),
647650
'nux.js' => array(
648651
'dependencies' => array(
@@ -675,7 +678,7 @@
675678
'wp-private-apis',
676679
'wp-url'
677680
),
678-
'version' => '4b640c092eb654d2bd78'
681+
'version' => '71e91fc63676088fcd47'
679682
),
680683
'plugins.js' => array(
681684
'dependencies' => array(
@@ -728,7 +731,7 @@
728731
'dependencies' => array(
729732

730733
),
731-
'version' => '835912f0086b9e59aed4'
734+
'version' => 'd33c33dda9790dfcae63'
732735
),
733736
'react-i18n.js' => array(
734737
'dependencies' => array(
@@ -758,7 +761,7 @@
758761
'wp-primitives',
759762
'wp-url'
760763
),
761-
'version' => 'c72d27a8ac4e33cb74d6'
764+
'version' => '21d86e46535b79d9afda'
762765
),
763766
'rich-text.js' => array(
764767
'dependencies' => array(
@@ -773,7 +776,7 @@
773776
'wp-keycodes',
774777
'wp-private-apis'
775778
),
776-
'version' => '16449e6108f48327f368'
779+
'version' => '1b3e411a54ef29d2bf7a'
777780
),
778781
'router.js' => array(
779782
'dependencies' => array(
@@ -809,23 +812,23 @@
809812
'dependencies' => array(
810813

811814
),
812-
'version' => 'faa37ce61b7ec8394b2a'
815+
'version' => 'c9d9033f75b117821889'
813816
),
814817
'sync.js' => array(
815818
'dependencies' => array(
816819
'wp-api-fetch',
817820
'wp-hooks',
818821
'wp-private-apis'
819822
),
820-
'version' => '8186bfbc15b827d261f5'
823+
'version' => '5ff90a11bbb5def86790'
821824
),
822825
'theme.js' => array(
823826
'dependencies' => array(
824827
'react-jsx-runtime',
825828
'wp-element',
826829
'wp-private-apis'
827830
),
828-
'version' => 'e22ce547a4420507b323'
831+
'version' => 'abeb8783107aed891810'
829832
),
830833
'token-list.js' => array(
831834
'dependencies' => array(
@@ -853,21 +856,21 @@
853856
'module_dependencies' => array(
854857

855858
),
856-
'version' => 'd359c2cccf866d7082d2'
859+
'version' => 'e03397e1062511119cc5'
857860
),
858861
'url.js' => array(
859862
'dependencies' => array(
860863

861864
),
862-
'version' => 'bb0f766c3d2efe497871'
865+
'version' => '9dd5f16a5ce37bf4ba2c'
863866
),
864867
'viewport.js' => array(
865868
'dependencies' => array(
866-
'react-jsx-runtime',
867869
'wp-compose',
868-
'wp-data'
870+
'wp-data',
871+
'wp-element'
869872
),
870-
'version' => '8614025b8075d220d78f'
873+
'version' => '97845df4d1a7269c5c2b'
871874
),
872875
'warning.js' => array(
873876
'dependencies' => array(

0 commit comments

Comments
 (0)