Skip to content

add bun support - #11

Closed
tantaman wants to merge 45 commits into
mainfrom
bun
Closed

add bun support#11
tantaman wants to merge 45 commits into
mainfrom
bun

Conversation

@tantaman

@tantaman tantaman commented Oct 9, 2025

Copy link
Copy Markdown
Contributor

No description provided.

Matthew Wonlaw and others added 30 commits October 21, 2024 21:20
build the sqlite shell as well
since the binary `zero_sqlite3` does not exist during `npm install`, it never gets linked into `node_modules/.bin`. We need a wrapper script that exists from the start and points to the binary.
This change is made blind with help of chatgpt. I'm not sure how
to test or deploy.
feat: Allow flags and args to be passed through to sqlite3.
chore: bump version to 1.1.0.
Fix node 24 compatibility (by using node-abi 4.11.0)
tantaman and others added 15 commits July 8, 2025 13:30
Bumps the github-actions group with 3 updates in the / directory: [actions/checkout](https://github.com/actions/checkout), [actions/setup-node](https://github.com/actions/setup-node) and [stefanzweifel/git-auto-commit-action](https://github.com/stefanzweifel/git-auto-commit-action).


Updates `actions/checkout` from 4 to 5
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v4...v5)

Updates `actions/setup-node` from 4 to 5
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](actions/setup-node@v4...v5)

Updates `stefanzweifel/git-auto-commit-action` from 5 to 6
- [Release notes](https://github.com/stefanzweifel/git-auto-commit-action/releases)
- [Changelog](https://github.com/stefanzweifel/git-auto-commit-action/blob/master/CHANGELOG.md)
- [Commits](stefanzweifel/git-auto-commit-action@v5...v6)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: actions/setup-node
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: stefanzweifel/git-auto-commit-action
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
…actions-aebf97b6a2

Bump the github-actions group across 1 directory with 3 updates
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants