Skip to content

Commit 89b2251

Browse files
fix(deps): update dependencies (#156)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: jkroepke-automation[bot] <210774419+jkroepke-automation[bot]@users.noreply.github.com>
1 parent dbe8115 commit 89b2251

5 files changed

Lines changed: 12 additions & 12 deletions

File tree

dist/index.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30125,8 +30125,8 @@ function requireRe () {
3012530125

3012630126
// ## Pre-release Version Identifier
3012730127
// A numeric identifier, or a non-numeric identifier.
30128-
// Non-numberic identifiers include numberic identifiers but can be longer.
30129-
// Therefore non-numberic identifiers must go first.
30128+
// Non-numeric identifiers include numeric identifiers but can be longer.
30129+
// Therefore non-numeric identifiers must go first.
3013030130

3013130131
createToken('PRERELEASEIDENTIFIER', `(?:${src[t.NONNUMERICIDENTIFIER]
3013230132
}|${src[t.NUMERICIDENTIFIER]})`);
@@ -30822,7 +30822,7 @@ function requireDiff () {
3082230822
return prefix + 'patch'
3082330823
}
3082430824

30825-
// high and low are preleases
30825+
// high and low are prereleases
3082630826
return 'prerelease'
3082730827
};
3082830828

@@ -32381,7 +32381,7 @@ function requireSubset () {
3238132381
// - If LT
3238232382
// - If LT.semver is greater than any < or <= comp in C, return false
3238332383
// - If LT is <=, and LT.semver does not satisfy every C, return false
32384-
// - If GT.semver has a prerelease, and not in prerelease mode
32384+
// - If LT.semver has a prerelease, and not in prerelease mode
3238532385
// - If no C has a prerelease and the LT.semver tuple, return false
3238632386
// - Else return true
3238732387

@@ -33186,7 +33186,7 @@ function _getGlobal(key, defaultValue) {
3318633186
const toolName = 'stackit';
3318733187
const githubRepository = 'stackitcloud/stackit-cli';
3318833188
// renovate: github=stackitcloud/stackit-cli
33189-
const defaultVersion = 'v0.52.0';
33189+
const defaultVersion = 'v0.53.1';
3319033190
function binaryName(version, os, arch) {
3319133191
version = semverExports.clean(version) || version;
3319233192
return `stackit-cli_${version}_${os}_${arch}.${os === 'windows' ? 'zip' : 'tar.gz'}`;

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"@actions/exec": "3.0.0",
1212
"@actions/http-client": "4.0.0",
1313
"@actions/tool-cache": "4.0.0",
14-
"semver": "7.7.3"
14+
"semver": "7.7.4"
1515
},
1616
"engines": {
1717
"node": ">=24.0.0"

src/tool.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export const toolName = 'stackit'
55
export const githubRepository = 'stackitcloud/stackit-cli'
66

77
// renovate: github=stackitcloud/stackit-cli
8-
export const defaultVersion = 'v0.52.0'
8+
export const defaultVersion = 'v0.53.1'
99

1010
export function binaryName(version: string, os: string, arch: string): string {
1111
version = clean(version) || version

0 commit comments

Comments
 (0)