Skip to content

Commit 34db962

Browse files
authored
Merge pull request #35 from noxify/update-deps
Update deps
2 parents a130581 + 13ae542 commit 34db962

File tree

29 files changed

+1518
-1431
lines changed

29 files changed

+1518
-1431
lines changed

.changeset/neat-moose-juggle.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
"create-vorsteh-queue": patch
3+
"@vorsteh-queue/adapter-drizzle": patch
4+
"@vorsteh-queue/adapter-kysely": patch
5+
"@vorsteh-queue/adapter-prisma": patch
6+
"@vorsteh-queue/core": patch
7+
---
8+
9+
update dependencies

apps/docs/content/docs/01.getting-started/02.installation.mdx

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -41,24 +41,21 @@ If you prefer to add Vorsteh Queue to an existing project:
4141

4242
### Drizzle ORM (PostgreSQL)
4343

44-
<PackageInstall
45-
packages={["@vorsteh-queue/core", "@vorsteh-queue/adapter-drizzle"]}
46-
className={{ container: "not-prose", code: "not-prose" }}
47-
/>
44+
<Command variant="install" className={{ container: "not-prose", code: "not-prose" }}>
45+
@vorsteh-queue/core @vorsteh-queue/adapter-drizzle
46+
</Command>
4847

4948
### Prisma ORM (PostgreSQL)
5049

51-
<PackageInstall
52-
packages={["@vorsteh-queue/core", "@vorsteh-queue/adapter-prisma"]}
53-
className={{ container: "not-prose", code: "not-prose" }}
54-
/>
50+
<Command variant="install" className={{ container: "not-prose", code: "not-prose" }}>
51+
@vorsteh-queue/core @vorsteh-queue/adapter-prisma
52+
</Command>
5553

5654
### Kysely (PostgreSQL)
5755

58-
<PackageInstall
59-
packages={["@vorsteh-queue/core", "@vorsteh-queue/adapter-kysely"]}
60-
className={{ container: "not-prose", code: "not-prose" }}
61-
/>
56+
<Command variant="install" className={{ container: "not-prose", code: "not-prose" }}>
57+
@vorsteh-queue/core @vorsteh-queue/adapter-kysely
58+
</Command>
6259

6360
## Database Setup
6461

apps/docs/content/docs/02.packages/01.core.mdx

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,9 @@ The core package contains the main queue engine and all essential functionality
88

99
## Installation
1010

11-
<PackageInstall
12-
packages={["@vorsteh-queue/core"]}
13-
className={{ container: "not-prose", code: "not-prose" }}
14-
/>
11+
<Command variant="install" className={{ container: "not-prose", code: "not-prose" }}>
12+
@vorsteh-queue/core
13+
</Command>
1514

1615
## Key Features
1716

apps/docs/content/docs/02.packages/adapter-drizzle.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ The Drizzle adapter provides PostgreSQL support using Drizzle ORM, offering exce
88

99
## Installation
1010

11-
<PackageInstall packages={["@vorsteh-queue/core", "@vorsteh-queue/adapter-drizzle"]} />
11+
<Command variant="install">@vorsteh-queue/core @vorsteh-queue/adapter-drizzle</Command>
1212

1313
## Quick Start
1414

apps/docs/content/docs/02.packages/adapter-kysely.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ The Kysely adapter provides PostgreSQL support using Kysely, offering excellent
88

99
## Installation
1010

11-
<PackageInstall packages={["@vorsteh-queue/core", "@vorsteh-queue/adapter-kysely"]} />
11+
<Command variant="install">@vorsteh-queue/core @vorsteh-queue/adapter-kysely</Command>
1212

1313
## Quick Start
1414

apps/docs/content/docs/02.packages/adapter-prisma.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ The Prisma adapter provides PostgreSQL support using Prisma ORM, offering genera
88

99
## Installation
1010

11-
<PackageInstall packages={["@vorsteh-queue/core", "@vorsteh-queue/adapter-prisma"]} />
11+
<Command variant="install">@vorsteh-queue/core @vorsteh-queue/adapter-prisma"</Command>
1212

1313
## Quick Start
1414

apps/docs/package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@mdx-js/loader": "3.1.1",
2323
"@mdx-js/node-loader": "3.1.1",
2424
"@mdx-js/react": "3.1.1",
25-
"@next/mdx": "15.5.2",
25+
"@next/mdx": "15.5.3",
2626
"@radix-ui/react-collapsible": "^1.1.12",
2727
"@radix-ui/react-compose-refs": "1.1.2",
2828
"@radix-ui/react-dialog": "^1.1.15",
@@ -39,9 +39,9 @@
3939
"date-fns": "^4.1.0",
4040
"globby": "14.1.0",
4141
"interweave": "13.1.1",
42-
"lucide-react": "0.542.0",
42+
"lucide-react": "0.544.0",
4343
"multimatch": "7.0.0",
44-
"next": "15.5.2",
44+
"next": "15.5.3",
4545
"next-themes": "latest",
4646
"p-map": "7.0.3",
4747
"react": "19.1.1",
@@ -53,20 +53,20 @@
5353
"remark-mdx-frontmatter": "5.2.0",
5454
"remark-squeeze-paragraphs": "6.0.0",
5555
"remark-strip-badges": "7.0.0",
56-
"renoun": "9.5.0",
57-
"tm-grammars": "1.24.9",
56+
"renoun": "10.1.0",
57+
"tm-grammars": "1.24.13",
5858
"tm-themes": "1.10.9",
59-
"ts-morph": "26.0.0",
59+
"ts-morph": "27.0.0",
6060
"tw-animate-css": "^1.3.8",
6161
"use-debounce": "10.0.6",
62-
"zod": "4.1.5"
62+
"zod": "4.1.11"
6363
},
6464
"devDependencies": {
65-
"@tailwindcss/postcss": "4.1.12",
66-
"@tailwindcss/typography": "0.5.16",
65+
"@tailwindcss/postcss": "4.1.13",
66+
"@tailwindcss/typography": "0.5.18",
6767
"@types/mdx": "2.0.13",
6868
"@types/node": "22.16.5",
69-
"@types/react": "19.1.12",
69+
"@types/react": "19.1.13",
7070
"@types/react-dom": "19.1.9",
7171
"@types/serve-handler": "6.1.4",
7272
"@vorsteh-queue/adapter-drizzle": "workspace:*",
@@ -75,14 +75,14 @@
7575
"@vorsteh-queue/eslint-config": "workspace:*",
7676
"@vorsteh-queue/prettier-config": "workspace:*",
7777
"@vorsteh-queue/tsconfig": "workspace:*",
78-
"eslint": "^9.34.0",
79-
"next-validate-link": "1.5.2",
78+
"eslint": "^9.36.0",
79+
"next-validate-link": "1.6.3",
8080
"pagefind": "1.4.0",
8181
"postcss": "8.5.6",
8282
"prettier": "^3.6.2",
8383
"serve-handler": "6.1.6",
8484
"tailwind-merge": "3.3.1",
85-
"tailwindcss": "4.1.12",
85+
"tailwindcss": "4.1.13",
8686
"tailwindcss-animate": "1.0.7",
8787
"tsx": "4.20.5",
8888
"typescript": "^5.9.2"

apps/docs/renoun.json

Lines changed: 0 additions & 33 deletions
This file was deleted.

apps/docs/src/app/(site)/(home)/page.tsx

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import Link from "next/link"
22
import { CheckCircle, Code, Heart, Info } from "lucide-react"
33
import pMap from "p-map"
4-
import { CodeBlock, GitProviderLink, GitProviderLogo } from "renoun/components"
4+
import { CodeBlock, Link as GitLink, Logo as GitLogo } from "renoun/components"
55

66
import type { AllowedIcon } from "~/lib/icon"
77
import { features } from "~/collections"
@@ -101,10 +101,10 @@ export default async function Home() {
101101
variant="outline"
102102
className="border-2 border-orange-darker bg-transparent text-orange-darker hover:bg-orange-darker hover:text-white dark:border-orange-light dark:text-orange-light dark:hover:bg-orange-light dark:hover:text-dark-200"
103103
>
104-
<GitProviderLink>
105-
<GitProviderLogo width="1em" height="1em" />
104+
<GitLink variant="repository">
105+
<GitLogo variant="gitHost" width="1em" height="1em" />
106106
<span>View on GitHub</span>
107-
</GitProviderLink>
107+
</GitLink>
108108
</Button>
109109
</div>
110110
</div>
@@ -254,10 +254,10 @@ export default async function Home() {
254254
size="lg"
255255
className="bg-orange-darker text-white hover:bg-orange-accessible"
256256
>
257-
<GitProviderLink>
258-
<GitProviderLogo width="1em" height="1em" />
257+
<GitLink variant="repository">
258+
<GitLogo variant="gitHost" width="1em" height="1em" />
259259
<span>View on GitHub</span>
260-
</GitProviderLink>
260+
</GitLink>
261261
</Button>
262262

263263
<Button

apps/docs/src/app/layout.tsx

Lines changed: 49 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import type { Metadata } from "next"
22
import type React from "react"
3-
import { ThemeStyles } from "renoun/components"
3+
import { RootProvider as RenounProvider } from "renoun"
44

55
import "./globals.css"
66

@@ -14,18 +14,53 @@ export const metadata: Metadata = {
1414

1515
export default function RootLayout({ children }: { children: React.ReactNode }) {
1616
return (
17-
<html lang="en" suppressHydrationWarning>
18-
<body>
19-
<ThemeStyles />
20-
<ThemeProvider
21-
attribute={["class", "data-theme"]}
22-
defaultTheme="system"
23-
enableSystem
24-
disableTransitionOnChange
25-
>
26-
{children}
27-
</ThemeProvider>
28-
</body>
29-
</html>
17+
<RenounProvider
18+
defaultPackageManager="pnpm"
19+
git={{
20+
source: "https://github.com/noxify/vorsteh-queue",
21+
branch: "main",
22+
host: "github",
23+
owner: "noxify",
24+
repository: "vorsteh-queue",
25+
baseUrl: "https://github.com",
26+
}}
27+
siteUrl="https://vorsteh-queue.dev"
28+
languages={[
29+
"css",
30+
"javascript",
31+
"jsx",
32+
"typescript",
33+
"tsx",
34+
"markdown",
35+
"mdx",
36+
"shellscript",
37+
"json",
38+
"html",
39+
"python",
40+
"graphql",
41+
"yaml",
42+
"sql",
43+
"xml",
44+
"docker",
45+
"prisma",
46+
]}
47+
theme={{
48+
dark: "one-dark-pro",
49+
light: "one-dark-pro",
50+
}}
51+
>
52+
<html lang="en" suppressHydrationWarning>
53+
<body>
54+
<ThemeProvider
55+
attribute={["class", "data-theme"]}
56+
defaultTheme="system"
57+
enableSystem
58+
disableTransitionOnChange
59+
>
60+
{children}
61+
</ThemeProvider>
62+
</body>
63+
</html>
64+
</RenounProvider>
3065
)
3166
}

0 commit comments

Comments
 (0)