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

You are currently running a version of TypeScript which is not officially supported by @typescript-eslint/typescript-estree #14053

Open
KisaragiEffective opened this issue Jun 20, 2024 · 1 comment
Labels
🛠️Dev Development of Misskey itself packages/misskey-js

Comments

@KisaragiEffective
Copy link
Sponsor Member

pnpm run build-misskey-js-with-types

> [email protected] build-misskey-js-with-types /home/kisaragi/WebstormProjects/misskey
> pnpm build-pre && pnpm --filter backend... --filter=!misskey-js build && pnpm --filter backend generate-api-json && ncp packages/backend/built/api.json packages/misskey-js/generator/api.json && pnpm --filter misskey-js update-autogen-code && pnpm --filter misskey-js build && pnpm --filter misskey-js api


> [email protected] build-pre /home/kisaragi/WebstormProjects/misskey
> node ./scripts/build-pre.js

Scope: 2 of 8 workspace projects
packages/misskey-reversi build$ node ./build.js
│ [misskey-reversi] start building...
│ [misskey-reversi] build succeeded.
│ [misskey-reversi] finish building.
└─ Done in 1s
packages/backend build$ swc src -d built -D --strip-leading-paths
│ Successfully compiled: 828 files, copied 27 files with swc (282.07ms)
└─ Done in 345ms

> backend@ generate-api-json /home/kisaragi/WebstormProjects/misskey/packages/backend
> pnpm build && node ./scripts/generate_api_json.js


> backend@ build /home/kisaragi/WebstormProjects/misskey/packages/backend
> swc src -d built -D --strip-leading-paths

Successfully compiled: 828 files, copied 27 files with swc (246.59ms)

> [email protected] update-autogen-code /home/kisaragi/WebstormProjects/misskey/packages/misskey-js
> pnpm --filter misskey-js-type-generator generate && ncp generator/built/autogen src/autogen


> [email protected] generate /home/kisaragi/WebstormProjects/misskey/packages/misskey-js/generator
> tsx src/generator.ts && eslint ./built/**/* --ext .ts --fix

=============

WARNING: You are currently running a version of TypeScript which is not officially supported by @typescript-eslint/typescript-estree.

You may find that it works just fine, or you may not.

SUPPORTED TYPESCRIPT VERSIONS: >=4.3.5 <5.3.0

YOUR TYPESCRIPT VERSION: 5.3.3

Please only submit bug reports when using the officially supported version.

=============

> [email protected] build /home/kisaragi/WebstormProjects/misskey/packages/misskey-js
> node ./build.js

[misskey-js] start building...
[misskey-js] build succeeded.
[misskey-js] finish building.

> [email protected] api /home/kisaragi/WebstormProjects/misskey/packages/misskey-js
> pnpm api-extractor run --local --verbose


api-extractor 7.43.1  - https://api-extractor.com/

Using configuration from ./api-extractor.json
Analysis will use the bundled TypeScript version 5.4.2
Writing: /home/kisaragi/WebstormProjects/misskey/packages/misskey-js/temp/misskey-js.api.json
The API report is up to date: temp/misskey-js.api.md

API Extractor completed successfully
@KisaragiEffective KisaragiEffective added 🛠️Dev Development of Misskey itself packages/misskey-js labels Jun 20, 2024
@kakkokari-gtyih
Copy link
Contributor

動作上問題はない気がするけど

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🛠️Dev Development of Misskey itself packages/misskey-js
Projects
None yet
Development

No branches or pull requests

2 participants