fix(deps): update dependency @nuxt/fonts to v0.14.0#20
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
08d0022 to
e29ea5b
Compare
be01dc8 to
1936696
Compare
a0dfe5d to
97ad15c
Compare
97ad15c to
6a7f905
Compare
6a7f905 to
72079c7
Compare
72079c7 to
29c7dca
Compare
29c7dca to
359ca07
Compare
2f5344f to
6aaf511
Compare
6aaf511 to
7de7f47
Compare
7de7f47 to
43a74e4
Compare
43a74e4 to
28b2f88
Compare
28b2f88 to
474ca33
Compare
474ca33 to
5f32640
Compare
e774400 to
c538769
Compare
c538769 to
f2f094a
Compare
cc3c41e to
498c336
Compare
498c336 to
bd83d6e
Compare
bd83d6e to
fd0f943
Compare
fd0f943 to
e52763f
Compare
2108570 to
7fee97b
Compare
7fee97b to
f282c1c
Compare
f282c1c to
8bf8a51
Compare
8bf8a51 to
1cb0fed
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.11.0→0.14.0Release Notes
nuxt/fonts (@nuxt/fonts)
v0.14.0Compare Source
🚨 Breaking changes
Default font format is now
woff2onlyFont providers previously returned multiple formats (
woff2,woff,truetype, etc.). The default behavior now only resolveswoff2fonts, which is supported by all modern browsers.Your
@font-facedeclarations will typically have fewersrcentries, reducing CSS size. In most cases this is a transparent improvement.To restore the previous behavior or add additional formats:
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_modulesA new built-in
npmprovider can resolve fonts installed as npm packages. If no other provider matches a font family,@nuxt/fontswill now attempt to find it in yournode_modulesvia CDN metadata.Font format resolution
You can control which font formats are resolved via the new
defaults.formatsoption:Provider-specific font family options
You can now pass provider-specific options when configuring individual font families:
throwOnErroroptionConfigure whether font resolution errors should throw or warn:
lightningcss support
If your Nuxt project uses Vite's lightningcss mode for CSS processing (for example, if you're using rolldown-vite!), injected
@font-facedeclarations are now minified with lightningcss instead of esbuild.🩹 Fixes
Cache-Control: public, max-age=31536000, immutableheaders, preventing font flashes during HMR on SSR frameworks.&lang.cssquery strings and inline style IDs), aligning with fontless behavior.👉 Changelog
compare changes
🚀 Enhancements
node_modules(#781)🩹 Fixes
📖 Documentation
🏡 Chore
✅ Tests
🤖 CI
❤️ Contributors
v0.13.0Compare Source
v0.12.1Compare Source
This is a rerelease of 0.12.0, which encountered an issue in the publishing process. See release notes for v0.12.0.
👉 Changelog
compare changes
🏡 Chore
❤️ Contributors
v0.11.4Compare Source
👉 Changelog
compare changes
🩹 Fixes
unifontupgrade (76a8f0d)❤️ Contributors
v0.11.3Compare Source
👉 Changelog
compare changes
🩹 Fixes
baseURLin devtools (29cdb31)storybookmodule (db5fbf1)🏡 Chore
❤️ Contributors
v0.11.2Compare Source
👉 Changelog
compare changes
🩹 Fixes
📖 Documentation
🏡 Chore
latestspecifier for nuxt/fonts within repo (e6d716d)✅ Tests
🤖 CI
❤️ Contributors
v0.11.1Compare Source
👉 Changelog
compare changes
🩹 Fixes
📖 Documentation
processCSSVariables(#563)🏡 Chore
@nuxtjs/tailwindcss(30d4514)❤️ Contributors
Configuration
📅 Schedule: (UTC)
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.