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
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
0de306f668
chore(deps): bump dependencies
2025-10-09 02:35:44 +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 https://github.com/pmndrs/xr/blob/456aa380206e93888cd3a5741a1534e672ae3106/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
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
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
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
Neko Ayaka
e0229f73ff
chore(deps): bump dependencies
2025-05-11 12:20:46 +08:00
Neko Ayaka
9a8a064930
chore(deps): bump dependencies
2025-05-07 17:39:30 +08:00
Neko Ayaka
168873ef90
chore(deps): bump dependencies
2025-04-27 10:58:56 +08:00
Neko Ayaka
d5fc26e2e0
chore(deps): bump dependencies
2025-04-20 15:38:33 +08:00
RainbowBird
6a692bdfab
chore: bump deps ( #118 )
2025-04-07 18:48:37 +08:00
Neko Ayaka
cfd0e0e624
feat(stage-web|stage-tamagotchi|stage-tamagotchi-tauri): support featherless.ai #112
2025-04-05 17:02:42 +08:00
Neko Ayaka
a2aba7cafa
chore(deps): bump dependencies
2025-04-01 22:49:42 +08:00
Neko Ayaka
f9315f8d9a
chore(deps): bump dependencies
2025-03-29 16:53:08 +08:00
Neko Ayaka
3b6f8d8183
chore(deps): bump dependencies
2025-03-27 23:13:00 +08:00
Neko Ayaka
1c83a8201b
feat(stage-web|stage-tamagotchi): microsoft speech & azure speech
2025-03-18 11:07:26 +08:00
Neko Ayaka
c4b32e7be9
chore(deps): bump dependencies
2025-03-14 18:24:54 +08:00
Neko Ayaka and 藍+85CD
15f1ff6e23
chore(deps): bump dependencies
...
Co-authored-by: 藍+85CD <50108258+kwaa@users.noreply.github.com >
2025-03-07 23:33:23 +08:00
藍+85CD
a24e3ccfda
refactor!: use xsschema/ext-providers instead of typeschema/providers ( #50 )
...
* refactor!: use xsschema/ext-providers instead of typeschema/deprecated-providers
* fix: add deps
* chore: remove gcornut/valibot-json-schema
* fix(stage): update provider options
2025-03-07 23:07:24 +08:00
Neko Ayaka
7639dcf696
chore(deps): updated
...
Signed-off-by: Neko Ayaka <neko@ayaka.moe >
2025-03-01 22:03:25 +08:00
Neko
6d4b534be8
feat(provider-transformers): added package to integrate transformers.js with xsai ( #36 )
...
* feat(provider-transformers): added package to integrate transformers.js with xsai
* fix: build
* chore: use updated xsai
---------
Signed-off-by: Neko Ayaka <neko@ayaka.moe >
2025-02-27 16:12:06 +08:00
Neko Ayaka
e57814d98b
chore(deps): bump dependencies
...
Signed-off-by: Neko Ayaka <neko@ayaka.moe >
2025-02-26 13:55:21 +08:00
LemonNeko
97d829df7a
fix: pnpm filter on windows ( #26 )
2025-02-20 16:16:47 +08:00
Neko Ayaka
863c94ea52
fix(package.json): bad private options
2025-02-20 14:04:48 +08:00
Neko Ayaka
cf9cc83fdd
release: v0.3.0
2025-02-20 13:54:56 +08:00
Neko Ayaka
57be907359
chore: bump dependencies & updated workflow
2025-02-18 14:27:21 +08:00
Neko Ayaka
cbb5f2b1ee
release: v0.2.0
2025-02-18 14:20:28 +08:00
Neko Ayaka
ff2255b736
fix: lint & incorrect deps
2025-02-14 17:30:41 +08:00
Neko Ayaka and RainbowBird
9810d3403d
refactor(minecraft): migrate project root files
...
Co-authored-by: RainbowBird <44741987+luoling8192@users.noreply.github.com >
2025-02-14 17:26:15 +08:00