astrolicious / i18n

Yet another i18n integration for Astro with server and client utilities, type safety and translations built-in.
https://astro-i18n.netlify.app/
MIT License
48 stars 3 forks source link

fix: types for astro >=4.14.0 #33

Closed florian-lefebvre closed 1 month ago

florian-lefebvre commented 1 month ago

Close #32

netlify[bot] commented 1 month ago

Deploy Preview for astro-i18n ready!

Name Link
Latest commit 047502299a436bfa63c5437539d5ffb106081521
Latest deploy log https://app.netlify.com/sites/astro-i18n/deploys/66c9a81c2394780008817c2e
Deploy Preview https://deploy-preview-33--astro-i18n.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

netlify[bot] commented 1 month ago

Deploy Preview for astro-i18n-demo ready!

Name Link
Latest commit 047502299a436bfa63c5437539d5ffb106081521
Latest deploy log https://app.netlify.com/sites/astro-i18n-demo/deploys/66c9a81cf05cac00082e9227
Deploy Preview https://deploy-preview-33--astro-i18n-demo.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

florian-lefebvre commented 1 month ago

@Fryuni I have some types issues with inox tools route config

Fryuni commented 1 month ago

We bumped the minimum Astro version to 4.12 on AIK 0.15 to remove our workaround for custom hooks. This lib is using Astro 4.7 which doesn't have the appropriate types.

PNPM should have shown a warning or an error about that tho 🤔