Skip to content

Comments

Bump @nuxt/fonts from 0.13.0 to 0.14.0 in the all-dependencies group#18

Merged
daveio merged 1 commit intoproductionfrom
dependabot/npm_and_yarn/all-dependencies-e275186f9c
Feb 16, 2026
Merged

Bump @nuxt/fonts from 0.13.0 to 0.14.0 in the all-dependencies group#18
daveio merged 1 commit intoproductionfrom
dependabot/npm_and_yarn/all-dependencies-e275186f9c

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 16, 2026

Bumps the all-dependencies group with 1 update: @nuxt/fonts.

Updates @nuxt/fonts from 0.13.0 to 0.14.0

Release notes

Sourced from @​nuxt/fonts's releases.

v0.14.0

0.14.0 is the next minor release.

🚨 Breaking changes

Default font format is now woff2 only

Font providers previously returned multiple formats (woff2, woff, truetype, etc.). The default behavior now only resolves woff2 fonts, which is supported by all modern browsers.

Your @font-face declarations will typically have fewer src entries, reducing CSS size. In most cases this is a transparent improvement.

To restore the previous behavior or add additional formats:

export default defineNuxtConfig({
  fonts: {
    defaults: {
      formats: ['woff2', 'woff', 'ttf'],
    },
  },
})

Available values: 'woff2', 'woff', 'ttf', 'otf', 'eot'.

Cache invalidation

Font metadata caches are now isolated per provider and per provider options. After upgrading, your font metadata cache (node_modules/.cache/nuxt/fonts/) will be invalidated and fonts will be re-fetched on the next build. This is a one-time occurrence.

✨ Features

Resolve fonts from node_modules

A new built-in npm provider can resolve fonts installed as npm packages. If no other provider matches a font family, @nuxt/fonts will now attempt to find it in your node_modules via CDN metadata.

export default defineNuxtConfig({
  fonts: {
    npm: {
      // options for the npm provider (optional)
    },
  },
})

Font format resolution

You can control which font formats are resolved via the new defaults.formats option:

</tr></table> 

... (truncated)

Commits
  • 95b332b v0.14.0
  • fce0318 feat: add support for resolving fonts from local node_modules (#781)
  • 035091a test: update snapshots for adobe preloads
  • 9d7715d fix(deps): bump unifont + reenable adobe tests
  • aedb0e1 chore(deps): update devdependency eslint to v10 (#778)
  • de70796 chore(deps): update all non-major dependencies (#762)
  • 25c87c4 chore: remove changelog (in favour of github releases)
  • 171c9a4 feat: support lightningcss transforms
  • 6e8e343 fix: include more css-ish files when injecting font-families
  • 0ec437e fix: prevent font flashes in development
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the all-dependencies group with 1 update: [@nuxt/fonts](https://github.com/nuxt/fonts).


Updates `@nuxt/fonts` from 0.13.0 to 0.14.0
- [Release notes](https://github.com/nuxt/fonts/releases)
- [Commits](nuxt/fonts@v0.13.0...v0.14.0)

---
updated-dependencies:
- dependency-name: "@nuxt/fonts"
  dependency-version: 0.14.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from daveio as a code owner February 16, 2026 15:19
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Feb 16, 2026
@cloudflare-workers-and-pages
Copy link

cloudflare-workers-and-pages bot commented Feb 16, 2026

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Updated (UTC)
❌ Deployment failed
View logs
affirm-staging 3921644 Feb 16 2026, 03:19 PM

@daveio daveio merged commit 5c12cf7 into production Feb 16, 2026
6 of 7 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/all-dependencies-e275186f9c branch February 16, 2026 21:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant