ymmooot / nuxt-jsonld

A Nuxt.js module to manage JSON-LD in Vue component.
312 stars 25 forks source link

build(deps): bump nuxt from 3.8.2 to 3.10.2 #1389

Closed dependabot[bot] closed 6 months ago

dependabot[bot] commented 6 months ago

Bumps nuxt from 3.8.2 to 3.10.2.

Release notes

Sourced from nuxt's releases.

v3.10.2

3.10.2 is a 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 vue and unjs ecosystems.

๐Ÿ‘‰ Changelog

compare changes

๐Ÿฉน Fixes

  • nuxt: Export refreshCookie (#25635)
  • nuxt: Allow prefetching urls with query string (#25658)
  • nuxt: Remove undefined keys in route object (#25667)
  • vite: Treat .pcss extension as a CSS extension (#25673)
  • nuxt: Don't check for layout/page with <ClientOnly> (#25714)
  • vite: Strip query strings for style chunk filenames (#25764)
  • nuxt: Inline entry styles before component styles (#25749)
  • vite: Optimise layer dependencies with vite (#25752)
  • nuxt: Don't add extra baseURL on server useRequestURL (#25765)
  • schema: Use rootDir, not process.cwd, for modulesDir (#25766)
  • nuxt: Only warn for useId if attrs were not rendered (#25770)
  • kit: Don't mutate existing component entry when overriding (#25786)

๐Ÿ“– Documentation

  • Fix typo in useAsyncData docs (#25644)
  • Add quotes to clarify what site title is in example (#25669)
  • Enable twoslash for some code snippets (#25679)
  • Add prepend option docs for addComponentsDir (#25683)
  • Extend auto-scanned layer directories (#25720)
  • Improve wording in seo docs (#25692)
  • Add how to debug nuxt with node inspector (#25731)
  • Add missing export defaults for nuxt config (#25774)
  • Add import statement for mountSuspended (#25783)
  • Pass event to useRuntimeConfig (#25788)

๐Ÿก Chore

  • schema: Add missing closing code block (#25641)

... (truncated)

Commits
  • ceebcde v3.10.2
  • 0c694ee chore(deps): update all non-major dependencies (main) (#25728)
  • a1c1fda fix(nuxt): only warn for useId if attrs were not rendered (#25770)
  • 29b338f fix(nuxt): don't add extra baseURL on server useRequestURL (#25765)
  • 795050e fix(nuxt): inline entry styles before component styles (#25749)
  • 18063b2 chore(deps): update dependency @โ€‹vitejs/plugin-vue to v5.0.4 (main) (#25726)
  • eb1593c chore(deps): update all non-major dependencies (main) (#25682)
  • fd671a2 fix(nuxt): don't check for layout/page with \<ClientOnly> (#25714)
  • 4f3391f fix(nuxt): remove undefined keys in route object (#25667)
  • f28a468 chore(deps): update all non-major dependencies (main) (#25670)
  • 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 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)
codecov[bot] commented 6 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (71af48f) 100.00% compared to head (d50056e) 100.00%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1389 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 4 4 Lines 42 42 Branches 10 10 ========================================= Hits 42 42 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

cypress[bot] commented 6 months ago

Passing run #1086 โ†—๏ธŽ

0 4 0 0 Flakiness 0

Details:

Merge d50056e6cb88d34f9fed8aae70c4adda37f46060 into 71af48f8780bf331221dee7fa167...
Project: nuxt-jsonld Commit: eed5a7c60c โ„น๏ธ
Status: Passed Duration: 00:05 ๐Ÿ’ก
Started: Feb 14, 2024 5:34 PM Ended: Feb 14, 2024 5:34 PM

Review all test suite changes for PR #1389 โ†—๏ธŽ

dependabot[bot] commented 6 months ago

Superseded by #1395.