Bump uk-modulus-checking from 0.1.4 to 0.1.5 - #292
Draft
pedropiloto wants to merge 1 commit into
Draft
Conversation
There was a problem hiding this comment.
Pull request overview
Updates the uk-modulus-checking dependency reference in this repo to a newer source revision, ensuring local development/test installs pull the updated package contents.
Changes:
- Switched
uk-modulus-checkinginpackage.jsonfrom an npm version to a pinned GitHub commit. - Updated
yarn.lockto reflect the GitHub tarball resolution for that commit.
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| package.json | Updates the uk-modulus-checking dependency spec to a GitHub commit reference. |
| yarn.lock | Refreshes lock entry to resolve uk-modulus-checking from GitHub tarball (version recorded as 0.1.4). |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
| "release-it": "^19.2.3", | ||
| "tin-validator": "^1.1.0", | ||
| "uk-modulus-checking": "0.0.3", | ||
| "uk-modulus-checking": "github:uphold/uk-modulus-checking#6d471ba5d5e8ab136aa0e70ea20321438c611d4d", |
| version "0.0.3" | ||
| resolved "https://registry.npmjs.org/uk-modulus-checking/-/uk-modulus-checking-0.0.3.tgz" | ||
| integrity sha1-IyfmwCY2a2jbsySy/sGCsMDeG6k= | ||
| "uk-modulus-checking@github:uphold/uk-modulus-checking#6d471ba5d5e8ab136aa0e70ea20321438c611d4d": |
Contributor
There was a problem hiding this comment.
just a quick reminder that this must point to yarn registry as opposed to git
| "release-it": "^19.2.3", | ||
| "tin-validator": "^1.1.0", | ||
| "uk-modulus-checking": "0.0.3", | ||
| "uk-modulus-checking": "github:uphold/uk-modulus-checking#6d471ba5d5e8ab136aa0e70ea20321438c611d4d", |
Contributor
There was a problem hiding this comment.
just a quick reminder that we need to update this with new semver release xD
josecarlosbrandao
requested changes
Aug 12, 2026
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.
Description
Update Vocalink data sets to v900, valid as of 15/08/2026.
Related issues
https://uphold.atlassian.net/browse/DPAY-5767
uphold/uk-modulus-checking#29