unjs / db0

πŸ“š Lightweight SQL Connector
https://db0.unjs.io
MIT License
171 stars 18 forks source link

βœ• unmet peer better-sqlite3@^9.4.3: found 11.2.1 #111

Closed cdwmhcc closed 1 month ago

cdwmhcc commented 2 months ago

Environment

"db0": "0.1.4" nodejs: v22.6.0

Reproduction

pnpm i better-sqlite3

Describe the bug

Please update the version of the dependency

Additional context

No response

Logs

No response

hacknug commented 2 months ago

I think it is safe to update to v11 as long as you're not using node v16

cdwmhcc commented 2 months ago

I think it is safe to update to v11 as long as you're not using node v16

But it always prompts this:

 WARN  Issues with peer dependencies found
apps/dashboard
β”œβ”€β”¬ nuxt 3.13.0
β”‚ └─┬ nitropack 2.9.7
β”‚   └─┬ db0 0.1.4
β”‚     β”œβ”€β”€ βœ• unmet peer better-sqlite3@^9.4.3: found 11.2.1
β”‚     └── βœ• unmet peer drizzle-orm@^0.29.4: found 0.33.0
└─┬ typeorm 0.3.20
  └── βœ• unmet peer better-sqlite3@"^7.1.2 || ^8.0.0 || ^9.0.0": found 11.2.1
hacknug commented 2 months ago

Yes but it shouldn't be a real problem unless you're experiencing any issues because of it.

pi0 commented 1 month ago

it will be fixed in next release we relax deps.