Skip to content

Commit

Permalink
Merge branch 'dev' into renovate/all-minor-patch
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeKarow authored Jan 25, 2024
2 parents 2a39fbe + 68e5c60 commit 82ae3b4
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/chromatic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/nextjs_bundle_analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -107,22 +107,22 @@ 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:
issue-number: ${{ github.event.number }}
body-includes: '<!-- __NEXTJS_BUNDLE_@weareinreach/glaad -->'

- 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 }}
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 --"
},
Expand Down Expand Up @@ -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",
Expand Down
10 changes: 5 additions & 5 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 82ae3b4

Please sign in to comment.