Skip to content

Commit

Permalink
Merge pull request #391 from vikejs/renovate/all-minor-patch
Browse files Browse the repository at this point in the history
  • Loading branch information
magne4000 committed Sep 23, 2024
2 parents 51fd34c + a8f294e commit 4e16e41
Show file tree
Hide file tree
Showing 49 changed files with 1,655 additions and 1,248 deletions.
2 changes: 1 addition & 1 deletion boilerplates/authjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@auth/core": "^0.35.0",
"@batijs/compile": "workspace:*",
"@types/node": "^18.19.14",
"@universal-middleware/core": "^0.2.9",
"@universal-middleware/core": "^0.2.10",
"dotenv": "^16.4.5"
},
"dependencies": {
Expand Down
8 changes: 4 additions & 4 deletions boilerplates/aws/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
"@batijs/compile": "workspace:*",
"@types/node": "^18.19.14",
"@types/which": "^3.0.4",
"aws-cdk": "^2.158.0",
"aws-cdk-lib": "^2.158.0",
"cdk": "^2.158.0",
"aws-cdk": "^2.159.1",
"aws-cdk-lib": "^2.159.1",
"cdk": "^2.159.1",
"constructs": "^10.3.0",
"esbuild": "^0.23.1",
"esbuild": "^0.24.0",
"npm-run-all2": "^6.2.3",
"source-map-support": "^0.5.21",
"tsx": "^4.19.1",
Expand Down
2 changes: 1 addition & 1 deletion boilerplates/biome/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"license": "MIT",
"devDependencies": {
"@batijs/compile": "workspace:*",
"@biomejs/biome": "1.9.1",
"@biomejs/biome": "1.9.2",
"@types/node": "^18.19.14"
},
"dependencies": {
Expand Down
6 changes: 3 additions & 3 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.20240909.0",
"@cloudflare/workers-types": "^4.20240919.0",
"@hattip/adapter-cloudflare-workers": "^0.0.48",
"@types/node": "^18.19.14",
"npm-run-all2": "^6.2.3",
"vike-cloudflare": "^0.1.1",
"wrangler": "^3.78.2"
"vike-cloudflare": "^0.1.2",
"wrangler": "^3.78.7"
},
"dependencies": {
"@batijs/core": "workspace:*"
Expand Down
2 changes: 1 addition & 1 deletion boilerplates/compiled/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"devDependencies": {
"@batijs/compile": "workspace:*",
"@types/node": "^18.19.14",
"vite": "^5.4.5",
"vite": "^5.4.7",
"vite-plugin-compiled-react": "^1.1.3"
},
"dependencies": {
Expand Down
6 changes: 3 additions & 3 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.20240909.0",
"@cloudflare/workers-types": "^4.20240919.0",
"@types/node": "^18.19.14",
"@universal-middleware/core": "^0.2.9",
"vike": "^0.4.195"
"@universal-middleware/core": "^0.2.10",
"vike": "^0.4.196"
},
"dependencies": {
"@batijs/core": "workspace:*"
Expand Down
8 changes: 4 additions & 4 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.20240909.0",
"@cloudflare/workers-types": "^4.20240919.0",
"@types/node": "^18.19.14",
"@universal-middleware/core": "^0.2.9",
"vike": "^0.4.195",
"wrangler": "^3.78.2"
"@universal-middleware/core": "^0.2.10",
"vike": "^0.4.196",
"wrangler": "^3.78.7"
},
"dependencies": {
"@batijs/core": "workspace:*"
Expand Down
6 changes: 3 additions & 3 deletions boilerplates/eslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@
},
"devDependencies": {
"@batijs/compile": "workspace:^",
"@eslint/js": "^9.10.0",
"eslint": "^9.10.0",
"@eslint/js": "^9.11.0",
"eslint": "^9.11.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.36.1",
"eslint-plugin-solid": "^0.14.3",
"eslint-plugin-vue": "^9.28.0",
"globals": "^15.9.0",
"typescript-eslint": "^8.5.0",
"typescript-eslint": "^8.6.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 @@ -26,8 +26,8 @@
"express-openid-connect": "^2.17.1",
"telefunc": "^0.1.79",
"tsx": "^4.19.1",
"vike": "^0.4.195",
"vite": "^5.4.5"
"vike": "^0.4.196",
"vite": "^5.4.7"
},
"dependencies": {
"@batijs/core": "workspace:*"
Expand Down
4 changes: 2 additions & 2 deletions boilerplates/fastify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
"fastify": "^4.28.1",
"telefunc": "^0.1.79",
"tsx": "^4.19.1",
"vike": "^0.4.195",
"vite": "^5.4.5"
"vike": "^0.4.196",
"vite": "^5.4.7"
},
"dependencies": {
"@batijs/core": "workspace:*"
Expand Down
8 changes: 4 additions & 4 deletions boilerplates/firebase-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@
"@batijs/compile": "workspace:*",
"@types/cookie": "^0.6.0",
"@types/node": "^18.19.14",
"@universal-middleware/core": "^0.2.9",
"@universal-middleware/core": "^0.2.10",
"cookie": "^0.6.0",
"dotenv": "^16.4.5",
"firebase": "^10.13.1",
"firebase": "^10.13.2",
"firebase-admin": "^12.5.0",
"firebaseui": "^6.1.0",
"vike": "^0.4.195",
"vite": "^5.4.5"
"vike": "^0.4.196",
"vite": "^5.4.7"
},
"dependencies": {
"@batijs/core": "workspace:*"
Expand Down
4 changes: 2 additions & 2 deletions boilerplates/h3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
"serve-static": "^1.16.2",
"telefunc": "^0.1.79",
"tsx": "^4.19.1",
"vike": "^0.4.195",
"vite": "^5.4.5"
"vike": "^0.4.196",
"vite": "^5.4.7"
},
"dependencies": {
"@batijs/core": "workspace:*"
Expand Down
6 changes: 3 additions & 3 deletions boilerplates/hattip/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"devDependencies": {
"@auth/core": "^0.35.0",
"@batijs/compile": "workspace:*",
"@cloudflare/workers-types": "^4.20240909.0",
"@cloudflare/workers-types": "^4.20240919.0",
"@hattip/adapter-aws-lambda": "^0.0.48",
"@hattip/adapter-node": "^0.0.48",
"@hattip/adapter-vercel-edge": "^0.0.48",
Expand All @@ -31,8 +31,8 @@
"dotenv": "^16.4.5",
"hattip": "^0.0.33",
"telefunc": "^0.1.79",
"vike": "^0.4.195",
"vite": "^5.4.5"
"vike": "^0.4.196",
"vite": "^5.4.7"
},
"dependencies": {
"@batijs/core": "workspace:*"
Expand Down
10 changes: 5 additions & 5 deletions boilerplates/hono/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,20 +14,20 @@
"devDependencies": {
"@auth/core": "^0.35.0",
"@batijs/compile": "workspace:*",
"@cloudflare/workers-types": "^4.20240909.0",
"@hono/node-server": "^1.13.0",
"@cloudflare/workers-types": "^4.20240919.0",
"@hono/node-server": "^1.13.1",
"@hono/vite-dev-server": "^0.16.0",
"@trpc/server": "^10.45.2",
"@types/aws-lambda": "^8.10.145",
"@types/node": "^18.19.14",
"@universal-middleware/hono": "^0.2.8",
"cross-env": "^7.0.3",
"dotenv": "^16.4.5",
"hono": "^4.6.1",
"hono": "^4.6.2",
"telefunc": "^0.1.79",
"tsx": "^4.19.1",
"vike": "^0.4.195",
"vite": "^5.4.5"
"vike": "^0.4.196",
"vite": "^5.4.7"
},
"dependencies": {
"@batijs/core": "workspace:*"
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,21 +13,21 @@
"license": "MIT",
"devDependencies": {
"@batijs/compile": "workspace:*",
"@cloudflare/workers-types": "^4.20240909.0",
"@cloudflare/workers-types": "^4.20240919.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.14",
"@universal-middleware/core": "^0.2.9",
"@universal-middleware/core": "^0.2.10",
"arctic": "^1.9.2",
"better-sqlite3": "^11.3.0",
"cookie": "^0.6.0",
"dotenv": "^16.4.5",
"drizzle-orm": "^0.33.0",
"lucia": "^3.2.0",
"vike": "^0.4.195",
"vite": "^5.4.5"
"vike": "^0.4.196",
"vite": "^5.4.7"
},
"dependencies": {
"@batijs/core": "workspace:*"
Expand Down
6 changes: 3 additions & 3 deletions boilerplates/mantine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@
"@mantine/core": "^7.12.2",
"@mantine/hooks": "^7.12.2",
"@types/node": "^18.19.14",
"@types/react": "^18.3.6",
"@types/react": "^18.3.8",
"@types/react-dom": "^18.3.0",
"postcss": "^8.4.47",
"postcss-preset-mantine": "^1.17.0",
"postcss-simple-vars": "^7.0.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"vike-react": "^0.5.6",
"vite": "^5.4.5",
"vike-react": "^0.5.7",
"vite": "^5.4.7",
"vite-plugin-compiled-react": "^1.1.3"
},
"dependencies": {
Expand Down
8 changes: 4 additions & 4 deletions boilerplates/react-firebase-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@
"devDependencies": {
"@batijs/compile": "workspace:*",
"@types/node": "^18.19.14",
"@types/react": "^18.3.6",
"@types/react": "^18.3.8",
"@types/react-dom": "^18.3.0",
"firebase": "^10.13.1",
"firebase": "^10.13.2",
"firebaseui": "^6.1.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"vike": "^0.4.195",
"vite": "^5.4.5"
"vike": "^0.4.196",
"vite": "^5.4.7"
},
"dependencies": {
"@batijs/core": "workspace:*"
Expand Down
6 changes: 3 additions & 3 deletions boilerplates/react-lucia-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
"devDependencies": {
"@batijs/compile": "workspace:*",
"@types/node": "^18.19.14",
"@types/react": "^18.3.6",
"@types/react": "^18.3.8",
"@types/react-dom": "^18.3.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"vike": "^0.4.195",
"vite": "^5.4.5"
"vike": "^0.4.196",
"vite": "^5.4.7"
},
"dependencies": {
"@batijs/core": "workspace:*"
Expand Down
6 changes: 3 additions & 3 deletions boilerplates/react-sentry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
"license": "MIT",
"devDependencies": {
"@batijs/compile": "workspace:*",
"@sentry/react": "^8.30.0",
"@sentry/react": "^8.31.0",
"@types/node": "^18.19.14",
"@types/react": "^18.3.6",
"@types/react": "^18.3.8",
"@types/react-dom": "^18.3.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"vite": "^5.4.5"
"vite": "^5.4.7"
},
"dependencies": {
"@batijs/core": "workspace:*"
Expand Down
10 changes: 5 additions & 5 deletions boilerplates/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,16 @@
"@batijs/compile": "workspace:*",
"@mantine/core": "^7.12.2",
"@types/node": "^18.19.14",
"@types/react": "^18.3.6",
"@types/react": "^18.3.8",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"tailwindcss": "^3.4.11",
"tailwindcss": "^3.4.12",
"typescript": "^5.6.2",
"vike": "^0.4.195",
"vike-react": "^0.5.6",
"vite": "^5.4.5",
"vike": "^0.4.196",
"vike-react": "^0.5.7",
"vite": "^5.4.7",
"vite-plugin-compiled-react": "^1.1.3"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion boilerplates/sentry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@batijs/compile": "workspace:*",
"@sentry/vite-plugin": "^2.22.4",
"@types/node": "^18.19.44",
"vite": "^5.4.5"
"vite": "^5.4.7"
},
"dependencies": {
"@batijs/core": "workspace:*"
Expand Down
4 changes: 2 additions & 2 deletions boilerplates/shadcn-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
"@types/node": "^18.19.14",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"lucide-react": "^0.441.0",
"lucide-react": "^0.445.0",
"tailwind-merge": "^2.5.2",
"tailwindcss": "^3.4.11",
"tailwindcss": "^3.4.12",
"tailwindcss-animate": "^1.0.7"
},
"dependencies": {
Expand Down
4 changes: 2 additions & 2 deletions boilerplates/shared-db/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.20240909.0",
"@cloudflare/workers-types": "^4.20240919.0",
"@types/node": "^18.19.14",
"@universal-middleware/core": "^0.2.9"
"@universal-middleware/core": "^0.2.10"
},
"dependencies": {
"@batijs/core": "workspace:*"
Expand Down
8 changes: 4 additions & 4 deletions boilerplates/shared-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@
"license": "MIT",
"devDependencies": {
"@batijs/compile": "workspace:*",
"@cloudflare/workers-types": "^4.20240909.0",
"@cloudflare/workers-types": "^4.20240919.0",
"@types/node": "^18.19.14",
"@universal-middleware/core": "^0.2.9",
"vike": "^0.4.195",
"vite": "^5.4.5"
"@universal-middleware/core": "^0.2.10",
"vike": "^0.4.196",
"vite": "^5.4.7"
},
"files": [
"dist/"
Expand Down
6 changes: 3 additions & 3 deletions boilerplates/shared-todo/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.20240909.0",
"@cloudflare/workers-types": "^4.20240919.0",
"@types/node": "^18.19.14",
"vike": "^0.4.195",
"vike-cloudflare": "^0.1.1"
"vike": "^0.4.196",
"vike-cloudflare": "^0.1.2"
},
"dependencies": {
"@batijs/core": "workspace:*"
Expand Down
4 changes: 2 additions & 2 deletions boilerplates/shared/files/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"dependencies": {},
"devDependencies": {
"typescript": "^5.6.2",
"vike": "^0.4.195",
"vite": "^5.4.5"
"vike": "^0.4.196",
"vite": "^5.4.7"
},
"type": "module"
}
Loading

0 comments on commit 4e16e41

Please sign in to comment.