Skip to content

Commit 7e4d516

Browse files
fix(deps): update patch tuesday (#66)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 5955610 commit 7e4d516

File tree

11 files changed

+2132
-2030
lines changed

11 files changed

+2132
-2030
lines changed

.github/workflows/commitlint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
with:
1515
fetch-depth: 0
1616

17-
- uses: actions/setup-node@v4.1.0
17+
- uses: actions/setup-node@v4.3.0
1818
with:
1919
node-version-file: .nvmrc
2020

.github/workflows/renovate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
uses: actions/[email protected]
2222

2323
- name: Self-hosted Renovate
24-
uses: renovatebot/[email protected].8
24+
uses: renovatebot/[email protected].17
2525
with:
2626
configurationFile: .github/renovate-config.js
2727
token: ${{ secrets.RENOVATE_TOKEN }}

.github/workflows/validate-app.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@ jobs:
2323
with:
2424
lfs: true
2525

26-
- uses: actions/setup-node@v4.1.0
26+
- uses: actions/setup-node@v4.3.0
2727
with:
2828
node-version-file: .nvmrc
2929

3030
- name: Get npm cache directory
3131
id: npm-cache-dir
3232
run: echo "dir=$(npm config get cache)" >> ${GITHUB_OUTPUT}
3333

34-
- uses: actions/[email protected].0
34+
- uses: actions/[email protected].3
3535
with:
3636
path: ${{ steps.npm-cache-dir.outputs.dir }}
3737
key: ${{ runner.os }}-${{ hashFiles('.nvmrc', 'package-lock.json', 'packages/database/prisma/prisma.schema') }}
@@ -115,15 +115,15 @@ jobs:
115115
with:
116116
lfs: true
117117

118-
- uses: actions/setup-node@v4.1.0
118+
- uses: actions/setup-node@v4.3.0
119119
with:
120120
node-version-file: .nvmrc
121121

122122
- name: Get npm cache directory
123123
id: npm-cache-dir
124124
run: echo "dir=$(npm config get cache)" >> ${GITHUB_OUTPUT}
125125

126-
- uses: actions/[email protected].0
126+
- uses: actions/[email protected].3
127127
with:
128128
path: ${{ steps.npm-cache-dir.outputs.dir }}
129129
key: ${{ runner.os }}-${{ hashFiles('.nvmrc', 'package-lock.json', 'packages/database/prisma/prisma.schema') }}
@@ -156,7 +156,7 @@ jobs:
156156
SIGNUP_ENABLED: true
157157
MAILDEV_BASE_URL: http://maildev:1080
158158

159-
- uses: actions/upload-artifact@v4.5.0
159+
- uses: actions/upload-artifact@v4.6.2
160160
if: always()
161161
with:
162162
name: playwright-report

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# - template: Jobs/Secret-Detection.gitlab-ci.yml
44

55
.default_properties:
6-
image: node:22.12.0-bookworm
6+
image: node:22.14.0-bookworm
77
before_script:
88
- npm ci --cache .npm --prefer-offline
99
cache:

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
22.13.0
1+
22.14.0

apps/app/package.json

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -18,53 +18,53 @@
1818
"@oslojs/otp": "1.1.0",
1919
"@paralleldrive/cuid2": "2.2.2",
2020
"@radix-ui/react-alert-dialog": "^1.1.3",
21-
"@radix-ui/react-checkbox": "1.1.3",
21+
"@radix-ui/react-checkbox": "1.1.4",
2222
"@radix-ui/react-dropdown-menu": "^2.1.3",
23-
"@radix-ui/react-label": "2.1.1",
24-
"@radix-ui/react-popover": "1.1.4",
25-
"@radix-ui/react-radio-group": "1.2.2",
23+
"@radix-ui/react-label": "2.1.2",
24+
"@radix-ui/react-popover": "1.1.6",
25+
"@radix-ui/react-radio-group": "1.2.3",
2626
"@radix-ui/react-slot": "^1.1.0",
27-
"@react-email/components": "0.0.31",
28-
"@t3-oss/env-nextjs": "0.11.1",
29-
"@tanstack/react-query": "5.62.16",
27+
"@react-email/components": "0.0.34",
28+
"@t3-oss/env-nextjs": "0.12.0",
29+
"@tanstack/react-query": "5.70.0",
3030
"class-variance-authority": "0.7.1",
3131
"clsx": "2.1.1",
3232
"lucia": "3.2.2",
33-
"lucide-react": "0.469.0",
33+
"lucide-react": "0.485.0",
3434
"next": "15.2.4",
35-
"next-themes": "0.4.4",
36-
"nodemailer": "6.9.16",
37-
"rate-limiter-flexible": "5.0.4",
38-
"react": "19.0.0",
39-
"react-dom": "19.0.0",
40-
"react-hot-toast": "2.5.1",
35+
"next-themes": "0.4.6",
36+
"nodemailer": "6.10.0",
37+
"rate-limiter-flexible": "5.0.5",
38+
"react": "19.1.0",
39+
"react-dom": "19.1.0",
40+
"react-hot-toast": "2.5.2",
4141
"react-hotkeys-hook": "4.6.1",
42-
"react-icons": "5.4.0",
42+
"react-icons": "5.5.0",
4343
"serialize-error": "12.0.0",
4444
"tailwind-merge": "2.6.0",
4545
"tailwindcss-animate": "1.0.7",
4646
"uqr": "0.1.2",
47-
"zod": "3.24.1"
47+
"zod": "3.24.2"
4848
},
4949
"devDependencies": {
50-
"@tanstack/eslint-plugin-query": "5.62.16",
51-
"@tanstack/react-query-devtools": "5.62.16",
52-
"@types/node": "22.10.5",
50+
"@tanstack/eslint-plugin-query": "5.68.0",
51+
"@tanstack/react-query-devtools": "5.70.0",
52+
"@types/node": "22.13.14",
5353
"@types/nodemailer": "6.4.17",
54-
"@types/react": "19.0.3",
55-
"@types/react-dom": "19.0.2",
56-
"@typescript-eslint/eslint-plugin": "8.19.1",
57-
"@typescript-eslint/parser": "8.19.1",
58-
"@vitest/coverage-v8": "2.1.8",
59-
"eslint": "9.17.0",
60-
"eslint-config-next": "15.1.3",
54+
"@types/react": "19.0.12",
55+
"@types/react-dom": "19.0.4",
56+
"@typescript-eslint/eslint-plugin": "8.28.0",
57+
"@typescript-eslint/parser": "8.28.0",
58+
"@vitest/coverage-v8": "2.1.9",
59+
"eslint": "9.23.0",
60+
"eslint-config-next": "15.2.4",
6161
"eslint-plugin-react-compiler": "latest",
62-
"postcss": "8.4.49",
63-
"prettier": "3.4.2",
62+
"postcss": "8.5.3",
63+
"prettier": "3.5.3",
6464
"prettier-plugin-organize-imports": "4.1.0",
65-
"prettier-plugin-tailwindcss": "0.6.9",
65+
"prettier-plugin-tailwindcss": "0.6.11",
6666
"tailwindcss": "3.4.17",
67-
"typescript": "5.7.2",
67+
"typescript": "5.8.2",
6868
"vitest": "2.1.9"
6969
}
7070
}

0 commit comments

Comments
 (0)