Commit graph

80 commits

Author SHA1 Message Date
Neko Ayaka
2ab21879dd
chore(deps): bump dependencies 2026-04-18 19:18:17 +08:00
Neko Ayaka
95eac8e41c
chore(deps): bump dependencies 2026-04-11 04:00:49 +08:00
RainbowBird
40bd86f668
chore(deps): move drizzle-orm to catalog (#1480) 2026-03-26 20:52:40 +08:00
Neko Ayaka
7313d567d6
chore(deps): bump more dependencies 2026-03-24 09:20:19 +08:00
Neko Ayaka
ac1de680d0
chore(deps): bump dependencies 2026-03-23 02:15:40 +08:00
Neko Ayaka
92d87833be
chore(deps): bump dependencies 2026-02-26 18:33:52 +08:00
Neko Ayaka
d051a07da9
chore(deps): bump dependencies 2026-01-21 05:42:01 +08:00
RainbowBird
3dbf3fafd9
feat(server): hono server with character schema, valibot, routes (#848)
Co-authored-by: Neko Ayaka <neko@ayaka.moe>
2026-01-05 16:25:20 +08:00
藍+85CD
dedf4a4790
refactor: migrate to new providers package (#846) 2025-12-30 10:47:43 +08:00
Neko Ayaka
a07854ca31
chore(deps): bump dependencies 2025-12-27 04:26:56 +08:00
Iro
4c977361b1
feat(stage-ui): remove redundant chat completions validation (#831) 2025-12-26 01:40:29 +08:00
Neko Ayaka
aaca1825d3
refactor(docs,telegram-bot): remove sharp 2025-12-24 22:01:03 +08:00
Neko Ayaka
2ffe666368
chore(deps): bump dependencies 2025-12-21 18:41:11 +08:00
Neko Ayaka
c9a9ec7bfa
Revert "chore(deps): bump dependencies"
This reverts commit 349810ff27.
2025-12-21 17:16:47 +08:00
Neko Ayaka
349810ff27
chore(deps): bump dependencies 2025-12-21 15:58:52 +08:00
Neko Ayaka
a3dba4f3cf
chore(deps): bump dependencies & electron-builder 2025-12-13 16:23:45 +08:00
Neko Ayaka
fafba1cdf8
chore(deps): bump dependencies 2025-12-11 02:22:43 +08:00
Neko Ayaka
e28e2eff89
chore(deps): bump valibot 2025-12-01 00:49:45 +08:00
Neko Ayaka
3e741d57ec
chore(deps): bump dependencies 2025-11-16 02:21:38 +08:00
Neko Ayaka
5b9bf180e9
Revert "chore(deps): bump dependencies"
This reverts commit 38401084e1.
2025-11-16 01:28:29 +08:00
Neko Ayaka
38401084e1
chore(deps): bump dependencies 2025-11-15 23:45:01 +08:00
Neko Ayaka
a7a1302b99
chore(deps): bump dependencies 2025-11-01 16:03:45 +08:00
藍+85CD
233b5a7ba8
refactor: partially remove dotenv, dotenvx (#667) 2025-10-18 21:02:46 +08:00
Neko Ayaka
0b85ab78fc
chore(deps): bump dependencies 2025-10-12 00:36:21 +08:00
Neko Ayaka
0de306f668
chore(deps): bump dependencies 2025-10-09 02:35:44 +08:00
Neko Ayaka
6cfc9c8ee0
fix(stage-tamagotchi): icon 2025-10-06 14:57:49 +08:00
Neko Ayaka
75321a4cd9
chore(deps): bump dependencies 2025-10-03 16:54:50 +08:00
Neko Ayaka
372125fb89
chore(deps): bump dependencies
Notice: after bumping up to three 0.180.0 with @types/three 0.180.0,
  Argument of type 'Group<Object3DEventMap>' is not assignable to parameter of type 'Object3D<Object3DEventMap>'.
    Type 'Group<Object3DEventMap>' is missing the following properties from type 'Object3D<Object3DEventMap>': setPointerCapture, releasePointerCapture, hasPointerCapture

Currently, AFAIK, clearly, three, and @types/three doesn't have the setPointerCapture, releasePointerCapture, hasPointerCapture method / getters
The only place I found on GitHub, points out that 456aa38020/packages/pointer-events/src/pointer.ts (L69-L100) declares

```js
declare module 'three' {
  interface Object3D {
    setPointerCapture(pointerId: number): void
    releasePointerCapture(pointerId: number): void
    hasPointerCapture(pointerId: number): boolean

    intersectChildren?: boolean
    interactableDescendants?: Array<Object3D>
    /**
     * @deprecated
     */
    ancestorsHaveListeners?: boolean
    ancestorsHavePointerListeners?: boolean
    ancestorsHaveWheelListeners?: boolean
  }
}
```

And in @tresjs/core v5, it uses the @pmndrs/pointer-events internally.
Somehow the Object3D from @types/three and the one augmented by @pmndrs/pointer-events are not compatible.

`new Object3D() as unknown as Object3D` works as workaround here but there should be no need to do such a thing since these two Object3D should be the same.
With no updates from `typescript`, I assume there is no breaking change or regression from `typescript` side.
2025-09-26 17:07:07 +08:00
RainbowBird
733b8893c7
refactor: replace useLogg with useLogger (#563) 2025-09-07 23:47:23 +08:00
Neko Ayaka
ab10782c65
chore(deps): bump dependencies 2025-09-03 13:25:12 +08:00
Neko Ayaka
dc6dff5a6d
chore(deps): bump dependencies 2025-08-29 01:38:04 +08:00
Neko Ayaka
2ab96a2a44
refactor(services/telegram-bot): improved prompt and setup, adapted to Ollama 2025-08-20 18:14:56 +08:00
Neko Ayaka
a095ee62f1
chore(deps): bump dependencies 2025-08-02 01:06:54 +08:00
Neko Ayaka
50371c580a
chore(deps): bump dependencies 2025-07-22 14:28:27 +08:00
Neko Ayaka
34b547047f
chore(deps): bump dependencies 2025-07-06 19:06:59 +08:00
Neko Ayaka
bb59f327b0
chore(deps): bump dependencies 2025-06-30 16:15:45 +08:00
Neko Ayaka
0b127778fc
chore(deps): bump dependencies 2025-06-26 19:21:12 +08:00
Neko
5d994609ed
Revert "perf(eslint): use moeru config & oxlint (#227)" (#231)
This reverts commit 6d02cb0a01.
2025-06-26 19:17:02 +08:00
藍+85CD
6d02cb0a01
perf(eslint): use moeru config & oxlint (#227) 2025-06-26 18:29:05 +08:00
藍+85CD
b7619af258
chore(deps): use catalog for std, bump version 2025-06-25 14:39:26 +08:00
Neko Ayaka
c078b49e0c
chore(deps): bump dependencies 2025-06-24 13:47:06 +08:00
Neko Ayaka
50e05b114b
chore(*): use @moeru/std & cleanup code, rename 2025-06-23 15:34:07 +08:00
Neko Ayaka
afef299dbc
chore(deps): bump dependencies 2025-06-19 17:43:18 +08:00
Neko Ayaka
cc449b1d0c
style: use @sumimakito integrated perfectionist/sort-imports`
Co-authored-by: Makito <5277268+sumimakito@users.noreply.github.com>
2025-06-17 14:03:27 +08:00
Neko Ayaka
f2aef18d77
chore(deps): bump dependencies 2025-06-13 23:01:30 +08:00
Neko Ayaka
ce8914e0b8
chore(deps): bump dependencies 2025-06-11 15:19:13 +08:00
Neko Ayaka
39160badaa
chore(deps): bump dependencies 2025-06-05 11:34:58 +08:00
Neko Ayaka
863844e80e
chore(package.json): update 2025-05-27 16:52:28 +08:00
Neko Ayaka
342084b811
chore(deps): bump dependencies 2025-05-26 00:14:26 +08:00
Neko Ayaka
0c95946c6c
chore(deps): bump dependencies 2025-05-19 13:11:43 +08:00