Commit graph

35 commits

Author SHA1 Message Date
DrHuangMHT
9d5c9e9332
chore(deps): remove deprecated unplugin-vue-router (#1664) 2026-04-15 15:02:10 +08:00
Neko Ayaka
f286464e03
chore(deps): bump dependencies 2026-04-15 14:44:59 +08:00
Neko Ayaka
95eac8e41c
chore(deps): bump dependencies 2026-04-11 04:00:49 +08:00
Neko Ayaka
25b5de179d
Revert "chore(deps): replace with unplugin-vue"
This reverts commit 3339daa746.

As unplugin-vue-i18n:

```
[unplugin-vue-i18n]  `@vitejs/plugin-vue` plugin is not found or invalid version. Please install `@vitejs/plugin-vue` v4.3.4 or later version.
```

3da4987500/packages/unplugin-vue-i18n/src/core/resource.ts (L167-L168)

it seems they are depending on vite:vue while https://github.com/unplugin/unplugin-vue is different on plugin resolving, yet unplugin-vue seems
lost the track of new version.
2026-03-26 18:10:30 +08:00
Neko Ayaka
3339daa746
chore(deps): replace with unplugin-vue 2026-03-26 17:22:49 +08:00
Neko Ayaka
ac1de680d0
chore(deps): bump dependencies 2026-03-23 02:15:40 +08:00
Rin
7b5f19ed78
chore: remove unused dependencies from component-calling and twitter-services 2026-03-18 02:46:21 +08:00
Neko Ayaka
92d87833be
chore(deps): bump dependencies 2026-02-26 18:33:52 +08:00
藍+85CD
09bdbf205a
chore(deps): use vite v8 instead of rolldown-vite (#993) 2026-01-24 22:30:04 +08:00
Neko Ayaka
d051a07da9
chore(deps): bump dependencies 2026-01-21 05:42:01 +08:00
Neko Ayaka
e38366d37b
fix(deps): sync vue to catalog: 2026-01-17 15:57:54 +08:00
Neko Ayaka
198092f226
chore(deps): bump dependencies 2025-12-29 05:51:45 +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
Mr-Quin
7e299e1788
chore(stage-*): improve use of useDark, remove nprogress for tamagotchi (#753) 2025-11-22 03:09:44 +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
藍+85CD
38eda5f330
chore: remove empty files (#710) 2025-11-02 13:01:40 +08:00
Neko Ayaka
a7a1302b99
chore(deps): bump dependencies 2025-11-01 16:03:45 +08:00
藍+85CD
6d5f8f480b
chore(tsconfig): clean useless mts part 2025-10-17 20:42:24 +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
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
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
ac8fbf3be3
chore(workspace): now use NODE_VERSION 24 without minor constraints 2025-08-25 03:32:05 +08:00
Neko Ayaka
d7c681f48e
chore: cleanup code 2025-08-02 01:07:34 +08:00
Neko Ayaka
a095ee62f1
chore(deps): bump dependencies 2025-08-02 01:06:54 +08:00
Neko Ayaka
030ebc5b11
refactor: rename
Co-authored-by: Acbox Liu <78635021+sheepbox8646@users.noreply.github.com>
2025-07-29 02:39:56 +08:00
Neko Ayaka
7f178b130f
feat(component-calling): or component use, init 2025-07-29 02:37:29 +08:00