Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update dependency @settlemint/sdk-cli to v1.1.1 (#51)
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 | minor | [`1.0.10` -> `1.1.1`](https://renovatebot.com/diffs/npm/@settlemint%2fsdk-cli/1.0.10/1.1.1) | [![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 (@​settlemint/sdk-cli)</summary> ### [`v1.1.1`](https://redirect.github.com/settlemint/sdk/releases/tag/v1.1.1) [Compare Source](https://redirect.github.com/settlemint/sdk/compare/v1.1.0...v1.1.1) <!-- Release notes generated using configuration in .github/release.yaml at main --> #### What's Changed ##### Important Bug Fixes 🐛 - fix: better error messages in CI environment by [@​janb87](https://redirect.github.com/janb87) in [https://github.com/settlemint/sdk/pull/721](https://redirect.github.com/settlemint/sdk/pull/721) **Full Changelog**: settlemint/sdk@v1.1.0...v1.1.1 ### [`v1.1.0`](https://redirect.github.com/settlemint/sdk/releases/tag/v1.1.0) <!-- Release notes generated using configuration in .github/release.yaml at main --> #### What's Changed ##### Exciting New Features 🎉 - feat: show a message when SDK version can be updated or is not compatible by [@​janb87](https://redirect.github.com/janb87) in [https://github.com/settlemint/sdk/pull/693](https://redirect.github.com/settlemint/sdk/pull/693) ##### Important Bug Fixes 🐛 - fix: remove console.log by [@​janb87](https://redirect.github.com/janb87) in [https://github.com/settlemint/sdk/pull/710](https://redirect.github.com/settlemint/sdk/pull/710) - fix: do not reuse existing AAT if application changed by [@​janb87](https://redirect.github.com/janb87) in [https://github.com/settlemint/sdk/pull/712](https://redirect.github.com/settlemint/sdk/pull/712) - fix: improve error handling for missing dependencies by [@​janb87](https://redirect.github.com/janb87) in [https://github.com/settlemint/sdk/pull/711](https://redirect.github.com/settlemint/sdk/pull/711) - fix: make e2e more stable by [@​janb87](https://redirect.github.com/janb87) in [https://github.com/settlemint/sdk/pull/713](https://redirect.github.com/settlemint/sdk/pull/713) ##### Dependencies 📦 - chore(deps): update dependency tsup to v8.3.6 by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/settlemint/sdk/pull/709](https://redirect.github.com/settlemint/sdk/pull/709) - chore(deps): update actions/setup-node digest to [`1d0ff46`](https://redirect.github.com/settlemint/sdk/commit/1d0ff46) by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/settlemint/sdk/pull/714](https://redirect.github.com/settlemint/sdk/pull/714) - chore(deps): update github/codeql-action digest to [`17a820b`](https://redirect.github.com/settlemint/sdk/commit/17a820b) by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/settlemint/sdk/pull/715](https://redirect.github.com/settlemint/sdk/pull/715) - chore(deps): update dependency knip to v5.43.5 by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/settlemint/sdk/pull/717](https://redirect.github.com/settlemint/sdk/pull/717) - chore(deps): update dependency drizzle-orm to ^0.39.0 by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/settlemint/sdk/pull/718](https://redirect.github.com/settlemint/sdk/pull/718) - chore(deps): update dependency [@​types/bun](https://redirect.github.com/types/bun) to v1.2.1 by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/settlemint/sdk/pull/719](https://redirect.github.com/settlemint/sdk/pull/719) - chore(deps): update dependency [@​types/node](https://redirect.github.com/types/node) to v22.12.0 by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/settlemint/sdk/pull/720](https://redirect.github.com/settlemint/sdk/pull/720) - chore(deps): update dependency giget to v1.2.4 by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/settlemint/sdk/pull/716](https://redirect.github.com/settlemint/sdk/pull/716) **Full Changelog**: settlemint/sdk@v1.0.10...v1.1.0 </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMjUuMSIsInVwZGF0ZWRJblZlciI6IjM5LjEyNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> ## Summary by Sourcery Update @settlemint/sdk-cli dependency to v1.1.1. Bug Fixes: - Improve error messages in CI environment. Enhancements: - Show a message when SDK version can be updated or is not compatible. - Do not reuse existing AAT if application changed. - Improve error handling for missing dependencies. - Make e2e more stable. 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