Skip to content

Commit

Permalink
chore(deps): update dependency @settlemint/sdk-cli to v1.0.2 (#81)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Type | Update | Change | OpenSSF |
|---|---|---|---|---|
|
[@settlemint/sdk-cli](https://redirect.github.com/settlemint/sdk/blob/main/sdk/cli/README.md)
([source](https://redirect.github.com/settlemint/sdk/tree/HEAD/sdk/cli))
| devDependencies | patch | [`1.0.1` ->
`1.0.2`](https://renovatebot.com/diffs/npm/@settlemint%2fsdk-cli/1.0.1/1.0.2)
| [![OpenSSF
Scorecard](https://api.securityscorecards.dev/projects/github.com/settlemint/sdk/badge)](https://securityscorecards.dev/viewer/?uri=github.com/settlemint/sdk)
|

---

### Release Notes

<details>
<summary>settlemint/sdk (@&#8203;settlemint/sdk-cli)</summary>

###
[`v1.0.2`](https://redirect.github.com/settlemint/sdk/releases/tag/v1.0.2)

[Compare
Source](https://redirect.github.com/settlemint/sdk/compare/v1.0.1...v1.0.2)

<!-- Release notes generated using configuration in .github/release.yaml
at main -->

#### What's Changed

##### Important Bug Fixes 🐛

- fix: concurrent bun installs fail by
[@&#8203;**redacted**](https://redirect.github.com/**redacted**) in
[https://github.com/settlemint/sdk/pull/617](https://redirect.github.com/settlemint/sdk/pull/617)

**Full Changelog**:
settlemint/sdk@v1.0.1...v1.0.2

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/settlemint/solidity-attestation-service).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM5LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->

## Summary by Sourcery

Update @settlemint/sdk-cli dependency to v1.0.2.

Bug Fixes:
- Fix concurrent bun installs failing.

Chores:
- Update bun.lock file.

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 15, 2025
1 parent 6ff6eee commit 15b2974
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions bun.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"@nomicfoundation/hardhat-toolbox-viem": "3.0.0",
"@nomiclabs/hardhat-solhint": "4.0.1",
"@openzeppelin/contracts": "5.2.0",
"@settlemint/sdk-cli": "1.0.1",
"@settlemint/sdk-cli": "1.0.2",
"@types/node": "22.10.6",
"hardhat": "2.22.18",
"solhint": "5.0.4",
Expand Down Expand Up @@ -208,7 +208,7 @@

"@sentry/utils": ["@sentry/[email protected]", "", { "dependencies": { "@sentry/types": "5.30.0", "tslib": "^1.9.3" } }, "sha512-zaYmoH0NWWtvnJjC9/CBseXMtKHm/tm40sz3YfJRxeQjyzRqNQPgivpd9R/oDJCYj999mzdW382p/qi2ypjLww=="],

"@settlemint/sdk-cli": ["@settlemint/[email protected].1", "", { "dependencies": { "hardhat": "2.22.18" }, "bin": { "settlemint": "dist/cli.js" } }, "sha512-sVd23v4DLcMEZ/PmMBbMVXukFvoaAQutNB9aknMSqw8cd8jGj7kDgH1roYGNk5GgtTaQ6BvaDSTzrvt/+U4B6A=="],
"@settlemint/sdk-cli": ["@settlemint/[email protected].2", "", { "dependencies": { "hardhat": "2.22.18" }, "bin": { "settlemint": "dist/cli.js" } }, "sha512-djH1HKqPFKWVUIoBzKGI9xgWxAB1tUxv6l8i27Wp6jklfm3MJkmGpM8EGYO4RpSFITeYuwp6898vMrc4m97FTg=="],

"@sindresorhus/is": ["@sindresorhus/[email protected]", "", {}, "sha512-TV7t8GKYaJWsn00tFDqBw8+Uqmr8A0fRU1tvTQhyZzGv0sJCGRQL3JGMI3ucuKo3XIZdUP+Lx7/gh2t3lewy7g=="],

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@nomicfoundation/hardhat-toolbox-viem": "3.0.0",
"@nomiclabs/hardhat-solhint": "4.0.1",
"@openzeppelin/contracts": "5.2.0",
"@settlemint/sdk-cli": "1.0.1",
"@settlemint/sdk-cli": "1.0.2",
"@types/node": "22.10.6",
"hardhat": "2.22.18",
"solhint": "5.0.4"
Expand Down

0 comments on commit 15b2974

Please sign in to comment.