Skip to content

Commit 6d75cc3

Browse files
authored
Merge pull request #157 from Pkcarreno/dependabot/npm_and_yarn/all-93d606158e
2 parents 6861ac8 + 6f42fbc commit 6d75cc3

File tree

9 files changed

+2568
-2277
lines changed

9 files changed

+2568
-2277
lines changed

apps/glyphide/package.json

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@
2020
"type-check": "tsc --project tsconfig.json --noEmit"
2121
},
2222
"dependencies": {
23-
"@astrojs/check": "^0.9.5",
24-
"@astrojs/sitemap": "^3.6.0",
23+
"@astrojs/check": "^0.9.6",
24+
"@astrojs/sitemap": "^3.7.0",
2525
"@codemirror/lang-javascript": "^6.2.3",
26-
"@codemirror/language": "^6.11.0",
26+
"@codemirror/language": "^6.12.1",
2727
"@codemirror/lint": "^6.9.2",
28-
"@codemirror/state": "^6.5.2",
29-
"@codemirror/view": "^6.38.6",
28+
"@codemirror/state": "^6.5.4",
29+
"@codemirror/view": "^6.39.11",
3030
"@fontsource-variable/ibm-plex-sans": "^5.2.8",
3131
"@fontsource/ibm-plex-mono": "^5.2.7",
3232
"@glyphide/quickjs": "workspace:^",
@@ -42,43 +42,43 @@
4242
"@radix-ui/react-switch": "^1.2.5",
4343
"@radix-ui/react-tooltip": "^1.2.7",
4444
"@replit/codemirror-vim": "^6.3.0",
45-
"@tanstack/react-form": "^1.23.8",
46-
"@tanstack/react-virtual": "^3.13.9",
45+
"@tanstack/react-form": "^1.27.7",
46+
"@tanstack/react-virtual": "^3.13.18",
4747
"@vp-tw/nanostores-qs": "^0.4.0",
48-
"astro": "^5.15.4",
48+
"astro": "^5.16.11",
4949
"astro-robots": "^2.3.1",
5050
"class-variance-authority": "^0.7.1",
5151
"clsx": "^2.1.1",
5252
"codemirror": "^6.0.1",
53-
"es-toolkit": "^1.41.0",
54-
"eslint-linter-browserify": "^9.39.1",
55-
"globals": "^16.5.0",
53+
"es-toolkit": "^1.44.0",
54+
"eslint-linter-browserify": "^9.39.2",
55+
"globals": "^17.0.0",
5656
"js-base64": "^3.7.8",
57-
"lucide-react": "^0.553.0",
57+
"lucide-react": "^0.562.0",
5858
"nanostores": "^1.0.1",
59-
"react": "^19.2.0",
60-
"react-dom": "^19.2.0",
61-
"react-error-boundary": "^6.0.0",
62-
"react-resizable-panels": "^3.0.6",
59+
"react": "^19.2.3",
60+
"react-dom": "^19.2.3",
61+
"react-error-boundary": "^6.1.0",
62+
"react-resizable-panels": "^4.4.1",
6363
"sonner": "^2.0.4",
6464
"tailwind-merge": "3.4.0",
6565
"tailwindcss": "^4.1.7",
6666
"vaul": "^1.1.2",
6767
"vite-plugin-svgr": "^4.5.0",
6868
"workbox-window": "^7.3.0",
69-
"zod": "^4.1.12",
70-
"zustand": "^5.0.8"
69+
"zod": "^4.3.5",
70+
"zustand": "^5.0.10"
7171
},
7272
"devDependencies": {
7373
"@astrojs/react": "^4.4.2",
74-
"@astrojs/ts-plugin": "^1.10.5",
75-
"@tailwindcss/vite": "^4.1.17",
76-
"@types/react": "^19.2.2",
74+
"@astrojs/ts-plugin": "^1.10.6",
75+
"@tailwindcss/vite": "^4.1.18",
76+
"@types/react": "^19.2.8",
7777
"@types/react-dom": "^19.2.2",
78-
"@vite-pwa/astro": "^1.1.1",
79-
"@vitejs/plugin-basic-ssl": "^2.0.0",
78+
"@vite-pwa/astro": "^1.2.0",
79+
"@vitejs/plugin-basic-ssl": "^2.1.3",
8080
"tw-animate-css": "^1.4.0",
81-
"vite-plugin-pwa": "^1.1.0",
81+
"vite-plugin-pwa": "^1.2.0",
8282
"vite-plugin-top-level-await": "^1.5.0",
8383
"vite-plugin-wasm": "^3.4.1"
8484
},

apps/glyphide/src/components/editor/Panels/Output/OutputCompact.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ const DrawerToggler: React.FC<Pick<React.ComponentProps<'button'>, 'onClick'>> =
7474
<TerminalIcon className="size-6" />
7575

7676
{hasNew && (
77-
<Badge className="-top-1 -right-1 absolute min-w-[1rem] rounded-full bg-warning px-1 py-0.5 dark:bg-warning-foreground">
77+
<Badge className="absolute -top-1 -right-1 min-w-4 rounded-full bg-warning px-1 py-0.5 dark:bg-warning-foreground">
7878
New
7979
</Badge>
8080
)}

apps/glyphide/src/components/editor/Panels/index.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,11 @@ export const Panels = () => {
4242
<div className="flex h-full gap-1">
4343
<SettingsSidebar />
4444
<ResizablePanelGroup
45-
autoSaveId="layout"
46-
direction={layout}
45+
autoSave="layout"
46+
orientation={layout}
4747
className="flex h-full gap-1 overflow-auto"
4848
>
49-
<ResizablePanel defaultSize={70} minSize={20}>
49+
<ResizablePanel defaultSize="70%" minSize="20%">
5050
<Island>
5151
<Suspense fallback={<Loading />}>
5252
<Codemirror />
@@ -56,7 +56,7 @@ export const Panels = () => {
5656

5757
<ResizableHandle className="my-0.5 bg-transparent" withHandle={layout === 'vertical'} />
5858

59-
<ResizablePanel defaultSize={30} minSize={20}>
59+
<ResizablePanel defaultSize="30%" minSize="20%">
6060
<Island>
6161
<Suspense fallback={<Loading />}>
6262
<Output />

apps/glyphide/src/components/ui/Resizable.tsx

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,33 @@
11
import { GripVerticalIcon } from 'lucide-react'
2-
import type React from 'react'
32
import * as ResizablePrimitive from 'react-resizable-panels'
43
import { cn } from '@/utils'
54

6-
function ResizablePanelGroup({
7-
className,
8-
...props
9-
}: React.ComponentProps<typeof ResizablePrimitive.PanelGroup>) {
5+
function ResizablePanelGroup({ className, ...props }: ResizablePrimitive.GroupProps) {
106
return (
11-
<ResizablePrimitive.PanelGroup
7+
<ResizablePrimitive.Group
128
data-slot="resizable-panel-group"
13-
className={cn('flex h-full w-full data-[panel-group-direction=vertical]:flex-col', className)}
9+
className={cn('flex h-full w-full aria-[orientation=vertical]:flex-col', className)}
1410
{...props}
1511
/>
1612
)
1713
}
1814

19-
function ResizablePanel({ ...props }: React.ComponentProps<typeof ResizablePrimitive.Panel>) {
15+
function ResizablePanel({ ...props }: ResizablePrimitive.PanelProps) {
2016
return <ResizablePrimitive.Panel data-slot="resizable-panel" {...props} />
2117
}
2218

2319
function ResizableHandle({
2420
withHandle,
2521
className,
2622
...props
27-
}: React.ComponentProps<typeof ResizablePrimitive.PanelResizeHandle> & {
23+
}: ResizablePrimitive.SeparatorProps & {
2824
withHandle?: boolean
2925
}) {
3026
return (
31-
<ResizablePrimitive.PanelResizeHandle
27+
<ResizablePrimitive.Separator
3228
data-slot="resizable-handle"
3329
className={cn(
34-
'after:-translate-x-1/2 data-[panel-group-direction=vertical]:after:-translate-y-1/2 relative flex w-px items-center justify-center bg-border after:absolute after:inset-y-0 after:left-1/2 after:w-1 focus-visible:outline-hidden focus-visible:ring-1 focus-visible:ring-ring focus-visible:ring-offset-1 data-[panel-group-direction=vertical]:h-px data-[panel-group-direction=vertical]:w-full data-[panel-group-direction=vertical]:after:left-0 data-[panel-group-direction=vertical]:after:h-1 data-[panel-group-direction=vertical]:after:w-full data-[panel-group-direction=vertical]:after:translate-x-0 [&[data-panel-group-direction=vertical]>div]:rotate-90',
30+
'relative flex w-px items-center justify-center bg-border after:absolute after:inset-y-0 after:left-1/2 after:w-1 after:-translate-x-1/2 focus-visible:outline-hidden focus-visible:ring-1 focus-visible:ring-ring focus-visible:ring-offset-1 aria-[orientation=horizontal]:h-px aria-[orientation=horizontal]:w-full aria-[orientation=horizontal]:after:left-0 aria-[orientation=horizontal]:after:h-1 aria-[orientation=horizontal]:after:w-full aria-[orientation=horizontal]:after:translate-x-0 aria-[orientation=horizontal]:after:-translate-y-1/2 [&[aria-orientation=horizontal]>div]:rotate-90',
3531
className
3632
)}
3733
{...props}
@@ -41,7 +37,7 @@ function ResizableHandle({
4137
<GripVerticalIcon className="size-2.5" />
4238
</div>
4339
)}
44-
</ResizablePrimitive.PanelResizeHandle>
40+
</ResizablePrimitive.Separator>
4541
)
4642
}
4743

apps/glyphide/src/components/ui/Spinner.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import type React from 'react'
44

55
import { cn } from '@/utils'
66

7-
const spinnerVariants = cva('-ml-1 mr-3 animate-spin', {
7+
const spinnerVariants = cva('mr-3 -ml-1 animate-spin', {
88
variants: {
99
variant: {
1010
default: 'text-primary-foreground dark:text-primary',

apps/glyphide/src/stores/app.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,7 @@ type WithPreview = ObjectLogValue | ArrayLogValue | FunctionLogValue
2222

2323
function hasPreview(val: SerializableValue): val is WithPreview {
2424
return (
25-
typeof val === 'object' &&
26-
val !== null &&
27-
'preview' in val &&
28-
typeof (val as any).preview === 'string'
25+
typeof val === 'object' && val !== null && 'preview' in val && typeof val.preview === 'string'
2926
)
3027
}
3128

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,16 +28,16 @@
2828
},
2929
"packageManager": "pnpm@10.12.4+sha512.5ea8b0deed94ed68691c9bad4c955492705c5eeb8a87ef86bc62c74a26b037b08ff9570f108b2e4dbd1dd1a9186fea925e527f141c648e85af45631074680184",
3030
"devDependencies": {
31-
"@biomejs/biome": "^2.3.4",
32-
"@commitlint/cli": "^20.1.0",
33-
"@commitlint/config-conventional": "^20.0.0",
31+
"@biomejs/biome": "^2.3.11",
32+
"@commitlint/cli": "^20.3.1",
33+
"@commitlint/config-conventional": "^20.3.1",
3434
"husky": "^9.1.7",
35-
"knip": "^5.68.0",
35+
"knip": "^5.82.1",
3636
"lint-staged": "^16.2.6",
37-
"prettier": "^3.5.3",
37+
"prettier": "^3.8.0",
3838
"prettier-plugin-astro": "^0.14.1",
39-
"prettier-plugin-tailwindcss": "^0.7.1",
40-
"turbo": "^2.6.0",
39+
"prettier-plugin-tailwindcss": "^0.7.2",
40+
"turbo": "^2.7.5",
4141
"typescript": "^5.9.3"
4242
},
4343
"osMetadata": {

packages/quickjs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@
3434
"dependencies": {
3535
"@jitl/quickjs-ng-wasmfile-release-sync": "^0.31.0",
3636
"@sebastianwessel/quickjs": "^3.0.0",
37-
"vite": "^7.2.2",
37+
"vite": "^7.3.1",
3838
"vite-plugin-dts": "^4.5.4",
39-
"vite-plugin-node-polyfills": "^0.24.0"
39+
"vite-plugin-node-polyfills": "^0.25.0"
4040
},
4141
"repository": {
4242
"type": "git",

0 commit comments

Comments
 (0)