Skip to content

Commit 6acc486

Browse files
authored
Merge pull request #48 from noxify/deps
Deps
2 parents a5e7351 + 5c2119d commit 6acc486

File tree

41 files changed

+2442
-2421
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+2442
-2421
lines changed

.amazonq/rules/coding-standards.md

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

.changeset/calm-llamas-push.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/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-
<Command variant="install">@vorsteh-queue/core @vorsteh-queue/adapter-prisma"</Command>
11+
<Command variant="install">@vorsteh-queue/core @vorsteh-queue/adapter-prisma</Command>
1212

1313
## Quick Start
1414

apps/docs/next.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const withMDX = createMDXPlugin({
88
"rehype-mdx-import-media",
99
],
1010
remarkPlugins: [
11-
"@renoun/mdx/remark/add-headings",
11+
"@renoun/mdx/remark/add-sections",
1212
"remark-frontmatter",
1313
"remark-mdx-frontmatter",
1414
"remark-squeeze-paragraphs",

apps/docs/package.json

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@mdx-js/loader": "3.1.1",
2424
"@mdx-js/node-loader": "3.1.1",
2525
"@mdx-js/react": "3.1.1",
26-
"@next/mdx": "16.0.1",
26+
"@next/mdx": "16.1.6",
2727
"@radix-ui/react-collapsible": "^1.1.12",
2828
"@radix-ui/react-compose-refs": "1.1.2",
2929
"@radix-ui/react-dialog": "^1.1.15",
@@ -34,41 +34,41 @@
3434
"@radix-ui/react-slot": "^1.2.4",
3535
"@radix-ui/react-tabs": "1.1.13",
3636
"@radix-ui/react-tooltip": "^1.2.8",
37-
"@vercel/og": "0.8.5",
37+
"@vercel/og": "0.8.6",
3838
"class-variance-authority": "0.7.1",
3939
"clsx": "2.1.1",
4040
"date-fns": "^4.1.0",
41-
"globby": "15.0.0",
41+
"globby": "16.1.0",
4242
"interweave": "13.1.1",
43-
"lucide-react": "0.552.0",
43+
"lucide-react": "0.563.0",
4444
"multimatch": "7.0.0",
45-
"next": "16.0.1",
45+
"next": "16.1.6",
4646
"next-themes": "latest",
47-
"p-map": "7.0.3",
48-
"react": "19.2.0",
49-
"react-dom": "19.2.0",
50-
"read-pkg": "^9.0.1",
47+
"p-map": "7.0.4",
48+
"react": "19.2.4",
49+
"react-dom": "19.2.4",
50+
"read-pkg": "^10.0.0",
5151
"rehype-mdx-import-media": "1.2.0",
5252
"remark-frontmatter": "5.0.0",
5353
"remark-gfm": "4.0.1",
5454
"remark-mdx-frontmatter": "5.2.0",
5555
"remark-squeeze-paragraphs": "6.0.0",
5656
"remark-strip-badges": "7.0.0",
57-
"renoun": "10.9.0",
58-
"tm-grammars": "1.25.3",
59-
"tm-themes": "1.10.12",
57+
"renoun": "11.1.0",
58+
"tm-grammars": "1.30.0",
59+
"tm-themes": "1.11.0",
6060
"ts-morph": "27.0.2",
6161
"tw-animate-css": "^1.4.0",
62-
"use-debounce": "10.0.6",
63-
"zod": "4.1.12"
62+
"use-debounce": "10.1.0",
63+
"zod": "4.3.6"
6464
},
6565
"devDependencies": {
66-
"@tailwindcss/postcss": "4.1.16",
66+
"@tailwindcss/postcss": "4.1.18",
6767
"@tailwindcss/typography": "0.5.19",
6868
"@types/mdx": "2.0.13",
6969
"@types/node": "22.19.0",
70-
"@types/react": "19.2.2",
71-
"@types/react-dom": "19.2.2",
70+
"@types/react": "19.2.10",
71+
"@types/react-dom": "19.2.3",
7272
"@types/serve-handler": "6.1.4",
7373
"@vorsteh-queue/adapter-drizzle": "workspace:*",
7474
"@vorsteh-queue/adapter-kysely": "workspace:*",
@@ -77,16 +77,16 @@
7777
"@vorsteh-queue/eslint-config": "workspace:*",
7878
"@vorsteh-queue/prettier-config": "workspace:*",
7979
"@vorsteh-queue/tsconfig": "workspace:*",
80-
"eslint": "^9.39.1",
81-
"next-validate-link": "1.6.3",
80+
"eslint": "^9.39.2",
81+
"next-validate-link": "1.6.4",
8282
"pagefind": "1.4.0",
8383
"postcss": "8.5.6",
84-
"prettier": "^3.6.2",
84+
"prettier": "^3.8.1",
8585
"serve-handler": "6.1.6",
86-
"tailwind-merge": "3.3.1",
87-
"tailwindcss": "4.1.16",
86+
"tailwind-merge": "3.4.0",
87+
"tailwindcss": "4.1.18",
8888
"tailwindcss-animate": "1.0.7",
89-
"tsx": "4.20.6",
89+
"tsx": "4.21.0",
9090
"typescript": "^5.9.3"
9191
}
9292
}

apps/docs/src/app/(site)/(docs)/[...slug]/page.tsx

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ export async function generateStaticParams() {
1414
}
1515

1616
export async function generateMetadata(props: PageProps<"/[...slug]">): Promise<Metadata> {
17-
const params = await props.params
18-
const breadcrumbItems = await getBreadcrumbItems(params.slug)
17+
const { slug } = await props.params
18+
const breadcrumbItems = await getBreadcrumbItems(slug)
1919

2020
const titles = breadcrumbItems.map((ele) => ele.title)
2121

@@ -25,10 +25,9 @@ export async function generateMetadata(props: PageProps<"/[...slug]">): Promise<
2525
}
2626

2727
export default async function DocsPage(props: PageProps<"/[...slug]">) {
28-
const params = await props.params
28+
const { slug } = await props.params
2929

30-
// eslint-disable-next-line @typescript-eslint/no-unnecessary-condition
31-
const searchParam = `/${params.slug?.join("/") ?? ""}`
30+
const searchParam = `/${slug.join("/")}`
3231

3332
const transformedEntry = (await transformedEntries()).find(
3433
(ele) => ele.raw_pathname == searchParam,

apps/docs/src/app/(site)/(docs)/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export default async function DocsLayout(props: LayoutProps<"/">) {
2323
// it's used to provide a short link for the user to switch easily between the different collections
2424
// it expects an `index.mdx` file in each collection at the root level ( e.g. `aria-docs/index.mdx`)
2525

26-
const tree = recursiveCollections.filter((ele) => ele.getDepth() === 0)
26+
const tree = recursiveCollections.filter((ele) => ele.depth === 0)
2727

2828
const sidebarItems = await getTree(tree)
2929

0 commit comments

Comments
 (0)