|
16 | 16 | "url": "https://github.com/RobinBlomberg/kysely-codegen/issues" |
17 | 17 | }, |
18 | 18 | "homepage": "https://github.com/RobinBlomberg/kysely-codegen#readme", |
| 19 | + "engines": { |
| 20 | + "node": ">=20.0.0" |
| 21 | + }, |
| 22 | + "packageManager": "pnpm@10.15.1", |
19 | 23 | "scripts": { |
20 | 24 | "build": "rimraf dist && tsc --project ./tsconfig.build.json", |
21 | 25 | "check:types": "tsc --noEmit", |
|
28 | 32 | "ci:test": "pnpm test", |
29 | 33 | "ci:unused": "knip", |
30 | 34 | "dev": "tsx watch ./src/cli/bin.ts", |
31 | | - "docker:up": "docker-compose up -d", |
| 35 | + "docker:up": "docker compose up -d --wait", |
| 36 | + "docker:wait": "wait-on tcp:5433 tcp:3306 http://localhost:8080/health", |
32 | 37 | "fix": "run-s fix:*", |
33 | 38 | "fix:eslint": "eslint --fix src", |
34 | 39 | "fix:prettier": "prettier --write src", |
|
44 | 49 | "dependencies": { |
45 | 50 | "chalk": "4.1.2", |
46 | 51 | "cosmiconfig": "^9.0.0", |
47 | | - "dotenv": "^17.2.1", |
48 | | - "dotenv-expand": "^12.0.2", |
49 | | - "git-diff": "^2.0.6", |
| 52 | + "diff": "^8.0.3", |
| 53 | + "dotenv": "^17.2.4", |
| 54 | + "dotenv-expand": "^12.0.3", |
50 | 55 | "micromatch": "^4.0.8", |
51 | 56 | "minimist": "^1.2.8", |
52 | 57 | "pluralize": "^8.0.0", |
53 | | - "zod": "^4.1.5" |
| 58 | + "zod": "^4.3.6" |
54 | 59 | }, |
55 | 60 | "devDependencies": { |
56 | | - "@babel/core": "^7.28.3", |
57 | | - "@babel/eslint-parser": "^7.28.0", |
| 61 | + "@babel/core": "^7.29.0", |
| 62 | + "@babel/eslint-parser": "^7.28.6", |
58 | 63 | "@libsql/kysely-libsql": "^0.4.1", |
59 | 64 | "@robinblomberg/eslint-config-prettier": "^0.1.4", |
60 | | - "@robinblomberg/eslint-config-robinblomberg": "0.30.1", |
| 65 | + "@robinblomberg/eslint-config-robinblomberg": "0.32.0", |
61 | 66 | "@robinblomberg/prettier-config": "^0.2.0", |
62 | | - "@tediousjs/connection-string": "^0.5.0", |
| 67 | + "@tediousjs/connection-string": "^1.0.0", |
63 | 68 | "@types/better-sqlite3": "^7.6.13", |
64 | | - "@types/bun": "^1.2.21", |
| 69 | + "@types/bun": "^1.3.8", |
65 | 70 | "@types/git-diff": "^2.0.7", |
66 | | - "@types/micromatch": "^4.0.9", |
| 71 | + "@types/micromatch": "^4.0.10", |
67 | 72 | "@types/minimist": "^1.2.5", |
68 | | - "@types/node": "^24.3.0", |
69 | | - "@types/pg": "^8.15.5", |
| 73 | + "@types/node": "^25.2.1", |
| 74 | + "@types/pg": "^8.16.0", |
70 | 75 | "@types/pluralize": "^0.0.33", |
71 | | - "@typescript-eslint/eslint-plugin": "^8.41.0", |
72 | | - "@typescript-eslint/parser": "^8.41.0", |
73 | | - "better-sqlite3": "^12.2.0", |
74 | | - "cspell-cli": "^9.2.0", |
| 76 | + "@typescript-eslint/eslint-plugin": "^8.54.0", |
| 77 | + "@typescript-eslint/parser": "^8.54.0", |
| 78 | + "better-sqlite3": "^12.6.2", |
| 79 | + "cspell-cli": "^9.6.0", |
75 | 80 | "eslint": "^8.57.0", |
76 | | - "eslint-plugin-import": "^2.32.0", |
77 | | - "eslint-plugin-jsdoc": "48.11.0", |
78 | | - "eslint-plugin-sonarjs": "^3.0.5", |
79 | | - "eslint-plugin-sort-exports": "^0.9.1", |
80 | | - "eslint-plugin-sort-keys": "^2.3.5", |
81 | | - "eslint-plugin-storybook": "^9.1.3", |
82 | | - "eslint-plugin-unicorn": "56.0.1", |
83 | | - "execa": "^9.6.0", |
84 | | - "knip": "^5.63.0", |
85 | | - "kysely": "^0.28.5", |
| 81 | + "execa": "^9.6.1", |
| 82 | + "knip": "^5.83.1", |
| 83 | + "kysely": "^0.28.11", |
86 | 84 | "kysely-bun-sqlite": "^0.4.0", |
87 | 85 | "kysely-bun-worker": "^1.2.1", |
88 | 86 | "madge": "^8.0.0", |
89 | | - "mysql2": "^3.14.4", |
| 87 | + "mysql2": "^3.16.3", |
90 | 88 | "npm-run-all": "^4.1.5", |
91 | | - "pg": "^8.16.3", |
| 89 | + "pg": "^8.18.0", |
92 | 90 | "postgres-interval": "^4.0.2", |
93 | | - "prettier": "^3.6.2", |
94 | | - "rimraf": "^6.0.1", |
| 91 | + "prettier": "^3.8.1", |
| 92 | + "rimraf": "^6.1.2", |
95 | 93 | "tarn": "^3.0.2", |
96 | | - "tedious": "^18.6.1", |
| 94 | + "tedious": "^19.2.0", |
97 | 95 | "ts-dedent": "^2.2.0", |
98 | | - "tsx": "^4.20.5", |
99 | | - "typescript": "^5.9.2", |
100 | | - "vitest": "^3.2.4" |
| 96 | + "tsx": "^4.21.0", |
| 97 | + "typescript": "^5.9.3", |
| 98 | + "vitest": "^4.0.18", |
| 99 | + "wait-on": "^9.0.3" |
101 | 100 | }, |
102 | 101 | "peerDependencies": { |
103 | 102 | "@libsql/kysely-libsql": ">=0.3.0 <0.5.0", |
104 | | - "@tediousjs/connection-string": ">=0.5.0 <0.6.0", |
| 103 | + "@tediousjs/connection-string": "^1.0.0", |
105 | 104 | "better-sqlite3": ">=7.6.2 <13.0.0", |
106 | 105 | "kysely": ">=0.27.0 <1.0.0", |
107 | 106 | "kysely-bun-sqlite": ">=0.3.2 <1.0.0", |
|
143 | 142 | "optional": true |
144 | 143 | } |
145 | 144 | }, |
146 | | - "engines": { |
147 | | - "node": ">=20.0.0" |
| 145 | + "pnpm": { |
| 146 | + "overrides": { |
| 147 | + "@isaacs/brace-expansion": ">=5.0.1", |
| 148 | + "js-yaml": ">=4.1.1", |
| 149 | + "jws": ">=3.2.3", |
| 150 | + "lodash": ">=4.17.23", |
| 151 | + "tar-fs": ">=2.1.4", |
| 152 | + "vite": ">=7.1.11" |
| 153 | + } |
148 | 154 | }, |
149 | | - "packageManager": "pnpm@10.15.1", |
150 | 155 | "eslintConfig": { |
151 | 156 | "extends": [ |
152 | 157 | "@robinblomberg/robinblomberg", |
|
0 commit comments