WP Scripts: Update webpack dependencies related to styling #121081
unit-test.yml
on: pull_request
Compute previous WordPress version
0s
Build JavaScript assets for PHP unit tests
5m 32s
PHP coding standards
16s
Mobile
4m 59s
Matrix: unit-js-date
Matrix: unit-js
Matrix: test-php
PHP
0s
Annotations
24 errors and 28 warnings
JavaScript (Node.js 20) 4/4:
packages/dependency-extraction-webpack-plugin/test/build.js#L103
Error: expect(received).toMatchSnapshot(hint)
Snapshot name: `DependencyExtractionWebpackPlugin scripts Webpack \`no-default\` should produce expected output: Asset file 'main.asset.php' should match snapshot 1`
- Snapshot - 1
+ Received + 1
- <?php return array('dependencies' => array(), 'version' => '43880e6c42e7c39fcdf1');
+ <?php return array('dependencies' => array(), 'version' => 'be8b28b738de0d6b883a');
↵
at toMatchSnapshot (/home/runner/work/gutenberg/gutenberg/packages/dependency-extraction-webpack-plugin/test/build.js:103:8)
at Array.forEach (<anonymous>)
at Object.forEach (/home/runner/work/gutenberg/gutenberg/packages/dependency-extraction-webpack-plugin/test/build.js:98:16)
|
JavaScript (Node.js 20) 4/4:
packages/dependency-extraction-webpack-plugin/test/build.js#L103
Error: expect(received).toMatchSnapshot(hint)
Snapshot name: `DependencyExtractionWebpackPlugin modules Webpack \`cyclic-dynamic-dependency-graph\` should produce expected output: Asset file 'main.asset.php' should match snapshot 1`
- Snapshot - 1
+ Received + 1
- <?php return array('dependencies' => array(array('id' => '@wordpress/interactivity', 'import' => 'dynamic')), 'version' => '3e43f50123c85675372f', 'type' => 'module');
+ <?php return array('dependencies' => array(array('id' => '@wordpress/interactivity', 'import' => 'dynamic')), 'version' => '3ca651be783423315165', 'type' => 'module');
↵
at toMatchSnapshot (/home/runner/work/gutenberg/gutenberg/packages/dependency-extraction-webpack-plugin/test/build.js:103:8)
at Array.forEach (<anonymous>)
at Object.forEach (/home/runner/work/gutenberg/gutenberg/packages/dependency-extraction-webpack-plugin/test/build.js:98:16)
|
JavaScript (Node.js 20) 4/4:
packages/dependency-extraction-webpack-plugin/test/build.js#L103
Error: expect(received).toMatchSnapshot(hint)
Snapshot name: `DependencyExtractionWebpackPlugin modules Webpack \`dynamic-import\` should produce expected output: Asset file 'main.asset.php' should match snapshot 1`
- Snapshot - 1
+ Received + 1
- <?php return array('dependencies' => array(array('id' => '@wordpress/blob', 'import' => 'dynamic')), 'version' => '1c950858231a54e241b8', 'type' => 'module');
+ <?php return array('dependencies' => array(array('id' => '@wordpress/blob', 'import' => 'dynamic')), 'version' => 'fbb215dc4902543bce35', 'type' => 'module');
↵
at toMatchSnapshot (/home/runner/work/gutenberg/gutenberg/packages/dependency-extraction-webpack-plugin/test/build.js:103:8)
at Array.forEach (<anonymous>)
at Object.forEach (/home/runner/work/gutenberg/gutenberg/packages/dependency-extraction-webpack-plugin/test/build.js:98:16)
|
JavaScript (Node.js 20) 4/4:
packages/dependency-extraction-webpack-plugin/test/build.js#L103
Error: expect(received).toMatchSnapshot(hint)
Snapshot name: `DependencyExtractionWebpackPlugin modules Webpack \`runtime-chunk-single\` should produce expected output: Asset file 'a.asset.php' should match snapshot 1`
- Snapshot - 1
+ Received + 1
- <?php return array('dependencies' => array('@wordpress/blob'), 'version' => 'ee5ac21a1f0003d732e6', 'type' => 'module', 'handle' => 'runtime-chunk-single-modules-a');
+ <?php return array('dependencies' => array('@wordpress/blob'), 'version' => 'ab7fa97b1381e41e0f70', 'type' => 'module', 'handle' => 'runtime-chunk-single-modules-a');
↵
at toMatchSnapshot (/home/runner/work/gutenberg/gutenberg/packages/dependency-extraction-webpack-plugin/test/build.js:103:8)
at Array.forEach (<anonymous>)
at Object.forEach (/home/runner/work/gutenberg/gutenberg/packages/dependency-extraction-webpack-plugin/test/build.js:98:16)
|
JavaScript (Node.js 20) 4/4:
packages/dependency-extraction-webpack-plugin/test/build.js#L103
Error: expect(received).toMatchSnapshot(hint)
Snapshot name: `DependencyExtractionWebpackPlugin modules Webpack \`runtime-chunk-single\` should produce expected output: Asset file 'b.asset.php' should match snapshot 1`
- Snapshot - 1
+ Received + 1
- <?php return array('dependencies' => array('@wordpress/blob', 'lodash'), 'version' => '5b112b32c6db548c2997', 'type' => 'module', 'handle' => 'runtime-chunk-single-modules-b');
+ <?php return array('dependencies' => array('@wordpress/blob', 'lodash'), 'version' => '498fd24026d68fa84ba9', 'type' => 'module', 'handle' => 'runtime-chunk-single-modules-b');
↵
at toMatchSnapshot (/home/runner/work/gutenberg/gutenberg/packages/dependency-extraction-webpack-plugin/test/build.js:103:8)
at Array.forEach (<anonymous>)
at Object.forEach (/home/runner/work/gutenberg/gutenberg/packages/dependency-extraction-webpack-plugin/test/build.js:98:16)
|
JavaScript (Node.js 20) 4/4:
packages/dependency-extraction-webpack-plugin/test/build.js#L103
Error: expect(received).toMatchSnapshot(hint)
Snapshot name: `DependencyExtractionWebpackPlugin modules Webpack \`runtime-chunk-single\` should produce expected output: Asset file 'runtime.asset.php' should match snapshot 1`
- Snapshot - 1
+ Received + 1
- <?php return array('dependencies' => array(), 'version' => 'b1ca4106075e0bd94f9c', 'type' => 'module', 'handle' => 'runtime-chunk-single-modules-runtime');
+ <?php return array('dependencies' => array(), 'version' => '5ac0d6987a8e7fe809a3', 'type' => 'module', 'handle' => 'runtime-chunk-single-modules-runtime');
↵
at toMatchSnapshot (/home/runner/work/gutenberg/gutenberg/packages/dependency-extraction-webpack-plugin/test/build.js:103:8)
at Array.forEach (<anonymous>)
at Object.forEach (/home/runner/work/gutenberg/gutenberg/packages/dependency-extraction-webpack-plugin/test/build.js:98:16)
|
JavaScript (Node.js 20) 4/4
Process completed with exit code 1.
|
JavaScript (Node.js 22) 4/4:
packages/dependency-extraction-webpack-plugin/test/build.js#L103
Error: expect(received).toMatchSnapshot(hint)
Snapshot name: `DependencyExtractionWebpackPlugin scripts Webpack \`no-default\` should produce expected output: Asset file 'main.asset.php' should match snapshot 1`
- Snapshot - 1
+ Received + 1
- <?php return array('dependencies' => array(), 'version' => '43880e6c42e7c39fcdf1');
+ <?php return array('dependencies' => array(), 'version' => 'be8b28b738de0d6b883a');
↵
at toMatchSnapshot (/home/runner/work/gutenberg/gutenberg/packages/dependency-extraction-webpack-plugin/test/build.js:103:8)
at Array.forEach (<anonymous>)
at Object.forEach (/home/runner/work/gutenberg/gutenberg/packages/dependency-extraction-webpack-plugin/test/build.js:98:16)
|
JavaScript (Node.js 22) 4/4:
packages/dependency-extraction-webpack-plugin/test/build.js#L103
Error: expect(received).toMatchSnapshot(hint)
Snapshot name: `DependencyExtractionWebpackPlugin modules Webpack \`cyclic-dynamic-dependency-graph\` should produce expected output: Asset file 'main.asset.php' should match snapshot 1`
- Snapshot - 1
+ Received + 1
- <?php return array('dependencies' => array(array('id' => '@wordpress/interactivity', 'import' => 'dynamic')), 'version' => '3e43f50123c85675372f', 'type' => 'module');
+ <?php return array('dependencies' => array(array('id' => '@wordpress/interactivity', 'import' => 'dynamic')), 'version' => '3ca651be783423315165', 'type' => 'module');
↵
at toMatchSnapshot (/home/runner/work/gutenberg/gutenberg/packages/dependency-extraction-webpack-plugin/test/build.js:103:8)
at Array.forEach (<anonymous>)
at Object.forEach (/home/runner/work/gutenberg/gutenberg/packages/dependency-extraction-webpack-plugin/test/build.js:98:16)
|
JavaScript (Node.js 22) 4/4:
packages/dependency-extraction-webpack-plugin/test/build.js#L103
Error: expect(received).toMatchSnapshot(hint)
Snapshot name: `DependencyExtractionWebpackPlugin modules Webpack \`dynamic-import\` should produce expected output: Asset file 'main.asset.php' should match snapshot 1`
- Snapshot - 1
+ Received + 1
- <?php return array('dependencies' => array(array('id' => '@wordpress/blob', 'import' => 'dynamic')), 'version' => '1c950858231a54e241b8', 'type' => 'module');
+ <?php return array('dependencies' => array(array('id' => '@wordpress/blob', 'import' => 'dynamic')), 'version' => 'fbb215dc4902543bce35', 'type' => 'module');
↵
at toMatchSnapshot (/home/runner/work/gutenberg/gutenberg/packages/dependency-extraction-webpack-plugin/test/build.js:103:8)
at Array.forEach (<anonymous>)
at Object.forEach (/home/runner/work/gutenberg/gutenberg/packages/dependency-extraction-webpack-plugin/test/build.js:98:16)
|
JavaScript (Node.js 22) 4/4:
packages/dependency-extraction-webpack-plugin/test/build.js#L103
Error: expect(received).toMatchSnapshot(hint)
Snapshot name: `DependencyExtractionWebpackPlugin modules Webpack \`runtime-chunk-single\` should produce expected output: Asset file 'a.asset.php' should match snapshot 1`
- Snapshot - 1
+ Received + 1
- <?php return array('dependencies' => array('@wordpress/blob'), 'version' => 'ee5ac21a1f0003d732e6', 'type' => 'module', 'handle' => 'runtime-chunk-single-modules-a');
+ <?php return array('dependencies' => array('@wordpress/blob'), 'version' => 'ab7fa97b1381e41e0f70', 'type' => 'module', 'handle' => 'runtime-chunk-single-modules-a');
↵
at toMatchSnapshot (/home/runner/work/gutenberg/gutenberg/packages/dependency-extraction-webpack-plugin/test/build.js:103:8)
at Array.forEach (<anonymous>)
at Object.forEach (/home/runner/work/gutenberg/gutenberg/packages/dependency-extraction-webpack-plugin/test/build.js:98:16)
|
JavaScript (Node.js 22) 4/4:
packages/dependency-extraction-webpack-plugin/test/build.js#L103
Error: expect(received).toMatchSnapshot(hint)
Snapshot name: `DependencyExtractionWebpackPlugin modules Webpack \`runtime-chunk-single\` should produce expected output: Asset file 'b.asset.php' should match snapshot 1`
- Snapshot - 1
+ Received + 1
- <?php return array('dependencies' => array('@wordpress/blob', 'lodash'), 'version' => '5b112b32c6db548c2997', 'type' => 'module', 'handle' => 'runtime-chunk-single-modules-b');
+ <?php return array('dependencies' => array('@wordpress/blob', 'lodash'), 'version' => '498fd24026d68fa84ba9', 'type' => 'module', 'handle' => 'runtime-chunk-single-modules-b');
↵
at toMatchSnapshot (/home/runner/work/gutenberg/gutenberg/packages/dependency-extraction-webpack-plugin/test/build.js:103:8)
at Array.forEach (<anonymous>)
at Object.forEach (/home/runner/work/gutenberg/gutenberg/packages/dependency-extraction-webpack-plugin/test/build.js:98:16)
|
JavaScript (Node.js 22) 4/4:
packages/dependency-extraction-webpack-plugin/test/build.js#L103
Error: expect(received).toMatchSnapshot(hint)
Snapshot name: `DependencyExtractionWebpackPlugin modules Webpack \`runtime-chunk-single\` should produce expected output: Asset file 'runtime.asset.php' should match snapshot 1`
- Snapshot - 1
+ Received + 1
- <?php return array('dependencies' => array(), 'version' => 'b1ca4106075e0bd94f9c', 'type' => 'module', 'handle' => 'runtime-chunk-single-modules-runtime');
+ <?php return array('dependencies' => array(), 'version' => '5ac0d6987a8e7fe809a3', 'type' => 'module', 'handle' => 'runtime-chunk-single-modules-runtime');
↵
at toMatchSnapshot (/home/runner/work/gutenberg/gutenberg/packages/dependency-extraction-webpack-plugin/test/build.js:103:8)
at Array.forEach (<anonymous>)
at Object.forEach (/home/runner/work/gutenberg/gutenberg/packages/dependency-extraction-webpack-plugin/test/build.js:98:16)
|
JavaScript (Node.js 22) 4/4
Process completed with exit code 1.
|
PHP 8.1 on ubuntu-latest
Process completed with exit code 1.
|
PHP 7.3 on ubuntu-latest
The job was canceled because "_8_1_false" failed.
|
PHP 7.3 on ubuntu-latest
The operation was canceled.
|
PHP 7.4 multisite on ubuntu-latest
The job was canceled because "_8_1_false" failed.
|
PHP 7.4 multisite on ubuntu-latest
The operation was canceled.
|
PHP 8.3 multisite on ubuntu-latest
The job was canceled because "_8_1_false" failed.
|
PHP 8.3 multisite on ubuntu-latest
The operation was canceled.
|
PHP 7.2 multisite on ubuntu-latest
The job was canceled because "_8_1_false" failed.
|
PHP 7.2 multisite on ubuntu-latest
The operation was canceled.
|
PHP
Process completed with exit code 1.
|
Compute previous WordPress version
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
PHP coding standards
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
JavaScript Date Tests (Node.js 20)
Both node-version and node-version-file inputs are specified, only node-version will be used
|
JavaScript Date Tests (Node.js 22)
Both node-version and node-version-file inputs are specified, only node-version will be used
|
JavaScript (Node.js 20) 4/4
Both node-version and node-version-file inputs are specified, only node-version will be used
|
JavaScript (Node.js 20) 3/4
Both node-version and node-version-file inputs are specified, only node-version will be used
|
JavaScript (Node.js 20) 2/4
Both node-version and node-version-file inputs are specified, only node-version will be used
|
JavaScript (Node.js 22) 4/4
Both node-version and node-version-file inputs are specified, only node-version will be used
|
JavaScript (Node.js 20) 1/4
Both node-version and node-version-file inputs are specified, only node-version will be used
|
JavaScript (Node.js 22) 1/4
Both node-version and node-version-file inputs are specified, only node-version will be used
|
JavaScript (Node.js 22) 2/4
Both node-version and node-version-file inputs are specified, only node-version will be used
|
JavaScript (Node.js 22) 3/4
Both node-version and node-version-file inputs are specified, only node-version will be used
|
Mobile
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Build JavaScript assets for PHP unit tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
PHP 7.4 (WP previous major version) on ubuntu-latest
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
PHP 8.1 multisite on ubuntu-latest
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
PHP 8.2 multisite on ubuntu-latest
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
PHP 8.0 multisite on ubuntu-latest
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
PHP 7.2 on ubuntu-latest
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
PHP 8.3 (WP previous major version) on ubuntu-latest
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
PHP 7.4 on ubuntu-latest
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
PHP 8.0 on ubuntu-latest
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
PHP 8.2 on ubuntu-latest
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
PHP 8.3 on ubuntu-latest
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
PHP 7.3 multisite on ubuntu-latest
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
PHP 7.2 (WP previous major version) on ubuntu-latest
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
PHP 8.1 on ubuntu-latest
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
PHP
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
build-assets
|
14 MB |
|