Skip to content
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

⬆️ Bump @nuxt/fonts from 0.6.0 to 0.7.0 in the dependencies group #9

Merged
merged 4 commits into from
May 7, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 6, 2024

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

Updates @nuxt/fonts from 0.6.0 to 0.7.0

Release notes

Sourced from @​nuxt/fonts's releases.

v0.7.0

compare changes

🚀 Enhancements

  • Allow configuring font-stretch property in override (d7ff458)
  • Add preload override + preload non subsetted fonts (#136)

🩹 Fixes

  • Do not apply ignore patterns to _fonts public dir (4952673)

📖 Documentation

  • Clarify that addPreloadLinks only affects production (d3cbcdb)
  • readme: Replace provider count (#125)

🏡 Chore

  • Migrate to eslint v9 (#121)
  • Lint (7fa0ef5)
  • Update to latest @nuxt/module-builder (#139)

🤖 CI

  • Add codecov token (#140)

❤️ Contributors

v0.6.1

compare changes

🩹 Fixes

  • Add style in variable font local fallback name (#110)

📖 Documentation

  • Add link to adobe's terms and warning to read (7872b28)
  • Mention non-latin subset support for adobe provider (#109)

❤️ Contributors

Changelog

Sourced from @​nuxt/fonts's changelog.

v0.7.0

compare changes

🚀 Enhancements

  • Allow configuring font-stretch property in override (d7ff458)
  • Add preload override + preload non subsetted fonts (#136)

🩹 Fixes

  • Do not apply ignore patterns to _fonts public dir (4952673)

📖 Documentation

  • Clarify that addPreloadLinks only affects production (d3cbcdb)
  • readme: Replace provider count (#125)

🏡 Chore

  • Migrate to eslint v9 (#121)
  • Lint (7fa0ef5)
  • Update to latest @nuxt/module-builder (#139)

🤖 CI

  • Add codecov token (#140)

❤️ Contributors

v0.6.1

compare changes

🩹 Fixes

  • Add style in variable font local fallback name (#110)

📖 Documentation

  • Add link to adobe's terms and warning to read (7872b28)
  • Mention non-latin subset support for adobe provider (#109)

🏡 Chore

... (truncated)

Commits
  • ac653db chore(release): v0.7.0
  • 97270b8 chore(deps): update all non-major dependencies (#145)
  • 3d13c10 chore(deps): update all non-major dependencies (#144)
  • 2a9c004 chore(deps): update all non-major dependencies (#143)
  • 2bf2156 chore(deps): update devdependency @​iconify-json/carbon to ^1.1.32 (#142)
  • ed5f704 chore(deps): update all non-major dependencies (#138)
  • 989c5e1 ci: add codecov token (#140)
  • a2cb84c chore: update to latest @nuxt/module-builder (#139)
  • 3314376 chore(deps): update all non-major dependencies to ^1.5.1 (#137)
  • ba2b3a6 feat: add preload override + preload non subsetted fonts (#136)
  • 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 <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 dependencies group with 1 update: [@nuxt/fonts](https://github.com/nuxt/fonts).


Updates `@nuxt/fonts` from 0.6.0 to 0.7.0
- [Release notes](https://github.com/nuxt/fonts/releases)
- [Changelog](https://github.com/nuxt/fonts/blob/main/CHANGELOG.md)
- [Commits](nuxt/fonts@v0.6.0...v0.7.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies 🤖 Pull requests that update a dependency file label May 6, 2024
Copy link

vercel bot commented May 6, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
blog ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 7, 2024 0:43am

splendente and others added 2 commits May 7, 2024 21:33
Bumps the dependencies group with 1 update: [@nuxt/fonts](https://github.com/nuxt/fonts).


Updates `@nuxt/fonts` from 0.6.0 to 0.7.0
- [Release notes](https://github.com/nuxt/fonts/releases)
- [Changelog](https://github.com/nuxt/fonts/blob/main/CHANGELOG.md)
- [Commits](nuxt/fonts@v0.6.0...v0.7.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/dependencies-928243f448 branch from 99eb2de to fbd6941 Compare May 7, 2024 12:34
…hub.com:splendente/blog into dependabot/npm_and_yarn/dependencies-928243f448
@splendente splendente merged commit 1ef8a25 into main May 7, 2024
6 checks passed
@splendente splendente deleted the dependabot/npm_and_yarn/dependencies-928243f448 branch May 7, 2024 12:45
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant