-
Notifications
You must be signed in to change notification settings - Fork 4.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update mkdirp dependency #53529
Update mkdirp dependency #53529
Conversation
Size Change: 0 B Total Size: 1.5 MB ℹ️ View Unchanged
|
51928a8
to
404f50d
Compare
@@ -58686,7 +58742,7 @@ | |||
}, | |||
"packages/a11y": { | |||
"name": "@wordpress/a11y", | |||
"version": "3.38.0", | |||
"version": "3.39.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have no idea why I had to rebase and push these changes? I didn't change the versions of these packages myself.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I fixed it in 3e7cdc7. The long story short:
- npm publishing failed last week for the branch using npm 6/node 14
- I executed it manually today, and I had to manually cherry-pick changes to
package.json
andpackage-lock.json
. - It turns out that the lock files have a different format with npm 6 vs npm 8 so I didn't catch that immediately because cherry-picking went well ...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I hope that unit tests correctly cover the usage of mkdirp
.
What?
While doing the node/npm migration, I've noticed a few messages when installing packages. Among them, the fact that we're using a few deprecated packages. I'm trying to clean these out a little bit.
This PR just updates the mkdirp dependency that is being used in a couple tests.
Testing instructions