-
-
Notifications
You must be signed in to change notification settings - Fork 92
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 ts-node
to v10.9.2
#2773
Conversation
615de19
to
889c1ae
Compare
179dc74
to
b52dbf1
Compare
0e6c448
to
1ccff28
Compare
48d5e1a
to
36bcd59
Compare
36bcd59
to
8e60b23
Compare
Funnily this error is only reproducible on github runners and not on any ubutu-based systems |
I don't even understand why it fails on the PR-build but succeeds on Test-Build. |
It's def a perms error but I dont understand how a docs build would trigger that. I have one more idea which I will implement but idk if that will work |
Probably because we're doing weird stuff with child processes (and idk why we're doing it that way tbh. Seems a little weird to me) LSSM-V.4/docs/.vuepress/utils/childProcess.ts Lines 14 to 23 in 7d17fd1
|
This is the generated code found while building. var childProcess_default = (utilsPath) => ({
run(file, ...args) {
const result = execFileSync(
"./node_modules/.bin/ts-node",
[path.join(utilsPath, `${file}.ts`), ...args],
{
env: process.env
}
).toString();
if (result)
console.log(result);
}
}); |
The issue was with the github actions cache and it's permissions. Seems to be fixed for now |
This PR contains the following updates:
10.9.1
->10.9.2
Release Notes
TypeStrong/ts-node (ts-node)
v10.9.2
: Fixtsconfig.json
file not foundCompare Source
Fixed
tsconfig.json
file not found on latest TypeScript version (https://github.com/TypeStrong/ts-node/pull/2091)Configuration
📅 Schedule: Branch creation - "before 3am every weekday" in timezone Europe/Berlin, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.