Skip to content

chore(stellar-wallet-snap): migration phase B - update tsconfig + align dependencise + update readme - #159

Merged
stanleyyconsensys merged 3 commits into
mainfrom
chore/stellar/migrate-phase-b-2
Aug 18, 2026
Merged

chore(stellar-wallet-snap): migration phase B - update tsconfig + align dependencise + update readme#159
stanleyyconsensys merged 3 commits into
mainfrom
chore/stellar/migrate-phase-b-2

Conversation

@stanleyyconsensys

@stanleyyconsensys stanleyyconsensys commented Aug 18, 2026

Copy link
Copy Markdown
Contributor

Explanation

This PR is cover the migration all steps on phase B

  • [PR#6] Reset the CHANGELOG, linking back to the old repository (skip, stellar is new)

  • [PR#7] Remove files and directories replaced by the monorepo root (skip, done already)

  • [PR#8] Replace config files (included in PR)

  • [PR#9] Align dependencies and build scripts with the monorepo (included in PR)

  • [PR#10] Update the README to reflect non-root-package status (included in PR)

Migration process

References

Checklist

  • I've updated the test suite for new or updated code as appropriate
  • I've updated documentation (JSDoc, Markdown, etc.) for new or updated code as appropriate
  • I've communicated my changes to consumers by updating changelogs for packages I've changed
  • I've introduced breaking changes in this PR and have prepared draft pull requests for clients and consumer packages to resolve them

@stanleyyconsensys
stanleyyconsensys requested review from a team as code owners August 18, 2026 03:50
"name": "@metamask/stellar-wallet-snap",
"version": "0.0.1",
"description": "A Stellar wallet Snap.",
"version": "1.0.0",

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

align initial version

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey @stanleyyconsensys so I just confirmed and this version should be left unchanged during the migration and then bumped as part of the initial release.

"@metamask/snaps-jest": "^10.2.0",
"@metamask/snaps-sdk": "^11.2.0",
"@metamask/superstruct": "^3.4.1",
"@metamask/utils": "^11.11.0",

@stanleyyconsensys stanleyyconsensys Aug 18, 2026

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

by purpose not allign metamask/utils

stellar namespace is included in "@metamask/utils": "^11.11.0",

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we could also bump the other packages to ^11.11.0 instead of downgrading this one

environment: {
ENVIRONMENT: process.env.ENVIRONMENT ?? '',
LOG_LEVEL: process.env.LOG_LEVEL ?? '',
RPC_URL_MAINNET: process.env.RPC_URL_MAINNET ?? '',

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

adding prefix STELLAR to distinguish the CI env

@stanleyyconsensys stanleyyconsensys self-assigned this Aug 18, 2026
@stanleyyconsensys stanleyyconsensys changed the title chore(stellar-wallet-snap): stellar migration phase b - 2 chore(stellar-wallet-snap): migration phase b - update tsconfig + align dependencise + update readme Aug 18, 2026
@stanleyyconsensys stanleyyconsensys changed the title chore(stellar-wallet-snap): migration phase b - update tsconfig + align dependencise + update readme chore(stellar-wallet-snap): migration phase B - update tsconfig + align dependencise + update readme Aug 18, 2026
"jest-it-up": "^2.0.2",
"jest-transform-stub": "2.0.0",
"lodash": "^4.18.1",
"lodash": "^4.17.21",

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

align with other snap, downgrade doesnt cause issue

but 18.1 fix some security issue, which we should address in other PR

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

instead of forcing this down, perhaps we can bump the other packages?

@taran-a taran-a left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Just one point regarding LICENSE files. Could you please review other snaps as we have three files. Just to align with other snaps.

@stanleyyconsensys

Copy link
Copy Markdown
Contributor Author

Hi @taran-a

i have move it to other PR , sorry i forgot to mention
#161

@stanleyyconsensys
stanleyyconsensys added this pull request to the merge queue Aug 18, 2026
Merged via the queue into main with commit f548f12 Aug 18, 2026
49 checks passed
@stanleyyconsensys
stanleyyconsensys deleted the chore/stellar/migrate-phase-b-2 branch August 18, 2026 09:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants