-
Notifications
You must be signed in to change notification settings - Fork 7.5k
chore: update dependencies #9834
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: dev
Are you sure you want to change the base?
chore: update dependencies #9834
Conversation
|
Thanks for your contribution! This PR doesn't have a linked issue. All PRs must reference an existing issue. Please:
See CONTRIBUTING.md for details. |
|
The following comment was made by an LLM, it may be inaccurate: No duplicate PRs found |
3d47dae to
f8cdb45
Compare
building opencode with nix in the latest CI works - https://github.com/anomalyco/opencode/actions/runs/21219264879/job/61049274287#step:4:2607 are you using an up to date dev branch? for the |
f8cdb45 to
6c88c64
Compare
|
As you can see I even rebased onto dev, but the error stays the same. And the git hooks have not recovered from the bun chaos, at least for me 🙂 |
hmm, looks like the husky git hook script was missed when relaxing the bun version requirement, however I'm assuming you're using the flake.nix devShell which should be providing 1.3.5 as of yesterday |
|
The only reason I can think of why the installShellCompletion would fail is if the env vars yargs checks to know which completions to generate are leaking into the nix build environment from somewhere that implies zsh, so yargs generates zsh completions twice instead of once for bash and once for zsh |
|
@reneleonhardt see #9938 (comment) for what seem to have been the issue - arm64 Darwin should be working now. |
Wow, don't know how your flake magic works, but I was able to build much more for the first time, thank you! ❤️ $ tsgo -b
@opencode-ai/app:typecheck: src/i18n/de.ts(287,3): error TS1117: An object literal cannot have multiple properties with the same name. |
6c88c64 to
043dcc6
Compare
What does this PR do?
How did you verify your code works?
There is no Justfile to build all packages,
cargo buildfails withthe same as the many documentation commands with
bun install && bun run --cwd packages/desktop tauri buildand workflow jobs likenix build .#desktop -L🤷