drizzle-team / drizzle-team/drizzle-orm
[BUG]: Unable to run `drizzle-kit push` with Deno (Error: `This version of drizzle-kit is outdated`)
- Dominant language
- TypeScript
- Stars
- 35.8k
- Forks
- 1.6k
- Avg merge
- 2d 7h
- Merged PRs (30d)
- 4
Description
### Report hasn't been filed before.
- [x] I have verified that the bug I'm about to report hasn't been filed before.
### What version of `drizzle-orm` are you using?
1.0.0-beta.1-7722e6a
### What version of `drizzle-kit` are you using?
1.0.0-beta.1-7722e6a
### Other packages
_No response_
### Describe the Bug
Whenever I run `drizzle-kit push` with the latest Drizzle Kit beta using Deno (v2.5.6), I get the following output and the command does not get executed:
```sh
This version of drizzle-kit is outdated
Please update drizzle-kit package to the latest version 👍
```
It used to run just fine, but with the latest version it started doing this. This is the Deno command I'm using: `deno run --allow-all --conditions=react-server npm:drizzle-kit push --strict`. The conditions part is just for compatibility with `import "server-only";`. That doesn't affect anything, since I'm getting the same error without that flag.
Contributor guide
Assessment
This issue has not been assessed yet.