Conversation
… examples and configurations - Migrated from `@std/flags` to `@std/cli` across various scripts. - Updated related imports, arguments parsing logic, and versioned dependencies. Signed-off-by: Alberto Ricart <alberto@synadia.com>
Signed-off-by: Alberto Ricart <alberto@synadia.com>
Signed-off-by: Alberto Ricart <alberto@synadia.com>
…ions Signed-off-by: Alberto Ricart <alberto@synadia.com>
…n `socket.on("data")` listener
v25, the inferred type changed to string | NonSharedBuffer
Signed-off-by: Alberto Ricart <alberto@synadia.com>
…eckout`, `setup-node`, and `setup-deno` Signed-off-by: Alberto Ricart <alberto@synadia.com>
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.
Version Bump: All 7 packages updated from 3.2.0 → 3.3.0
Deprecation Fix: Migrated from @std/flags to @std/cli
Dependency Updates:
@types/node ^24 → ^25
esbuild 0.25 → 0.27
@david/dax 0.43 → 0.44
Minor bumps to @std/cli, @std/path, @std/assert, @std/async, @std/semver
transport-node/src/node_transport.ts:150 - Added explicit Uint8Array type annotation to fix @types/node v25 compatibility
bin/fix-os.ts - Fixed import path (../os/ → ../obj/src/)