Skip to content

Commit

Permalink
Merge pull request #422 from vikejs/renovate/all-minor-patch
Browse files Browse the repository at this point in the history
  • Loading branch information
magne4000 authored Nov 11, 2024
2 parents 1903098 + bd1cb0f commit 86a3cc4
Show file tree
Hide file tree
Showing 45 changed files with 742 additions and 742 deletions.
2 changes: 1 addition & 1 deletion boilerplates/authjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"author": "",
"license": "MIT",
"devDependencies": {
"@auth/core": "^0.37.2",
"@auth/core": "^0.37.3",
"@batijs/compile": "workspace:*",
"@types/node": "^18.19.64",
"@universal-middleware/core": "^0.2.13"
Expand Down
6 changes: 3 additions & 3 deletions boilerplates/aws/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
"@batijs/compile": "workspace:*",
"@types/node": "^18.19.64",
"@types/which": "^3.0.4",
"aws-cdk": "^2.165.0",
"aws-cdk-lib": "^2.165.0",
"cdk": "^2.165.0",
"aws-cdk": "^2.166.0",
"aws-cdk-lib": "^2.166.0",
"cdk": "^2.166.0",
"constructs": "^10.4.2",
"esbuild": "^0.24.0",
"npm-run-all2": "^7.0.1",
Expand Down
4 changes: 2 additions & 2 deletions boilerplates/cloudflare/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
"license": "MIT",
"devDependencies": {
"@batijs/compile": "workspace:*",
"@cloudflare/workers-types": "^4.20241022.0",
"@cloudflare/workers-types": "^4.20241106.0",
"@hattip/adapter-cloudflare-workers": "^0.0.49",
"@types/node": "^18.19.64",
"npm-run-all2": "^7.0.1",
"vike-cloudflare": "^0.1.4",
"wrangler": "^3.84.1"
"wrangler": "^3.86.0"
},
"dependencies": {
"@batijs/core": "workspace:*"
Expand Down
4 changes: 2 additions & 2 deletions boilerplates/d1-sqlite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
"license": "MIT",
"devDependencies": {
"@batijs/compile": "workspace:*",
"@cloudflare/workers-types": "^4.20241022.0",
"@cloudflare/workers-types": "^4.20241106.0",
"@types/node": "^18.19.64",
"@universal-middleware/core": "^0.2.13",
"vike": "^0.4.200"
"vike": "^0.4.201"
},
"dependencies": {
"@batijs/core": "workspace:*"
Expand Down
6 changes: 3 additions & 3 deletions boilerplates/d1/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
"license": "MIT",
"devDependencies": {
"@batijs/compile": "workspace:*",
"@cloudflare/workers-types": "^4.20241022.0",
"@cloudflare/workers-types": "^4.20241106.0",
"@types/node": "^18.19.64",
"@universal-middleware/core": "^0.2.13",
"vike": "^0.4.200",
"wrangler": "^3.84.1"
"vike": "^0.4.201",
"wrangler": "^3.86.0"
},
"dependencies": {
"@batijs/core": "workspace:*"
Expand Down
4 changes: 2 additions & 2 deletions boilerplates/drizzle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"@types/node": "^18.19.64",
"better-sqlite3": "^11.5.0",
"dotenv": "^16.4.5",
"drizzle-kit": "^0.27.1",
"drizzle-orm": "^0.36.0"
"drizzle-kit": "^0.28.0",
"drizzle-orm": "^0.36.1"
},
"dependencies": {
"@batijs/core": "workspace:*"
Expand Down
2 changes: 1 addition & 1 deletion boilerplates/edgedb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"devDependencies": {
"@batijs/compile": "workspace:*",
"@edgedb/generate": "^0.5.6",
"@prisma/client": "^5.21.1",
"@prisma/client": "^5.22.0",
"@types/node": "^18.19.64",
"colorette": "^2.0.20",
"edgedb": "^1.5.12"
Expand Down
4 changes: 2 additions & 2 deletions boilerplates/eslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-solid": "^0.14.3",
"eslint-plugin-vue": "^9.30.0",
"globals": "^15.11.0",
"typescript-eslint": "^8.12.2",
"globals": "^15.12.0",
"typescript-eslint": "^8.13.0",
"vue-eslint-parser": "^9.4.3"
},
"dependencies": {
Expand Down
4 changes: 2 additions & 2 deletions boilerplates/express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"author": "",
"license": "MIT",
"devDependencies": {
"@auth/core": "^0.37.2",
"@auth/core": "^0.37.3",
"@batijs/compile": "workspace:*",
"@trpc/server": "^10.45.2",
"@types/express": "^4.17.21",
Expand All @@ -23,7 +23,7 @@
"express": "^4.21.1",
"telefunc": "^0.1.81",
"tsx": "^4.19.2",
"vike": "^0.4.200",
"vike": "^0.4.201",
"vite": "^5.4.10"
},
"dependencies": {
Expand Down
4 changes: 2 additions & 2 deletions boilerplates/fastify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"author": "",
"license": "MIT",
"devDependencies": {
"@auth/core": "^0.37.2",
"@auth/core": "^0.37.3",
"@batijs/compile": "workspace:*",
"@fastify/middie": "^9.0.2",
"@fastify/static": "^8.0.2",
Expand All @@ -25,7 +25,7 @@
"fastify": "^5.1.0",
"telefunc": "^0.1.81",
"tsx": "^4.19.2",
"vike": "^0.4.200",
"vike": "^0.4.201",
"vite": "^5.4.10"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion boilerplates/firebase-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"firebase": "^11.0.1",
"firebase-admin": "^12.7.0",
"firebaseui": "^6.1.0",
"vike": "^0.4.200",
"vike": "^0.4.201",
"vite": "^5.4.10"
},
"dependencies": {
Expand Down
4 changes: 2 additions & 2 deletions boilerplates/h3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"author": "",
"license": "MIT",
"devDependencies": {
"@auth/core": "^0.37.2",
"@auth/core": "^0.37.3",
"@batijs/compile": "workspace:*",
"@hattip/polyfills": "^0.0.49",
"@trpc/server": "^10.45.2",
Expand All @@ -26,7 +26,7 @@
"serve-static": "^1.16.2",
"telefunc": "^0.1.81",
"tsx": "^4.19.2",
"vike": "^0.4.200",
"vike": "^0.4.201",
"vite": "^5.4.10"
},
"dependencies": {
Expand Down
6 changes: 3 additions & 3 deletions boilerplates/hattip/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
"author": "",
"license": "MIT",
"devDependencies": {
"@auth/core": "^0.37.2",
"@auth/core": "^0.37.3",
"@batijs/compile": "workspace:*",
"@cloudflare/workers-types": "^4.20241022.0",
"@cloudflare/workers-types": "^4.20241106.0",
"@hattip/adapter-aws-lambda": "^0.0.49",
"@hattip/adapter-node": "^0.0.49",
"@hattip/adapter-vercel-edge": "^0.0.49",
Expand All @@ -31,7 +31,7 @@
"dotenv": "^16.4.5",
"hattip": "^0.0.33",
"telefunc": "^0.1.81",
"vike": "^0.4.200",
"vike": "^0.4.201",
"vite": "^5.4.10"
},
"dependencies": {
Expand Down
10 changes: 5 additions & 5 deletions boilerplates/hono/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
"author": "",
"license": "MIT",
"devDependencies": {
"@auth/core": "^0.37.2",
"@auth/core": "^0.37.3",
"@batijs/compile": "workspace:*",
"@cloudflare/workers-types": "^4.20241022.0",
"@hono/node-server": "^1.13.5",
"@hono/vite-dev-server": "^0.16.0",
"@cloudflare/workers-types": "^4.20241106.0",
"@hono/node-server": "^1.13.6",
"@hono/vite-dev-server": "^0.17.0",
"@trpc/server": "^10.45.2",
"@types/aws-lambda": "^8.10.145",
"@types/node": "^18.19.64",
Expand All @@ -26,7 +26,7 @@
"hono": "^4.6.9",
"telefunc": "^0.1.81",
"tsx": "^4.19.2",
"vike": "^0.4.200",
"vike": "^0.4.201",
"vite": "^5.4.10"
},
"dependencies": {
Expand Down
8 changes: 4 additions & 4 deletions boilerplates/lucia-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,20 +13,20 @@
"license": "MIT",
"devDependencies": {
"@batijs/compile": "workspace:*",
"@cloudflare/workers-types": "^4.20241022.0",
"@cloudflare/workers-types": "^4.20241106.0",
"@lucia-auth/adapter-drizzle": "^1.1.0",
"@lucia-auth/adapter-sqlite": "^3.0.2",
"@types/better-sqlite3": "^7.6.11",
"@types/cookie": "^0.6.0",
"@types/node": "^18.19.64",
"@universal-middleware/core": "^0.2.13",
"arctic": "^2.2.1",
"arctic": "^2.2.2",
"better-sqlite3": "^11.5.0",
"cookie": "^1.0.1",
"dotenv": "^16.4.5",
"drizzle-orm": "^0.36.0",
"drizzle-orm": "^0.36.1",
"lucia": "^3.2.2",
"vike": "^0.4.200",
"vike": "^0.4.201",
"vite": "^5.4.10"
},
"dependencies": {
Expand Down
6 changes: 3 additions & 3 deletions boilerplates/mantine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
"license": "MIT",
"devDependencies": {
"@batijs/compile": "workspace:*",
"@mantine/core": "^7.13.4",
"@mantine/hooks": "^7.13.4",
"@mantine/core": "^7.13.5",
"@mantine/hooks": "^7.13.5",
"@types/node": "^18.19.64",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"postcss": "^8.4.47",
"postcss": "^8.4.48",
"postcss-preset-mantine": "^1.17.0",
"postcss-simple-vars": "^7.0.1",
"react": "^18.3.1",
Expand Down
4 changes: 2 additions & 2 deletions boilerplates/prisma/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
"license": "MIT",
"devDependencies": {
"@batijs/compile": "workspace:*",
"@prisma/client": "^5.21.1",
"@prisma/client": "^5.22.0",
"@types/node": "^18.19.64",
"colorette": "^2.0.20",
"prisma": "^5.21.1"
"prisma": "^5.22.0"
},
"dependencies": {
"@batijs/core": "workspace:*"
Expand Down
2 changes: 1 addition & 1 deletion boilerplates/react-firebase-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"firebaseui": "^6.1.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"vike": "^0.4.200",
"vike": "^0.4.201",
"vite": "^5.4.10"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion boilerplates/react-lucia-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@types/react-dom": "^18.3.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"vike": "^0.4.200",
"vike": "^0.4.201",
"vite": "^5.4.10"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion boilerplates/react-sentry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"license": "MIT",
"devDependencies": {
"@batijs/compile": "workspace:*",
"@sentry/react": "^8.36.0",
"@sentry/react": "^8.37.1",
"@types/node": "^18.19.64",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
Expand Down
4 changes: 2 additions & 2 deletions boilerplates/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@babel/plugin-syntax-flow": "^7.26.0",
"@babel/plugin-transform-react-jsx": "^7.25.9",
"@batijs/compile": "workspace:*",
"@mantine/core": "^7.13.4",
"@mantine/core": "^7.13.5",
"@types/node": "^18.19.64",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
Expand All @@ -25,7 +25,7 @@
"react-dom": "^18.3.1",
"tailwindcss": "^3.4.14",
"typescript": "^5.6.3",
"vike": "^0.4.200",
"vike": "^0.4.201",
"vike-react": "^0.5.7",
"vite": "^5.4.10",
"vite-plugin-compiled-react": "^1.1.3"
Expand Down
2 changes: 1 addition & 1 deletion boilerplates/shadcn-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@types/node": "^18.19.64",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"lucide-react": "^0.454.0",
"lucide-react": "^0.456.0",
"tailwind-merge": "^2.5.4",
"tailwindcss": "^3.4.14",
"tailwindcss-animate": "^1.0.7"
Expand Down
2 changes: 1 addition & 1 deletion boilerplates/shared-db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"license": "MIT",
"devDependencies": {
"@batijs/compile": "workspace:*",
"@cloudflare/workers-types": "^4.20241022.0",
"@cloudflare/workers-types": "^4.20241106.0",
"@types/node": "^18.19.64",
"@universal-middleware/core": "^0.2.13"
},
Expand Down
4 changes: 2 additions & 2 deletions boilerplates/shared-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
"license": "MIT",
"devDependencies": {
"@batijs/compile": "workspace:*",
"@cloudflare/workers-types": "^4.20241022.0",
"@cloudflare/workers-types": "^4.20241106.0",
"@types/node": "^18.19.64",
"@universal-middleware/core": "^0.2.13",
"vike": "^0.4.200",
"vike": "^0.4.201",
"vite": "^5.4.10"
},
"files": [
Expand Down
4 changes: 2 additions & 2 deletions boilerplates/shared-todo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
"license": "MIT",
"devDependencies": {
"@batijs/compile": "workspace:*",
"@cloudflare/workers-types": "^4.20241022.0",
"@cloudflare/workers-types": "^4.20241106.0",
"@types/node": "^18.19.64",
"vike": "^0.4.200",
"vike": "^0.4.201",
"vike-cloudflare": "^0.1.4"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion boilerplates/shared/files/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dependencies": {},
"devDependencies": {
"typescript": "^5.6.3",
"vike": "^0.4.200",
"vike": "^0.4.201",
"vite": "^5.4.10"
},
"type": "module"
Expand Down
2 changes: 1 addition & 1 deletion boilerplates/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@batijs/compile": "workspace:*",
"@hattip/vite": "^0.0.49",
"@types/node": "^18.19.64",
"vike": "^0.4.200",
"vike": "^0.4.201",
"vite": "^5.4.10",
"vite-plugin-vercel": "^9.0.3"
},
Expand Down
2 changes: 1 addition & 1 deletion boilerplates/solid-firebase-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"firebase": "^11.0.1",
"firebaseui": "^6.1.0",
"solid-js": "^1.9.3",
"vike": "^0.4.200",
"vike": "^0.4.201",
"vite": "^5.4.10"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion boilerplates/solid-lucia-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@batijs/compile": "workspace:*",
"@types/node": "^18.19.64",
"solid-js": "^1.9.3",
"vike": "^0.4.200",
"vike": "^0.4.201",
"vite": "^5.4.10"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion boilerplates/solid-sentry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"license": "MIT",
"devDependencies": {
"@batijs/compile": "workspace:*",
"@sentry/solid": "^8.36.0",
"@sentry/solid": "^8.37.1",
"@types/node": "^18.19.64",
"solid-js": "^1.9.3",
"vike-solid": "^0.7.6",
Expand Down
Loading

0 comments on commit 86a3cc4

Please sign in to comment.