Create your Link in Bio for Bluesky
6
fork

Configure Feed

Select the types of activity you want to include in your feed.

Update dependency remix-utils to v9 (#162)

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

authored by

renovate[bot]
renovate[bot]
and committed by
GitHub
81df205f 36a24b3b

+6 -10
+1 -1
package.json
··· 70 70 "react-movable": "3.4.1", 71 71 "react-router": "^7.8.2", 72 72 "remix-i18next": "7.3.0", 73 - "remix-utils": "8.8.0", 73 + "remix-utils": "9.0.0", 74 74 "satori": "0.18.2", 75 75 "tailwind-merge": "3.3.1", 76 76 "ws": "8.18.3",
+5 -9
pnpm-lock.yaml
··· 141 141 specifier: 7.3.0 142 142 version: 7.3.0(i18next@25.5.2(typescript@5.9.2))(react-i18next@15.7.3(i18next@25.5.2(typescript@5.9.2))(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(typescript@5.9.2))(react-router@7.8.2(react-dom@19.2.0(react@19.2.0))(react@19.2.0))(react@19.2.0) 143 143 remix-utils: 144 - specifier: 8.8.0 145 - version: 8.8.0(@standard-schema/spec@1.0.0)(react-router@7.8.2(react-dom@19.2.0(react@19.2.0))(react@19.2.0))(react@19.2.0)(zod@4.1.5) 144 + specifier: 9.0.0 145 + version: 9.0.0(@standard-schema/spec@1.0.0)(react-router@7.8.2(react-dom@19.2.0(react@19.2.0))(react@19.2.0))(react@19.2.0) 146 146 satori: 147 147 specifier: 0.18.2 148 148 version: 0.18.2 ··· 4188 4188 react-i18next: ^13.0.0 || ^14.0.0 || ^15.0.0 4189 4189 react-router: ^7.0.0 4190 4190 4191 - remix-utils@8.8.0: 4192 - resolution: {integrity: sha512-5CR4a3YwPaCoPUHg+O69UMek05tnFMrtQsoXTU4KzsyU7heDO94IFTjKVzEFhi+s+SSo+ebRMxWvjf/QiPpqiQ==} 4191 + remix-utils@9.0.0: 4192 + resolution: {integrity: sha512-xpDnw6hIjYbHR9/noE4lKNPRzfxvGai3XBQcjOjcwIwZVW9O1bdsnYAl+aqJ2fMXSQTNMjNuR8Cetn76HqwXCg==} 4193 4193 engines: {node: '>=20.0.0'} 4194 4194 peerDependencies: 4195 4195 '@edgefirst-dev/batcher': ^1.0.0 ··· 4202 4202 is-ip: ^5.0.1 4203 4203 react: ^18.0.0 || ^19.0.0 4204 4204 react-router: ^7.0.0 4205 - zod: ^3.22.4 4206 4205 peerDependenciesMeta: 4207 4206 '@edgefirst-dev/batcher': 4208 4207 optional: true ··· 4223 4222 react: 4224 4223 optional: true 4225 4224 react-router: 4226 - optional: true 4227 - zod: 4228 4225 optional: true 4229 4226 4230 4227 require-directory@2.1.1: ··· 9677 9674 react-i18next: 15.7.3(i18next@25.5.2(typescript@5.9.2))(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(typescript@5.9.2) 9678 9675 react-router: 7.8.2(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 9679 9676 9680 - remix-utils@8.8.0(@standard-schema/spec@1.0.0)(react-router@7.8.2(react-dom@19.2.0(react@19.2.0))(react@19.2.0))(react@19.2.0)(zod@4.1.5): 9677 + remix-utils@9.0.0(@standard-schema/spec@1.0.0)(react-router@7.8.2(react-dom@19.2.0(react@19.2.0))(react@19.2.0))(react@19.2.0): 9681 9678 dependencies: 9682 9679 type-fest: 4.41.0 9683 9680 optionalDependencies: 9684 9681 '@standard-schema/spec': 1.0.0 9685 9682 react: 19.2.0 9686 9683 react-router: 7.8.2(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 9687 - zod: 4.1.5 9688 9684 9689 9685 require-directory@2.1.1: {} 9690 9686