Skip to content
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

Results of weekly scheduled smoke test #1471

Closed
github-actions bot opened this issue Nov 26, 2023 · 5 comments · Fixed by #1476
Closed

Results of weekly scheduled smoke test #1471

github-actions bot opened this issue Nov 26, 2023 · 5 comments · Fixed by #1476
Labels

Comments

@github-actions
Copy link

Something went wrong. This is likely an internal error of eslint-remote-tester-run-action.

Click to expand
TSError: ⨯ Unable to compile TypeScript:
error TS6053: File '@tsconfig/node14/tsconfig.json' not found.

    at createTSError (/github/workspace/node_modules/ts-node/src/index.ts:859:12)
    at reportTSError (/github/workspace/node_modules/ts-node/src/index.ts:863:19)
    at createFromPreloadedConfig (/github/workspace/node_modules/ts-node/src/index.ts:874:36)
    at create (/github/workspace/node_modules/ts-node/src/index.ts:624:10)
    at Object.register (/github/workspace/node_modules/ts-node/src/index.ts:591:15)
    at loadTSConfig (/github/workspace/node_modules/eslint-remote-tester/dist/config/load.js:11:56)
    at loadConfig (/github/workspace/node_modules/eslint-remote-tester/dist/config/load.js:28:41)
    at runTester (/index.js:5935:14)
    at /index.js:5992:61
    at Object.<anonymous> (/index.js:284:24)
@SimenB
Copy link
Member

SimenB commented Nov 26, 2023

@G-Rath any ideas?

Copy link
Author

Something went wrong. This is likely an internal error of eslint-remote-tester-run-action.

Click to expand
TSError: ⨯ Unable to compile TypeScript:
error TS6053: File '@tsconfig/node14/tsconfig.json' not found.

    at createTSError (/github/workspace/node_modules/ts-node/src/index.ts:859:12)
    at reportTSError (/github/workspace/node_modules/ts-node/src/index.ts:863:19)
    at createFromPreloadedConfig (/github/workspace/node_modules/ts-node/src/index.ts:874:36)
    at create (/github/workspace/node_modules/ts-node/src/index.ts:624:10)
    at Object.register (/github/workspace/node_modules/ts-node/src/index.ts:591:15)
    at loadTSConfig (/github/workspace/node_modules/eslint-remote-tester/dist/config/load.js:11:56)
    at loadConfig (/github/workspace/node_modules/eslint-remote-tester/dist/config/load.js:28:41)
    at runTester (/index.js:5935:14)
    at /index.js:5992:61
    at Object.<anonymous> (/index.js:284:24)

@SimenB
Copy link
Member

SimenB commented Nov 26, 2023

Broken by npm not supporting resolution

So https://github.com/jest-community/eslint-plugin-jest/pull/1000/files#r775229919 came to bite us

Copy link
Author

github-actions bot commented Dec 3, 2023

Something went wrong. This is likely an internal error of eslint-remote-tester-run-action.

Click to expand
TSError: ⨯ Unable to compile TypeScript:
error TS6053: File '@tsconfig/node14/tsconfig.json' not found.

    at createTSError (/github/workspace/node_modules/ts-node/src/index.ts:859:12)
    at reportTSError (/github/workspace/node_modules/ts-node/src/index.ts:863:19)
    at createFromPreloadedConfig (/github/workspace/node_modules/ts-node/src/index.ts:874:36)
    at create (/github/workspace/node_modules/ts-node/src/index.ts:624:10)
    at Object.register (/github/workspace/node_modules/ts-node/src/index.ts:591:15)
    at loadTSConfig (/github/workspace/node_modules/eslint-remote-tester/dist/config/load.js:11:56)
    at loadConfig (/github/workspace/node_modules/eslint-remote-tester/dist/config/load.js:28:41)
    at runTester (/index.js:5935:14)
    at /index.js:5992:61
    at Object.<anonymous> (/index.js:284:24)

Copy link
Author

github-actions bot commented Jan 1, 2024

🎉 This issue has been resolved in version 27.6.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant