Skip to content
Merged

Deps #48

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
58 changes: 0 additions & 58 deletions .amazonq/rules/coding-standards.md

This file was deleted.

9 changes: 9 additions & 0 deletions .changeset/calm-llamas-push.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
"create-vorsteh-queue": patch
"@vorsteh-queue/adapter-drizzle": patch
"@vorsteh-queue/adapter-kysely": patch
"@vorsteh-queue/adapter-prisma": patch
"@vorsteh-queue/core": patch
---

update dependencies
2 changes: 1 addition & 1 deletion apps/docs/content/docs/02.packages/adapter-prisma.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ The Prisma adapter provides PostgreSQL support using Prisma ORM, offering genera

## Installation

<Command variant="install">@vorsteh-queue/core @vorsteh-queue/adapter-prisma"</Command>
<Command variant="install">@vorsteh-queue/core @vorsteh-queue/adapter-prisma</Command>

## Quick Start

Expand Down
2 changes: 1 addition & 1 deletion apps/docs/next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const withMDX = createMDXPlugin({
"rehype-mdx-import-media",
],
remarkPlugins: [
"@renoun/mdx/remark/add-headings",
"@renoun/mdx/remark/add-sections",
"remark-frontmatter",
"remark-mdx-frontmatter",
"remark-squeeze-paragraphs",
Expand Down
46 changes: 23 additions & 23 deletions apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@mdx-js/loader": "3.1.1",
"@mdx-js/node-loader": "3.1.1",
"@mdx-js/react": "3.1.1",
"@next/mdx": "16.0.1",
"@next/mdx": "16.1.6",
"@radix-ui/react-collapsible": "^1.1.12",
"@radix-ui/react-compose-refs": "1.1.2",
"@radix-ui/react-dialog": "^1.1.15",
Expand All @@ -34,41 +34,41 @@
"@radix-ui/react-slot": "^1.2.4",
"@radix-ui/react-tabs": "1.1.13",
"@radix-ui/react-tooltip": "^1.2.8",
"@vercel/og": "0.8.5",
"@vercel/og": "0.8.6",
"class-variance-authority": "0.7.1",
"clsx": "2.1.1",
"date-fns": "^4.1.0",
"globby": "15.0.0",
"globby": "16.1.0",
"interweave": "13.1.1",
"lucide-react": "0.552.0",
"lucide-react": "0.563.0",
"multimatch": "7.0.0",
"next": "16.0.1",
"next": "16.1.6",
"next-themes": "latest",
"p-map": "7.0.3",
"react": "19.2.0",
"react-dom": "19.2.0",
"read-pkg": "^9.0.1",
"p-map": "7.0.4",
"react": "19.2.4",
"react-dom": "19.2.4",
"read-pkg": "^10.0.0",
"rehype-mdx-import-media": "1.2.0",
"remark-frontmatter": "5.0.0",
"remark-gfm": "4.0.1",
"remark-mdx-frontmatter": "5.2.0",
"remark-squeeze-paragraphs": "6.0.0",
"remark-strip-badges": "7.0.0",
"renoun": "10.9.0",
"tm-grammars": "1.25.3",
"tm-themes": "1.10.12",
"renoun": "11.1.0",
"tm-grammars": "1.30.0",
"tm-themes": "1.11.0",
"ts-morph": "27.0.2",
"tw-animate-css": "^1.4.0",
"use-debounce": "10.0.6",
"zod": "4.1.12"
"use-debounce": "10.1.0",
"zod": "4.3.6"
},
"devDependencies": {
"@tailwindcss/postcss": "4.1.16",
"@tailwindcss/postcss": "4.1.18",
"@tailwindcss/typography": "0.5.19",
"@types/mdx": "2.0.13",
"@types/node": "22.19.0",
"@types/react": "19.2.2",
"@types/react-dom": "19.2.2",
"@types/react": "19.2.10",
"@types/react-dom": "19.2.3",
"@types/serve-handler": "6.1.4",
"@vorsteh-queue/adapter-drizzle": "workspace:*",
"@vorsteh-queue/adapter-kysely": "workspace:*",
Expand All @@ -77,16 +77,16 @@
"@vorsteh-queue/eslint-config": "workspace:*",
"@vorsteh-queue/prettier-config": "workspace:*",
"@vorsteh-queue/tsconfig": "workspace:*",
"eslint": "^9.39.1",
"next-validate-link": "1.6.3",
"eslint": "^9.39.2",
"next-validate-link": "1.6.4",
"pagefind": "1.4.0",
"postcss": "8.5.6",
"prettier": "^3.6.2",
"prettier": "^3.8.1",
"serve-handler": "6.1.6",
"tailwind-merge": "3.3.1",
"tailwindcss": "4.1.16",
"tailwind-merge": "3.4.0",
"tailwindcss": "4.1.18",
"tailwindcss-animate": "1.0.7",
"tsx": "4.20.6",
"tsx": "4.21.0",
"typescript": "^5.9.3"
}
}
9 changes: 4 additions & 5 deletions apps/docs/src/app/(site)/(docs)/[...slug]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ export async function generateStaticParams() {
}

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

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

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

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

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

const transformedEntry = (await transformedEntries()).find(
(ele) => ele.raw_pathname == searchParam,
Expand Down
2 changes: 1 addition & 1 deletion apps/docs/src/app/(site)/(docs)/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export default async function DocsLayout(props: LayoutProps<"/">) {
// it's used to provide a short link for the user to switch easily between the different collections
// it expects an `index.mdx` file in each collection at the root level ( e.g. `aria-docs/index.mdx`)

const tree = recursiveCollections.filter((ele) => ele.getDepth() === 0)
const tree = recursiveCollections.filter((ele) => ele.depth === 0)

const sidebarItems = await getTree(tree)

Expand Down
Loading
Loading