Alternative web application for the pdsadmin command

fix(deps): update all non-major and digest dependencies (#112)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

authored by

renovate[bot]
renovate[bot]
and committed by
GitHub
19a00eaf f1fa41ee

+31 -31
+1 -1
.github/workflows/claude.yml
··· 32 32 33 33 - name: Run Claude Code 34 34 id: claude 35 - uses: anthropics/claude-code-action@3ac52d0da9f8ec9ca7b4dc23bb477e36ef9c77a9 # v1 35 + uses: anthropics/claude-code-action@58dbe8ed6879f0d3b02ac295b20d5fdfe7733e0c # v1 36 36 with: 37 37 claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} 38 38
+1 -1
mise.toml
··· 1 1 [tools] 2 - node = "22.22.1" 2 + node = "22.22.2"
+5 -5
package.json
··· 3 3 "version": "0.0.0", 4 4 "type": "module", 5 5 "private": true, 6 - "packageManager": "pnpm@10.32.1+sha512.a706938f0e89ac1456b6563eab4edf1d1faf3368d1191fc5c59790e96dc918e4456ab2e67d613de1043d2e8c81f87303e6b40d4ffeca9df15ef1ad567348f2be", 6 + "packageManager": "pnpm@10.33.0+sha512.10568bb4a6afb58c9eb3630da90cc9516417abebd3fabbe6739f0ae795728da1491e9db5a544c76ad8eb7570f5c4bb3d6c637b2cb41bfdcdb47fa823c8649319", 7 7 "scripts": { 8 8 "build": "tsc -b && vite build", 9 9 "dev": "run-s -sl setup-dev-env reset-dev-env && run-p -srl run-dev-env dev:vite", ··· 25 25 "@conform-to/zod": "1.17.1", 26 26 "@tailwindcss/vite": "4.2.2", 27 27 "clsx": "2.1.1", 28 - "i18next": "25.10.5", 28 + "i18next": "25.10.10", 29 29 "i18next-browser-languagedetector": "8.2.1", 30 - "jotai": "2.18.1", 30 + "jotai": "2.19.0", 31 31 "react": "19.2.4", 32 32 "react-dom": "19.2.4", 33 - "react-i18next": "16.6.2", 33 + "react-i18next": "16.6.6", 34 34 "tailwind-merge": "3.5.0", 35 35 "tailwindcss": "4.2.2", 36 36 "zod": "4.3.6" ··· 38 38 "devDependencies": { 39 39 "@atcute/atproto": "3.1.10", 40 40 "@egoist/tailwindcss-icons": "1.9.2", 41 - "@iconify-json/lucide": "1.2.98", 41 + "@iconify-json/lucide": "1.2.100", 42 42 "@iconify-json/simple-icons": "1.2.75", 43 43 "@mkizka/eslint-config": "7.2.0", 44 44 "@playwright/test": "1.58.2",
+24 -24
pnpm-lock.yaml
··· 24 24 specifier: 2.1.1 25 25 version: 2.1.1 26 26 i18next: 27 - specifier: 25.10.5 28 - version: 25.10.5(typescript@5.9.3) 27 + specifier: 25.10.10 28 + version: 25.10.10(typescript@5.9.3) 29 29 i18next-browser-languagedetector: 30 30 specifier: 8.2.1 31 31 version: 8.2.1 32 32 jotai: 33 - specifier: 2.18.1 34 - version: 2.18.1(@babel/core@7.29.0)(@babel/template@7.28.6)(@types/react@19.2.14)(react@19.2.4) 33 + specifier: 2.19.0 34 + version: 2.19.0(@babel/core@7.29.0)(@babel/template@7.28.6)(@types/react@19.2.14)(react@19.2.4) 35 35 react: 36 36 specifier: 19.2.4 37 37 version: 19.2.4 ··· 39 39 specifier: 19.2.4 40 40 version: 19.2.4(react@19.2.4) 41 41 react-i18next: 42 - specifier: 16.6.2 43 - version: 16.6.2(i18next@25.10.5(typescript@5.9.3))(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(typescript@5.9.3) 42 + specifier: 16.6.6 43 + version: 16.6.6(i18next@25.10.10(typescript@5.9.3))(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(typescript@5.9.3) 44 44 tailwind-merge: 45 45 specifier: 3.5.0 46 46 version: 3.5.0 ··· 58 58 specifier: 1.9.2 59 59 version: 1.9.2(tailwindcss@4.2.2) 60 60 '@iconify-json/lucide': 61 - specifier: 1.2.98 62 - version: 1.2.98 61 + specifier: 1.2.100 62 + version: 1.2.100 63 63 '@iconify-json/simple-icons': 64 64 specifier: 1.2.75 65 65 version: 1.2.75 ··· 489 489 resolution: {integrity: sha512-bV0Tgo9K4hfPCek+aMAn81RppFKv2ySDQeMoSZuvTASywNTnVJCArCZE2FWqpvIatKu7VMRLWlR1EazvVhDyhQ==} 490 490 engines: {node: '>=18.18'} 491 491 492 - '@iconify-json/lucide@1.2.98': 493 - resolution: {integrity: sha512-Lx2464W8Tty/QEnZ2UPb73nPdML/HpGCj0J0w37jP3/jx3l4fniZBjDxe1TgHiIL5XW9QO3vlx53ZQZ5JsNpzQ==} 492 + '@iconify-json/lucide@1.2.100': 493 + resolution: {integrity: sha512-vCrhQ/6T530HEMkWOkSyedvMiuQdVU1tMHEs32k4tklJmCmjokH3Dej6ycvfLt7kftBSQ2kPSUiyOpoW3uOF5g==} 494 494 495 495 '@iconify-json/simple-icons@1.2.75': 496 496 resolution: {integrity: sha512-KvcCUbvcBWb0sbqLIxHoY8z5/piXY08wcY9gfMhF+ph3AfzGMaSmZFkUY71HSXAljQngXkgs4bdKdekO0HQWvg==} ··· 1508 1508 i18next-browser-languagedetector@8.2.1: 1509 1509 resolution: {integrity: sha512-bZg8+4bdmaOiApD7N7BPT9W8MLZG+nPTOFlLiJiT8uzKXFjhxw4v2ierCXOwB5sFDMtuA5G4kgYZ0AznZxQ/cw==} 1510 1510 1511 - i18next@25.10.5: 1512 - resolution: {integrity: sha512-jRnF7eRNsdcnh7AASSgaU3lj/8lJZuHkfsouetnLEDH0xxE1vVi7qhiJ9RhdSPUyzg4ltb7P7aXsFlTk9sxL2w==} 1511 + i18next@25.10.10: 1512 + resolution: {integrity: sha512-cqUW2Z3EkRx7NqSyywjkgCLK7KLCL6IFVFcONG7nVYIJ3ekZ1/N5jUsihHV6Bq37NfhgtczxJcxduELtjTwkuQ==} 1513 1513 peerDependencies: 1514 - typescript: ^5 1514 + typescript: ^5 || ^6 1515 1515 peerDependenciesMeta: 1516 1516 typescript: 1517 1517 optional: true ··· 1658 1658 resolution: {integrity: sha512-RuCOQMIt78LWnktPoeBL0GErkNaJPTBGcYuyaBvUOQSpcpcLfWrHPPihYdOGbV5pam9VTWbeoF7TsGiHugcjGA==} 1659 1659 engines: {node: '>= 20'} 1660 1660 1661 - jotai@2.18.1: 1662 - resolution: {integrity: sha512-e0NOzK+yRFwHo7DOp0DS0Ycq74KMEAObDWFGmfEL28PD9nLqBTt3/Ug7jf9ca72x0gC9LQZG9zH+0ISICmy3iA==} 1661 + jotai@2.19.0: 1662 + resolution: {integrity: sha512-r2wwxEXP1F2JteDLZEOPoIpAHhV89paKsN5GWVYndPNMMP/uVZDcC+fNj0A8NjKgaPWzdyO8Vp8YcYKe0uCEqQ==} 1663 1663 engines: {node: '>=12.20.0'} 1664 1664 peerDependencies: 1665 1665 '@babel/core': '>=7.0.0' ··· 2125 2125 peerDependencies: 2126 2126 react: ^19.2.4 2127 2127 2128 - react-i18next@16.6.2: 2129 - resolution: {integrity: sha512-/S/GPzElTqEi5o2kzd0/O2627hPDmE6OGhJCCwCfUaQ3syyu+kaYH8/PYFtZeWc25NzfxTN/2fD1QjvrTgrFfA==} 2128 + react-i18next@16.6.6: 2129 + resolution: {integrity: sha512-ZgL2HUoW34UKUkOV7uSQFE1CDnRPD+tCR3ywSuWH7u2iapnz86U8Bi3Vrs620qNDzCf1F47NxglCEkchCTDOHw==} 2130 2130 peerDependencies: 2131 - i18next: '>= 25.6.2' 2131 + i18next: '>= 25.10.9' 2132 2132 react: '>= 16.8.0' 2133 2133 react-dom: '*' 2134 2134 react-native: '*' 2135 - typescript: ^5 2135 + typescript: ^5 || ^6 2136 2136 peerDependenciesMeta: 2137 2137 react-dom: 2138 2138 optional: true ··· 2841 2841 2842 2842 '@humanwhocodes/retry@0.4.3': {} 2843 2843 2844 - '@iconify-json/lucide@1.2.98': 2844 + '@iconify-json/lucide@1.2.100': 2845 2845 dependencies: 2846 2846 '@iconify/types': 2.0.0 2847 2847 ··· 3927 3927 dependencies: 3928 3928 '@babel/runtime': 7.29.2 3929 3929 3930 - i18next@25.10.5(typescript@5.9.3): 3930 + i18next@25.10.10(typescript@5.9.3): 3931 3931 dependencies: 3932 3932 '@babel/runtime': 7.29.2 3933 3933 optionalDependencies: ··· 4087 4087 '@hapi/topo': 6.0.2 4088 4088 '@standard-schema/spec': 1.1.0 4089 4089 4090 - jotai@2.18.1(@babel/core@7.29.0)(@babel/template@7.28.6)(@types/react@19.2.14)(react@19.2.4): 4090 + jotai@2.19.0(@babel/core@7.29.0)(@babel/template@7.28.6)(@types/react@19.2.14)(react@19.2.4): 4091 4091 optionalDependencies: 4092 4092 '@babel/core': 7.29.0 4093 4093 '@babel/template': 7.28.6 ··· 4458 4458 react: 19.2.4 4459 4459 scheduler: 0.27.0 4460 4460 4461 - react-i18next@16.6.2(i18next@25.10.5(typescript@5.9.3))(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(typescript@5.9.3): 4461 + react-i18next@16.6.6(i18next@25.10.10(typescript@5.9.3))(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(typescript@5.9.3): 4462 4462 dependencies: 4463 4463 '@babel/runtime': 7.29.2 4464 4464 html-parse-stringify: 3.0.1 4465 - i18next: 25.10.5(typescript@5.9.3) 4465 + i18next: 25.10.10(typescript@5.9.3) 4466 4466 react: 19.2.4 4467 4467 use-sync-external-store: 1.6.0(react@19.2.4) 4468 4468 optionalDependencies: