Merged
Conversation
There was a problem hiding this comment.
Pull request overview
Bumps the capiscio Node.js CLI wrapper release to 2.5.0 and aligns the default downloaded capiscio-core binary version with that release.
Changes:
- Update
capiscio-coredefault download tag tov2.5.0. - Bump exported wrapper
versionconstant and npm package version to2.5.0. - Add a
2.5.0entry to the changelog documenting the change.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 4 comments.
| File | Description |
|---|---|
src/utils/binary-manager.ts |
Updates DEFAULT_VERSION used to construct the GitHub Releases download URL for the core binary. |
src/index.ts |
Updates exported wrapper version constant to match the release. |
package.json |
Bumps npm package version to 2.5.0. |
CHANGELOG.md |
Documents the 2.5.0 release changes/fixes. |
You can also share your feedback on Copilot code review. Take the survey.
- Bump axios to fix prototype pollution (high, runtime dep) - Bump rollup, flatted, ajv via lockfile (high/moderate) - Migrate eslint v8 → v9 with flat config (eslint.config.mjs) - Migrate @typescript-eslint v6 → typescript-eslint v8 (unified) - Upgrade vite v5 → v6, vitest/coverage-v8 v1 → v3 - Fix @ts-ignore lint error in binary-manager.ts - Fix stale version assertion in cli.test.ts (2.2.0 → 2.5.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.
Version bump and changelog update for v2.5.0. Also fixes stale DEFAULT_VERSION and exported version constants stuck at v2.2.0.