dakkar
a3b4ca782a
Merge remote-tracking branch 'misskey/develop' into future-2024-04-10
2024-04-11 13:39:55 +01:00
おさむのひと
2a851437ff
fix: misskey-js、bubble-game、reversiのビルドをesbuildに統合する ( #13600 )
...
* fix: ビルドが遅いパッケージのビルド速度を改善
* dependenciesの整理
* fix ci
* ビルド開始時に古いファイルを消す
* fix ci
* fix ci
2024-03-30 15:28:19 +09:00
dakkar
bc531ac414
Merge remote-tracking branch 'misskey/develop' into future-2024-03-23
2024-03-24 11:53:52 +00:00
Gianni Ceccarelli
d7bb6c88d3
Cypress typescript ( #13591 )
...
* convert Cypress tests to TypeScript
this work was done by @lunaisnotaboy https://github.com/lunaisnotaboy
for their fork https://github.com/cutiekey/cutiekey/pull/7
I just repacked their changes into a minimal set
* fix call to `window` in cypress tests
this error was spotted thanks to the TypeScript compiler:
```
support/commands.ts:33:12 - error TS2559: Type '(win: any) => void'
has no properties in common with type 'Partial<Loggable &
Timeoutable>'.
33 cy.window(win => {
~~~~~~~~
Found 1 error in support/commands.ts:33
```
(again, @lunaisnotaboy did the actual work)
2024-03-20 11:25:49 +09:00
dakkar
af548d05ca
merge upstream for 2024.2.1
2024-03-02 16:36:49 +00:00
syuilo
3afdafed61
2024.3.1
2024-03-02 17:06:01 +09:00
syuilo
ba9d47fb69
2024.3.0
2024-03-01 20:22:06 +09:00
syuilo
b55b77c8ae
update pnpm
2024-03-01 13:52:23 +09:00
syuilo
920c3be750
update deps
2024-02-29 11:10:03 +09:00
Marie
d182402cfa
fix: icons and update urls
2024-02-19 18:46:42 +01:00
Marie
10bfc61670
merge: upstream
2024-02-19 10:47:42 +01:00
syuilo
0b5d3315bc
2024.2.0
2024-02-17 13:41:24 +09:00
tamaina
8c1a582348
2024.2.0-beta.13
2024-02-16 15:04:12 +00:00
syuilo
b7a12fbc2b
2024.2.0-beta.12
2024-02-16 15:40:10 +09:00
Acid Chicken (硫酸鶏)
3dc095d1c9
feat: provide tarball ( #13260 )
...
* feat: provide tarball
* build: pack on build-assets
* chore: use ignore-walk
* chore: debug
* build: dependencies
2024-02-12 10:02:27 +09:00
かっこかり
0736eea3fd
fix: misskey-jsの型定義生成時にバックエンドの依存パッケージもビルドするように ( #13249 )
...
* fix(frontend): vue v3.4.16でタイムラインが正常に表示できない問題を修正
* type
* fix: misskey-jsの型定義生成時にバックエンドの依存パッケージもビルドするように
* Revert "type"
This reverts commit bac0951bd1608cbd97ba809a76a664590ce5efb3.
* Revert "fix(frontend): vue v3.4.16でタイムラインが正常に表示できない問題を修正"
This reverts commit 92b21658287932515cb061ddc2ab5c83b4b78ca2.
2024-02-11 13:24:25 +09:00
Marie
85355813ad
merge: latest changes
2024-02-09 19:22:06 +01:00
syuilo
639f14f713
2024.2.0-beta.11
2024-02-09 17:10:31 +09:00
tamaina
c0cb76f0ec
chore: use vite@5.1.0 / pnpm@8.15.1
2024-02-08 17:24:51 +00:00
Marie
6a94a52131
merge: upstream
2024-02-06 21:23:37 +01:00
syuilo
2f54a53062
2024.2.0-beta.10
2024-02-05 21:08:05 +09:00
Marie
11628e4b6a
merge: upstream
2024-02-03 20:19:44 +01:00
syuilo
66714d94fc
2024.2.0-beta.9
2024-02-02 21:38:15 +09:00
syuilo
eef46ed3c9
2024.2.0-beta.8
2024-01-30 21:00:17 +09:00
Marie
913dd581ef
merge: upstream
2024-01-25 14:21:42 +01:00
syuilo
5342692b1e
2024.2.0-beta.7
2024-01-24 20:31:05 +09:00
syuilo
2b6bf074c6
2024.2.0-beta.6
2024-01-24 15:20:12 +09:00
syuilo
ca9be872a8
2024.2.0-beta.5
2024-01-24 13:55:57 +09:00
syuilo
298bc34eaf
2024.2.0-beta.4
2024-01-23 10:54:04 +09:00
Marie
fd69a2fbbd
merge: upstream
2024-01-22 19:58:43 +01:00
syuilo
5e307e472d
2024.2.0-beta.3
2024-01-22 18:33:40 +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
syuilo
67f6157d42
2024.2.0-beta.2
2024-01-22 09:30:00 +09:00
syuilo
9eb0468cd2
2024.2.0-beta.1
2024-01-22 09:14:45 +09:00
Marie
db012fc8c3
merge: upstream (1)
2024-01-21 13:11:23 +01:00
syuilo
f4657eb16f
update deps
2024-01-21 18:43:01 +09:00
syuilo
44b8ac135f
fix(dev): fix workspace settings
2024-01-20 11:11:20 +09:00
Marie
7552cea69a
merge: upstream
2024-01-09 02:57:57 +01:00
Marie
42be95125a
chore: update dev version
2024-01-01 01:51:34 +01:00
zyoshoka
c4534b20bb
chore(misskey-js): build-misskey-js-with-types
時にapi-extractor
を走らせるように ( #12830 )
2023-12-28 09:48:53 +01:00
syuilo
30f7611229
2023.12.1
2023-12-28 09:47:25 +01:00
zyoshoka
7ca0af9e7e
chore(misskey-js): build-misskey-js-with-types
時にapi-extractor
を走らせるように ( #12830 )
2023-12-28 13:40:57 +09:00
syuilo
d97924890d
2023.12.2
2023-12-28 08:05:35 +09:00
syuilo
f8261a1957
2023.12.1
2023-12-27 21:28:15 +09:00
Marie
5db583a3eb
merge: upstream
2023-12-23 02:09:23 +01:00
syuilo
9c04749359
2023.12.0
2023-12-22 20:59:28 +09:00
syuilo
f88ed4dd1a
2023.12.0-beta.6
2023-12-21 11:37:50 +09:00
syuilo
6df9c79bb7
2023.12.0-beta.5
2023-12-16 14:00:46 +09:00
syuilo
2ecc0299b4
update deps
2023-12-16 14:00:27 +09:00
おさむのひと
386fcedf35
(dev-mode) devモードの改善 ( #12639 )
...
* fix dev-mode
* fix dev-mode
* fix dev-mode
* fix dev-mode
---------
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
2023-12-14 20:16:02 +09:00