unity-cli@v3.0.0#77
Merged
Merged
Conversation
- Node 24+ only; bump deps (TS 6, glob 13, Jest, lockfile) - TS/Jest config updates for TS 6 + @types/node 24.x
There was a problem hiding this comment.
Pull request overview
Updates unity-cli for the v3.0.0 release by raising the minimum supported Node.js version to 24+ and aligning TypeScript/Jest tooling and dependency versions accordingly.
Changes:
- Bump package version to
3.0.0and require Node>=24.0.0. - Upgrade key dependencies/devDependencies (notably TypeScript 6, glob 13, Jest 30) and refresh
package-lock.json. - Update TS/Jest configs (including switching TypeScript
moduleResolutiontobundlerand adjusting Jest’s TS transform rules).
Reviewed changes
Copilot reviewed 3 out of 5 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| tsconfig.json | Switches TS module resolution to bundler. |
| tsconfig.jest.json | Aligns Jest TS compilation settings (adds include/noEmit/etc.) and also uses bundler resolution. |
| package.json | Major version bump + Node engine bump + dependency updates. |
| package-lock.json | Lockfile refresh to reflect updated dependency graph. |
| jest.config.mjs | Updates Jest config to explicitly treat TS as ESM and broadens the ts-jest transform pattern. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
…ripts, run apt-get install via argv (no version in sh -c) - UPM CLI: build CDN URLs with URL + encodeURIComponent after validated release tags - Exec: spawn with shell false, drop redundant env passthrough
- Resolve XDG_RUNTIME_DIR: prefer env only if writable; else /run/user/$UID or tmp-based unity-cli-xdg-runtime-$UID (0700) - Run pulseaudio/pactl with the same XDG_RUNTIME_DIR as the Editor - Add optional env overlay to Exec for child processes - Stop defaulting ALSA_CARD to Loopback (opt-in via env after snd-aloop)
…hs for zip extract
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
sh -c; UPM CDN URLs viaURL+ encoded segments;Execuses explicitshell: falseand no redundantenvpassthroughXDG_RUNTIME_DIRwhen missing or set but unusable; run pulse/pactl with same runtime dir as Editor; optionalenvonExec; don’t defaultALSA_CARDto Loopback