@automattic/newspack-blocks 3.4.1 → 3.5.0-alpha.2
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/.cache/babel/{b69c05682a3bd6b8f597906127dab44e.json.gz → 050608d6bb87b44df501893f38b9ae45.json.gz} +0 -0
- package/.cache/babel/{95b366451514b5cb06cca346773302ee.json.gz → 42b3be539a06623274ab967d11d2a462.json.gz} +0 -0
- package/CHANGELOG.md +7 -0
- package/composer.lock +23 -22
- package/dist/editor.asset.php +1 -1
- package/dist/editor.js +1 -1
- package/newspack-blocks.php +2 -2
- package/package.json +1 -1
- package/src/blocks/checkout-button/save.js +1 -1
- package/src/blocks/donate/edit/index.tsx +2 -2
- package/vendor/autoload.php +1 -1
- package/vendor/composer/autoload_real.php +4 -4
- package/vendor/composer/autoload_static.php +2 -2
- package/vendor/composer/installed.php +2 -2
|
Binary file
|
|
Binary file
|
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
# [3.5.0-alpha.2](https://github.com/Automattic/newspack-blocks/compare/v3.5.0-alpha.1...v3.5.0-alpha.2) (2024-07-11)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* account for patterns when rendering hpp in editor ([#1794](https://github.com/Automattic/newspack-blocks/issues/1794)) ([17556c2](https://github.com/Automattic/newspack-blocks/commit/17556c2cb4eeb718aecbbd7258a986dac06df5ef))
|
|
7
|
+
|
|
1
8
|
## [3.4.1](https://github.com/Automattic/newspack-blocks/compare/v3.4.0...v3.4.1) (2024-07-11)
|
|
2
9
|
|
|
3
10
|
|
package/composer.lock
CHANGED
|
@@ -136,16 +136,16 @@
|
|
|
136
136
|
},
|
|
137
137
|
{
|
|
138
138
|
"name": "composer/installers",
|
|
139
|
-
"version": "v2.
|
|
139
|
+
"version": "v2.3.0",
|
|
140
140
|
"source": {
|
|
141
141
|
"type": "git",
|
|
142
142
|
"url": "https://github.com/composer/installers.git",
|
|
143
|
-
"reference": "
|
|
143
|
+
"reference": "12fb2dfe5e16183de69e784a7b84046c43d97e8e"
|
|
144
144
|
},
|
|
145
145
|
"dist": {
|
|
146
146
|
"type": "zip",
|
|
147
|
-
"url": "https://api.github.com/repos/composer/installers/zipball/
|
|
148
|
-
"reference": "
|
|
147
|
+
"url": "https://api.github.com/repos/composer/installers/zipball/12fb2dfe5e16183de69e784a7b84046c43d97e8e",
|
|
148
|
+
"reference": "12fb2dfe5e16183de69e784a7b84046c43d97e8e",
|
|
149
149
|
"shasum": ""
|
|
150
150
|
},
|
|
151
151
|
"require": {
|
|
@@ -153,12 +153,12 @@
|
|
|
153
153
|
"php": "^7.2 || ^8.0"
|
|
154
154
|
},
|
|
155
155
|
"require-dev": {
|
|
156
|
-
"composer/composer": "1.
|
|
157
|
-
"composer/semver": "^1 || ^3",
|
|
158
|
-
"phpstan/phpstan": "^
|
|
159
|
-
"phpstan/phpstan-phpunit": "^
|
|
160
|
-
"symfony/phpunit-bridge": "^
|
|
161
|
-
"symfony/process": "^5"
|
|
156
|
+
"composer/composer": "^1.10.27 || ^2.7",
|
|
157
|
+
"composer/semver": "^1.7.2 || ^3.4.0",
|
|
158
|
+
"phpstan/phpstan": "^1.11",
|
|
159
|
+
"phpstan/phpstan-phpunit": "^1",
|
|
160
|
+
"symfony/phpunit-bridge": "^7.1.1",
|
|
161
|
+
"symfony/process": "^5 || ^6 || ^7"
|
|
162
162
|
},
|
|
163
163
|
"type": "composer-plugin",
|
|
164
164
|
"extra": {
|
|
@@ -215,6 +215,7 @@
|
|
|
215
215
|
"cockpit",
|
|
216
216
|
"codeigniter",
|
|
217
217
|
"concrete5",
|
|
218
|
+
"concreteCMS",
|
|
218
219
|
"croogo",
|
|
219
220
|
"dokuwiki",
|
|
220
221
|
"drupal",
|
|
@@ -261,7 +262,7 @@
|
|
|
261
262
|
],
|
|
262
263
|
"support": {
|
|
263
264
|
"issues": "https://github.com/composer/installers/issues",
|
|
264
|
-
"source": "https://github.com/composer/installers/tree/v2.
|
|
265
|
+
"source": "https://github.com/composer/installers/tree/v2.3.0"
|
|
265
266
|
},
|
|
266
267
|
"funding": [
|
|
267
268
|
{
|
|
@@ -277,7 +278,7 @@
|
|
|
277
278
|
"type": "tidelift"
|
|
278
279
|
}
|
|
279
280
|
],
|
|
280
|
-
"time": "
|
|
281
|
+
"time": "2024-06-24T20:46:46+00:00"
|
|
281
282
|
},
|
|
282
283
|
{
|
|
283
284
|
"name": "dealerdirect/phpcodesniffer-composer-installer",
|
|
@@ -2467,16 +2468,16 @@
|
|
|
2467
2468
|
},
|
|
2468
2469
|
{
|
|
2469
2470
|
"name": "sirbrillig/phpcs-variable-analysis",
|
|
2470
|
-
"version": "v2.11.
|
|
2471
|
+
"version": "v2.11.19",
|
|
2471
2472
|
"source": {
|
|
2472
2473
|
"type": "git",
|
|
2473
2474
|
"url": "https://github.com/sirbrillig/phpcs-variable-analysis.git",
|
|
2474
|
-
"reference": "
|
|
2475
|
+
"reference": "bc8d7e30e2005bce5c59018b7cdb08e9fb45c0d1"
|
|
2475
2476
|
},
|
|
2476
2477
|
"dist": {
|
|
2477
2478
|
"type": "zip",
|
|
2478
|
-
"url": "https://api.github.com/repos/sirbrillig/phpcs-variable-analysis/zipball/
|
|
2479
|
-
"reference": "
|
|
2479
|
+
"url": "https://api.github.com/repos/sirbrillig/phpcs-variable-analysis/zipball/bc8d7e30e2005bce5c59018b7cdb08e9fb45c0d1",
|
|
2480
|
+
"reference": "bc8d7e30e2005bce5c59018b7cdb08e9fb45c0d1",
|
|
2480
2481
|
"shasum": ""
|
|
2481
2482
|
},
|
|
2482
2483
|
"require": {
|
|
@@ -2521,20 +2522,20 @@
|
|
|
2521
2522
|
"source": "https://github.com/sirbrillig/phpcs-variable-analysis",
|
|
2522
2523
|
"wiki": "https://github.com/sirbrillig/phpcs-variable-analysis/wiki"
|
|
2523
2524
|
},
|
|
2524
|
-
"time": "2024-
|
|
2525
|
+
"time": "2024-06-26T20:08:34+00:00"
|
|
2525
2526
|
},
|
|
2526
2527
|
{
|
|
2527
2528
|
"name": "squizlabs/php_codesniffer",
|
|
2528
|
-
"version": "3.
|
|
2529
|
+
"version": "3.10.1",
|
|
2529
2530
|
"source": {
|
|
2530
2531
|
"type": "git",
|
|
2531
2532
|
"url": "https://github.com/PHPCSStandards/PHP_CodeSniffer.git",
|
|
2532
|
-
"reference": "
|
|
2533
|
+
"reference": "8f90f7a53ce271935282967f53d0894f8f1ff877"
|
|
2533
2534
|
},
|
|
2534
2535
|
"dist": {
|
|
2535
2536
|
"type": "zip",
|
|
2536
|
-
"url": "https://api.github.com/repos/PHPCSStandards/PHP_CodeSniffer/zipball/
|
|
2537
|
-
"reference": "
|
|
2537
|
+
"url": "https://api.github.com/repos/PHPCSStandards/PHP_CodeSniffer/zipball/8f90f7a53ce271935282967f53d0894f8f1ff877",
|
|
2538
|
+
"reference": "8f90f7a53ce271935282967f53d0894f8f1ff877",
|
|
2538
2539
|
"shasum": ""
|
|
2539
2540
|
},
|
|
2540
2541
|
"require": {
|
|
@@ -2601,7 +2602,7 @@
|
|
|
2601
2602
|
"type": "open_collective"
|
|
2602
2603
|
}
|
|
2603
2604
|
],
|
|
2604
|
-
"time": "2024-
|
|
2605
|
+
"time": "2024-05-22T21:24:41+00:00"
|
|
2605
2606
|
},
|
|
2606
2607
|
{
|
|
2607
2608
|
"name": "symfony/console",
|
package/dist/editor.asset.php
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<?php return array('dependencies' => array('lodash', 'moment', 'react', 'wp-a11y', 'wp-api-fetch', 'wp-autop', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-data', 'wp-date', 'wp-dom-ready', 'wp-element', 'wp-escape-html', 'wp-hooks', 'wp-html-entities', 'wp-i18n', 'wp-keycodes', 'wp-polyfill', 'wp-primitives', 'wp-url'), 'version' => '
|
|
1
|
+
<?php return array('dependencies' => array('lodash', 'moment', 'react', 'wp-a11y', 'wp-api-fetch', 'wp-autop', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-data', 'wp-date', 'wp-dom-ready', 'wp-element', 'wp-escape-html', 'wp-hooks', 'wp-html-entities', 'wp-i18n', 'wp-keycodes', 'wp-polyfill', 'wp-primitives', 'wp-url'), 'version' => '1fa926703dde70c8fb7b3284df2fb79a');
|