Skip to content

dependabot: bump @nuxt/fonts from 0.12.1 to 0.13.0#4

Open
dependabot[bot] wants to merge 2 commits into
mainfrom
dependabot/npm_and_yarn/nuxt/fonts-0.13.0
Open

dependabot: bump @nuxt/fonts from 0.12.1 to 0.13.0#4
dependabot[bot] wants to merge 2 commits into
mainfrom
dependabot/npm_and_yarn/nuxt/fonts-0.13.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Feb 2, 2026

Copy link
Copy Markdown

Bumps @nuxt/fonts from 0.12.1 to 0.13.0.

Commits
  • 2114bc9 v0.13.0
  • 8357f48 chore(deps): lock file maintenance (#755)
  • b2121d4 chore(deps): update all non-major dependencies (#754)
  • 2daad4e chore: include .nuxt types + migrate to ts projects
  • b2406ef chore(deps): update dependency h3 to v1.15.5 [security] (#761)
  • 593af6e feat: add fonts:public-asset-context hook (#758)
  • 08b8fcb ci: simplify
  • 8d1165b ci: update name + hash
  • e8ffe84 ci: pass base-ref + head-ref to reusable workflow
  • f40c07c ci: try pinning to a commit hash
  • 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Feb 2, 2026
@greptile-apps

greptile-apps Bot commented Feb 2, 2026

Copy link
Copy Markdown

Greptile Overview

Greptile Summary

This PR bumps @nuxt/fonts from 0.12.1 to 0.13.0, a minor version update that includes several improvements:

  • Adds new fonts:public-asset-context hook for enhanced font asset handling
  • Updates to TypeScript project configuration
  • Includes security patch for h3 dependency (v1.15.5)
  • Brings in new transitive dependencies: @capsizecss/[email protected], [email protected], and updates fontaine to 0.8.0
  • Updates esbuild from 0.25.12 to 0.27.2
  • Replaces node-fetch-native with [email protected]
  • Updates lru-cache from 11.2.4 to 11.2.5

The changes are standard dependency updates with no breaking changes expected. All modifications are isolated to dependency declarations and lock file resolution.

Confidence Score: 5/5

  • This PR is safe to merge with minimal risk
  • This is a standard Dependabot-managed minor version bump with no breaking changes. The update includes security patches and follows semantic versioning. All changes are confined to dependency management files with proper lock file updates.
  • No files require special attention

Important Files Changed

Filename Overview
package.json Minor version bump of @nuxt/fonts from 0.12.1 to 0.13.0
pnpm-lock.yaml Lock file updated with new transitive dependencies (@capsizecss/unpack, fontkitten, [email protected]) and updated esbuild to 0.27.2

Sequence Diagram

sequenceDiagram
    participant Dependabot
    participant PackageJSON as package.json
    participant LockFile as pnpm-lock.yaml
    participant NuxtFonts as @nuxt/fonts
    participant Dependencies as New Dependencies
    
    Dependabot->>PackageJSON: Update @nuxt/fonts: 0.12.1 → 0.13.0
    Dependabot->>LockFile: Resolve dependency tree
    LockFile->>NuxtFonts: Install @nuxt/[email protected]
    NuxtFonts->>Dependencies: Pull [email protected]
    Dependencies->>Dependencies: Add @capsizecss/[email protected]
    Dependencies->>Dependencies: Add [email protected]
    NuxtFonts->>Dependencies: Update esbuild: 0.25.12 → 0.27.2
    NuxtFonts->>Dependencies: Replace node-fetch-native with [email protected]
    LockFile->>Dependencies: Update lru-cache: 11.2.4 → 11.2.5
Loading

@greptile-apps greptile-apps Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

2 files reviewed, no comments

Edit Code Review Agent Settings | Greptile

@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/nuxt/fonts-0.13.0 branch from 901d8bf to adfbd54 Compare February 13, 2026 08:47
notxorand and others added 2 commits February 22, 2026 03:51
Bumps [@nuxt/fonts](https://github.com/nuxt/fonts) from 0.12.1 to 0.13.0.
- [Release notes](https://github.com/nuxt/fonts/releases)
- [Changelog](https://github.com/nuxt/fonts/blob/main/CHANGELOG.md)
- [Commits](nuxt/fonts@v0.12.1...v0.13.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/nuxt/fonts-0.13.0 branch from adfbd54 to 855d7a5 Compare February 22, 2026 02:54
@dependabot @github

dependabot Bot commented on behalf of github Mar 1, 2026

Copy link
Copy Markdown
Author

A newer version of @​nuxt/fonts exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.

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