Skip to content

Commit 47cb6dd

Browse files
committed
chore: wip
1 parent c1c30b2 commit 47cb6dd

File tree

12 files changed

+26
-7
lines changed

12 files changed

+26
-7
lines changed

bun.lockb

5.1 KB
Binary file not shown.

dump.rdb

-88 Bytes
Binary file not shown.

storage/framework/.biomelintrc-auto-import.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@
110110
"onStartTyping",
111111
"onUnmounted",
112112
"onUpdated",
113+
"onWatcherCleanup",
113114
"pausableWatch",
114115
"preferredDark",
115116
"provide",
@@ -228,6 +229,7 @@
228229
"useHead",
229230
"useHeadSafe",
230231
"useI18n",
232+
"useId",
231233
"useIdle",
232234
"useImage",
233235
"useInfiniteScroll",
@@ -244,6 +246,7 @@
244246
"useMediaQuery",
245247
"useMemoize",
246248
"useMemory",
249+
"useModel",
247250
"useMounted",
248251
"useMouse",
249252
"useMouseInElement",
@@ -295,6 +298,7 @@
295298
"useStyleTag",
296299
"useSupported",
297300
"useSwipe",
301+
"useTemplateRef",
298302
"useTemplateRefsList",
299303
"useTextDirection",
300304
"useTextSelection",
@@ -345,4 +349,4 @@
345349
"whenever"
346350
]
347351
}
348-
}
352+
}

storage/framework/core/components/stepper/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"@types/clean-css": "^4.2.11",
4949
"@vue/tsconfig": "^0.5.1",
5050
"clean-css": "^5.3.3",
51-
"unocss": "0.62.3",
51+
"unocss": "0.61.0",
5252
"unplugin-icons": "^0.19.3"
5353
}
5454
}

storage/framework/core/queue/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@
4444
"typecheck": "bun --bun tsc --noEmit",
4545
"prepublishOnly": "bun run build"
4646
},
47+
"dependencies": {
48+
"@poppinss/defer": "^1.1.0"
49+
},
4750
"devDependencies": {
4851
"@stacksjs/development": "workspace:*"
4952
}

storage/framework/core/queue/src/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
import type { JobOptions } from '@stacksjs/types'
22

3+
export { DeferQueue } from '@poppinss/defer'
4+
35
export class Job {
46
name: JobOptions['name']
57
description: JobOptions['description']

storage/framework/core/types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"meilisearch": "^0.42.0",
5353
"neverthrow": "^8.0.0",
5454
"ora": "^8.1.0",
55-
"unocss": "0.62.3",
55+
"unocss": "0.61.0",
5656
"unplugin-auto-import": "^0.18.3",
5757
"unplugin-vue-components": "^0.27.4",
5858
"vite": "^5.4.5",

storage/framework/core/ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"@unhead/vue": "^1.11.2",
5757
"pinia": "^2.2.2",
5858
"unhead": "^1.11.2",
59-
"unocss": "0.62.3",
59+
"unocss": "0.61.0",
6060
"unocss-preset-primitives": "0.0.2-beta.1",
6161
"vite-plugin-vue-layouts": "^0.11.0",
6262
"vue": "^3.5.5",

storage/framework/docs/.vitepress/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import { analyticsHead, faviconHead } from './head'
1616
export default withPwa(
1717
defineConfig({
1818
srcDir: p.projectPath('docs'),
19-
outDir: p.frameworkPath('docs/dist/docs'), // we need to currently ensure it outputs into docs/dist/docs to ensure the S3 storage key is correct for CloudFront origins
19+
outDir: p.frameworkPath('docs/dist'),
2020
cacheDir: p.frameworkPath('cache/docs'),
2121
assetsDir: '/assets',
2222
emptyOutDir: true,

storage/framework/ide/dictionary.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,7 @@ plivo
234234
pluginutils
235235
pnpm
236236
polacek
237+
poppinss
237238
Postcardware
238239
postcssrc
239240
prefetch

0 commit comments

Comments
 (0)