From d200c5b74050d7273e09923fdf1f60208dddc138 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Jan 2024 14:34:53 +0000 Subject: [PATCH 1/4] chore(deps): update dependency husky to v9 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 2 +- pnpm-lock.yaml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 7062dc469..47106855e 100644 --- a/package.json +++ b/package.json @@ -108,7 +108,7 @@ "eslint-plugin-react": "7.33.2", "eslint-plugin-storybook": "0.6.15", "eslint-plugin-turbo": "1.11.3", - "husky": "8.0.3", + "husky": "9.0.3", "lint-staged": "15.2.0", "listr2": "8.0.1", "luxon": "3.4.4", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 0cebdda56..19f668484 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -236,8 +236,8 @@ devDependencies: specifier: 1.11.3 version: 1.11.3(eslint@8.56.0) husky: - specifier: 8.0.3 - version: 8.0.3 + specifier: 9.0.3 + version: 9.0.3 lint-staged: specifier: 15.2.0 version: 15.2.0 @@ -8823,9 +8823,9 @@ packages: engines: {node: '>=16.17.0'} dev: true - /husky@8.0.3: - resolution: {integrity: sha512-+dQSyqPh4x1hlO1swXBiNb2HzTDN1I2IGLQx1GrBuiqFJfoMrnZWwVmatvSiO+Iz8fBUnf+lekwNo4c2LlXItg==} - engines: {node: '>=14'} + /husky@9.0.3: + resolution: {integrity: sha512-MNRluWx5bvZ2Ft2Z9ni5KZAgNFrQSM4LKvEtTJVKTjGRqliI1CeWv8HWnPXfM+4snOaU04bb7IU2u6TPDb8ROw==} + engines: {node: '>=18'} hasBin: true dev: true From 64f5a6432fa566ea783b11a87dd72ed752e2b26b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Jan 2024 14:34:58 +0000 Subject: [PATCH 2/4] chore(deps): update github actions Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/nextjs_bundle_analysis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/nextjs_bundle_analysis.yml b/.github/workflows/nextjs_bundle_analysis.yml index 9f4e1d696..705474cd2 100644 --- a/.github/workflows/nextjs_bundle_analysis.yml +++ b/.github/workflows/nextjs_bundle_analysis.yml @@ -107,7 +107,7 @@ jobs: echo "$(cat .next/analyze/__bundle_analysis_comment.txt)" >> $GITHUB_STEP_SUMMARY - name: Find Comment - uses: peter-evans/find-comment@a54c31d7fa095754bfef525c0c8e5e5674c4b4b1 # v2 + uses: peter-evans/find-comment@d5fe37641ad8451bdd80312415672ba26c86575e # v3 if: success() && github.event.number id: fc with: @@ -115,14 +115,14 @@ jobs: body-includes: '' - name: Create Comment - uses: peter-evans/create-or-update-comment@23ff15729ef2fc348714a3bb66d2f655ca9066f2 # v3 + uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4 if: success() && github.event.number && steps.fc.outputs.comment-id == 0 with: issue-number: ${{ github.event.number }} body: ${{ steps.get-comment-body.outputs.body }} - name: Update Comment - uses: peter-evans/create-or-update-comment@23ff15729ef2fc348714a3bb66d2f655ca9066f2 # v3 + uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4 if: success() && github.event.number && steps.fc.outputs.comment-id != 0 with: issue-number: ${{ github.event.number }} From db063de30b5056328431c072d8b523de8fb83845 Mon Sep 17 00:00:00 2001 From: Joe Karow <58997957+JoeKarow@users.noreply.github.com> Date: Thu, 25 Jan 2024 10:34:26 -0500 Subject: [PATCH 3/4] update husky script --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 47106855e..5ace05dc7 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "lint:fix": "next lint --fix", "lint:staged": "lint-staged", "notify:install": "tsx ./.lib/runInstall.ts", - "prepare": "tsx ./.lib/prepare.ts", + "prepare": "husky", "start": "next start", "with-env": "dotenv -e ./.env --" }, From e62d09afa564b90964467a9e3822ed5edc5bceef Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Jan 2024 15:35:53 +0000 Subject: [PATCH 4/4] chore(deps): update github actions Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/chromatic.yml | 2 +- .github/workflows/nextjs_bundle_analysis.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/chromatic.yml b/.github/workflows/chromatic.yml index 69aceb516..8a6dfdf04 100644 --- a/.github/workflows/chromatic.yml +++ b/.github/workflows/chromatic.yml @@ -32,7 +32,7 @@ jobs: - name: Install dependencies run: pnpm install - name: Publish to Chromatic - uses: chromaui/action@7fb6b0407c69171ce521d08355a825958a5ef81a # v10 + uses: chromaui/action@02b5a710f71af9c940a59d15217d5f6135725200 # v10 with: projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }} onlyChanged: true diff --git a/.github/workflows/nextjs_bundle_analysis.yml b/.github/workflows/nextjs_bundle_analysis.yml index 705474cd2..ba2a8d851 100644 --- a/.github/workflows/nextjs_bundle_analysis.yml +++ b/.github/workflows/nextjs_bundle_analysis.yml @@ -66,7 +66,7 @@ jobs: run: npx -p nextjs-bundle-analysis report - name: Upload bundle - uses: actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 # v4 + uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4 with: name: bundle path: .next/analyze/__bundle_analysis.json