Skip to content

Commit

Permalink
chore(deps): latest (#251)
Browse files Browse the repository at this point in the history
  • Loading branch information
hi-ogawa authored Nov 23, 2024
1 parent ee42942 commit 447586e
Show file tree
Hide file tree
Showing 31 changed files with 2,457 additions and 3,373 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- run: pnpm build
- run: pnpm tsc
- run: pnpm test
- run: npx typedoc
# - run: npx typedoc

tiny-react:
runs-on: ubuntu-latest
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ node_modules
dist
.vercel
.wrangler
*.tsbuildinfo
4 changes: 2 additions & 2 deletions biome.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "https://biomejs.dev/schemas/1.7.2/schema.json",
"$schema": "https://biomejs.dev/schemas/1.9.4/schema.json",
"vcs": {
"enabled": true,
"clientKind": "git",
Expand All @@ -11,7 +11,7 @@
"linter": { "enabled": false },
"javascript": {
"formatter": {
"trailingComma": "es5"
"trailingCommas": "es5"
}
}
}
25 changes: 12 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,28 +8,27 @@
"test": "pnpm -r --sequential test run",
"changelog": "changelog --repo https://github.com/hi-ogawa/js-utils",
"sort-package-json": "sort-package-json $(pnpm ls --filter '*' --depth -1 --json | jq -r '.[] | .path')",
"lint": "biome check --apply .",
"lint": "biome check --write .",
"lint-check": "biome check ."
},
"devDependencies": {
"@biomejs/biome": "^1.7.2",
"@biomejs/biome": "^1.9.4",
"@hiogawa/changelog": "workspace:*",
"@hiogawa/icheck-ts": "workspace:*",
"@hiogawa/inline-template": "workspace:*",
"@hiogawa/sort-package-json": "workspace:*",
"@hiogawa/utils": "workspace:*",
"@hiogawa/utils-node": "workspace:*",
"@playwright/test": "^1.41.2",
"@tsconfig/strictest": "^2.0.3",
"@types/node": "^20.11.19",
"@vitest/ui": "2.0.1",
"esbuild": "^0.20.0",
"happy-dom": "^14.10.1",
"tsup": "^8.0.2",
"tsx": "^4.7.1",
"typedoc": "^0.25.8",
"typescript": "^5.3.3",
"vitest": "2.0.1"
"@playwright/test": "^1.49.0",
"@tsconfig/strictest": "^2.0.5",
"@types/node": "^22.9.3",
"@vitest/ui": "2.1.5",
"esbuild": "^0.24.0",
"happy-dom": "14.10.1",
"tsup": "^8.3.5",
"tsx": "^4.19.2",
"typescript": "^5.7.2",
"vitest": "2.1.5"
},
"packageManager": "[email protected]+sha512.9df9cf27c91715646c7d675d1c9c8e41f6fce88246f1318c1aa6a1ed1aeb3c4f032fcdf4ba63cc69c4fe6d634279176b5358727d8f2cc1e65b65f43ce2f8bfb0",
"volta": {
Expand Down
2 changes: 1 addition & 1 deletion packages/icheck-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@hiogawa/tiny-cli": "workspace:*",
"@hiogawa/utils": "workspace:*",
"@hiogawa/utils-node": "workspace:*",
"@types/node": "^20.11.19"
"@types/node": "^22.9.3"
},
"peerDependencies": {
"typescript": "*"
Expand Down
2 changes: 1 addition & 1 deletion packages/inline-template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"devDependencies": {
"@hiogawa/tiny-cli": "workspace:*",
"@hiogawa/utils": "workspace:*",
"@types/node": "^20.11.19"
"@types/node": "^22.9.3"
},
"volta": {
"extends": "../../package.json"
Expand Down
8 changes: 4 additions & 4 deletions packages/json-extra/examples/stream/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
"dev": "vite"
},
"devDependencies": {
"@hiogawa/json-extra": "latest",
"@hiogawa/utils": "latest",
"@hiogawa/vite-plugin-ssr-middleware": "^0.0.2",
"vite": "^5.1.3"
"@hiogawa/json-extra": "0.0.2-pre.5",
"@hiogawa/utils": "^1.7.0",
"@hiogawa/vite-plugin-ssr-middleware": "^0.0.3",
"vite": "^5.4.11"
}
}
10 changes: 5 additions & 5 deletions packages/json-extra/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@
"release": "pnpm publish --no-git-checks --access public"
},
"devDependencies": {
"@brillout/json-serializer": "^0.5.8",
"@brillout/json-serializer": "^0.5.13",
"@hiogawa/utils": "workspace:*",
"devalue": "^4.3.2",
"fast-check": "^3.12.0",
"superjson": "^1.13.1",
"zod": "^3.21.4"
"devalue": "^5.1.1",
"fast-check": "^3.23.1",
"superjson": "^2.2.1",
"zod": "^3.23.8"
},
"volta": {
"extends": "../../package.json"
Expand Down
8 changes: 4 additions & 4 deletions packages/query-proxy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@
},
"devDependencies": {
"@hiogawa/utils": "workspace:*",
"@tanstack/query-core": "^4.29.14",
"@trpc/client": "^10.33.0",
"@trpc/server": "^10.33.0",
"zod": "^3.21.4"
"@tanstack/query-core": "4.29.14",
"@trpc/client": "^10.45.2",
"@trpc/server": "^10.45.2",
"zod": "^3.23.8"
},
"peerDependencies": {
"@trpc/server": "*"
Expand Down
2 changes: 1 addition & 1 deletion packages/sort-package-json/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"devDependencies": {
"@hiogawa/utils": "workspace:*",
"@types/node": "^20.11.19"
"@types/node": "^22.9.3"
},
"volta": {
"extends": "../../package.json"
Expand Down
14 changes: 7 additions & 7 deletions packages/theme-script/examples/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
"devDependencies": {
"@hiogawa/theme-script": "workspace:*",
"@hiogawa/unocss-preset-antd": "2.2.1-pre.7",
"@iconify-json/ri": "^1.1.10",
"@types/react": "^18.2.14",
"@types/react-dom": "^18.2.7",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"unocss": "^0.58.5",
"vite": "^5.1.3"
"@iconify-json/ri": "^1.2.3",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"unocss": "^0.64.1",
"vite": "^5.4.11"
},
"volta": {
"extends": "../../package.json"
Expand Down
4 changes: 2 additions & 2 deletions packages/theme-script/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
"release": "pnpm publish --no-git-checks --access public"
},
"devDependencies": {
"@types/node": "^20.11.19",
"vite": "^5.1.3"
"@types/node": "^22.9.3",
"vite": "^5.4.11"
},
"peerDependencies": {
"vite": "*"
Expand Down
2 changes: 1 addition & 1 deletion packages/tiny-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
"devDependencies": {
"@hiogawa/utils": "workspace:*",
"zod": "^3.21.4"
"zod": "^3.23.8"
},
"volta": {
"extends": "../../package.json"
Expand Down
2 changes: 1 addition & 1 deletion packages/tiny-jwt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"devDependencies": {
"@hiogawa/tiny-cli": "workspace:*",
"@hiogawa/utils": "workspace:*",
"@types/node": "^20.11.19"
"@types/node": "^22.9.3"
},
"volta": {
"extends": "../../package.json"
Expand Down
6 changes: 3 additions & 3 deletions packages/tiny-react/examples/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
"@hiogawa/tiny-react": "workspace:*",
"@hiogawa/unocss-preset-antd": "2.2.1-pre.7",
"@hiogawa/utils": "workspace:*",
"@iconify-json/ri": "^1.1.10",
"unocss": "^0.58.5",
"vite": "^5.1.3"
"@iconify-json/ri": "^1.2.3",
"unocss": "^0.64.1",
"vite": "^5.4.11"
},
"volta": {
"extends": "../../package.json"
Expand Down
1 change: 1 addition & 0 deletions packages/tiny-react/examples/server/e2e/helper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import fs from "node:fs";
import test, { type Page, expect } from "@playwright/test";

export const testNoJs = test.extend({
// @ts-ignore `pnpm tsc-dev` complains though it's fine on vscode
javaScriptEnabled: ({}, use) => use(false),
});

Expand Down
4 changes: 2 additions & 2 deletions packages/tiny-react/examples/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
"cf-release": "cd misc/cloudflare-workers && wrangler deploy"
},
"devDependencies": {
"@hattip/adapter-node": "^0.0.34",
"@hattip/adapter-node": "^0.0.49",
"@hiogawa/tiny-react": "workspace:*",
"@hiogawa/vite-plugin-ssr-middleware": "^0.0.3",
"vite": "^5.1.3"
"vite": "^5.4.11"
},
"volta": {
"extends": "../../package.json"
Expand Down
18 changes: 9 additions & 9 deletions packages/tiny-react/examples/ssr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,22 +14,22 @@
"release-production": "vercel deploy --prebuilt . --prod"
},
"devDependencies": {
"@hattip/adapter-node": "^0.0.34",
"@hattip/adapter-vercel-edge": "^0.0.35",
"@hattip/compose": "^0.0.34",
"@hattip/adapter-node": "^0.0.49",
"@hattip/adapter-vercel-edge": "^0.0.49",
"@hattip/compose": "^0.0.49",
"@hiogawa/theme-script": "workspace:*",
"@hiogawa/tiny-react": "workspace:*",
"@hiogawa/unocss-preset-antd": "2.2.1-pre.7",
"@hiogawa/utils": "workspace:*",
"@hiogawa/vite-import-dev-server": "^0.0.1",
"@hiogawa/vite-null-export": "^0.0.0",
"@hiogawa/vite-plugin-ssr-middleware": "^0.0.3",
"@iconify-json/ri": "^1.1.10",
"@types/express": "^4.17.18",
"@types/node": "^20.11.19",
"express": "^4.18.2",
"unocss": "^0.58.5",
"vite": "^5.1.3"
"@iconify-json/ri": "^1.2.3",
"@types/express": "^5.0.0",
"@types/node": "^22.9.3",
"express": "^4.21.1",
"unocss": "^0.64.1",
"vite": "^5.4.11"
},
"volta": {
"extends": "../../package.json"
Expand Down
4 changes: 2 additions & 2 deletions packages/tiny-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@
"devDependencies": {
"@hiogawa/tiny-refresh": "workspace:*",
"@hiogawa/utils": "workspace:*",
"fast-check": "^3.12.0",
"vite": "^5.1.3"
"fast-check": "^3.23.1",
"vite": "^5.4.11"
},
"peerDependencies": {
"vite": "*"
Expand Down
18 changes: 9 additions & 9 deletions packages/tiny-refresh/examples/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@
"@hiogawa/tiny-react": "workspace:*",
"@hiogawa/tiny-refresh": "workspace:*",
"@hiogawa/utils": "workspace:*",
"@types/react": "^18.2.14",
"@types/react-dom": "^18.2.7",
"esbuild-loader": "^4.2.0",
"html-webpack-plugin": "^5.6.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"vite": "^5.1.3",
"webpack": "^5.92.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"esbuild-loader": "^4.2.2",
"html-webpack-plugin": "^5.6.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"vite": "^5.4.11",
"webpack": "^5.96.1",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.4"
"webpack-dev-server": "^5.1.0"
},
"volta": {
"extends": "../../package.json"
Expand Down
10 changes: 5 additions & 5 deletions packages/tiny-refresh/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@
},
"devDependencies": {
"@hiogawa/utils": "workspace:*",
"@testing-library/react": "^14.0.0",
"@types/estree": "^1.0.5",
"@types/react": "^18.2.14",
"react": "^18.2.0",
"vite": "^5.1.3"
"@testing-library/react": "^16.0.1",
"@types/estree": "^1.0.6",
"@types/react": "^18.3.12",
"react": "^18.3.1",
"vite": "^5.4.11"
},
"peerDependencies": {
"vite": "*"
Expand Down
12 changes: 6 additions & 6 deletions packages/tiny-rpc/examples/sse-birpc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
"dev": "vite"
},
"devDependencies": {
"@hattip/adapter-node": "^0.0.34",
"@hattip/compose": "^0.0.34",
"@hiogawa/tiny-rpc": "latest",
"@hiogawa/vite-plugin-ssr-middleware": "^0.0.2",
"birpc": "^0.2.16",
"vite": "^5.1.3"
"@hattip/adapter-node": "^0.0.49",
"@hattip/compose": "^0.0.49",
"@hiogawa/tiny-rpc": "0.2.3-pre.18",
"@hiogawa/vite-plugin-ssr-middleware": "^0.0.3",
"birpc": "^0.2.19",
"vite": "^5.4.11"
}
}
14 changes: 7 additions & 7 deletions packages/tiny-rpc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,17 +26,17 @@
"release": "pnpm publish --no-git-checks --access public"
},
"devDependencies": {
"@brillout/json-serializer": "^0.5.8",
"@hattip/adapter-node": "^0.0.34",
"@hattip/compose": "^0.0.34",
"@brillout/json-serializer": "^0.5.13",
"@hattip/adapter-node": "^0.0.49",
"@hattip/compose": "^0.0.49",
"@hiogawa/json-extra": "workspace:*",
"@hiogawa/utils": "workspace:*",
"@microsoft/fetch-event-source": "^2.0.1",
"@types/ws": "^8.5.10",
"@types/ws": "^8.5.13",
"eventsource": "^2.0.2",
"superjson": "^1.13.1",
"ws": "^8.16.0",
"zod": "^3.21.4"
"superjson": "^2.2.1",
"ws": "^8.18.0",
"zod": "^3.23.8"
},
"volta": {
"extends": "../../package.json"
Expand Down
2 changes: 1 addition & 1 deletion packages/tiny-sql/examples/postgresql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"devDependencies": {
"@hiogawa/tiny-sql": "workspace:*",
"@hiogawa/utils": "workspace:*",
"postgres": "^3.3.5"
"postgres": "^3.4.5"
},
"volta": {
"extends": "../../package.json"
Expand Down
4 changes: 2 additions & 2 deletions packages/tiny-sql/examples/sqlite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"devDependencies": {
"@hiogawa/tiny-sql": "workspace:*",
"@hiogawa/utils": "workspace:*",
"@types/better-sqlite3": "^7.6.9",
"better-sqlite3": "^9.4.1"
"@types/better-sqlite3": "^7.6.12",
"better-sqlite3": "^11.5.0"
},
"volta": {
"extends": "../../package.json"
Expand Down
2 changes: 1 addition & 1 deletion packages/tiny-sql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
"devDependencies": {
"@hiogawa/utils": "workspace:*",
"@types/node": "^20.11.19"
"@types/node": "^22.9.3"
},
"volta": {
"extends": "../../package.json"
Expand Down
Loading

0 comments on commit 447586e

Please sign in to comment.