Conversation
Bumps [tsx](https://github.com/privatenumber/tsx) from 4.21.0 to 4.23.1. - [Release notes](https://github.com/privatenumber/tsx/releases) - [Changelog](https://github.com/privatenumber/tsx/blob/master/release.config.cjs) - [Commits](privatenumber/tsx@v4.21.0...v4.23.1) --- updated-dependencies: - dependency-name: tsx dependency-version: 4.23.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [commander](https://github.com/tj/commander.js) from 14.0.3 to 15.0.0. - [Release notes](https://github.com/tj/commander.js/releases) - [Changelog](https://github.com/tj/commander.js/blob/master/CHANGELOG.md) - [Commits](tj/commander.js@v14.0.3...v15.0.0) --- updated-dependencies: - dependency-name: commander dependency-version: 15.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
…dev/commander-15.0.0 build(deps): bump commander from 14.0.3 to 15.0.0
…dev/tsx-4.23.1 build(deps-dev): bump tsx from 4.21.0 to 4.23.1
There was a problem hiding this comment.
Pull request overview
Updates CLI development dependencies (commander, tsx) and refreshes the pnpm lockfile accordingly, while adding a comprehensive reference document describing market/pool parameters for liquidity providers.
Changes:
- Bump
commanderto^15.0.0andtsxto^4.23.1forpackages/cli. - Regenerate
pnpm-lock.yamlto reflect updated dependency graph (includingesbuild). - Add
docs/parameters.mddocumenting market, pool, farm, oracle, and insurance fund parameters.
Reviewed changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| pnpm-lock.yaml | Lockfile refresh reflecting updated commander / tsx and transitive updates (e.g., esbuild). |
| packages/cli/package.json | Updates CLI dependency versions for commander and tsx. |
| docs/parameters.md | Adds a new, detailed parameter reference for protocol users/operators. |
Files not reviewed (1)
- pnpm-lock.yaml: Generated file
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
| "@stellar/stellar-sdk": "^14.4.0", | ||
| "chalk": "^5.6.2", | ||
| "commander": "^14.0.3" | ||
| "commander": "^15.0.0" |
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.
No description provided.