Fix missing async module after grunt bump to 1.5.3#7153
Merged
westonruter merged 2 commits intodevelopfrom Jun 15, 2022
Merged
Conversation
91a6762 to
f309bad
Compare
Contributor
|
Plugin builds for 4d49582 are ready 🛎️!
|
Member
|
I also ran Target browser changes:
- and_chr 95
+ and_chr 102
- android 95
+ android 101
- chrome 95
- chrome 94
- chrome 93
+ chrome 102
+ chrome 101
+ chrome 100
- edge 95
- edge 94
+ edge 102
+ edge 101
- firefox 94
- firefox 93
+ firefox 101
+ firefox 100
- ios_saf 15
- ios_saf 14.0-14.4
+ ios_saf 15.5
+ ios_saf 15.4
+ ios_saf 15.2-15.3
- op_mini all
- opera 81
- opera 80
+ opera 86
+ opera 85
- safari 15
- safari 14.1
+ safari 15.5
+ safari 15.4
- samsung 15.0 |
Member
|
With the changes here, I no longer get |
Member
|
The changes from sha1 to sha512 seem unintended, right? When I diff --git a/package-lock.json b/package-lock.json
index da33e634b..5a730ae71 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -6813,6 +6813,12 @@
"semver": "^7.3.5"
}
},
+ "prettier": {
+ "version": "npm:[email protected]",
+ "resolved": "https://registry.npmjs.org/wp-prettier/-/wp-prettier-2.2.1-beta-1.tgz",
+ "integrity": "sha512-+JHkqs9LC/JPp51yy1hzs3lQ7qeuWCwOcSzpQNeeY/G7oSpnF61vxt7hRh87zNRTr6ob2ndy0W8rVzhgrcA+Gw==",
+ "dev": true
+ },
"schema-utils": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-4.0.0.tgz",
@@ -19647,12 +19653,6 @@
"integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==",
"dev": true
},
- "prettier": {
- "version": "npm:[email protected]",
- "resolved": "https://registry.npmjs.org/wp-prettier/-/wp-prettier-2.2.1-beta-1.tgz",
- "integrity": "sha512-+JHkqs9LC/JPp51yy1hzs3lQ7qeuWCwOcSzpQNeeY/G7oSpnF61vxt7hRh87zNRTr6ob2ndy0W8rVzhgrcA+Gw==",
- "dev": true
- },
"prettier-linter-helpers": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/prettier-linter-helpers/-/prettier-linter-helpers-1.0.0.tgz", |
westonruter
approved these changes
Jun 15, 2022
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Cannot find module 'async'error when running grunt tasks.caniuse-litepackageBefore:

After running command

npm i grunt -f:Fixes #7148
Checklist