Compare commits

...

7 Commits

Author SHA1 Message Date
f7697f9721 chore(deps): update pnpm to v10.23.0
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
Check / Lint and Check (push) Successful in 37s
2025-11-23 15:00:36 +00:00
689734826d chore(deps): update actions/checkout action to v6 (#18)
All checks were successful
Check / Lint and Check (push) Successful in 31s
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [actions/checkout](https://github.com/actions/checkout) | action | major | `v5` -> `v6` |

---

### Release Notes

<details>
<summary>actions/checkout (actions/checkout)</summary>

### [`v6`](https://github.com/actions/checkout/compare/v5...v6)

[Compare Source](https://github.com/actions/checkout/compare/v5...v6)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xMS4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTEuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119-->

Reviewed-on: #18
Co-authored-by: Renovate Bot <renovatebot@schulze.network>
Co-committed-by: Renovate Bot <renovatebot@schulze.network>
2025-11-22 11:37:24 +01:00
8a0011a7a9 fix(deps): update dependency lucide-react to ^0.554.0
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
Check / Lint and Check (push) Successful in 33s
2025-11-22 04:00:49 +00:00
4a15565ff5 chore(deps): update dependency typescript-eslint to ^8.47.0
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
Check / Lint and Check (push) Successful in 33s
2025-11-22 03:00:51 +00:00
79515c5c75 chore(deps): update dependency react-hook-form to v7.66.1
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
Check / Lint and Check (push) Successful in 44s
2025-11-22 02:01:08 +00:00
40b2ed0fa8 chore(deps): update dependency @types/react to v19.2.6
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
Check / Lint and Check (push) Successful in 45s
2025-11-22 01:00:53 +00:00
7d81f30eff chore(deps): update actions/checkout digest to 93cb6ef
All checks were successful
Check / Lint and Check (push) Successful in 41s
2025-11-22 00:00:26 +00:00
3 changed files with 294 additions and 294 deletions

View File

@@ -13,7 +13,7 @@ jobs:
steps: steps:
- name: Checkout code - name: Checkout code
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
- name: Install pnpm - name: Install pnpm
uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4 uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4

View File

@@ -18,7 +18,7 @@
"clsx": "^2.1.1", "clsx": "^2.1.1",
"cssnano": "^7.1.0", "cssnano": "^7.1.0",
"date-fns": "^4.1.0", "date-fns": "^4.1.0",
"lucide-react": "^0.553.0", "lucide-react": "^0.554.0",
"next": "16.0.3", "next": "16.0.3",
"next-plausible": "^3.12.4", "next-plausible": "^3.12.4",
"postcss-flexbugs-fixes": "^5.0.2", "postcss-flexbugs-fixes": "^5.0.2",
@@ -34,7 +34,7 @@
"devDependencies": { "devDependencies": {
"@tailwindcss/postcss": "4.1.17", "@tailwindcss/postcss": "4.1.17",
"@types/node": "24.10.1", "@types/node": "24.10.1",
"@types/react": "19.2.5", "@types/react": "19.2.6",
"@types/react-dom": "19.2.3", "@types/react-dom": "19.2.3",
"eslint": "9.39.1", "eslint": "9.39.1",
"eslint-config-next": "16.0.3", "eslint-config-next": "16.0.3",
@@ -43,12 +43,12 @@
"tailwindcss": "4.1.17", "tailwindcss": "4.1.17",
"turbo": "2.6.1", "turbo": "2.6.1",
"typescript": "5.9.3", "typescript": "5.9.3",
"typescript-eslint": "^8.46.4" "typescript-eslint": "^8.47.0"
}, },
"packageManager": "pnpm@10.22.0", "packageManager": "pnpm@10.23.0",
"pnpm": { "pnpm": {
"overrides": { "overrides": {
"@types/react": "19.2.5", "@types/react": "19.2.6",
"@types/react-dom": "19.2.3" "@types/react-dom": "19.2.3"
} }
} }

576
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff