summaryrefslogtreecommitdiff
path: root/yarn.lock (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use pnpm for package manager (#9531)CyberRex2023-01-161-17857/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | * Use pnpm for package manager * Fix * Change github workflow * use pnpm in workflow * fix * Fix test (e2e/jest) * Update Dockerfile for pnpm * Exclude node_modules from file search on VSCode * Update pnpm-lock.yaml * Update pnpm-lock.yaml * Move typescript from devDependencies to dependencies * Fix Dockerfile Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* frontendに@type/nodeをインストールする (#9571)Masaya Suzuki2023-01-151-1/+2
|
* update depssyuilo2023-01-151-228/+338
|
* Fix MODULE_NOT_FOUND (#9563)Takuya Yoshida2023-01-151-0/+20
|
* update mfm-jssyuilo2023-01-141-6/+6
|
* Revert "perf: build backend with swc (#9463)"syuilo2023-01-131-925/+17
| | | | This reverts commit 4579d022967bf9635e359500730e7546a520be11.
* perf: build backend with swc (#9463)파링2023-01-121-17/+925
| | | | | | | * feat: build backend with swc * fix: swc build target Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* perf(backend): Use undici instead of node-fetch and got (#9459)tamaina2023-01-121-8/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Implement? HttpFetchService * :v: * remove node-fetch * fix * refactor * fix * gateway timeout * UndiciFetcherクラスを追加 (仮コミット, ビルドもstartもさせていない) * fix * add logger and fix url preview * fix ip check * enhance logger and error handling * fix * fix * clean up * Use custom fetcher for ApRequest / ApResolver * bypassProxyはproxyBypassHostsに判断を委譲するように * set maxRedirections (default 3, ApRequest/ApResolver: 0) * fix comment * handle error s3 upload * add debug message * no return await * Revert "no return await" This reverts commit b5b0dc58a342393d260492e3a6f58304372f53b2. * reduce maxSockets * apResolverのUndiciFetcherを廃止しapRequestのものを使う、 add ap logger * Revert "apResolverのUndiciFetcherを廃止しapRequestのものを使う、 add ap logger" This reverts commit 997243915c8e1f8472da64f607f88c36cb1d5cb4. * add logger * fix * change logger name * safe * デフォルトでUser-Agentを設定
* remove katexsyuilo2023-01-111-27/+0
|
* update mfm-jssyuilo2023-01-091-6/+6
|
* update aiscriptsyuilo2023-01-071-5/+5
|
* update depssyuilo2023-01-061-204/+214
|
* enhance(client): show fireworks when visit user who today is birthdaysyuilo2023-01-061-0/+8
| | | | Resolve #9476
* update aiscriptsyuilo2023-01-051-15/+15
|
* update AiScript to 0.12.0syuilo2023-01-031-35/+14
|
* update depssyuilo2023-01-021-133/+122
|
* :art:syuilo2022-12-311-0/+8
|
* fix(client): add sanitize-html to MkAutocomplete (#9433)tamaina2022-12-301-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * fix(server): /emoji to accept `@.` host expression * fix(client): use MkEmoji for custom emoji in MkEmojiPicker * change convertToWebp * nanka iroiro * remove * fix * nearLosslessは労多くして益少なしなのでやめる * do not cleanup tmp for development * update sharp.js to 0.31.3 * mixed: true * fix MkAutocomplete of 912791b3ab * clean up * https://github.com/misskey-dev/misskey/pull/9431#discussion_r1059215943 * edit mkautocomplete.vue use sanitize-html * fix package.json
* enhance: Proxy custom emojis to reduce image size and accelerate the ↵tamaina2022-12-301-29/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | frontend (#9431) * fix(server): /emoji to accept `@.` host expression * fix(client): use MkEmoji for custom emoji in MkEmojiPicker * change convertToWebp * nanka iroiro * remove * fix * nearLosslessは労多くして益少なしなのでやめる * do not cleanup tmp for development * update sharp.js to 0.31.3 * mixed: true * fix MkAutocomplete of 912791b3ab * clean up * https://github.com/misskey-dev/misskey/pull/9431#discussion_r1059215943
* update depssyuilo2022-12-281-205/+198
|
* rename: client -> frontendsyuilo2022-12-271-88/+88
|
* enhance(client): heatmap for dashboardsyuilo2022-12-271-0/+10
|
* fix(client): explicitly depend on `@vue/runtime-core` (#9401)Kagami Sascha Rosylight2022-12-231-0/+1
|
* update depssyuilo2022-12-231-177/+207
|
* revert: use sortablejs-vue3 instead of vuedraggable for more stabilitysyuilo2022-12-211-20/+17
|
* use sortablejs-vue3 instead of vuedraggable for more stabilitysyuilo2022-12-211-17/+20
|
* enhance: Vite HMR while yarn dev, and more build tuning (#9361)tamaina2022-12-201-1/+36
| | | | | | | * enhance: Vite HMR while yarn dev, and more build tuning * use localhost Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* Use tabler icons (#9354)syuilo2022-12-191-8/+16
| | | | | | | | | | | | | | | | | * wip * wip * wip * Update style.scss * wip * wip * wip * wip
* update depsdsyuilo2022-12-191-354/+350
|
* wip (#9349)tamaina2022-12-191-212/+212
|
* enhance(client): Compress non-animated PNG files (#9334)Kagami Sascha Rosylight2022-12-181-0/+8
| | | | | | | | | | | | | | | | | | | | | * style: fix TS lint errors about `ev.target` * enhance: compress non-animated PNG * PNG to PNG? * defer jest things (add it later) * Delete jest.config.cjs * check the compressed file size * log compression stats * use ?? * handle if ($i == null) Co-authored-by: tamaina <tamaina@hotmail.co.jp>
* chore: deploy vue-tsc for client typecheck (#9341)Kagami Sascha Rosylight2022-12-181-4/+107
|
* Remove redundant ts-node things (#9335)Kagami Sascha Rosylight2022-12-181-167/+6
|
* fix(client): Downgrade to Vite v3 (#9313)tamaina2022-12-141-209/+234
| | | | | | | | | | | | | | | | | | | * Revert "refactor(client): Create root.vue and select the ui in it (#9312)" This reverts commit 0294555e2b7899ddd5440de485ba629b4b3fffb5. * use vite v3 * Revert "Revert "refactor(client): Create root.vue and select the ui in it (#9312)"" This reverts commit 56910e27fbad352f3cb8324a167aaf1446cea7c2. * Revert "refactor(client): Create root.vue and select the ui in it (#9312)" This reverts commit 0294555e2b7899ddd5440de485ba629b4b3fffb5. * use vite@3.2.4 * update to v3.2.5
* Fix import related TypeScript errors (#9321)Kagami Sascha Rosylight2022-12-141-0/+43
| | | | | | | * Add missing @types packages * Fix TS1272 type only imports * Fix TS2821 import assertion
* refactor(sw): Typecheck the service worker (#9314)Kagami Sascha Rosylight2022-12-121-0/+9
| | | | | | | | | | | | | | | | | * Typecheck the service worker Currently the service worker build never typechecks, since esbuild and typescript-eslint don't do such job. esbuild: https://esbuild.github.io/content-types/#typescript >However, esbuild does not do any type checking so you will still need to run tsc -noEmit in parallel with esbuild to check types. This is not something esbuild does itself. typescript-eslint: https://typescript-eslint.io/linting/troubleshooting#why-dont-i-see-typescript-errors-in-my-eslint-output >TypeScript's compiler (or whatever your build chain may be) is specifically designed and built to validate the correctness of your codebase. Our tooling does not reproduce the errors that TypeScript provides, because doing so would slow down the lint run [1], and duplicate the errors that TypeScript already outputs for you. Adding this step adds tons of TS errors 😱 * Override lib-webworker with service worker
* update depstamaina2022-12-101-4/+59
|
* update depssyuilo2022-12-101-444/+491
|
* update depsyuilo2022-12-061-5/+5
|
* perf(server): improve syslog performancesyuilo2022-12-061-5/+5
|
* fix: lintが動かないのを修正, swもlinttamaina2022-12-051-3/+6
|
* bull-board復活syuilo2022-12-041-3/+109
|
* update depssyuilo2022-12-041-149/+201
|
* Fastify (#9106)syuilo2022-12-031-901/+581
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * fix * Update SignupApiService.ts * wip * wip * Update ClientServerService.ts * wip * wip * wip * Update WellKnownServerService.ts * wip * wip * update des * wip * Update ApiServerService.ts * wip * update deps * Update WellKnownServerService.ts * wip * update deps * Update ApiCallService.ts * Update ApiCallService.ts * Update ApiServerService.ts
* update yarn.locktamaina2022-12-021-317/+249
|
* update yarn.locksyuilo2022-11-291-354/+307
|
* Revert #8098tamaina2022-11-241-11/+1
|
* update lockfiletamaina2022-11-241-1/+11
|
* refactor: migrate to Yarn Berry (v3.2.1) (#8764)Kainoa Kanter2022-11-241-3560/+16843
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Yarn berry * Add `.yarn` to dockerignore * Mention in CHANGELOG * Update Dockerfile * Proper upgrade to yarn * use `"packageManager"` * Replace `install-packages.js` with workspaces * Replace `install-packages.js` with workspaces * Typo * `corepack enable` for linting * Remove `packages/*/yarn.lock` * Improve lint workflow * Update .github/workflows/lint.yml Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com> * Update .github/workflows/lint.yml Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com> * Add `eslint` * Regenerate yarn.lock * 🙏‍ * Update lint.yml :thinking: * Fix workflow! * yarn lint my beloved * corepack enable for mocha/e2e * Update CHANGELOG.md * fix the code that depends on node_modules * tbh * tbh * More yarn workspaces stuff * 🍀 * Change `browser-image-resizer` * :finnadie: * :goberserk: * :godmode: * Remove yarnrc for workspaces * 🙏 * Add proper packages for eslint * Skip extra install * New steps for test.yml too * uhh * Update .dockerignore * Update lint.yml * Update test.yml * Make client/backend lints seperate workflows * package.json names * pnpm = dont change paths * Fix changelog * :bowtie: * I don't know why github workflows hates me... * test * ????? * continue-on-error: true * Fix yarn.lock Co-authored-by: ishowta <ishowta@gmail.com> * add @rollup/pluginutils * add packageExtensions for chartjs_date-fns Co-authored-by: acid-chicken <root@acid-chicken.com> * npm run => yarn * wip * yarn node => node 依存関係の記載不足の解消がかなり多いため、yarn nodeは使わない * fix * fix http-signature * fix * fix * add packageExtensions * :v: * remove `yarn set version berry` * yarn install --immutable Co-authored-by: ishowta <ishowta@gmail.com> * https://github.com/misskey-dev/misskey/pull/8764#discussion_r885749892 * enable actions/setup-node's global cache * Update .gitignore Co-authored-by: iwata <ishowta@gmail.com> * revival gulp build https://github.com/misskey-dev/misskey/pull/8764/files/66ab7591bff9b35255219057e33399a06260aa31#r885899944 * fix lockfile * Update packages/backend/package.json Co-authored-by: iwata <ishowta@gmail.com> * remove packagemanager * `yarn run gulp` in `build` instead of just `gulp` * Update CHANGELOG.md * update lockfile * Add .yarn/cache to gitignore for packages * ? * move resolutions * :v: * update lockfie * update-lockfile * update yarn.lock * fix build * fix * fix * fix: add @tensorflow/tfjs * ダメ * modify lockfile * use yarnrc * update yarnlock * add jest-mock * update-lockfile * update lockfile * update lockfile * move jest-mock, update lockfile Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com> Co-authored-by: tamaina <tamaina@hotmail.co.jp> Co-authored-by: ishowta <ishowta@gmail.com>
* update depssyuilo2022-11-131-32/+32
|