Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 21, 2024
1 parent 0213a8d commit 6cfb177
Show file tree
Hide file tree
Showing 30 changed files with 772 additions and 618 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.0",
"@auth/core": "^0.37.2",
"@batijs/compile": "workspace:*",
"@types/node": "^18.19.55",
"@universal-middleware/core": "^0.2.13"
Expand Down
2 changes: 1 addition & 1 deletion boilerplates/aws/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"cdk": "^2.162.1",
"constructs": "^10.4.2",
"esbuild": "^0.24.0",
"npm-run-all2": "^6.2.3",
"npm-run-all2": "^6.2.4",
"source-map-support": "^0.5.21",
"tsx": "^4.19.1",
"typescript": "^5.6.3",
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.3",
"@biomejs/biome": "1.9.4",
"@types/node": "^18.19.55"
},
"dependencies": {
Expand Down
8 changes: 4 additions & 4 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.20241011.0",
"@cloudflare/workers-types": "^4.20241018.0",
"@hattip/adapter-cloudflare-workers": "^0.0.48",
"@types/node": "^18.19.55",
"npm-run-all2": "^6.2.3",
"vike-cloudflare": "^0.1.2",
"wrangler": "^3.80.4"
"npm-run-all2": "^6.2.4",
"vike-cloudflare": "^0.1.3",
"wrangler": "^3.81.0"
},
"dependencies": {
"@batijs/core": "workspace:*"
Expand Down
2 changes: 1 addition & 1 deletion boilerplates/d1-sqlite/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.20241011.0",
"@cloudflare/workers-types": "^4.20241018.0",
"@types/node": "^18.19.55",
"@universal-middleware/core": "^0.2.13",
"vike": "^0.4.199"
Expand Down
4 changes: 2 additions & 2 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.20241011.0",
"@cloudflare/workers-types": "^4.20241018.0",
"@types/node": "^18.19.55",
"@universal-middleware/core": "^0.2.13",
"vike": "^0.4.199",
"wrangler": "^3.80.4"
"wrangler": "^3.81.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 @@ -15,10 +15,10 @@
"@batijs/compile": "workspace:*",
"@types/better-sqlite3": "^7.6.11",
"@types/node": "^18.19.55",
"better-sqlite3": "^11.3.0",
"better-sqlite3": "^11.4.0",
"dotenv": "^16.4.5",
"drizzle-kit": "^0.26.2",
"drizzle-orm": "^0.35.0"
"drizzle-orm": "^0.35.2"
},
"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.0",
"@prisma/client": "^5.21.1",
"@types/node": "^18.19.55",
"colorette": "^2.0.20",
"edgedb": "^1.5.12"
Expand Down
8 changes: 4 additions & 4 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.12.0",
"eslint": "^9.12.0",
"@eslint/js": "^9.13.0",
"eslint": "^9.13.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.37.1",
"eslint-plugin-solid": "^0.14.3",
"eslint-plugin-vue": "^9.29.0",
"eslint-plugin-vue": "^9.29.1",
"globals": "^15.11.0",
"typescript-eslint": "^8.9.0",
"typescript-eslint": "^8.10.0",
"vue-eslint-parser": "^9.4.3"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion 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.0",
"@auth/core": "^0.37.2",
"@batijs/compile": "workspace:*",
"@trpc/server": "^10.45.2",
"@types/express": "^4.17.21",
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,10 +12,10 @@
"author": "",
"license": "MIT",
"devDependencies": {
"@auth/core": "^0.37.0",
"@auth/core": "^0.37.2",
"@batijs/compile": "workspace:*",
"@fastify/middie": "^9.0.2",
"@fastify/static": "^8.0.1",
"@fastify/static": "^8.0.2",
"@trpc/server": "^10.45.2",
"@types/express": "^4.17.21",
"@types/node": "^18.19.55",
Expand Down
2 changes: 1 addition & 1 deletion 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.0",
"@auth/core": "^0.37.2",
"@batijs/compile": "workspace:*",
"@hattip/polyfills": "^0.0.48",
"@trpc/server": "^10.45.2",
Expand Down
4 changes: 2 additions & 2 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.0",
"@auth/core": "^0.37.2",
"@batijs/compile": "workspace:*",
"@cloudflare/workers-types": "^4.20241011.0",
"@cloudflare/workers-types": "^4.20241018.0",
"@hattip/adapter-aws-lambda": "^0.0.48",
"@hattip/adapter-node": "^0.0.48",
"@hattip/adapter-vercel-edge": "^0.0.48",
Expand Down
4 changes: 2 additions & 2 deletions boilerplates/hono/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.0",
"@auth/core": "^0.37.2",
"@batijs/compile": "workspace:*",
"@cloudflare/workers-types": "^4.20241011.0",
"@cloudflare/workers-types": "^4.20241018.0",
"@hono/node-server": "^1.13.2",
"@hono/vite-dev-server": "^0.16.0",
"@trpc/server": "^10.45.2",
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,19 +13,19 @@
"license": "MIT",
"devDependencies": {
"@batijs/compile": "workspace:*",
"@cloudflare/workers-types": "^4.20241011.0",
"@cloudflare/workers-types": "^4.20241018.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.55",
"@universal-middleware/core": "^0.2.13",
"arctic": "^1.9.2",
"better-sqlite3": "^11.3.0",
"better-sqlite3": "^11.4.0",
"cookie": "^1.0.1",
"dotenv": "^16.4.5",
"drizzle-orm": "^0.35.0",
"lucia": "^3.2.1",
"drizzle-orm": "^0.35.2",
"lucia": "^3.2.2",
"vike": "^0.4.199",
"vite": "^5.4.9"
},
Expand Down
4 changes: 2 additions & 2 deletions boilerplates/mantine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"license": "MIT",
"devDependencies": {
"@batijs/compile": "workspace:*",
"@mantine/core": "^7.13.2",
"@mantine/hooks": "^7.13.2",
"@mantine/core": "^7.13.3",
"@mantine/hooks": "^7.13.3",
"@types/node": "^18.19.55",
"@types/react": "^18.3.11",
"@types/react-dom": "^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.0",
"@prisma/client": "^5.21.1",
"@types/node": "^18.19.55",
"colorette": "^2.0.20",
"prisma": "^5.21.0"
"prisma": "^5.21.1"
},
"dependencies": {
"@batijs/core": "workspace:*"
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,11 +16,11 @@
"@babel/plugin-syntax-flow": "^7.25.7",
"@babel/plugin-transform-react-jsx": "^7.25.7",
"@batijs/compile": "workspace:*",
"@mantine/core": "^7.13.2",
"@mantine/core": "^7.13.3",
"@types/node": "^18.19.55",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.2",
"@vitejs/plugin-react": "^4.3.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"tailwindcss": "^3.4.14",
Expand Down
2 changes: 1 addition & 1 deletion boilerplates/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/vite-plugin": "^2.22.5",
"@sentry/vite-plugin": "^2.22.6",
"@types/node": "^18.19.55",
"vite": "^5.4.9"
},
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.20241011.0",
"@cloudflare/workers-types": "^4.20241018.0",
"@types/node": "^18.19.55",
"@universal-middleware/core": "^0.2.13"
},
Expand Down
2 changes: 1 addition & 1 deletion boilerplates/shared-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"license": "MIT",
"devDependencies": {
"@batijs/compile": "workspace:*",
"@cloudflare/workers-types": "^4.20241011.0",
"@cloudflare/workers-types": "^4.20241018.0",
"@types/node": "^18.19.55",
"@universal-middleware/core": "^0.2.13",
"vike": "^0.4.199",
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,10 +13,10 @@
"license": "MIT",
"devDependencies": {
"@batijs/compile": "workspace:*",
"@cloudflare/workers-types": "^4.20241011.0",
"@cloudflare/workers-types": "^4.20241018.0",
"@types/node": "^18.19.55",
"vike": "^0.4.199",
"vike-cloudflare": "^0.1.2"
"vike-cloudflare": "^0.1.3"
},
"dependencies": {
"@batijs/core": "workspace:*"
Expand Down
2 changes: 1 addition & 1 deletion boilerplates/sqlite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@batijs/compile": "workspace:*",
"@types/better-sqlite3": "^7.6.11",
"@types/node": "^18.19.55",
"better-sqlite3": "^11.3.0",
"better-sqlite3": "^11.4.0",
"dotenv": "^16.4.5",
"tsx": "^4.19.1"
},
Expand Down
2 changes: 1 addition & 1 deletion boilerplates/telefunc/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.20241011.0",
"@cloudflare/workers-types": "^4.20241018.0",
"@types/node": "^18.19.55",
"@universal-middleware/core": "^0.2.13",
"telefunc": "^0.1.79",
Expand Down
2 changes: 1 addition & 1 deletion boilerplates/trpc/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.20241011.0",
"@cloudflare/workers-types": "^4.20241018.0",
"@trpc/client": "^10.45.2",
"@trpc/server": "^10.45.2",
"@types/node": "^18.19.55",
Expand Down
2 changes: 1 addition & 1 deletion boilerplates/ts-rest/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.20241011.0",
"@cloudflare/workers-types": "^4.20241018.0",
"@ts-rest/core": "^3.51.0",
"@ts-rest/serverless": "^3.51.0",
"@types/node": "^18.19.55",
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,28 +25,28 @@
"author": "Joël Charles <[email protected]>",
"license": "MIT",
"devDependencies": {
"@eslint/js": "^9.12.0",
"@eslint/js": "^9.13.0",
"@types/eslint__js": "^8.42.3",
"bumpp": "^9.7.1",
"citty": "^0.1.6",
"eslint": "^9.12.0",
"eslint": "^9.13.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.37.1",
"eslint-plugin-solid": "^0.14.3",
"eslint-plugin-vue": "^9.29.0",
"eslint-plugin-vue": "^9.29.1",
"globals": "^15.11.0",
"prettier": "^3.3.3",
"rimraf": "^6.0.1",
"tsx": "^4.19.1",
"turbo": "^2.1.3",
"turbo": "^2.2.1",
"typescript": "^5.6.3",
"typescript-eslint": "^8.9.0",
"typescript-eslint": "^8.10.0",
"vue-eslint-parser": "^9.4.3"
},
"optionalDependencies": {
"browserless": "^10.6.3",
"puppeteer": "^23.5.3"
"puppeteer": "^23.6.0"
},
"engines": {
"node": ">=18",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"citty": "^0.1.6",
"colorette": "^2.0.20",
"esbuild": "^0.24.0",
"execa": "^9.4.0",
"execa": "^9.4.1",
"rimraf": "^6.0.1",
"sift": "^17.1.3",
"tsup": "^8.3.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@
"@types/estree": "^1.0.6",
"@types/node": "^18.19.55",
"@types/which": "^3.0.4",
"@typescript-eslint/parser": "^8.9.0",
"@typescript-eslint/utils": "^8.9.0",
"@typescript-eslint/parser": "^8.10.0",
"@typescript-eslint/utils": "^8.10.0",
"attributes-parser": "^2.2.3",
"colorette": "^2.0.20",
"esbuild": "^0.24.0",
"eslint": "^9.12.0",
"eslint": "^9.13.0",
"eslint-plugin-solid": "^0.14.3",
"eslint-rule-composer": "^0.3.0",
"espree": "^10.2.0",
Expand Down
Loading

0 comments on commit 6cfb177

Please sign in to comment.