From cc520fc1c54410f452a3ec3f05d3bcfa766a58df Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2024 18:13:52 +0000 Subject: [PATCH] chore(deps): update uds common support dependencies | datasource | package | from | to | | ----------- | ----------------------- | ------- | ------- | | npm | @commitlint/cli | 19.6.0 | 19.6.1 | | github-tags | defenseunicorns/uds-cli | 0.19.2 | 0.20.0 | | github-tags | defenseunicorns/uds-cli | v0.19.2 | v0.20.0 | --- .github/workflows/callable-commitlint.yaml | 2 +- .github/workflows/callable-lint.yaml | 2 +- .github/workflows/callable-publish.yaml | 2 +- .github/workflows/callable-test.yaml | 2 +- .github/workflows/common-checks.yaml | 2 +- config/.vscode/settings.json | 4 ++-- tasks/README.md | 2 +- templates/commitlint.yml | 2 +- 8 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/callable-commitlint.yaml b/.github/workflows/callable-commitlint.yaml index edd9ebb5..585de451 100644 --- a/.github/workflows/callable-commitlint.yaml +++ b/.github/workflows/callable-commitlint.yaml @@ -37,7 +37,7 @@ jobs: - name: Install commitlint run: | npm install --save-dev @commitlint/config-conventional@19.6.0 - npm install --save-dev @commitlint/cli@19.6.0 + npm install --save-dev @commitlint/cli@19.6.1 - name: Lint PR title env: diff --git a/.github/workflows/callable-lint.yaml b/.github/workflows/callable-lint.yaml index 30982a0a..878aa1f3 100644 --- a/.github/workflows/callable-lint.yaml +++ b/.github/workflows/callable-lint.yaml @@ -31,7 +31,7 @@ jobs: uses: defenseunicorns/setup-uds@b987a32bac3baeb67bfb08f5e1544e2f9076ee8a # v1.0.0 with: # renovate: datasource=github-tags depName=defenseunicorns/uds-cli versioning=semver - version: v0.19.2 + version: v0.20.0 - name: Environment setup run: | diff --git a/.github/workflows/callable-publish.yaml b/.github/workflows/callable-publish.yaml index b91acd88..48718fc3 100644 --- a/.github/workflows/callable-publish.yaml +++ b/.github/workflows/callable-publish.yaml @@ -54,7 +54,7 @@ jobs: uses: defenseunicorns/setup-uds@b987a32bac3baeb67bfb08f5e1544e2f9076ee8a # v1.0.0 with: # renovate: datasource=github-tags depName=defenseunicorns/uds-cli versioning=semver - version: v0.19.2 + version: v0.20.0 - name: Environment setup run: | diff --git a/.github/workflows/callable-test.yaml b/.github/workflows/callable-test.yaml index 334aa9aa..6d09649e 100644 --- a/.github/workflows/callable-test.yaml +++ b/.github/workflows/callable-test.yaml @@ -35,7 +35,7 @@ on: udsCliVersion: description: The uds-cli version to install # renovate: datasource=github-tags depName=defenseunicorns/uds-cli versioning=semver - default: 0.19.2 + default: 0.20.0 type: string # Permissions for the GITHUB_TOKEN used by the workflow. diff --git a/.github/workflows/common-checks.yaml b/.github/workflows/common-checks.yaml index 15398cd4..4e1fdda9 100644 --- a/.github/workflows/common-checks.yaml +++ b/.github/workflows/common-checks.yaml @@ -29,7 +29,7 @@ jobs: uses: defenseunicorns/setup-uds@b987a32bac3baeb67bfb08f5e1544e2f9076ee8a # v1.0.0 with: # renovate: datasource=github-tags depName=defenseunicorns/uds-cli versioning=semver - version: v0.19.2 + version: v0.20.0 - name: Environment setup run: | diff --git a/config/.vscode/settings.json b/config/.vscode/settings.json index 0c31e15c..939d636b 100644 --- a/config/.vscode/settings.json +++ b/config/.vscode/settings.json @@ -8,10 +8,10 @@ ] }, "yaml.schemas": { - "https://raw.githubusercontent.com/defenseunicorns/uds-cli/v0.19.2/uds.schema.json": [ + "https://raw.githubusercontent.com/defenseunicorns/uds-cli/v0.20.0/uds.schema.json": [ "uds-bundle.yaml" ], - "https://raw.githubusercontent.com/defenseunicorns/uds-cli/v0.19.2/tasks.schema.json": [ + "https://raw.githubusercontent.com/defenseunicorns/uds-cli/v0.20.0/tasks.schema.json": [ "tasks.yaml", "tasks/**/*.yaml", "src/**/validate.yaml" diff --git a/tasks/README.md b/tasks/README.md index e483135e..f5333656 100644 --- a/tasks/README.md +++ b/tasks/README.md @@ -11,7 +11,7 @@ Pinning to a specific tag of a task (rather than `main`) with renovate watching ## Supported Tool Versions -- UDS CLI: 0.19.2 +- UDS CLI: 0.20.0 - UDS Core: 0.32.1 - K3D: 5.7.5 - Lula: 0.13.0 diff --git a/templates/commitlint.yml b/templates/commitlint.yml index 17c6df4b..6c014234 100644 --- a/templates/commitlint.yml +++ b/templates/commitlint.yml @@ -11,7 +11,7 @@ commitlint: - if: $CI_PIPELINE_SOURCE == "merge_request_event" script: - npm install --save-dev @commitlint/config-conventional@19.6.0 - - npm install --save-dev @commitlint/cli@19.6.0 + - npm install --save-dev @commitlint/cli@19.6.1 - | echo "module.exports = {extends: ['@commitlint/config-conventional']}" > commitlint.config.js - echo "$CI_MERGE_REQUEST_TITLE" | npx commitlint