From bafd94d026616cda8cf202e7545e9f7fa448be99 Mon Sep 17 00:00:00 2001 From: "chii-bot[bot]" <109454249+chii-bot[bot]@users.noreply.github.com> Date: Tue, 4 Oct 2022 08:15:06 -0500 Subject: [PATCH 1/4] fix(deps): pin dependencies (#51) | datasource | package | from | to | | ---------- | ------------------ | ------ | ------ | | npm | @fontsource/roboto | 4.5.8 | 4.5.8 | | npm | @iconify/svelte | 3.0.0 | 3.0.0 | | npm | @types/codemirror | 5.60.5 | 5.60.5 | | npm | @types/js-yaml | 4.0.5 | 4.0.5 | | npm | codemirror | 5.65.9 | 5.65.9 | | npm | js-yaml | 4.1.0 | 4.1.0 | | npm | svelte | 3.50.1 | 3.50.1 | | npm | svelte-check | 2.9.1 | 2.9.1 | | npm | svelte-portal | 2.2.0 | 2.2.0 | | npm | svelte-preprocess | 4.10.7 | 4.10.7 | | npm | tslib | 2.4.0 | 2.4.0 | | npm | typescript | 4.8.4 | 4.8.4 | | npm | vite | 3.1.4 | 3.1.4 | Co-authored-by: chii-bot <109454249+chii-bot[bot]@users.noreply.github.com> --- frontend/package-lock.json | 26 +++++++++++++------------- frontend/package.json | 26 +++++++++++++------------- 2 files changed, 26 insertions(+), 26 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index fb80225d..0b7badd4 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -8,23 +8,23 @@ "name": "hajimari", "version": "0.3.0", "dependencies": { - "@fontsource/roboto": "^4.5.8", - "codemirror": "^5.65.9", - "js-yaml": "^4.1.0", - "svelte-portal": "^2.2.0" + "@fontsource/roboto": "4.5.8", + "codemirror": "5.65.9", + "js-yaml": "4.1.0", + "svelte-portal": "2.2.0" }, "devDependencies": { - "@iconify/svelte": "^3.0.0", + "@iconify/svelte": "3.0.0", "@sveltejs/adapter-static": "1.0.0-next.44", "@sveltejs/kit": "1.0.0-next.507", - "@types/codemirror": "^5.60.5", - "@types/js-yaml": "^4.0.5", - "svelte": "^3.46.0", - "svelte-check": "^2.7.1", - "svelte-preprocess": "^4.10.6", - "tslib": "^2.3.1", - "typescript": "^4.7.4", - "vite": "^3.1.4" + "@types/codemirror": "5.60.5", + "@types/js-yaml": "4.0.5", + "svelte": "3.50.1", + "svelte-check": "2.9.1", + "svelte-preprocess": "4.10.7", + "tslib": "2.4.0", + "typescript": "4.8.4", + "vite": "3.1.4" } }, "node_modules/@esbuild/android-arm": { diff --git a/frontend/package.json b/frontend/package.json index 100c9163..444e6928 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -9,23 +9,23 @@ "check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch" }, "devDependencies": { - "@iconify/svelte": "^3.0.0", + "@iconify/svelte": "3.0.0", "@sveltejs/adapter-static": "1.0.0-next.44", "@sveltejs/kit": "1.0.0-next.507", - "@types/codemirror": "^5.60.5", - "@types/js-yaml": "^4.0.5", - "svelte": "^3.46.0", - "svelte-check": "^2.7.1", - "svelte-preprocess": "^4.10.6", - "tslib": "^2.3.1", - "typescript": "^4.7.4", - "vite": "^3.1.4" + "@types/codemirror": "5.60.5", + "@types/js-yaml": "4.0.5", + "svelte": "3.50.1", + "svelte-check": "2.9.1", + "svelte-preprocess": "4.10.7", + "tslib": "2.4.0", + "typescript": "4.8.4", + "vite": "3.1.4" }, "type": "module", "dependencies": { - "@fontsource/roboto": "^4.5.8", - "codemirror": "^5.65.9", - "js-yaml": "^4.1.0", - "svelte-portal": "^2.2.0" + "@fontsource/roboto": "4.5.8", + "codemirror": "5.65.9", + "js-yaml": "4.1.0", + "svelte-portal": "2.2.0" } } From 7ee4c0f63099f938a91bb5fc620604bc636dc878 Mon Sep 17 00:00:00 2001 From: "chii-bot[bot]" <109454249+chii-bot[bot]@users.noreply.github.com> Date: Tue, 4 Oct 2022 08:18:49 -0500 Subject: [PATCH 2/4] feat(github-action): update helm/chart-releaser-action action to v1.4.1 (#54) [ci-skip] | datasource | package | from | to | | ----------- | -------------------------- | ------ | ------ | | github-tags | helm/chart-releaser-action | v1.2.1 | v1.4.1 | Co-authored-by: chii-bot <109454249+chii-bot[bot]@users.noreply.github.com> --- .github/workflows/release-chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-chart.yaml b/.github/workflows/release-chart.yaml index bf5454a5..46dc3143 100644 --- a/.github/workflows/release-chart.yaml +++ b/.github/workflows/release-chart.yaml @@ -27,7 +27,7 @@ jobs: version: v3.6.3 - name: Run chart-releaser - uses: helm/chart-releaser-action@v1.2.1 + uses: helm/chart-releaser-action@v1.4.1 env: CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}" CR_RELEASE_NAME_TEMPLATE: "hajimari-helm-chart-{{ .Version }}" From f376aa19b76a40387c7bf0d89b4c8ec4f9cf0885 Mon Sep 17 00:00:00 2001 From: "chii-bot[bot]" <109454249+chii-bot[bot]@users.noreply.github.com> Date: Tue, 4 Oct 2022 08:20:11 -0500 Subject: [PATCH 3/4] feat(github-action): update helm/kind-action action to v1.4.0 (#55) [ci-skip] | datasource | package | from | to | | ----------- | ---------------- | ------ | ------ | | github-tags | helm/kind-action | v1.2.0 | v1.4.0 | Co-authored-by: chii-bot <109454249+chii-bot[bot]@users.noreply.github.com> --- .github/workflows/lint-test-chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint-test-chart.yaml b/.github/workflows/lint-test-chart.yaml index 14470578..98faec37 100644 --- a/.github/workflows/lint-test-chart.yaml +++ b/.github/workflows/lint-test-chart.yaml @@ -39,7 +39,7 @@ jobs: run: ct lint - name: Create Kind cluster - uses: helm/kind-action@v1.2.0 + uses: helm/kind-action@v1.4.0 with: wait: 120s if: steps.list-changed.outputs.changed == 'true' From 829c124886e9b06354f1c8c9efee61d816ffa86d Mon Sep 17 00:00:00 2001 From: Toboshii Nakama <63410334+toboshii@users.noreply.github.com> Date: Tue, 4 Oct 2022 09:05:18 -0500 Subject: [PATCH 4/4] fix(renovate): ignore broken versions [ci-skip] --- .github/renovate.json5 | 3 ++- .github/renovate/allowedVersions.json5 | 12 ++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 .github/renovate/allowedVersions.json5 diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 8a6a7755..323a0595 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -10,7 +10,8 @@ ":automergeBranchPush", "github>toboshii/home-ops//.github/renovate/commitMessage.json5", "github>toboshii/home-ops//.github/renovate/labels.json5", - "github>toboshii/home-ops//.github/renovate/semanticCommits.json5" + "github>toboshii/home-ops//.github/renovate/semanticCommits.json5", + "github>toboshii/home-ops//.github/renovate/allowedVersions.json5" ], "platform": "github", "username": "chii-bot[bot]", diff --git a/.github/renovate/allowedVersions.json5 b/.github/renovate/allowedVersions.json5 new file mode 100644 index 00000000..c8f36da5 --- /dev/null +++ b/.github/renovate/allowedVersions.json5 @@ -0,0 +1,12 @@ +{ + "packageRules": [ + { + "matchPackageNames": ["k8s.io/client-go"], + "allowedVersions": "!/1\\.(4\\.0|5\\.0|5\\.1|5\\.2)$/" + }, + { + "matchPackageNames": ["codemirror"], + "allowedVersions": "< 6.0.0" + } + ] +} \ No newline at end of file