Skip to content

fix(deps): update dependency astro-font to v1 #449

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 17, 2025

This PR contains the following updates:

Package Change Age Confidence
astro-font (source) ^0.0.80 -> ^1.0.0 age confidence

Release Notes

rishi-raj-jain/astro-font (astro-font)

v1.1.0: [email protected]

Compare Source

With astro-font@^1.1.0, the library now:

  • has an (optional) Astro integration which takes care of bundling all the fetched fonts in __astro_font_generated__ directory in your static bundle. Use it via:
// File: astro.config.*
+  import { astroFont } from 'astro-font/integration'
  // ...
  integrations: [
+  astroFont()
  ]
  // ...
  • ensures if it has write access to write fetched font files locally

v1.0.0: [email protected]

Compare Source

With astro-font@^1.0.0, the library now ensures that the basePath specified in the font configuration exists, and the font name specified is enclosed under quotes which allows whitespaces in the name of the font.

v0.1.81: [email protected]

Compare Source

In astro-font@^0.1.81, the support for locally hosted fonts in local development environments have been introduced. Simply the checks for https: have been extended to http:. Also, the type definitions for style and weight attribute per configuration has been updated to support string, and string and number respectively.

v0.0.81

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link

vercel bot commented Mar 17, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
elian-codes Ready Ready Preview Comment Aug 19, 2025 2:07pm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants