The (very WIP) home of the next versions of my web presences

infra: update Node, pnpm, and Rust toolchain versions

+2 -2
mise.toml
··· 1 1 [tools] 2 - node = "22.15.0" 3 - pnpm = "10.8.1" 2 + node = "22.20.0" 3 + pnpm = "10.17.1"
+21 -14
pnpm-lock.yaml
··· 1 - lockfileVersion: '6.0' 1 + lockfileVersion: '9.0' 2 2 3 3 settings: 4 4 autoInstallPeers: true 5 5 excludeLinksFromLockfile: false 6 6 7 - devDependencies: 8 - lite-youtube-embed: 9 - specifier: ^0.3.2 10 - version: 0.3.2 11 - prettier: 12 - specifier: ^3.2.4 13 - version: 3.2.4 7 + importers: 8 + 9 + .: 10 + devDependencies: 11 + lite-youtube-embed: 12 + specifier: ^0.3.2 13 + version: 0.3.3 14 + prettier: 15 + specifier: ^3.2.4 16 + version: 3.5.3 14 17 15 18 packages: 16 19 17 - /lite-youtube-embed@0.3.2: 18 - resolution: {integrity: sha512-b1dgKyF4PHhinonmr3PB172Nj0qQgA/7DE9EmeIXHR1ksnFEC2olWjNJyJGdsN2cleKHRjjsmrziKlwXtPlmLQ==} 19 - dev: true 20 + lite-youtube-embed@0.3.3: 21 + resolution: {integrity: sha512-gFfVVnj6NRjxVfJKo3qoLtpi0v5mn3AcR4eKD45wrxQuxzveFJUb+7Cr6uV6n+DjO8X3p0UzPPquhGt0H/y+NA==} 20 22 21 - /prettier@3.2.4: 22 - resolution: {integrity: sha512-FWu1oLHKCrtpO1ypU6J0SbK2d9Ckwysq6bHj/uaCP26DxrPpppCLQRGVuqAxSTvhF00AcvDRyYrLNW7ocBhFFQ==} 23 + prettier@3.5.3: 24 + resolution: {integrity: sha512-QQtaxnoDJeAkDvDKWCLiwIXkTgRhwYDEQCghU9Z6q03iyek/rxRh/2lC3HB7P8sWT2xC/y5JDctPLBIGzHKbhw==} 23 25 engines: {node: '>=14'} 24 26 hasBin: true 25 - dev: true 27 + 28 + snapshots: 29 + 30 + lite-youtube-embed@0.3.3: {} 31 + 32 + prettier@3.5.3: {}
+1 -1
rust-toolchain.toml
··· 1 1 [toolchain] 2 - channel = "1.89" 2 + channel = "1.90" 3 3 components = ["rustfmt", "clippy", "rust-analyzer"]