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

fix(deps): bump the nuxt group across 1 directory with 5 updates #126

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the nuxt group with 5 updates in the / directory:

Package From To
@nuxt/schema 3.11.1 3.11.2
@nuxt/test-utils 3.12.0 3.12.1
nuxt 3.11.1 3.11.2
@nuxt/fonts 0.5.1 0.7.0
@nuxt/devtools 1.1.5 1.2.0

Updates @nuxt/schema from 3.11.1 to 3.11.2

Release notes

Sourced from @​nuxt/schema's releases.

v3.11.2

3.11.2 is the next regularly scheduled patch release.

✅ Upgrading

As usual, our recommendation for upgrading is to run:

nuxi upgrade --force

This will refresh your lockfile as well, and ensures that you pull in updates from other dependencies that Nuxt relies on, particularly in the unjs ecosystem.

👉 Changelog

compare changes

🔥 Performance

  • nuxt: Don't tree-shake useServerHead in dev (#26421)
  • nuxt: Reduce nuxt island payload (#26569)
  • nuxt: Unsubscribe from watch when scope is disposed (#26554)
  • nuxt: Reduce router resolutions (#26519)

🩹 Fixes

  • nuxt: Handle underscores in island names (#26370)
  • nuxt: Don't append new route for redirect if one exists (#26368)
  • nuxt: Ignore navigateTo open option on server side (#26392)
  • nuxt: Print errors when compiling templates (#26410)
  • nuxt: Don't warn about definePageMeta in server pages (#26422)
  • nuxt: Pass joinRelativeURL + share paths on server (#26407)
  • nuxt: Exclude <srcDir>/index.html from import protection (#26430)
  • nuxt: Early return from refreshCookie on server (22ada37b4)
  • nuxt: Move v-if to wrapper in islands transform (#26386)
  • nuxt: Move directives to client component island wrapper (#26387)
  • nuxt: Ignore fetch errors in getLatestManifest (#26486)
  • nuxt: Check island element instead of hydration state (#26480)
  • nuxt: Add build id to rendered payload url (#26504)
  • nuxt: Support serialising rich server logs (#26503)
  • nuxt: Handle errors parsing/stringifying logs (4a87c35df)
  • nuxt: Augment GlobalComponents in multiple vue modules (#26541)
  • nuxt: Suppress warning about resolve cache-driver (#26595)
  • nuxt: Handle auto-importing named components (#26556)
  • schema: Update webpack transformAssetUrls + pass hoistStatic to vite plugin (#26563)
  • schema: Document use case for typescript.shim (#26607)
  • nuxt: Normalise rollup opts in island transform w/o nuxt (#26589)
  • nuxt: Handle missing Nuxt context in useRoute (#26633)

💅 Refactors

... (truncated)

Commits
  • 3c90aaf v3.11.2
  • 0d63921 chore(deps): update dependency vite to v5.2.8 (main) (#26627)
  • 8ae37e7 docs: correct grammar in typescript.shim JSDoc (#26626)
  • 59b58b8 chore(deps): update all non-major dependencies (main) (#26613)
  • d38d7e5 chore(deps): pin devdependency @​vue/compiler-sfc to 3.4.21 (main) (#26621)
  • 5f60361 fix(schema): document use case for typescript.shim (#26607)
  • 9bb8976 fix(schema): update webpack transformAssetUrls + pass hoistStatic to vite...
  • fe96679 chore(deps): update all non-major dependencies (main) (#26584)
  • 7024d5c chore(deps): update dependency webpack-dev-middleware to v7.2.0 (main) (#26559)
  • 24ad450 chore(deps): update all non-major dependencies (main) (#26545)
  • Additional commits viewable in compare view

Updates @nuxt/test-utils from 3.12.0 to 3.12.1

Release notes

Sourced from @​nuxt/test-utils's releases.

v3.12.1

compare changes

🩹 Fixes

  • Publish playwright.d.ts (#797)

❤️ Contributors

Changelog

Sourced from @​nuxt/test-utils's changelog.

v3.12.1

compare changes

🩹 Fixes

  • Publish playwright.d.ts (#797)

❤️ Contributors

Commits

Updates nuxt from 3.11.1 to 3.11.2

Release notes

Sourced from nuxt's releases.

v3.11.2

3.11.2 is the next regularly scheduled patch release.

✅ Upgrading

As usual, our recommendation for upgrading is to run:

nuxi upgrade --force

This will refresh your lockfile as well, and ensures that you pull in updates from other dependencies that Nuxt relies on, particularly in the unjs ecosystem.

👉 Changelog

compare changes

🔥 Performance

  • nuxt: Don't tree-shake useServerHead in dev (#26421)
  • nuxt: Reduce nuxt island payload (#26569)
  • nuxt: Unsubscribe from watch when scope is disposed (#26554)
  • nuxt: Reduce router resolutions (#26519)

🩹 Fixes

  • nuxt: Handle underscores in island names (#26370)
  • nuxt: Don't append new route for redirect if one exists (#26368)
  • nuxt: Ignore navigateTo open option on server side (#26392)
  • nuxt: Print errors when compiling templates (#26410)
  • nuxt: Don't warn about definePageMeta in server pages (#26422)
  • nuxt: Pass joinRelativeURL + share paths on server (#26407)
  • nuxt: Exclude <srcDir>/index.html from import protection (#26430)
  • nuxt: Early return from refreshCookie on server (22ada37b4)
  • nuxt: Move v-if to wrapper in islands transform (#26386)
  • nuxt: Move directives to client component island wrapper (#26387)
  • nuxt: Ignore fetch errors in getLatestManifest (#26486)
  • nuxt: Check island element instead of hydration state (#26480)
  • nuxt: Add build id to rendered payload url (#26504)
  • nuxt: Support serialising rich server logs (#26503)
  • nuxt: Handle errors parsing/stringifying logs (4a87c35df)
  • nuxt: Augment GlobalComponents in multiple vue modules (#26541)
  • nuxt: Suppress warning about resolve cache-driver (#26595)
  • nuxt: Handle auto-importing named components (#26556)
  • schema: Update webpack transformAssetUrls + pass hoistStatic to vite plugin (#26563)
  • schema: Document use case for typescript.shim (#26607)
  • nuxt: Normalise rollup opts in island transform w/o nuxt (#26589)
  • nuxt: Handle missing Nuxt context in useRoute (#26633)

💅 Refactors

... (truncated)

Commits

Updates @nuxt/fonts from 0.5.1 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

v0.6.0

... (truncated)

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

Updates @nuxt/devtools from 1.1.5 to 1.2.0

Release notes

Sourced from @​nuxt/devtools's releases.

v1.2.0

   🐞 Bug Fixes

    View changes on GitHub
Changelog

Sourced from @​nuxt/devtools's changelog.

1.2.0 (2024-04-19)

Bug Fixes

  • adopt forward-compatible approach to builder:watch (#637) (800d71f)
  • opt in to import.meta.* properties (#635) (ce60ab4)
Commits

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 nuxt group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@nuxt/schema](https://github.com/nuxt/nuxt/tree/HEAD/packages/schema) | `3.11.1` | `3.11.2` |
| [@nuxt/test-utils](https://github.com/nuxt/test-utils) | `3.12.0` | `3.12.1` |
| [nuxt](https://github.com/nuxt/nuxt/tree/HEAD/packages/nuxt) | `3.11.1` | `3.11.2` |
| [@nuxt/fonts](https://github.com/nuxt/fonts) | `0.5.1` | `0.7.0` |
| [@nuxt/devtools](https://github.com/nuxt/devtools/tree/HEAD/packages/devtools) | `1.1.5` | `1.2.0` |



Updates `@nuxt/schema` from 3.11.1 to 3.11.2
- [Release notes](https://github.com/nuxt/nuxt/releases)
- [Commits](https://github.com/nuxt/nuxt/commits/v3.11.2/packages/schema)

Updates `@nuxt/test-utils` from 3.12.0 to 3.12.1
- [Release notes](https://github.com/nuxt/test-utils/releases)
- [Changelog](https://github.com/nuxt/test-utils/blob/main/CHANGELOG.md)
- [Commits](nuxt/test-utils@v3.12.0...v3.12.1)

Updates `nuxt` from 3.11.1 to 3.11.2
- [Release notes](https://github.com/nuxt/nuxt/releases)
- [Commits](https://github.com/nuxt/nuxt/commits/v3.11.2/packages/nuxt)

Updates `@nuxt/fonts` from 0.5.1 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.5.1...v0.7.0)

Updates `@nuxt/devtools` from 1.1.5 to 1.2.0
- [Release notes](https://github.com/nuxt/devtools/releases)
- [Changelog](https://github.com/nuxt/devtools/blob/main/CHANGELOG.md)
- [Commits](https://github.com/nuxt/devtools/commits/v1.2.0/packages/devtools)

---
updated-dependencies:
- dependency-name: "@nuxt/schema"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: nuxt
- dependency-name: "@nuxt/test-utils"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: nuxt
- dependency-name: nuxt
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuxt
- dependency-name: "@nuxt/fonts"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuxt
- dependency-name: "@nuxt/devtools"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: nuxt
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependabot 🤖 Pull requests that update a dependency file label May 7, 2024
@dependabot dependabot bot requested a review from a team May 7, 2024 06:11
Copy link

codecov bot commented May 7, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 96.78%. Comparing base (61dc64c) to head (e6b207f).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #126   +/-   ##
=======================================
  Coverage   96.78%   96.78%           
=======================================
  Files           8        8           
  Lines         404      404           
  Branches       33       33           
=======================================
  Hits          391      391           
  Misses         13       13           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Contributor Author

dependabot bot commented on behalf of github May 7, 2024

Looks like these dependencies are no longer updatable, so this is no longer needed.

@dependabot dependabot bot closed this May 7, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/nuxt-d30957a83d branch May 7, 2024 06:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependabot 🤖 Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants