Skip to content

Commit

Permalink
chore(deps): update uds common support dependencies
Browse files Browse the repository at this point in the history
| 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 |
  • Loading branch information
renovate[bot] authored Dec 17, 2024
1 parent 6a39c6c commit cc520fc
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/callable-commitlint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/callable-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/callable-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/callable-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/common-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
4 changes: 2 additions & 2 deletions config/.vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion tasks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion templates/commitlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cc520fc

Please sign in to comment.