diff --git a/.pnp.cjs b/.pnp.cjs index e8c0a67..de14420 100644 --- a/.pnp.cjs +++ b/.pnp.cjs @@ -31,7 +31,7 @@ const RAW_RUNTIME_STATE = ["@actions/github", "npm:6.0.0"],\ ["@types/node", "npm:20.17.6"],\ ["@vercel/ncc", "npm:0.38.3"],\ - ["typescript", "patch:typescript@npm%3A5.6.3#optional!builtin::version=5.6.3&hash=8c6c40"]\ + ["typescript", "patch:typescript@npm%3A5.7.2#optional!builtin::version=5.7.2&hash=5786d5"]\ ],\ "linkType": "SOFT"\ }]\ @@ -1050,7 +1050,7 @@ const RAW_RUNTIME_STATE = ["@actions/github", "npm:6.0.0"],\ ["@types/node", "npm:20.17.6"],\ ["@vercel/ncc", "npm:0.38.3"],\ - ["typescript", "patch:typescript@npm%3A5.6.3#optional!builtin::version=5.6.3&hash=8c6c40"]\ + ["typescript", "patch:typescript@npm%3A5.7.2#optional!builtin::version=5.7.2&hash=5786d5"]\ ],\ "linkType": "SOFT"\ }]\ @@ -1199,10 +1199,10 @@ const RAW_RUNTIME_STATE = }]\ ]],\ ["typescript", [\ - ["patch:typescript@npm%3A5.6.3#optional!builtin::version=5.6.3&hash=8c6c40", {\ - "packageLocation": "./.yarn/cache/typescript-patch-8964a48ba3-00504c01ee.zip/node_modules/typescript/",\ + ["patch:typescript@npm%3A5.7.2#optional!builtin::version=5.7.2&hash=5786d5", {\ + "packageLocation": "./.yarn/cache/typescript-patch-aed9e5263d-d75ca10141.zip/node_modules/typescript/",\ "packageDependencies": [\ - ["typescript", "patch:typescript@npm%3A5.6.3#optional!builtin::version=5.6.3&hash=8c6c40"]\ + ["typescript", "patch:typescript@npm%3A5.7.2#optional!builtin::version=5.7.2&hash=5786d5"]\ ],\ "linkType": "HARD"\ }]\ @@ -3922,7 +3922,7 @@ class MountFS extends BasePortableFakeFS { if (this.notMount.has(filePath)) continue; try { - if (this.typeCheck !== null && (this.baseFs.lstatSync(filePath).mode & fs.constants.S_IFMT) !== this.typeCheck) { + if (this.typeCheck !== null && (this.baseFs.statSync(filePath).mode & fs.constants.S_IFMT) !== this.typeCheck) { this.notMount.add(filePath); continue; } diff --git a/.yarn/cache/typescript-npm-5.6.3-cc9b3687b0-c328e418e1.zip b/.yarn/cache/typescript-npm-5.6.3-cc9b3687b0-c328e418e1.zip deleted file mode 100644 index e2acf0c..0000000 Binary files a/.yarn/cache/typescript-npm-5.6.3-cc9b3687b0-c328e418e1.zip and /dev/null differ diff --git a/.yarn/cache/typescript-npm-5.7.2-b1f84a8b28-4caa3904df.zip b/.yarn/cache/typescript-npm-5.7.2-b1f84a8b28-4caa3904df.zip new file mode 100644 index 0000000..2616bd6 Binary files /dev/null and b/.yarn/cache/typescript-npm-5.7.2-b1f84a8b28-4caa3904df.zip differ diff --git a/.yarn/cache/typescript-patch-8964a48ba3-00504c01ee.zip b/.yarn/cache/typescript-patch-8964a48ba3-00504c01ee.zip deleted file mode 100644 index 19f46a8..0000000 Binary files a/.yarn/cache/typescript-patch-8964a48ba3-00504c01ee.zip and /dev/null differ diff --git a/.yarn/cache/typescript-patch-aed9e5263d-d75ca10141.zip b/.yarn/cache/typescript-patch-aed9e5263d-d75ca10141.zip new file mode 100644 index 0000000..a9e603e Binary files /dev/null and b/.yarn/cache/typescript-patch-aed9e5263d-d75ca10141.zip differ diff --git a/yarn.lock b/yarn.lock index 83a84c9..94f7eae 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1009,22 +1009,22 @@ __metadata: linkType: hard "typescript@npm:^5.6.2": - version: 5.6.3 - resolution: "typescript@npm:5.6.3" + version: 5.7.2 + resolution: "typescript@npm:5.7.2" bin: tsc: bin/tsc tsserver: bin/tsserver - checksum: 10/c328e418e124b500908781d9f7b9b93cf08b66bf5936d94332b463822eea2f4e62973bfb3b8a745fdc038785cb66cf59d1092bac3ec2ac6a3e5854687f7833f1 + checksum: 10/4caa3904df69db9d4a8bedc31bafc1e19ffb7b24fbde2997a1633ae1398d0de5bdbf8daf602ccf3b23faddf1aeeb9b795223a2ed9c9a4fdcaf07bfde114a401a languageName: node linkType: hard "typescript@patch:typescript@npm%3A^5.6.2#optional!builtin": - version: 5.6.3 - resolution: "typescript@patch:typescript@npm%3A5.6.3#optional!builtin::version=5.6.3&hash=8c6c40" + version: 5.7.2 + resolution: "typescript@patch:typescript@npm%3A5.7.2#optional!builtin::version=5.7.2&hash=5786d5" bin: tsc: bin/tsc tsserver: bin/tsserver - checksum: 10/00504c01ee42d470c23495426af07512e25e6546bce7e24572e72a9ca2e6b2e9bea63de4286c3cfea644874da1467dcfca23f4f98f7caf20f8b03c0213bb6837 + checksum: 10/d75ca10141afc64fd3474b41a8b082b640555bed388d237558aed64e5827ddadb48f90932c7f4205883f18f5bcab8b6a739a2cfac95855604b0dfeb34bc2f3eb languageName: node linkType: hard