@wordpress/e2e-tests 8.8.3 → 8.8.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wordpress/e2e-tests",
3
- "version": "8.8.3",
3
+ "version": "8.8.4",
4
4
  "description": "End-To-End (E2E) tests for WordPress.",
5
5
  "author": "The WordPress Contributors",
6
6
  "license": "GPL-2.0-or-later",
@@ -24,12 +24,12 @@
24
24
  "npm": ">=8.19.2"
25
25
  },
26
26
  "dependencies": {
27
- "@wordpress/e2e-test-utils": "^11.8.1",
27
+ "@wordpress/e2e-test-utils": "^11.8.2",
28
28
  "@wordpress/interactivity": "^6.8.2",
29
- "@wordpress/interactivity-router": "^2.8.2",
29
+ "@wordpress/interactivity-router": "^2.8.3",
30
30
  "@wordpress/jest-console": "^8.8.1",
31
31
  "@wordpress/jest-puppeteer-axe": "^7.8.1",
32
- "@wordpress/scripts": "^30.0.3",
32
+ "@wordpress/scripts": "^30.0.4",
33
33
  "@wordpress/url": "^4.8.1",
34
34
  "chalk": "^4.0.0",
35
35
  "expect-puppeteer": "^4.4.0",
@@ -47,5 +47,5 @@
47
47
  "publishConfig": {
48
48
  "access": "public"
49
49
  },
50
- "gitHead": "51204ac9382d0551d8fdebd3c8d4623dabfa9f3c"
50
+ "gitHead": "6187079697e13c3292eb098d6338523a6676c6e8"
51
51
  }
@@ -55,9 +55,10 @@ function gutenberg_test_block_bindings_registration() {
55
55
  'post',
56
56
  '_protected_field',
57
57
  array(
58
- 'type' => 'string',
59
- 'single' => true,
60
- 'default' => 'protected field value',
58
+ 'type' => 'string',
59
+ 'show_in_rest' => true,
60
+ 'single' => true,
61
+ 'default' => 'protected field value',
61
62
  )
62
63
  );
63
64
  register_meta(