Skip to content

Commit

Permalink
Build/Test Tools: Update build related dependencies to their latest v…
Browse files Browse the repository at this point in the history
…ersions.

This updates the following npm dependencies:
- `autoprefixer` to version `10.4.16`.
- `grunt-contrib-qunit` to version `8.0.1`.
- `postcss` to version `8.4.30`.
- `react-refresh` to version `0.14.0`.
- `sass` to version `1.68.0`.
- `sinon` to version `16.0.0`.
- `uuid` to version `9.0.1`.
- `tslib` to version `2.6.2`.

This change accompanies a similar one in the Gutenberg repository: WordPress/gutenberg#54657.

Props gziolo, desrosj.
Fixes #58863.

git-svn-id: https://develop.svn.wordpress.org/trunk@56647 602fd350-edb4-49c9-b593-d223f7449a82
  • Loading branch information
desrosj committed Sep 21, 2023
1 parent 9db15f2 commit d13208e
Show file tree
Hide file tree
Showing 11 changed files with 524 additions and 130 deletions.
620 changes: 507 additions & 113 deletions package-lock.json

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions package.json
Expand Up @@ -30,7 +30,7 @@
"@wordpress/dependency-extraction-webpack-plugin": "4.18.1",
"@wordpress/e2e-test-utils": "10.6.4",
"@wordpress/scripts": "26.6.4",
"autoprefixer": "10.4.14",
"autoprefixer": "10.4.16",
"chalk": "5.3.0",
"check-node-version": "4.2.1",
"copy-webpack-plugin": "11.0.0",
Expand All @@ -45,7 +45,7 @@
"grunt-contrib-cssmin": "~5.0.0",
"grunt-contrib-imagemin": "~4.0.0",
"grunt-contrib-jshint": "3.2.0",
"grunt-contrib-qunit": "~7.0.1",
"grunt-contrib-qunit": "~8.0.1",
"grunt-contrib-uglify": "~5.2.2",
"grunt-contrib-watch": "~1.1.0",
"grunt-file-append": "0.0.7",
Expand All @@ -60,17 +60,17 @@
"install-changed": "1.1.0",
"jest-image-snapshot": "^6.2.0",
"matchdep": "~2.0.0",
"postcss": "8.4.27",
"postcss": "8.4.30",
"prettier": "npm:wp-prettier@2.6.2",
"qunit": "~2.19.4",
"react-refresh": "0.10.0",
"sass": "1.65.1",
"sinon": "15.2.0",
"react-refresh": "0.14.0",
"sass": "1.68.0",
"sinon": "16.0.0",
"sinon-test": "~3.1.5",
"source-map-loader": "4.0.1",
"terser-webpack-plugin": "5.3.9",
"uglify-js": "^3.17.4",
"uuid": "9.0.0",
"uuid": "9.0.1",
"wait-on": "7.0.1",
"webpack": "5.88.2",
"webpack-livereload-plugin": "3.0.2"
Expand Down Expand Up @@ -162,7 +162,7 @@
"react": "18.2.0",
"react-dom": "18.2.0",
"regenerator-runtime": "0.14.0",
"tslib": "2.6.0",
"tslib": "2.6.2",
"underscore": "1.13.6",
"whatwg-fetch": "3.6.17",
"wicg-inert": "3.1.2"
Expand Down
2 changes: 1 addition & 1 deletion src/wp-includes/assets/script-loader-packages.min.php

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/wp-includes/blocks/file/view.asset.php
@@ -1 +1 @@
<?php return array('dependencies' => array(), 'version' => '8b491e23dbdddf35bd2d');
<?php return array('dependencies' => array(), 'version' => 'ebbbc9ac027ad9970c8e');
2 changes: 1 addition & 1 deletion src/wp-includes/blocks/file/view.min.asset.php
@@ -1 +1 @@
<?php return array('dependencies' => array(), 'version' => 'ec37fc1961bd4baeb46a');
<?php return array('dependencies' => array(), 'version' => '9d287166f699a66eff3b');
2 changes: 1 addition & 1 deletion src/wp-includes/blocks/navigation/view-modal.asset.php
@@ -1 +1 @@
<?php return array('dependencies' => array(), 'version' => '1be33df2c2460f78d1bd');
<?php return array('dependencies' => array(), 'version' => 'a145d0113e969f692877');
2 changes: 1 addition & 1 deletion src/wp-includes/blocks/navigation/view-modal.min.asset.php
@@ -1 +1 @@
<?php return array('dependencies' => array(), 'version' => '252a2757b4db083871a8');
<?php return array('dependencies' => array(), 'version' => 'b478fa3cd1475dec97d3');
2 changes: 1 addition & 1 deletion src/wp-includes/blocks/navigation/view.asset.php
@@ -1 +1 @@
<?php return array('dependencies' => array(), 'version' => '3df3afc90dd8cabb979b');
<?php return array('dependencies' => array(), 'version' => 'e0302ba06467706c7421');
2 changes: 1 addition & 1 deletion src/wp-includes/blocks/navigation/view.min.asset.php
@@ -1 +1 @@
<?php return array('dependencies' => array(), 'version' => '5687b52bb8c84fb4ae68');
<?php return array('dependencies' => array(), 'version' => '886680af40b7521d60fc');
2 changes: 1 addition & 1 deletion src/wp-includes/blocks/search/view.asset.php
@@ -1 +1 @@
<?php return array('dependencies' => array(), 'version' => 'b09d25cb6ba004114a2a');
<?php return array('dependencies' => array(), 'version' => '1653a74623d252458484');
2 changes: 1 addition & 1 deletion tools/webpack/development.js
Expand Up @@ -43,7 +43,7 @@ module.exports = function( env = { environment: 'production', buildTarget: false
name: 'react-refresh-runtime',
entry: {
'react-refresh-runtime': {
import: 'react-refresh/runtime.js',
import: 'react-refresh/runtime',
library: {
name: 'ReactRefreshRuntime',
type: 'window',
Expand Down

0 comments on commit d13208e

Please sign in to comment.