Skip to content

Commit cb511aa

Browse files
chore(deps): update weekly dependencies
1 parent 199b334 commit cb511aa

File tree

8 files changed

+985
-235
lines changed

8 files changed

+985
-235
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.514.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: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@
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",
25-
"@ngneat/falso": "^7.3.0",
24+
"@infisical/sdk": "^4.0.0",
25+
"@ngneat/falso": "^8.0.0",
2626
"@octokit/request-error": "^5.0.1",
2727
"@payloadcms/db-mongodb": "3.34.0",
2828
"@payloadcms/db-postgres": "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.514.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",
@@ -109,10 +109,10 @@
109109
"@nx/web": "20.4.5",
110110
"@nx/webpack": "20.4.5",
111111
"@nx/workspace": "20.4.5",
112-
"@octokit/core": "6.1.5",
112+
"@octokit/core": "7.0.2",
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": "^16.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",
@@ -146,7 +146,7 @@
146146
"@vitejs/plugin-react-swc": "^3.5.0",
147147
"@vitest/coverage-v8": "^1.0.4",
148148
"@vitest/ui": "^1.3.1",
149-
"babel-jest": "^29.7.0",
149+
"babel-jest": "^30.0.0",
150150
"chalk": "^4.1.0",
151151
"concurrently": "^9.1.2",
152152
"create-nx-workspace": "20.4.5",
@@ -195,15 +195,15 @@
195195
"verdaccio": "^5.0.4",
196196
"vite": "^5.0.0",
197197
"vitest": "^1.3.1",
198-
"yargs": "^17.7.2"
198+
"yargs": "^18.0.0"
199199
},
200200
"nx": {
201201
"includedScripts": [
202202
"c",
203203
"commit"
204204
]
205205
},
206-
"packageManager": "pnpm@9.15.9",
206+
"packageManager": "pnpm@10.12.4",
207207
"engines": {
208208
"node": ">=20"
209209
},

packages/create-nx-payload/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"create-nx-workspace": "20.4.5",
2525
"enquirer": "^2.4.1",
2626
"tslib": "^2.4.1",
27-
"yargs": "^17.7.2"
27+
"yargs": "^18.0.0"
2828
},
2929
"bin": {
3030
"create-nx-payload": "./bin/index.js"

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

0 commit comments

Comments
 (0)