Skip to content

Commit 99de360

Browse files
committed
chore: housekeeping
1 parent 9b3dcb9 commit 99de360

File tree

8 files changed

+885
-926
lines changed

8 files changed

+885
-926
lines changed

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
persist-credentials: false
2323

2424
- name: Initialize CodeQL
25-
uses: github/codeql-action/init@45775bd8235c68ba998cffa5171334d58593da47 # ratchet:github/codeql-action/init@v3
25+
uses: github/codeql-action/init@28deaeda66b76a05916b6923827895f2b14ab387 # ratchet:github/codeql-action/init@v3
2626

2727
- name: Perform CodeQL Analysis
28-
uses: github/codeql-action/analyze@45775bd8235c68ba998cffa5171334d58593da47 # ratchet:github/codeql-action/analyze@v3
28+
uses: github/codeql-action/analyze@28deaeda66b76a05916b6923827895f2b14ab387 # ratchet:github/codeql-action/analyze@v3

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Setup pnpm
2525
uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # ratchet:pnpm/action-setup@v4
2626
- name: Setup Node.js
27-
uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # ratchet:actions/setup-node@v4
27+
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # ratchet:actions/setup-node@v4
2828
with:
2929
node-version-file: .node-version
3030
cache: pnpm
@@ -41,7 +41,7 @@ jobs:
4141
run: pnpm dlx @ryanccn/sarif-strip-suppressed /tmp/lint.sarif
4242

4343
- name: Upload results
44-
uses: github/codeql-action/upload-sarif@45775bd8235c68ba998cffa5171334d58593da47 # ratchet:github/codeql-action/upload-sarif@v3
44+
uses: github/codeql-action/upload-sarif@28deaeda66b76a05916b6923827895f2b14ab387 # ratchet:github/codeql-action/upload-sarif@v3
4545
with:
4646
sarif_file: /tmp/lint.sarif
4747
wait-for-processing: true

.github/workflows/update-versions.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Setup pnpm
2929
uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # ratchet:pnpm/action-setup@v4
3030
- name: Setup Node.js
31-
uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # ratchet:actions/setup-node@v4
31+
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # ratchet:actions/setup-node@v4
3232
with:
3333
node-version-file: .node-version
3434
cache: pnpm
@@ -55,6 +55,7 @@ jobs:
5555

5656
- name: Enable auto-merge
5757
run: gh pr merge --auto --squash "$PULL_REQUEST_URL"
58+
if: ${{ steps.pull-request.outputs.pull-request-url }}
5859
env:
5960
PULL_REQUEST_URL: ${{ steps.pull-request.outputs.pull-request-url }}
6061
GH_TOKEN: ${{ steps.app-token.outputs.token }}

package.json

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,17 @@
1414
"dependencies": {
1515
"@iarna/toml": "^2.2.5",
1616
"@next-auth/mongodb-adapter": "^1.1.3",
17-
"@radix-ui/react-dialog": "^1.1.7",
18-
"@radix-ui/react-dropdown-menu": "^2.1.7",
17+
"@radix-ui/react-dialog": "^1.1.11",
18+
"@radix-ui/react-dropdown-menu": "^2.1.12",
1919
"@tremor/react": "^3.18.7",
2020
"class-variance-authority": "^0.7.1",
2121
"date-fns": "^4.1.0",
22-
"fast-xml-parser": "^5.2.0",
22+
"fast-xml-parser": "^5.2.1",
2323
"file-saver": "^2.0.5",
2424
"jszip": "^3.10.1",
25-
"lucide-react": "^0.487.0",
25+
"lucide-react": "^0.503.0",
2626
"nanoid": "^5.1.5",
27-
"next": "^15.3.0",
27+
"next": "^15.3.1",
2828
"next-auth": "^4.24.11",
2929
"next-mdx-remote": "^5.0.0",
3030
"next-plausible": "^3.12.4",
@@ -38,36 +38,36 @@
3838
"valibot": "1.0.0"
3939
},
4040
"devDependencies": {
41-
"@aws-sdk/credential-provider-web-identity": "^3.782.0",
41+
"@aws-sdk/credential-provider-web-identity": "^3.799.0",
4242
"@eslint/eslintrc": "^3.3.1",
43-
"@eslint/js": "^9.24.0",
43+
"@eslint/js": "^9.25.1",
4444
"@microsoft/eslint-formatter-sarif": "^3.1.0",
45-
"@next/bundle-analyzer": "^15.3.0",
46-
"@next/eslint-plugin-next": "^15.3.0",
45+
"@next/bundle-analyzer": "^15.3.1",
46+
"@next/eslint-plugin-next": "^15.3.1",
4747
"@ryanccn/eslint-config": "^0.4.3",
4848
"@tailwindcss/forms": "^0.5.10",
4949
"@tailwindcss/typography": "^0.5.16",
5050
"@types/file-saver": "^2.0.7",
51-
"@types/node": "22.14.0",
52-
"@types/react": "19.1.0",
53-
"@types/react-dom": "19.1.2",
51+
"@types/node": "22.15.3",
52+
"@types/react": "19.1.2",
53+
"@types/react-dom": "19.1.3",
5454
"@upstash/ratelimit": "^2.0.5",
5555
"@vercel/functions": "^2.0.0",
5656
"@vercel/kv": "^3.0.0",
5757
"autoprefixer": "^10.4.21",
58-
"discord-api-types": "^0.37.119",
59-
"eslint": "^9.24.0",
60-
"eslint-config-next": "15.3.0",
61-
"eslint-config-prettier": "^10.1.1",
58+
"discord-api-types": "^0.38.1",
59+
"eslint": "^9.25.1",
60+
"eslint-config-next": "15.3.1",
61+
"eslint-config-prettier": "^10.1.2",
6262
"eslint-plugin-react-hooks": "^5.2.0",
63-
"eslint-plugin-unicorn": "^58.0.0",
63+
"eslint-plugin-unicorn": "^59.0.0",
6464
"globals": "^16.0.0",
6565
"gray-matter": "^4.0.3",
6666
"image-size": "^2.0.2",
6767
"kleur": "^4.1.5",
68-
"mongodb": "^6.15.0",
68+
"mongodb": "^6.16.0",
6969
"node-fetch": "^3.3.2",
70-
"nodemailer": "^6.10.0",
70+
"nodemailer": "^6.10.1",
7171
"p-limit": "^6.2.0",
7272
"postcss": "^8.5.3",
7373
"prettier": "^3.5.3",
@@ -76,10 +76,10 @@
7676
"rehype-stringify": "^10.0.1",
7777
"remark-parse": "^11.0.0",
7878
"remark-rehype": "^11.1.2",
79-
"tailwindcss": "^3.4.14",
80-
"tsx": "^4.19.3",
79+
"tailwindcss": "^3.4.17",
80+
"tsx": "^4.19.4",
8181
"typescript": "^5.8.3",
82-
"typescript-eslint": "^8.29.1",
82+
"typescript-eslint": "^8.31.1",
8383
"unified": "^11.0.5"
8484
},
8585
"pnpm": {
@@ -91,5 +91,5 @@
9191
"sharp"
9292
]
9393
},
94-
"packageManager": "pnpm@10.8.0+sha512.0e82714d1b5b43c74610193cb20734897c1d00de89d0e18420aebc5977fa13d780a9cb05734624e81ebd81cc876cd464794850641c48b9544326b5622ca29971"
94+
"packageManager": "pnpm@10.10.0+sha512.d615db246fe70f25dcfea6d8d73dee782ce23e2245e3c4f6f888249fb568149318637dca73c2c5c8ef2a4ca0d5657fb9567188bfab47f566d1ee6ce987815c39"
9595
}

0 commit comments

Comments
 (0)