Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

chore(deps): update dependency make-dir to v5#11153

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
JoshuaKGoldberg merged 2 commits intomainfromrenovate/make-dir-5.x-lockfile
May 5, 2025
Merged
Show file tree
Hide file tree
Changes fromall commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletionspackages/website/tools/generate-website-dts.mts
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
import fetch from 'cross-fetch';
importmakeDir from 'make-dir';
import{ makeDirectory } from 'make-dir';
import * as fs from 'node:fs/promises';
import * as path from 'node:path';
import { fileURLToPath } from 'node:url';
Expand DownExpand Up@@ -84,7 +84,7 @@ async function main(): Promise<void> {

console.log('Cleaning...');
await rimraf(vendor);
awaitmakeDir(vendor);
awaitmakeDirectory(vendor);

// TS-VFS
await getFileAndStoreLocally(
Expand Down
9 changes: 8 additions & 1 deletionyarn.lock
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -13025,7 +13025,14 @@ __metadata:
languageName: node
linkType: hard

"make-dir@npm:*, make-dir@npm:^4.0.0":
"make-dir@npm:*":
version: 5.0.0
resolution: "make-dir@npm:5.0.0"
checksum: 9f40f4756af5138ca3b138f9e8af144b0420516e96b0e079d816a173d2f69b2ef3425abf20e25764d222c0939a9fd2bce91dd26c22002a559cd6beaea5c994d2
languageName: node
linkType: hard

"make-dir@npm:^4.0.0":
version: 4.0.0
resolution: "make-dir@npm:4.0.0"
dependencies:
Expand Down
Loading

[8]ページ先頭

©2009-2025 Movatter.jp