Commit 5e66917
authored
chore(deps): update dependency @settlemint/sdk-cli to v1.0.2 (#33)
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.0` ->
`1.0.2`](https://renovatebot.com/diffs/npm/@settlemint%2fsdk-cli/1.0.0/1.0.2)
| [](https://securityscorecards.dev/viewer/?uri=github.com/settlemint/sdk)
|
---
### Release Notes
<details>
<summary>settlemint/sdk (@​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
[@​**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
###
[`v1.0.1`](https://redirect.github.com/settlemint/sdk/releases/tag/v1.0.1)
[Compare
Source](https://redirect.github.com/settlemint/sdk/compare/v1.0.0...v1.0.1)
<!-- Release notes generated using configuration in .github/release.yaml
at main -->
##### What's Changed
##### Exciting New Features 🎉
- feat: optionally track telemetry for the main commands by
[@​**redacted**](https://redirect.github.com/**redacted**) in
[https://github.com/settlemint/sdk/pull/614](https://redirect.github.com/settlemint/sdk/pull/614)
##### Important Bug Fixes 🐛
- fix: improve documentation on main readme by
[@​janb87](https://redirect.github.com/janb87) in
[https://github.com/settlemint/sdk/pull/605](https://redirect.github.com/settlemint/sdk/pull/605)
- fix: improve login/connect flow by
[@​janb87](https://redirect.github.com/janb87) in
[https://github.com/settlemint/sdk/pull/616](https://redirect.github.com/settlemint/sdk/pull/616)
- fix: improve retry logic for getting the graph subgraph by
[@​janb87](https://redirect.github.com/janb87) in
[https://github.com/settlemint/sdk/pull/615](https://redirect.github.com/settlemint/sdk/pull/615)
##### Dependencies 📦
- chore(deps): update dependency
[@​arethetypeswrong/cli](https://redirect.github.com/arethetypeswrong/cli)
to v0.17.3 by [@​renovate](https://redirect.github.com/renovate)
in
[https://github.com/settlemint/sdk/pull/606](https://redirect.github.com/settlemint/sdk/pull/606)
- chore(deps): update dependency
[@​inquirer/input](https://redirect.github.com/inquirer/input) to
v4.1.3 by [@​renovate](https://redirect.github.com/renovate) in
[https://github.com/settlemint/sdk/pull/608](https://redirect.github.com/settlemint/sdk/pull/608)
- chore(deps): update dependency lefthook to v1.10.4 by
[@​renovate](https://redirect.github.com/renovate) in
[https://github.com/settlemint/sdk/pull/612](https://redirect.github.com/settlemint/sdk/pull/612)
- chore(deps): update dependency hardhat to v2.22.18 by
[@​renovate](https://redirect.github.com/renovate) in
[https://github.com/settlemint/sdk/pull/611](https://redirect.github.com/settlemint/sdk/pull/611)
- chore(deps): update dependency publint to v0.3.2 by
[@​renovate](https://redirect.github.com/renovate) in
[https://github.com/settlemint/sdk/pull/613](https://redirect.github.com/settlemint/sdk/pull/613)
- chore(deps): update dependency
[@​inquirer/select](https://redirect.github.com/inquirer/select)
to v4.0.6 by [@​renovate](https://redirect.github.com/renovate) in
[https://github.com/settlemint/sdk/pull/610](https://redirect.github.com/settlemint/sdk/pull/610)
- chore(deps): update dependency
[@​inquirer/password](https://redirect.github.com/inquirer/password)
to v4.0.6 by [@​renovate](https://redirect.github.com/renovate) in
[https://github.com/settlemint/sdk/pull/609](https://redirect.github.com/settlemint/sdk/pull/609)
- chore(deps): update dependency
[@​inquirer/confirm](https://redirect.github.com/inquirer/confirm)
to v5.1.3 by [@​renovate](https://redirect.github.com/renovate) in
[https://github.com/settlemint/sdk/pull/607](https://redirect.github.com/settlemint/sdk/pull/607)
**Full Changelog**:
settlemint/sdk@v1.0.0...v1.0.1
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "* 0-4,22-23 * * 1-5,* * * * 0,6"
(UTC), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, 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/settlemint-action).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM5LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
## Summary by Sourcery
Update @settlemint/sdk-cli to v1.0.2.
New Features:
- Add optional telemetry tracking for main commands.
Bug Fixes:
- Fix: Concurrent bun installs fail.
Enhancements:
- Improve documentation on main readme.
- Improve login/connect flow.
- Improve retry logic for getting the graph subgraph.
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent ecf76d4 commit 5e66917
1 file changed
+48
-39
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments