Conversation
jeesunikim
approved these changes
Mar 31, 2026
There was a problem hiding this comment.
Pull request overview
Prepares the @stellar/stellar-sdk package for the v15.0.1 release, primarily to lock the runtime axios dependency to a specific version and document the change.
Changes:
- Bump package version to
15.0.1. - Pin
axiosto1.14.0(package manifest + lockfile). - Add
v15.0.1changelog entry and update the npm publish workflow to unpublish15.0.0.
Reviewed changes
Copilot reviewed 3 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
package.json |
Bumps version to 15.0.1 and pins axios to 1.14.0. |
yarn.lock |
Reflects the pinned axios@1.14.0 resolution key. |
CHANGELOG.md |
Adds a v15.0.1 section noting the axios pin. |
.github/workflows/npm_publish.yml |
Adds an npm unpublish @stellar/stellar-sdk@15.0.0 command after publishing. |
Comments suppressed due to low confidence (1)
.github/workflows/npm_publish.yml:40
npm unpublish @stellar/stellar-sdk@15.0.0in the publish workflow is a high-risk, potentially breaking operation for downstream users and can also cause the workflow to fail (npm often restricts unpublish by time window/permissions, and this will run on every future release unless removed). Consider removing this from the automated release path; if you need to warn users about 15.0.0, prefernpm deprecate(message pointing to 15.0.1) or adjust dist-tags, and handle any unpublish as a one-off manual action with explicit safeguards/conditions.
- name: Publish npm package to both places
run: |
npm publish --access public --provenance
npm unpublish @stellar/stellar-sdk@15.0.0
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
Size Change: -8 B (0%) Total Size: 45.4 MB 📦 View Changed
|
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.