Diizzayy / nuxt-graphql-client

⚡️ Minimal GraphQL Client + Code Generation for Nuxt3
https://nuxt-graphql-client.web.app
MIT License
357 stars 44 forks source link

fix(deps): bump @nuxt/kit from 3.8.0 to 3.8.1 #418

Closed dependabot[bot] closed 10 months ago

dependabot[bot] commented 10 months ago

Bumps @nuxt/kit from 3.8.0 to 3.8.1.

Release notes

Sourced from @​nuxt/kit's releases.

v3.8.1

3.8.1 is a patch release focused on bug fixes and performance improvements.

👉 Changelog

compare changes

🔥 Performance

  • nuxt: Set pages on nuxt app and deduplicate calls (#24032)
  • nuxt: Remove pure annotations plugin (#24033)
  • nuxt: Use granular imports for auto-importing composables (#23951)

🩹 Fixes

  • nuxt: Ensure we add prerender hints to correct event (#23799)
  • nuxt: Close payload object (#23817)
  • schema: Accept single string for extends (#23795)
  • nuxt: Resolve internal target: blank links with base (#23751)
  • nuxt,schema: Use std-env to detect whether app is being tested (#23830)
  • nuxt: Use .json extension for server components (#23802)
  • nuxt: Handle relative baseURL in nitro runtime config (#23841)
  • nuxt: Improve watcher logs slightly (#23857)
  • nuxt: Resolve @unhead/vue in template code (#23858)
  • kit: Resolve module tsconfig paths relative to dirs (#23860)
  • nuxt,schema,vite,webpack: Analyze w/o overriding config (#23856)
  • nuxt: Don't use local fetch with an external baseURL (#23884)
  • nuxt: Only skip refetching errors when hydrating (#23889)
  • webpack: Use lodash cloneDeep again (#23888)
  • nuxt: Init $fetch at entry start (#23906)
  • nuxt: Render a div when client-only hydrates w/o element (#23899)
  • vite: Remove postcss-url and duplicate postcss-import (#23861)
  • nuxt: Use route key for loading indicator/view transition (#23868)
  • nuxt: Unset useCookie value when it expires (#23549)
  • vite: Use h3 cors handler for vite routes only (#23995)
  • schema: Correctly set default cssnano config (#23980)
  • nuxt: Use payload url for isPrerendered, not current route (#24031)
  • vite: Don't warm up css deps and normalise urls correctly (#23975)
  • kit: Fix addServerImportsDir implementation (#24000)
  • nuxt: Preserve hyphens in component/layout kebab names (#23902)
  • nuxt: Do not register loading indicator hooks on server (#24052)
  • nuxt: Reload nitro when spa loading template updates (#24036)
  • nuxt: Resolve imports from virtual files (#24022)
  • vite: Include more of warmup within try/catch (#24072)
  • nuxt: Use shared isChangingPage util in scrollBehavior (#24091)
  • nuxt: Account for delay ≤ 0 in useCookie (#24043)
  • nuxt: Handle async children in ClientFallback (#24086)
  • vite: Normalise entry id for typeCheck plugin (#24114)

💅 Refactors

... (truncated)

Commits


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 10 months ago

Codecov Report

Merging #418 (ebe8b0f) into main (7b40c14) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #418   +/-   ##
=======================================
  Coverage   93.34%   93.34%           
=======================================
  Files           6        6           
  Lines         631      631           
  Branches      120      120           
=======================================
  Hits          589      589           
  Misses         42       42           

:mega: Codecov offers a browser extension for seamless coverage viewing on GitHub. Try it in Chrome or Firefox today!

dependabot[bot] commented 10 months ago

Looks like @nuxt/kit is up-to-date now, so this is no longer needed.