diff --git a/.npmrc b/.npmrc index 1b28e47ce4d..960f693f06d 100644 --- a/.npmrc +++ b/.npmrc @@ -1,2 +1,3 @@ ignore-workspace-root-check=true catalog-mode=prefer +public-hoist-pattern[]=@parcel/watcher diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index d85a0e5f443..5e6f6ea16d9 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -5049,8 +5049,8 @@ packages: resolution: {integrity: sha512-JhFGDVJ7tmDJItKhYgJCGLOWjuK9vPxiXoUFLwLDc99NlmklilbiQJwoctZtt13+xMw91MCk/REan6MWHqDjyA==} engines: {node: '>=12.0.0'} - exsolve@1.0.8: - resolution: {integrity: sha512-LmDxfWXwcTArk8fUEnOfSZpHOJ6zOMUJKOtFLFqJLoKJetuQG874Uc7/Kki7zFLzYybmZhp1M7+98pfMqeX8yA==} + exsolve@1.0.7: + resolution: {integrity: sha512-VO5fQUzZtI6C+vx4w/4BWJpg3s/5l+6pRQEHzFRM8WFi4XffSP1Z+4qi7GbjWbvRQEbdIco5mIMq+zX4rPuLrw==} extend-shallow@2.0.1: resolution: {integrity: sha512-zCnTtlxNoAiDc3gqY2aYAWFx7XWWiasuF2K8Me5WbN8otHKTUKBwjPtNpRs/rbUZm7KxWAaNj7P1a/p52GbVug==} @@ -6624,8 +6624,8 @@ packages: package-manager-detector@0.2.11: resolution: {integrity: sha512-BEnLolu+yuz22S56CU1SUKq3XC3PkwD5wv4ikR4MfGvnRVcmzXR9DwSlW2fEamyTPyXHomBJRzgapeuBvRNzJQ==} - package-manager-detector@1.6.0: - resolution: {integrity: sha512-61A5ThoTiDG/C8s8UMZwSorAGwMJ0ERVGj2OjoW5pAalsNOg15+iQiPzrLJ4jhZ1HJzmC2PIHT2oEiH3R5fzNA==} + package-manager-detector@1.3.0: + resolution: {integrity: sha512-ZsEbbZORsyHuO00lY1kV3/t72yp6Ysay6Pd17ZAlNGuGwmWDLCJxFpRs0IzfXfj1o4icJOkUEioexFHzyPurSQ==} pako@1.0.11: resolution: {integrity: sha512-4hLB8Py4zZce5s4yd9XzopqwVv/yGNhV1Bl8NTmCq1763HeK2+EwVTv+leGeL13Dnh2wfbqowVPXCIO0z4taYw==} @@ -7512,9 +7512,8 @@ packages: tinyexec@0.3.2: resolution: {integrity: sha512-KQQR9yN7R5+OSwaK0XQoj22pwHoTlgYqmUscPYoknOoWCWfj/5/ABTMRi69FrKU5ffPVh5QcFikpWJI/P1ocHA==} - tinyexec@1.0.2: - resolution: {integrity: sha512-W/KYk+NFhkmsYpuHq5JykngiOCnxeVL8v8dFnqxSD8qEEdRfXk1SDM6JzNqcERbcGYj9tMrDQBYV9cjgnunFIg==} - engines: {node: '>=18'} + tinyexec@1.0.1: + resolution: {integrity: sha512-5uC6DDlmeqiOwCPmK9jMSdOuZTh8bU39Ys6yidB+UTt5hfZUPGAypSgFRiEp+jbi9qH40BLDvy85jIU88wKSqw==} tinyglobby@0.2.15: resolution: {integrity: sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==} @@ -8368,8 +8367,8 @@ snapshots: '@antfu/install-pkg@1.1.0': dependencies: - package-manager-detector: 1.6.0 - tinyexec: 1.0.2 + package-manager-detector: 1.3.0 + tinyexec: 1.0.1 '@antfu/utils@0.7.10': {} @@ -13081,7 +13080,7 @@ snapshots: expect-type@1.2.2: {} - exsolve@1.0.8: {} + exsolve@1.0.7: {} extend-shallow@2.0.1: dependencies: @@ -15000,7 +14999,7 @@ snapshots: dependencies: quansync: 0.2.11 - package-manager-detector@1.6.0: {} + package-manager-detector@1.3.0: {} pako@1.0.11: {} @@ -15094,7 +15093,7 @@ snapshots: pkg-types@2.3.0: dependencies: confbox: 0.2.2 - exsolve: 1.0.8 + exsolve: 1.0.7 pathe: 2.0.3 playwright-core@1.57.0: {} @@ -16101,7 +16100,7 @@ snapshots: tinyexec@0.3.2: {} - tinyexec@1.0.2: {} + tinyexec@1.0.1: {} tinyglobby@0.2.15: dependencies: diff --git a/src/components/common/LazyImage.vue b/src/components/common/LazyImage.vue index 20891213dbe..938fc938753 100644 --- a/src/components/common/LazyImage.vue +++ b/src/components/common/LazyImage.vue @@ -12,7 +12,6 @@ /> () const containerRef = ref(null) -const imageRef = ref(null) const isIntersecting = ref(false) const isImageLoaded = ref(false) const hasError = ref(false) diff --git a/src/components/graph/modals/ZoomControlsModal.vue b/src/components/graph/modals/ZoomControlsModal.vue index f99da5b4add..500b3154526 100644 --- a/src/components/graph/modals/ZoomControlsModal.vue +++ b/src/components/graph/modals/ZoomControlsModal.vue @@ -48,7 +48,6 @@ class="zoomInputContainer flex items-center gap-1 rounded bg-input-surface p-2" > const zoomToFitCommandText = computed(() => formatKeySequence(commandStore.getCommand('Comfy.Canvas.FitView')) ) -const zoomInput = ref | null>(null) const zoomInputContainer = ref(null) watch( diff --git a/src/components/load3d/Load3D.vue b/src/components/load3d/Load3D.vue index 08e3001217d..e71024cb193 100644 --- a/src/components/load3d/Load3D.vue +++ b/src/components/load3d/Load3D.vue @@ -9,7 +9,6 @@ > | null>(null) - const { // configs sceneConfig, diff --git a/src/components/load3d/Load3DScene.vue b/src/components/load3d/Load3DScene.vue index acc1a21cd32..2ef32ce45b1 100644 --- a/src/components/load3d/Load3DScene.vue +++ b/src/components/load3d/Load3DScene.vue @@ -14,11 +14,7 @@ @dragleave.stop="handleDragLeave" @drop.prevent.stop="handleDrop" > - +
() const container = ref(null) -const loadingOverlayRef = ref | null>(null) const { isDragging, dragMessage, handleDragOver, handleDragLeave, handleDrop } = useLoad3dDrag({ diff --git a/src/components/load3d/Load3dViewerContent.vue b/src/components/load3d/Load3dViewerContent.vue index 7b567596596..1f794a9460f 100644 --- a/src/components/load3d/Load3dViewerContent.vue +++ b/src/components/load3d/Load3dViewerContent.vue @@ -6,7 +6,7 @@ @mouseenter="viewer.handleMouseEnter" @mouseleave="viewer.handleMouseLeave" > -
+
() const containerRef = ref() -const mainContentRef = ref() const maximized = ref(false) const mutationObserver = ref(null) diff --git a/src/components/sidebar/ComfyMenuButton.vue b/src/components/sidebar/ComfyMenuButton.vue index 8af51fb6946..6a7010a9746 100644 --- a/src/components/sidebar/ComfyMenuButton.vue +++ b/src/components/sidebar/ComfyMenuButton.vue @@ -1,6 +1,5 @@