From ff7ac59332caf326447e78b44530a2b6d77fb120 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Aug 2023 07:38:08 +0000 Subject: [PATCH 1/4] Bump GrantBirki/json-yaml-validate from 2.0.0 to 2.3.0 Bumps [GrantBirki/json-yaml-validate](https://github.com/grantbirki/json-yaml-validate) from 2.0.0 to 2.3.0. - [Release notes](https://github.com/grantbirki/json-yaml-validate/releases) - [Commits](https://github.com/grantbirki/json-yaml-validate/compare/v2.0.0...v2.3.0) --- updated-dependencies: - dependency-name: GrantBirki/json-yaml-validate dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- .github/workflows/deploy.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index eda5dff53..a89878f8e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: # check to ensure all JSON files are valid in the repository - name: json-yaml-validate - uses: GrantBirki/json-yaml-validate@v2.0.0 + uses: GrantBirki/json-yaml-validate@v2.3.0 with: comment: "true" diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 5a2e0347d..25969a5d2 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -29,7 +29,7 @@ jobs: # check to ensure all JSON files are valid in the repository - name: json-yaml-validate if: ${{ steps.deployment-check.outputs.continue == 'true' }} - uses: GrantBirki/json-yaml-validate@v2.0.0 + uses: GrantBirki/json-yaml-validate@v2.3.0 - uses: actions/setup-node@v3.7.0 if: ${{ steps.deployment-check.outputs.continue == 'true' }} From f9f24daa29344ad1f9e45cf4c523a926d63e01a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Aug 2023 13:08:19 +0000 Subject: [PATCH 2/4] Bump actions/setup-node from 3.7.0 to 3.8.0 Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3.7.0 to 3.8.0. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v3.7.0...v3.8.0) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/branch-deploy.yml | 2 +- .github/workflows/ci.yml | 2 +- .github/workflows/deploy.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/branch-deploy.yml b/.github/workflows/branch-deploy.yml index dbe8b20ec..5abc1d3a2 100644 --- a/.github/workflows/branch-deploy.yml +++ b/.github/workflows/branch-deploy.yml @@ -35,7 +35,7 @@ jobs: with: ref: ${{ steps.branch-deploy.outputs.ref }} - - uses: actions/setup-node@v3.7.0 + - uses: actions/setup-node@v3.8.0 if: ${{ steps.branch-deploy.outputs.continue == 'true' }} with: node-version-file: .node-version diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a89878f8e..614f201e9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: with: comment: "true" - - uses: actions/setup-node@v3.7.0 + - uses: actions/setup-node@v3.8.0 with: node-version-file: .node-version cache: 'npm' diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 25969a5d2..c7032842d 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -31,7 +31,7 @@ jobs: if: ${{ steps.deployment-check.outputs.continue == 'true' }} uses: GrantBirki/json-yaml-validate@v2.3.0 - - uses: actions/setup-node@v3.7.0 + - uses: actions/setup-node@v3.8.0 if: ${{ steps.deployment-check.outputs.continue == 'true' }} with: node-version-file: .node-version From 9bb4fc7e2f9a73d8ebade7ce3b1a1f026b13ab0e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Aug 2023 13:08:23 +0000 Subject: [PATCH 3/4] Bump github/branch-deploy from 7.2.0 to 7.3.0 Bumps [github/branch-deploy](https://github.com/github/branch-deploy) from 7.2.0 to 7.3.0. - [Release notes](https://github.com/github/branch-deploy/releases) - [Commits](https://github.com/github/branch-deploy/compare/v7.2.0...v7.3.0) --- updated-dependencies: - dependency-name: github/branch-deploy dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/branch-deploy.yml | 2 +- .github/workflows/deploy.yml | 2 +- .github/workflows/unlock-on-merge.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/branch-deploy.yml b/.github/workflows/branch-deploy.yml index dbe8b20ec..2e0edcae1 100644 --- a/.github/workflows/branch-deploy.yml +++ b/.github/workflows/branch-deploy.yml @@ -19,7 +19,7 @@ jobs: steps: - - uses: github/branch-deploy@v7.2.0 + - uses: github/branch-deploy@v7.3.0 id: branch-deploy with: admins: the-hideout/core-contributors diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 25969a5d2..2b064ac51 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -16,7 +16,7 @@ jobs: steps: - name: deployment check - uses: github/branch-deploy@v7.2.0 + uses: github/branch-deploy@v7.3.0 id: deployment-check with: merge_deploy_mode: "true" # tells the Action to use the merge commit workflow strategy diff --git a/.github/workflows/unlock-on-merge.yml b/.github/workflows/unlock-on-merge.yml index 61f8ff21d..7a72ee95c 100644 --- a/.github/workflows/unlock-on-merge.yml +++ b/.github/workflows/unlock-on-merge.yml @@ -14,7 +14,7 @@ jobs: steps: - name: unlock on merge - uses: github/branch-deploy@v7.2.0 + uses: github/branch-deploy@v7.3.0 id: unlock-on-merge with: unlock_on_merge_mode: "true" # <-- indicates that this is the "Unlock on Merge Mode" workflow From 2cac4b153d016416bbdb95d89d1d7f8ae105f061 Mon Sep 17 00:00:00 2001 From: GrantBirki Date: Thu, 17 Aug 2023 17:19:21 +0100 Subject: [PATCH 4/4] disable the alert banner --- src/components/menu/alert-config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/menu/alert-config.js b/src/components/menu/alert-config.js index bb76358e2..5a948f9db 100644 --- a/src/components/menu/alert-config.js +++ b/src/components/menu/alert-config.js @@ -1,6 +1,6 @@ const alertConfig = { // set this bool if the site alert should be enabled or not - alertEnabled: true, + alertEnabled: false, // valid alert colors alertColors: {