From 61c0587190a332a6b4227b0aebc814992be12cd5 Mon Sep 17 00:00:00 2001 From: Christopher Kolstad Date: Fri, 8 Nov 2024 09:10:37 +0100 Subject: [PATCH 1/2] task: explicitly allows Artistic-2.0 license --- .github/workflows/dependency-review.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dependency-review.yml b/.github/workflows/dependency-review.yml index df60309aa047..538095dfb306 100644 --- a/.github/workflows/dependency-review.yml +++ b/.github/workflows/dependency-review.yml @@ -17,5 +17,5 @@ jobs: uses: actions/dependency-review-action@v4 with: fail-on-severity: moderate - allow-licenses: Apache-2.0, MIT, BSD-2-Clause, BSD-3-Clause, ISC, 0BSD, CC0-1.0, Unlicense, BlueOak-1.0.0, CC-BY-4.0 + allow-licenses: Apache-2.0, MIT, BSD-2-Clause, BSD-3-Clause, ISC, 0BSD, CC0-1.0, Unlicense, BlueOak-1.0.0, CC-BY-4.0, Artistic-2.0 comment-summary-in-pr: always From 621eb2f768aee0a36c51966999d1b884b7d1ba74 Mon Sep 17 00:00:00 2001 From: Christopher Kolstad Date: Fri, 8 Nov 2024 09:21:26 +0100 Subject: [PATCH 2/2] chore: lint --- website/sidebars.ts | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/website/sidebars.ts b/website/sidebars.ts index e0e6d3a57d2b..00d463103887 100644 --- a/website/sidebars.ts +++ b/website/sidebars.ts @@ -522,7 +522,7 @@ const sidebars: SidebarsConfig = { description: 'Provisioning how-to guides.', slug: '/how-to/provisioning', }, - }, + }, { type: 'category', label: 'Unleash Edge', @@ -629,9 +629,7 @@ const sidebars: SidebarsConfig = { description: 'Environments how-to guides.', slug: '/how-to/env', }, - items: [ - 'how-to/how-to-environment-import-export', - ], + items: ['how-to/how-to-environment-import-export'], }, { label: 'Users and permissions', @@ -650,9 +648,9 @@ const sidebars: SidebarsConfig = { 'Users and permission how-to guides.', slug: '/how-to/users-and-permissions', }, - } + }, ], - }, + }, ], }, {