diff options
| author | syuilo <4439005+syuilo@users.noreply.github.com> | 2024-07-02 11:38:34 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-02 11:38:34 +0900 |
| commit | 427648c4b8c5b7699c92afa95a14097bb9329ee8 (patch) | |
| tree | 6ceb3db35f54f28a3b046341ebb8c4e6dbb1cb86 /.github/workflows | |
| parent | fix(storybook): prevent infinite remount of component (#14101) (diff) | |
| download | sharkey-427648c4b8c5b7699c92afa95a14097bb9329ee8.tar.gz sharkey-427648c4b8c5b7699c92afa95a14097bb9329ee8.tar.bz2 sharkey-427648c4b8c5b7699c92afa95a14097bb9329ee8.zip | |
update deps (#14057)
* wip
* locales/index.jsのymlファイル取得ロジックを調節
* regenerate pnpm-lock.yaml
* fix(backend): typecheck fails
* chore(deps): bump ip-cidr from 4.0.0 to 4.0.1 in /packages/backend
* chore: migrate ESLint configs to flat config (#14094)
* chore: migrate ESLint configs to flat config
* fix: update paths
* fix: frontend lint fails
* refactor(misskey-js): lint build.js
* update deps
---------
Co-authored-by: samunohito <46447427+samunohito@users.noreply.github.com>
Co-authored-by: zyoshoka <root@zyoshoka.com>
Co-authored-by: zyoshoka <107108195+zyoshoka@users.noreply.github.com>
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/lint.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 76616ec5a7..1a1b30168a 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -10,14 +10,14 @@ on: - packages/frontend/** - packages/sw/** - packages/misskey-js/** - - packages/shared/.eslintrc.js + - packages/shared/eslint.config.js pull_request: paths: - packages/backend/** - packages/frontend/** - packages/sw/** - packages/misskey-js/** - - packages/shared/.eslintrc.js + - packages/shared/eslint.config.js jobs: pnpm_install: |