tamaina
31a39776f5
chore: publish misskey-js automatically ( #13014 )
...
* chore: publish @misskey-dev/misskey-js
* remove @misskey-dev/
* ??
* correct version
* version
2024-01-23 00:19:43 +09:00
おさむのひと
850d38414e
fix: 2024-01-22 10:50時点のdevelopにてCIがコケている ( #13060 )
...
* fix: バブルゲームのビルド失敗修正
* fix: api.jsonの定義誤りを修正
* fix: lint.yml(typecheck)
* fix: fix eslint error
* fix: frontend vitest version
* fix: frontend vitest version
* fix:
* fix: cypress
* fix: misskey-js test
* fix: misskey-js tsd(tsdはpakcage.jsonのexportsをサポートしない?)
* fix: conflict
* fix: 間違えて上書きしたところを修正
* fix: 再
* fix: api.json
* fix: api.json
* fix: タイムアウト延長
* Update packages/misskey-js/jest.config.cjs
Co-authored-by: Sayamame-beans <61457993+Sayamame-beans@users.noreply.github.com>
---------
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
Co-authored-by: Sayamame-beans <61457993+Sayamame-beans@users.noreply.github.com>
2024-01-22 18:01:54 +09:00
ikasoba
79a9defa0c
完成 ( #12980 )
2024-01-14 15:30:21 +09:00
まっちゃとーにゅ
1b509cb955
Merge remote-tracking branch 'misskey-dev/develop' into io
2024-01-13 23:48:15 +09:00
おさむのひと
57017f2747
feat(CI): CHANGELOG.mdの追記個所をチェックするCIを追加 ( #12963 )
...
* feat(CI): CHANGELOG.mdの追記個所をチェックするCIを追加
* fix
* remove strategy
* fix
* fix
2024-01-13 21:17:30 +09:00
zyoshoka
d792f4f348
fix(backend): 虚無ノートを投稿できる問題の修正と api.json
の OpenAPI Specification 3.1.0 への対応 ( #12969 )
...
* fix(backend): `text: null`だけのノートは投稿できないように
* add test
* Update CHANGELOG.md
* chore: bump OpenAPI Specification from 3.0.0 to 3.1.0
* chore: テストがすでにコメントで記述されていたのでそっちを使うことにする
* fix test
* fix(backend): prohibit posting whitespace-only notes
* Update CHANGELOG.md
* fix(backend): `renoteId`または`fileIds`(`mediaIds`)または`poll`が`null`でない場合に、`text が空白文字のみで構成されたリクエストになることを許可して、結果は`text: null`を返すように
* test(backend): 引用renoteで空白文字のみで構成されたtextにするとレスポンスが`text: null`になることをチェックするテストを追加
* fix(frontend): `text`が`null`であって`renoteId`と`replyId`が`null`でないようなノートは引用リノートとして表示するように
* fix(misskey-js): OpenAPI 3.1に対応
* fix(misskey-js): 型生成をOpenAPI Specification 3.1.0に対応
* fix(ci): `validate-api.json`をOpenAPI Specification 3.1.0に対応
* fix(ci): スキーマ書き換えの際のミスを修正
* Revert "fix(frontend): `text`が`null`であって`renoteId`と`replyId`が`null`でないようなノートは引用リノートとして表示するように"
This reverts commit a9ca55343df6ea1679599acbc4801f78aa3a242b.
* fix(misskey-js): `build-misskey-js-with-types`時は`api.json`のGETをスキップするように
* Revert "fix(misskey-js): `build-misskey-js-with-types`時は`api.json`のGETをスキップするように"
This reverts commit 865458989f9ddacc38d1bb3743a41ea828dbf324.
* fix(misskey-js): `openapi-parser`で`validate`のかわりに`parse`を用いるように
* Update CHANGELOG.md
2024-01-13 16:54:25 +09:00
まっちゃとーにゅ
abe95d9b67
Merge branch 'develop' of misskey-dev into merge-upstream
2024-01-10 03:13:22 +09:00
おさむのひと
34088ecd27
feat(ci): api.jsonのバリデーションチェックCIを追加 ( #12950 )
...
* feat(ci): api.jsonのバリデーションチェックCIを追加
* fix name
2024-01-09 08:34:23 +09:00
おさむのひと
0f9e3bccef
refactor(CI): 修正範囲と関係ないActionsが走るのを抑止する ( #12918 )
...
* refactor?: 修正範囲と関係ないActionsが走るのを抑止する
* fix
* バックエンドの対象にmisskey-jsを追加&フロントエンドの対象にmisskey-jsとbackendを追加
2024-01-08 23:51:31 +09:00
おさむのひと
35ec41fc1e
enhance(backend): テストの高速化 ( #12939 )
...
* enhance(backend): テストの高速化
* add ls
* 自動的にマージされるようなので不要
* 起動方法を揃える
* fix test
2024-01-08 17:43:52 +09:00
まっちゃとーにゅ
48dba91e8a
chore(ci): ioブランチのコミットごとにdockerイメージをビルドするように (MisskeyIO#304)
2023-12-29 16:22:13 +09:00
riku6460
018ff4cbda
Merge tag '2023.12.1' into merge-upstream
2023-12-28 03:58:07 +09:00
Chocolate Pie
a598baaf01
fix(test): CIが落ちている問題を修正 ( #12816 )
...
* fix(test): CIが落ちているのを修正
* fix(ci)?: CIの`typecheck`が落ちる問題を修正
* fix(ci): コンフィグファイルのタイポを修正
2023-12-27 17:36:38 +09:00
anatawa12
316ffcea54
ci: Get api.json from Misskeyでupload-artifact@v4で同名artifactでエラーになるのを修正 ( #12770 )
...
* ci: upload-artifact@v4で同名artifactでエラーになるのを修正
Co-authored-by: おさむのひと <46447427+samunohito@users.noreply.github.com>
* report-api-diff.ymlの最中にエラーが発生したときに分かりづらいので、PRにコメントを残すようにする
* 古いget-api-diffを使ってるactionとの互換性をもたせる
---------
Co-authored-by: おさむのひと <46447427+samunohito@users.noreply.github.com>
2023-12-24 14:20:43 +09:00
riku6460
b3de794bdd
Merge tag '2023.12.0-beta.6' into merge-upstream
2023-12-21 11:56:34 +09:00
dependabot[bot]
ffa0470cf8
chore(deps): bump actions/setup-node from 4.0.0 to 4.0.1 ( #12713 )
...
Bumps [actions/setup-node](https://github.com/actions/setup-node ) from 4.0.0 to 4.0.1.
- [Release notes](https://github.com/actions/setup-node/releases )
- [Commits](https://github.com/actions/setup-node/compare/v4.0.0...v4.0.1 )
---
updated-dependencies:
- dependency-name: actions/setup-node
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-21 11:37:14 +09:00
Kagami Sascha Rosylight
d14eb20122
chore(workflows): use postgres 15 everywhere ( #12726 )
2023-12-21 10:29:51 +09:00
riku6460
00c9e43861
Merge tag '2023.12.0-beta.5' into merge-upstream
2023-12-21 07:03:04 +09:00
dependabot[bot]
1260e8b74b
chore(deps): bump actions/upload-artifact from 2 to 4 ( #12670 )
...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact ) from 2 to 4.
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](https://github.com/actions/upload-artifact/compare/v2...v4 )
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-16 08:58:03 +09:00
riku6460
e77ddfce91
Merge tag '2023.12.0-beta.3' into merge-upstream
2023-12-10 10:29:33 +09:00
dependabot[bot]
f80ae7f686
chore(deps): bump actions/labeler from 4 to 5 ( #12584 )
...
Bumps [actions/labeler](https://github.com/actions/labeler ) from 4 to 5.
- [Release notes](https://github.com/actions/labeler/releases )
- [Commits](https://github.com/actions/labeler/compare/v4...v5 )
---
updated-dependencies:
- dependency-name: actions/labeler
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-08 09:00:37 +09:00
nullnyat
5cd4c36cad
rename docker-compose.yml.example to docker-compose_example.yml ( #12530 )
...
* rename docker-compose.yml.example to docker-compose_example.yml
* fix: dockle.yml
2023-12-01 11:19:33 +09:00
anatawa12
c41d03018c
ci: use refs/pull/*/merge to get head ( #12508 )
2023-11-30 01:06:11 +09:00
syuilo
06ed64f26f
update node to 20.10.0
2023-11-24 09:20:41 +09:00
まっちゃとーにゅ
b918e417f7
Merge remote-tracking branch 'misskey-dev/develop' into io
2023-11-24 02:20:14 +09:00
anatawa12
44a378c46e
Use generate-api-json for api.json diff GitHub comment ( #12408 )
...
* ci: use generate-api-json to get api.json changes
* restore copying default.yml
* refactor: get api.json with single workflow
* ci: api.jsonのdiffをbackendが変更されたときのみ取るように
2023-11-23 20:17:21 +09:00
dependabot[bot]
1b9b189c60
build(deps): bump actions/upload-artifact from 2 to 3 (MisskeyIO#231)
...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact ) from 2 to 3.
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](https://github.com/actions/upload-artifact/compare/v2...v3 )
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-20 07:42:07 +09:00
riku6460
455c7eb653
Merge tag '2023.11.1' into merge-upstream
2023-11-17 20:19:02 +09:00
dependabot[bot]
d2906d4628
build(deps): bump actions/github-script from 6 to 7 ( #12328 )
...
Bumps [actions/github-script](https://github.com/actions/github-script ) from 6 to 7.
- [Release notes](https://github.com/actions/github-script/releases )
- [Commits](https://github.com/actions/github-script/compare/v6...v7 )
---
updated-dependencies:
- dependency-name: actions/github-script
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-14 21:19:26 +09:00
riku6460
50e811e862
Merge branch 'io' into merge-upstream
2023-11-09 17:43:42 +09:00
riku6460
2bc887a6c5
Merge tag '2023.11.0' into merge-upstream
2023-11-09 16:10:53 +09:00
まっちゃとーにゅ
5a85d06571
misc(GitHub Actions): ioに不要なGitHub ActionsのWorkflowファイルを削除 (MisskeyIO#225)
...
* Dockle 公式のactionを使うように
Co-authored-by: riku6460 <17585784+riku6460@users.noreply.github.com>
2023-11-09 02:43:24 +09:00
riku6460
48042557c2
Docker のビルドキャッシュに type=registry を使用する (MisskeyIO#211)
...
タグでビルドしているため、Actions のキャッシュが効かない
2023-11-06 23:39:33 +09:00
dependabot[bot]
38c163d67c
chore(deps): bump actions/setup-node from 3.8.1 to 4.0.0 ( #12128 )
...
Bumps [actions/setup-node](https://github.com/actions/setup-node ) from 3.8.1 to 4.0.0.
- [Release notes](https://github.com/actions/setup-node/releases )
- [Commits](https://github.com/actions/setup-node/compare/v3.8.1...v4.0.0 )
---
updated-dependencies:
- dependency-name: actions/setup-node
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-30 12:43:29 +09:00
まっちゃとーにゅ
16f213ef0c
spec(deps): use node 20 (MisskeyIO#197)
2023-10-30 00:41:08 +09:00
まっちゃとーにゅ
db7a17d396
テストなどにKeyDBを使うように (MisskeyIO#195)
2023-10-30 00:27:20 +09:00
anatawa12
7e15f71916
ci: fix pullreq number may not get correctly ( #12127 )
...
* Revert "remove save-pr-number"
This reverts commit 085f4bd76992fa0b3e4219a5c132b72f68c3d2cc.
* Revert "Update report-api-diff.yml"
This reverts commit b73daf4c0ec4240ea39b183a6b93f209b63e6d81.
* Revert "Update report-api-diff.yml"
This reverts commit cbf2b5ad8a7cba769446fa9bcf1f129c6f03db8c.
* Revert "try to get pull request id from github.event.workflow_run.pull_requests"
This reverts commit 07517ce501c12e75da03d325c23968d75ac37d00.
2023-10-24 14:02:06 +09:00
anatawa12
b22066b9a2
ci: fix pull_req時にAPI diffの実行ができない ( #12123 )
...
* initial commit for report-api-diff.yml
* add api-{base,head}.json into api-artifact
* try to get pull request id from github.event.workflow_run.pull_requests
* Update report-api-diff.yml
* Update report-api-diff.yml
* remove save-pr-number
2023-10-24 06:16:40 +09:00
riku6460
78835eac52
Merge tag '2023.10.2' into merge-upstream
2023-10-21 19:40:18 +09:00
taichan
3e5c55c14e
chore: Pull Request時にapi.jsonの差分を表示するActions workflow ( #12090 )
...
* chore: Pull Request時にapi.jsonのdiffを出力するworkflow
* refactor: job names
* fix: set repository to get api diff
* chore: set permission to workflow
* set sleep 30s (shorter)
* chore: set label of diff
* chore: more attempts to fetch misskey
* chore: add full diff output of api.js
* chore: save full-diff to Artifact
* chore: add message to download diff Artifact
2023-10-21 07:45:47 +09:00
dependabot[bot]
3c3d05ba2e
chore(deps): bump actions/checkout from 4.1.0 to 4.1.1 ( #12062 )
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 4.1.0 to 4.1.1.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v4.1.0...v4.1.1 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-19 19:35:13 +09:00
riku6460
56a817b004
update actions
2023-09-28 06:05:39 +09:00
riku6460
3a57fb2b4b
Merge tag '2023.9.1' into merge-upstream
2023-09-27 04:56:47 +09:00
dependabot[bot]
2039e244c5
build(deps): bump actions/checkout from 4.0.0 to 4.1.0 ( #11900 )
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 4.0.0 to 4.1.0.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v4.0.0...v4.1.0 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-25 16:05:02 +09:00
riku6460
87223add7b
Merge tag '2023.9.0' into merge-upstream
2023-09-25 15:27:13 +09:00
dependabot[bot]
efa66ae89a
build(deps): bump docker/metadata-action from 4 to 5 ( #11828 )
...
Bumps [docker/metadata-action](https://github.com/docker/metadata-action ) from 4 to 5.
- [Release notes](https://github.com/docker/metadata-action/releases )
- [Upgrade guide](https://github.com/docker/metadata-action/blob/master/UPGRADE.md )
- [Commits](https://github.com/docker/metadata-action/compare/v4...v5 )
---
updated-dependencies:
- dependency-name: docker/metadata-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-13 16:08:30 +09:00
dependabot[bot]
6124772a5f
build(deps): bump docker/setup-buildx-action from 2.10.0 to 3.0.0 ( #11827 )
...
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action ) from 2.10.0 to 3.0.0.
- [Release notes](https://github.com/docker/setup-buildx-action/releases )
- [Commits](https://github.com/docker/setup-buildx-action/compare/v2.10.0...v3.0.0 )
---
updated-dependencies:
- dependency-name: docker/setup-buildx-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-13 16:08:22 +09:00
dependabot[bot]
d28fe24d0b
build(deps): bump docker/login-action from 2 to 3 ( #11829 )
...
Bumps [docker/login-action](https://github.com/docker/login-action ) from 2 to 3.
- [Release notes](https://github.com/docker/login-action/releases )
- [Commits](https://github.com/docker/login-action/compare/v2...v3 )
---
updated-dependencies:
- dependency-name: docker/login-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-13 16:08:10 +09:00
dependabot[bot]
ba28f90fd1
build(deps): bump docker/build-push-action from 4 to 5 ( #11826 )
...
Bumps [docker/build-push-action](https://github.com/docker/build-push-action ) from 4 to 5.
- [Release notes](https://github.com/docker/build-push-action/releases )
- [Commits](https://github.com/docker/build-push-action/compare/v4...v5 )
---
updated-dependencies:
- dependency-name: docker/build-push-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-13 16:08:00 +09:00
dependabot[bot]
f9fc743c05
build(deps): bump tibdex/github-app-token from 1 to 2 ( #11815 )
...
Bumps [tibdex/github-app-token](https://github.com/tibdex/github-app-token ) from 1 to 2.
- [Release notes](https://github.com/tibdex/github-app-token/releases )
- [Commits](https://github.com/tibdex/github-app-token/compare/v1...v2 )
---
updated-dependencies:
- dependency-name: tibdex/github-app-token
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-11 19:42:42 +09:00
syuilo
dc1a91a5b2
fix(dev): use 20.5.1 instead of 20.x
...
Fix #11793
2023-09-07 16:38:47 +09:00
dependabot[bot]
c5af9e371c
build(deps): bump actions/checkout from 3.6.0 to 4.0.0 ( #11786 )
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 3.6.0 to 4.0.0.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v3.6.0...v4.0.0 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-05 17:15:53 +09:00
syuilo
1f7a81aae7
update deps ( #11764 )
...
* update deps
* node16
* wip
* wip
* wip
* Update test-utils.ts
* wip
* Update tsconfig.json
* wip
* Update package.json
* wip
* Update following.vue
* Update followers.vue
* Update index.vue
* Update share.vue
* Update MkUserPopup.vue
* Update MkPostForm.vue
* wip
* Update MkTokenGenerateWindow.vue
* Update MkPagination.vue
* refactor
* update deps
* update deps
* Update sw.ts
* wip
* wip
* wip
* Update FetchInstanceMetadataService.ts
* Update FetchInstanceMetadataService.ts
* update node
* update deps
* 🎨
2023-09-04 13:33:38 +09:00
dependabot[bot]
23102a2c08
build(deps): bump docker/setup-buildx-action from 2.9.1 to 2.10.0 ( #11769 )
...
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action ) from 2.9.1 to 2.10.0.
- [Release notes](https://github.com/docker/setup-buildx-action/releases )
- [Commits](https://github.com/docker/setup-buildx-action/compare/v2.9.1...v2.10.0 )
---
updated-dependencies:
- dependency-name: docker/setup-buildx-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-29 21:17:02 +09:00
dependabot[bot]
39eb86f5af
build(deps): bump actions/checkout from 3.5.3 to 3.6.0 ( #11762 )
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 3.5.3 to 3.6.0.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v3.5.3...v3.6.0 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-27 09:21:07 +09:00
dependabot[bot]
e82c2e7cf9
build(deps): bump cypress-io/github-action from 5 to 6 ( #11758 )
...
Bumps [cypress-io/github-action](https://github.com/cypress-io/github-action ) from 5 to 6.
- [Release notes](https://github.com/cypress-io/github-action/releases )
- [Changelog](https://github.com/cypress-io/github-action/blob/master/CHANGELOG.md )
- [Commits](https://github.com/cypress-io/github-action/compare/v5...v6 )
---
updated-dependencies:
- dependency-name: cypress-io/github-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-22 15:58:10 +09:00
dependabot[bot]
e6032a03b6
build(deps): bump actions/setup-node from 3.8.0 to 3.8.1 ( #11739 )
...
Bumps [actions/setup-node](https://github.com/actions/setup-node ) from 3.8.0 to 3.8.1.
- [Release notes](https://github.com/actions/setup-node/releases )
- [Commits](https://github.com/actions/setup-node/compare/v3.8.0...v3.8.1 )
---
updated-dependencies:
- dependency-name: actions/setup-node
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-19 18:39:39 +09:00
dependabot[bot]
9264ca336b
build(deps): bump actions/setup-node from 3.7.0 to 3.8.0 ( #11726 )
...
Bumps [actions/setup-node](https://github.com/actions/setup-node ) from 3.7.0 to 3.8.0.
- [Release notes](https://github.com/actions/setup-node/releases )
- [Commits](https://github.com/actions/setup-node/compare/v3.7.0...v3.8.0 )
---
updated-dependencies:
- dependency-name: actions/setup-node
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-15 18:25:12 +09:00
dependabot[bot]
8b7f54df66
build(deps): bump uesteibar/reviewer-lottery from 2 to 3 ( #11500 )
...
Bumps [uesteibar/reviewer-lottery](https://github.com/uesteibar/reviewer-lottery ) from 2 to 3.
- [Release notes](https://github.com/uesteibar/reviewer-lottery/releases )
- [Commits](https://github.com/uesteibar/reviewer-lottery/compare/v2...v3 )
---
updated-dependencies:
- dependency-name: uesteibar/reviewer-lottery
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-13 12:25:57 +09:00
dependabot[bot]
f3bbf8417c
build(deps): bump peter-evans/slash-command-dispatch from 1 to 3 ( #11501 )
...
Bumps [peter-evans/slash-command-dispatch](https://github.com/peter-evans/slash-command-dispatch ) from 1 to 3.
- [Release notes](https://github.com/peter-evans/slash-command-dispatch/releases )
- [Commits](https://github.com/peter-evans/slash-command-dispatch/compare/v1...v3 )
---
updated-dependencies:
- dependency-name: peter-evans/slash-command-dispatch
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-13 12:25:48 +09:00
dependabot[bot]
748d4ebaae
build(deps): bump docker/setup-buildx-action from 2.3.0 to 2.9.1 ( #11502 )
...
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action ) from 2.3.0 to 2.9.1.
- [Release notes](https://github.com/docker/setup-buildx-action/releases )
- [Commits](https://github.com/docker/setup-buildx-action/compare/v2.3.0...v2.9.1 )
---
updated-dependencies:
- dependency-name: docker/setup-buildx-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-13 12:25:30 +09:00
dependabot[bot]
f5985d53e5
build(deps): bump actions/checkout from 3.2.0 to 3.5.3
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 3.2.0 to 3.5.3.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v3.2.0...v3.5.3 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-08-12 13:35:29 +02:00
Kagami Sascha Rosylight
71ca6fe7b5
chore(workflows): use checkout@v3.3.0 consistently
2023-08-12 13:16:24 +02:00
dependabot[bot]
6b21b142bd
build(deps): bump actions/setup-node from 3.6.0 to 3.7.0
...
Bumps [actions/setup-node](https://github.com/actions/setup-node ) from 3.6.0 to 3.7.0.
- [Release notes](https://github.com/actions/setup-node/releases )
- [Commits](https://github.com/actions/setup-node/compare/v3.6.0...v3.7.0 )
---
updated-dependencies:
- dependency-name: actions/setup-node
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-08-12 13:14:21 +02:00
まっちゃとーにゅ
3bde1b398a
spec: use node 18.17.0 ( #114 )
2023-07-25 03:32:10 +09:00
まっちゃとーにゅ
72244c7ce6
Merge tag '13.14.1' into merge-upstream
2023-07-23 03:08:40 +09:00
syuilo
f76b3edbdd
update node to 20.4.0
2023-07-07 13:58:43 +09:00
Acid Chicken (硫酸鶏)
9a6ce1e867
ci: fix head user
2023-05-20 18:52:08 +00:00
Acid Chicken (硫酸鶏)
22a6bd6b22
ci: fix branch name
2023-05-20 14:03:05 +00:00
Acid Chicken (硫酸鶏)
6173cebdca
ci: remove deprecated notifications
2023-05-18 08:05:09 +00:00
Acid Chicken (硫酸鶏)
6bb82cda37
ci: use actual base
2023-05-18 14:16:07 +09:00
Acid Chicken (硫酸鶏)
747d323584
ci: fix breaking on foreign repos
2023-05-17 07:39:36 +00:00
Acid Chicken (硫酸鶏)
909ec8c38d
ci: fix missing branch
2023-05-11 22:21:48 +09:00
Acid Chicken (硫酸鶏)
b01a1b3c17
ci: notify on changes for push events
2023-05-11 22:20:26 +09:00
Acid Chicken (硫酸鶏)
69afd0480e
ci: fix typo
2023-05-10 10:33:49 +00:00
riku6460
0b29445222
Merge tag '13.12.1' into merge-upstream
2023-05-09 17:45:24 +09:00
Acid Chicken (硫酸鶏)
3510768fd5
ci: check for PRs ( #10804 )
...
* ci: check for PRs
* ci: run all PRs
* ci: fix syntax error
* ci: comment on PRs only
* ci: use pull_request_target
2023-05-08 15:14:42 +00:00
tamaina
2d3d986d13
test: Check availability of production build ( #10734 )
2023-04-29 23:21:54 +09:00
tamaina
6e0f998fb2
test: use pnpm v8
2023-04-26 15:17:40 +00:00
syuilo
0f7defc14a
Update test-frontend.yml
2023-04-19 16:42:14 +09:00
Kohei Ota (inductor)
5a8748b2b0
Update node version ( #10639 )
2023-04-15 10:20:39 +09:00
riku6460
da277eb3e5
一部の Workflow を削除
2023-04-13 14:38:08 +09:00
Laica Lunasys
385be641d8
Fix setup-buildx-action version
2023-04-09 19:49:38 +09:00
Laica Lunasys
74fc946be4
Rename .yaml -> .yml
2023-04-09 19:15:38 +09:00
Laica Lunasys
78617695a6
Fix tags resolution (2) (maybe)
2023-04-09 19:12:38 +09:00
Laica Lunasys
c22f5fb6c8
Fix tags resolution (maybe)
2023-04-09 19:10:46 +09:00
Laica Lunasys
5db1c74e9d
Remove test trigger
2023-04-09 19:08:14 +09:00
Laica Lunasys
defe9d78c9
Test cached build
2023-04-09 19:00:10 +09:00
Laica Lunasys
08d2ca9b02
Disable arm build
2023-04-09 18:38:55 +09:00
Laica Lunasys
242b8910f7
Fix step name (Docker Hub -> GitHub Container Registry)
2023-04-09 18:35:53 +09:00
Laica Lunasys
e2d0fbb859
Rewrite github actions (from original build workflow)
2023-04-09 18:29:06 +09:00
Laica Lunasys
2331483cd8
Remove build.yaml
2023-04-09 18:28:49 +09:00
Laica Lunasys
69711f89e6
Format image tags (2) :thinking_face:
2023-04-09 18:01:49 +09:00
Laica Lunasys
eb71aa8f8c
Format image tags :thinking_face:
2023-04-09 18:00:01 +09:00
Laica Lunasys
b6af3ab891
Fix typo :p
2023-04-09 17:56:32 +09:00
Laica Lunasys
3639390789
Add ghcr push (experimental)
2023-04-09 17:53:34 +09:00
Acid Chicken (硫酸鶏)
a432f53d6c
ci: avoid 0000000
2023-04-08 07:16:10 +00:00
Acid Chicken (硫酸鶏)
79f198e4f1
ci: ignore develop commits
2023-04-07 23:27:22 +09:00
Acid Chicken (硫酸鶏)
abda3b6c8c
ci( #10336 ): use TurboSnap ( #10494 )
...
* ci(#10336 ): use TurboSnap
* build: fix version
* ci(#10336 ): update build dir
* chore(#10336 ): fire changes
* chore: stabilize icon width on `PageHeader`
* chore: fire changes
* ci: invalid ignore
* ci: trace logs
* chore: debug
* revert: debug
This reverts commit 2329165e252640504ef17e97389e0460ada83e70.
* chore: do not reuse build dir
* build: scripts
* ci: tweak
* revert: re-revert debug
This reverts commit 596ef05d9eabe11c0ec3125fa4a87071d59b9b2f.
* chore: detect changes manually
* fix: syntax
* ci: do not use only-changed
* ci: fix command
* revert: re-re-revert debug
This reverts commit b027170d7504277006ce9abac386df8c38d55fd2.
* ci: use build dir
* revert: re-re-re-revert debug
This reverts commit 529ab126ed63ec10eeeaaee3e9ef581b75e739c9.
* ci: fix path
* revert: re-re-re-re-revert debug
This reverts commit 0b0c0b9ea48d37d617b777e9f602ccf8a2400381.
* ci: fix typo
* ci: only show story files
* revert: re-re-re-re-re-revert debug
This reverts commit 9f5b88df3225f23efd72bb099cfebe359af7acdb.
* ci: skip when no stories found
* ci: use skip
* revert: re-re-re-re-re-re-revert debug
This reverts commit 0df4bdc30bbf425c8682594d500a6d986517e721.
* ci: fix micromatch version
* revert: re-re-re-re-re-re-re-revert debug
This reverts commit 63063b02bbcb37e85b93afe3f919b185425ddcf0.
* revert: re-re-re-re-re-re-re-re-revert debug
This reverts commit 01d9669e2a2c758c478bad5379fe19768e2096bc.
* chore: pin tabler icon width globally
* ci: notify when Chromatic skips
* ci: fix endpoint
---------
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
2023-04-07 20:34:23 +09:00
syuilo
fd05826187
fix(ci): use redis 7
2023-04-06 10:30:06 +09:00