-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update dependency glob to v10.4.1 (#37706)
* Update dependency glob to v10.4.1 * Update for changes in v9 and v10 * v9 changed the `glob()` function from being callback-based to promise-based. Thus, `promisify( glob )()` → `glob()`. * v10 removed the default export, thus `import glob from 'glob';` → `import { glob } from 'glob';`. Fortunately `glob.sync` continues to exist. * `projects/plugins/jetpack/tools/copy-block-editor-assets.js` wound up being significantly updated. Previously it used the wrong webpack hook and effectively ran "in the background" without properly reporting errors back to Webpack. Now it does things properly. The rewrite also drops the dep on `fs-extra` as `fs/promises` has existed for a long time now. * Add missing dev-deps on `glob` * connection: Add path.resolve in webpack config * github-actions/test-results-to-slack: Add `.sort()` to make tests pass again --------- Co-authored-by: Renovate Bot <bot@renovateapp.com> Co-authored-by: Brad Jorsch <brad.jorsch@automattic.com> Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/9372731682 Upstream-Ref: Automattic/jetpack@b6ab8c1
- Loading branch information
Showing
5 changed files
with
26 additions
and
142 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters