Skip to content

Commit 690e648

Browse files
chore(deps): update weekly dependencies
1 parent 00a340c commit 690e648

File tree

7 files changed

+53
-71
lines changed

7 files changed

+53
-71
lines changed

.github/workflows/fly-deployment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
environment: ${{ needs.deploy-env.outputs.environment }}
6666

6767
steps:
68-
- uses: actions/create-github-app-token@v1
68+
- uses: actions/create-github-app-token@v2
6969
id: generate-token
7070
with:
7171
app-id: ${{ secrets.CDWR_ACTIONS_BOT_ID }}

.github/workflows/nx-migrate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919

2020
steps:
21-
- uses: actions/create-github-app-token@v1
21+
- uses: actions/create-github-app-token@v2
2222
id: generate-token
2323
with:
2424
app-id: ${{ secrets.CDWR_ACTIONS_BOT_ID }}

apps/cms/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:20-alpine AS base
1+
FROM node:22-alpine AS base
22

33
FROM base AS deps
44
# Check the link to understand why libc6-compat might be needed

apps/web/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"@heroicons/react": "2.2.0",
1212
"@hono/node-server": "^1.13.7",
1313
"@icons-pack/react-simple-icons": "^12.7.0",
14-
"@infisical/sdk": "^3.0.4",
14+
"@infisical/sdk": "^4.0.0",
1515
"@payloadcms/richtext-lexical": "^3.23.0",
1616
"@radix-ui/react-checkbox": "^1.1.4",
1717
"@radix-ui/react-dialog": "^1.1.6",
@@ -29,7 +29,7 @@
2929
"class-variance-authority": "^0.7.0",
3030
"clsx": "^2.1.1",
3131
"hono": "^4.6.10",
32-
"isbot": "^4.4.0",
32+
"isbot": "^5.0.0",
3333
"jsonc-eslint-parser": "2.4.0",
3434
"lucide-react": "^0.508.0",
3535
"next-themes": "^0.4.6",
@@ -40,7 +40,7 @@
4040
"remix-hono": "^0.0.16",
4141
"remix-utils": "^8.4.0",
4242
"sonner": "^2.0.1",
43-
"tailwind-merge": "^2.3.0",
43+
"tailwind-merge": "^3.0.0",
4444
"tailwindcss-animate": "^1.0.7",
4545
"tiny-invariant": "^1.3.3",
4646
"zod": "^3.23.8"

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
"@headlessui/react": "^2.2.0",
2020
"@heroicons/react": "^2.2.0",
2121
"@hono/node-server": "^1.13.7",
22-
"@hookform/resolvers": "^4.1.3",
22+
"@hookform/resolvers": "^5.0.0",
2323
"@icons-pack/react-simple-icons": "^12.6.0",
24-
"@infisical/sdk": "^3.0.4",
24+
"@infisical/sdk": "^4.0.0",
2525
"@ngneat/falso": "^7.3.0",
2626
"@octokit/request-error": "^5.0.1",
2727
"@payloadcms/db-mongodb": "3.34.0",
@@ -57,11 +57,11 @@
5757
"graphql": "^16.10.0",
5858
"hono": "^4.6.10",
5959
"http-status-codes": "^2.3.0",
60-
"isbot": "^4.4.0",
60+
"isbot": "^5.0.0",
6161
"lucide-react": "^0.508.0",
6262
"next": "15.2.3",
6363
"next-themes": "^0.4.6",
64-
"nodemailer": "^6.10.0",
64+
"nodemailer": "^7.0.0",
6565
"nodemailer-sendgrid": "^1.0.3",
6666
"payload": "3.34.0",
6767
"prism-react-renderer": "^2.4.1",
@@ -88,7 +88,7 @@
8888
"@commitlint/config-angular": "^19.0.0",
8989
"@commitlint/config-conventional": "^19.0.0",
9090
"@eslint/compat": "^1.1.1",
91-
"@eslint/eslintrc": "^2.1.1",
91+
"@eslint/eslintrc": "^3.0.0",
9292
"@eslint/js": "^9.8.0",
9393
"@evilmartians/lefthook": "^1.8.0",
9494
"@homebridge/node-pty-prebuilt-multiarch": "^0.12.0",
@@ -111,8 +111,8 @@
111111
"@nx/workspace": "20.4.5",
112112
"@octokit/core": "6.1.5",
113113
"@octokit/graphql-schema": "^15.25.0",
114-
"@octokit/plugin-rest-endpoint-methods": "^13.2.6",
115-
"@octokit/types": "^13.6.1",
114+
"@octokit/plugin-rest-endpoint-methods": "^14.0.0",
115+
"@octokit/types": "^14.0.0",
116116
"@octokit/webhooks-types": "^7.6.1",
117117
"@payloadcms/graphql": "3.34.0",
118118
"@playwright/test": "^1.36.0",
@@ -203,7 +203,7 @@
203203
"commit"
204204
]
205205
},
206-
"packageManager": "pnpm@9.15.9",
206+
"packageManager": "pnpm@10.11.0",
207207
"engines": {
208208
"node": ">=20"
209209
},

packages/nx-payload/src/generators/application/files/Dockerfile__tmpl__

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:20-alpine AS base
1+
FROM node:22-alpine AS base
22

33
FROM base AS deps
44
# Check the link to understand why libc6-compat might be needed

pnpm-lock.yaml

Lines changed: 38 additions & 56 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)