gbicou / nuxt-urql

Nuxt URQL module
https://nuxt-urql-docs.vercel.app
MIT License
12 stars 0 forks source link

build(deps): bump the nuxt group across 1 directory with 6 updates #169

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 2 months ago

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

Package From To
@nuxt/kit 3.11.2 3.12.3
@nuxt/eslint-config 0.3.12 0.3.13
@nuxt/module-builder 0.6.0 0.8.1
@nuxt/schema 3.11.2 3.12.3
@nuxt/test-utils 3.12.1 3.13.1
nuxt 3.11.2 3.12.3

Updates @nuxt/kit from 3.11.2 to 3.12.3

Release notes

Sourced from @​nuxt/kit's releases.

v3.12.3

3.12.3 is the next regularly scheduled patch release.

👉 Changelog

compare changes

🔥 Performance

  • nuxt,vite: Use native fs utils rather than fs-extra (#27787)
  • schema: Use chokidar when a custom srcDir is provided (#27871)
  • nuxt: Ensure prefetchComponents is treeshaken on server (#27905)

🩹 Fixes

  • nuxt: Flag async data promise as cancelled only if defined (#27690)
  • schema: Handle backwards compat for dir.app (0c73cb734)
  • nuxt: Support hoisting types of subpath imports (#27720)
  • nuxt: Resolve routes when navigateTo called with open (#27742)
  • nuxt: Handle subpaths more correctly (d7402a799)
  • nuxt: Delay navigation until user input is acknowledged (#27743)
  • nuxt: Resolve aliases used in nitro plugin paths (#27741)
  • schema: Do not use full path assets/public aliases (d0518650f)
  • nuxt: Defer registering inp handler until nuxt is mounted (866a5319a)
  • nuxt: Add refresh type in server component refs (#27778)
  • nuxt: Extract all-literal page meta (#27821)
  • kit: Handle loading nuxt 4+ (cf251bd48)
  • nuxt: Handle external links to named route objects (#27829)
  • nuxt: Use URL to encode redirected URLs (#27822)
  • nuxt: Don't use app version when verifying nuxt deps (#27864)
  • nuxt: Prompt to set compatibility date with latest nitro (#27893)
  • nuxt: Add #vue-router alias for backwards compat (#27896)
  • nuxt: Move app augments to core nuxt types (#27900)
  • nuxt: Pass augmented pages to child paths (ecb35d3a2)
  • nuxt: Use pascal name when loading server component (#27928)
  • nuxt: Improve async data warning (#27874, #27934)
  • nuxt: Allow configuring server components in modules (#27936)
  • vite: Omit css ?raw from head when in dev mode (#27940)
  • kit,nuxt: Ensure webworker types are available (4cab71d66)
  • nuxt: Seed crawler when prerendering pages (#27955)
  • vite: Fix type issue with legacy dev bundler (f9fa1a3e9)
  • nuxt: Improve dx around compatibility date prompt (#27965)

💅 Refactors

  • kit,nuxt: Use performance.now to measure time (d14f7ec46)

📖 Documentation

  • Add referral query variable to Vue School Links (#27670)
  • Fix variable name (#27675)
  • Clarify how transitions are configured globally (#27679)
  • Remove outdated recommendation (#27691)
  • Add refreshCookie on useCookie doc page (#27744)
  • Sync changes from main branch (e7fbc9f81)
  • Remove outdated tip (#27773)
  • Warn about awaiting useFetch/AsyncData in wrappers (#27785)
  • Update some code groups with package manager examples (#27791)

... (truncated)

Commits
  • a9fcd82 v3.12.3
  • f07969d chore: remove unused variable
  • d14f7ec refactor(kit,nuxt): use performance.now to measure time
  • 4cab71d fix(kit,nuxt): ensure webworker types are available
  • a3fe751 chore(deps): update dependency pkg-types to ^1.1.2 (3.x) (#27948)
  • 7bd2745 chore(deps): update all non-major dependencies (3.x) (#27927)
  • ca9d982 chore(deps): update all non-major dependencies (3.x) (#27913)
  • fd46d67 chore: improve type safety with indexed access (#27626)
  • cf251bd fix(kit): handle loading nuxt 4+
  • 8773abf chore(deps): update all non-major dependencies (main) (#27721)
  • Additional commits viewable in compare view


Updates @nuxt/eslint-config from 0.3.12 to 0.3.13

Commits


Updates @nuxt/module-builder from 0.6.0 to 0.8.1

Release notes

Sourced from @​nuxt/module-builder's releases.

v0.8.1

compare changes

🩹 Fixes

  • build: Export all types in stub mode (6b1970d)

🏡 Chore

❤️ Contributors

v0.8.0

compare changes

🩹 Fixes

  • ⚠️ Do not augment nuxt options inside module entry (#295)
  • build: Do not export default as a type (d29337c)
  • build: Only generate import type statement if required (190bff4)

⚠️ Breaking Changes

  • ⚠️ Do not augment nuxt options inside module entry (#295)

❤️ Contributors

v0.7.1

compare changes

🩹 Fixes

  • build: Declare ModuleOptions in correct place (#283)

📖 Documentation

  • Update path for runtime js files (#282)

❤️ Contributors

v0.7.0

compare changes

... (truncated)

Changelog

Sourced from @​nuxt/module-builder's changelog.

v0.8.1

compare changes

🩹 Fixes

  • build: Export all types in stub mode (6b1970d)

🏡 Chore

❤️ Contributors

v0.8.0

compare changes

🩹 Fixes

  • ⚠️ Do not augment nuxt options inside module entry (#295)
  • build: Do not export default as a type (d29337c)
  • build: Only generate import type statement if required (190bff4)

⚠️ Breaking Changes

  • ⚠️ Do not augment nuxt options inside module entry (#295)

❤️ Contributors

v0.7.1

compare changes

🩹 Fixes

  • build: Declare ModuleOptions in correct place (#283)

📖 Documentation

  • Update path for runtime js files (#282)

❤️ Contributors

... (truncated)

Commits
  • a125b94 chore(release): v0.8.1
  • c39cc75 chore: add @​danielroe to code owners
  • 6b1970d fix(build): export all types in stub mode
  • 40469ce chore(deps): update all non-major dependencies (#300)
  • bf341d6 chore(deps): update all non-major dependencies (#296)
  • 4f10258 chore(deps): lock file maintenance (#298)
  • c122730 chore(release): v0.8.0
  • 190bff4 fix(build): only generate import type statement if required
  • d29337c fix(build): do not export default as a type
  • ced56f6 fix!: do not augment nuxt options inside module entry (#295)
  • Additional commits viewable in compare view


Updates @nuxt/schema from 3.11.2 to 3.12.3

Release notes

Sourced from @​nuxt/schema's releases.

v3.12.3

3.12.3 is the next regularly scheduled patch release.

👉 Changelog

compare changes

🔥 Performance

  • nuxt,vite: Use native fs utils rather than fs-extra (#27787)
  • schema: Use chokidar when a custom srcDir is provided (#27871)
  • nuxt: Ensure prefetchComponents is treeshaken on server (#27905)

🩹 Fixes

  • nuxt: Flag async data promise as cancelled only if defined (#27690)
  • schema: Handle backwards compat for dir.app (0c73cb734)
  • nuxt: Support hoisting types of subpath imports (#27720)
  • nuxt: Resolve routes when navigateTo called with open (#27742)
  • nuxt: Handle subpaths more correctly (d7402a799)
  • nuxt: Delay navigation until user input is acknowledged (#27743)
  • nuxt: Resolve aliases used in nitro plugin paths (#27741)
  • schema: Do not use full path assets/public aliases (d0518650f)
  • nuxt: Defer registering inp handler until nuxt is mounted (866a5319a)
  • nuxt: Add refresh type in server component refs (#27778)
  • nuxt: Extract all-literal page meta (#27821)
  • kit: Handle loading nuxt 4+ (cf251bd48)
  • nuxt: Handle external links to named route objects (#27829)
  • nuxt: Use URL to encode redirected URLs (#27822)
  • nuxt: Don't use app version when verifying nuxt deps (#27864)
  • nuxt: Prompt to set compatibility date with latest nitro (#27893)
  • nuxt: Add #vue-router alias for backwards compat (#27896)
  • nuxt: Move app augments to core nuxt types (#27900)
  • nuxt: Pass augmented pages to child paths (ecb35d3a2)
  • nuxt: Use pascal name when loading server component (#27928)
  • nuxt: Improve async data warning (#27874, #27934)
  • nuxt: Allow configuring server components in modules (#27936)
  • vite: Omit css ?raw from head when in dev mode (#27940)
  • kit,nuxt: Ensure webworker types are available (4cab71d66)
  • nuxt: Seed crawler when prerendering pages (#27955)
  • vite: Fix type issue with legacy dev bundler (f9fa1a3e9)
  • nuxt: Improve dx around compatibility date prompt (#27965)

💅 Refactors

  • kit,nuxt: Use performance.now to measure time (d14f7ec46)

📖 Documentation

  • Add referral query variable to Vue School Links (#27670)
  • Fix variable name (#27675)
  • Clarify how transitions are configured globally (#27679)
  • Remove outdated recommendation (#27691)
  • Add refreshCookie on useCookie doc page (#27744)
  • Sync changes from main branch (e7fbc9f81)
  • Remove outdated tip (#27773)
  • Warn about awaiting useFetch/AsyncData in wrappers (#27785)
  • Update some code groups with package manager examples (#27791)

... (truncated)

Commits
  • a9fcd82 v3.12.3
  • a3fe751 chore(deps): update dependency pkg-types to ^1.1.2 (3.x) (#27948)
  • 3c16c89 docs: update Nuxt 3 -> Nuxt or Nuxt 3+
  • c51de65 chore(deps): update all non-major dependencies to v2.0.24 (3.x) (#27922)
  • ca9d982 chore(deps): update all non-major dependencies (3.x) (#27913)
  • 188ddcb chore(deps): update dependency @​vitejs/plugin-vue to v5.0.5 (main) (#27842)
  • ab369e1 perf(schema): use chokidar when a custom srcDir is provided (#27871)
  • 77d32cd chore(deps): update all non-major dependencies (main) (#27767)
  • d463554 chore(deps): update all non-major dependencies (main) (#27733)
  • d051865 fix(schema): do not use full path assets/public aliases
  • Additional commits viewable in compare view


Updates @nuxt/test-utils from 3.12.1 to 3.13.1

Release notes

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

v3.13.1

compare changes

🩹 Fixes

  • Revert execa to v8 for now (fef8b062)
  • config: Force buildId to test manually (25e081e4)
  • runtime-utils: Use appId fallback after tryUseNuxtApp (#849)

🏡 Chore

🤖 CI

  • Run test suite on windows (#851)

❤️ Contributors

v3.13.0

compare changes

🚀 Enhancements

  • e2e: Improve types for $fetch (b21d9a54)
  • deps: Upgrade execa to v9 (#843)

🔥 Performance

  • e2e: Don't iterate when cleaning up if nothing registered (#753)

🩹 Fixes

  • e2e: Improve types for fetch and mockLogger (eb40a6a6)
  • e2e: Force string response within startServer (1b182505)
  • e2e: Improve return types for mockLogger (21aa7a2f)
  • runtime: Improve types for renderSuspended and mountSuspended (1636cede)
  • e2e: Revert changes for $fetch inference to unbreak build (dd295d39)
  • vitest: Strongly type vitest environment options (37582c71)
  • module: Correctly filter vite plugins (021824d0)
  • runtime: Preserve setupState return (ab7fd457)
  • playwright: Bump dependency and remove polyfill (#819)
  • runtime: Use effectScope in renderSuspended (#820)
  • e2e: Type $fetch using globalThis instead (b1269edb)
  • Set buildId to nuxt-app for compatibility with nuxt v3.12+ (a00b2c1f)
  • runtime-utils: Use tryUseNuxtApp rather than buildId override (726e0a2d)

🏡 Chore

... (truncated)

Changelog

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

v3.13.1

compare changes

🩹 Fixes

  • Revert execa to v8 for now (fef8b062)
  • config: Force buildId to test manually (25e081e4)
  • runtime-utils: Use appId fallback after tryUseNuxtApp (#849)

🏡 Chore

🤖 CI

  • Run test suite on windows (#851)

❤️ Contributors

v3.13.0

compare changes

🚀 Enhancements

  • e2e: Improve types for $fetch (b21d9a54)
  • deps: Upgrade execa to v9 (#843)

🔥 Performance

  • e2e: Don't iterate when cleaning up if nothing registered (#753)

🩹 Fixes

  • e2e: Improve types for fetch and mockLogger (eb40a6a6)
  • e2e: Force string response within startServer (1b182505)
  • e2e: Improve return types for mockLogger (21aa7a2f)
  • runtime: Improve types for renderSuspended and mountSuspended (1636cede)
  • e2e: Revert changes for $fetch inference to unbreak build (dd295d39)
  • vitest: Strongly type vitest environment options (37582c71)
  • module: Correctly filter vite plugins (021824d0)
  • runtime: Preserve setupState return (ab7fd457)
  • playwright: Bump dependency and remove polyfill (#819)
  • runtime: Use effectScope in renderSuspended (#820)
  • e2e: Type $fetch using globalThis instead (b1269edb)
  • Set buildId to nuxt-app for compatibility with nuxt v3.12+ (a00b2c1f)
  • runtime-utils: Use tryUseNuxtApp rather than buildId override (726e0a2d)

... (truncated)

Commits
  • 32fbc23 v3.13.1
  • 7370d85 chore(deps): update all non-major dependencies (#845)
  • ff98d93 chore(release): v3.13.0
  • 3ab96c1 chore(deps): update all non-major dependencies (#841)
  • 55197c2 feat(deps): upgrade execa to v9 (#843)
  • 726e0a2 fix(runtime-utils): use tryUseNuxtApp rather than buildId override
  • c5f7773 chore(deps): update all non-major dependencies (#839)
  • 1ebcd12 chore(deps): update all non-major dependencies (#832)
  • a00b2c1 fix: set buildId to nuxt-app for compatibility with nuxt v3.12+
  • 66c58bc chore(deps): update vitest to v1.5.2 (#831)
  • Additional commits viewable in compare view


Updates nuxt from 3.11.2 to 3.12.3

Release notes

Sourced from nuxt's releases.

v3.12.3

3.12.3 is the next regularly scheduled patch release.

👉 Changelog

compare changes

🔥 Performance

  • nuxt,vite: Use native fs utils rather than fs-extra (#27787)
  • schema: Use chokidar when a custom srcDir is provided (#27871)
  • nuxt: Ensure prefetchComponents is treeshaken on server (#27905)

🩹 Fixes

  • nuxt: Flag async data promise as cancelled only if defined (#27690)
  • schema: Handle backwards compat for dir.app (0c73cb734)
  • nuxt: Support hoisting types of subpath imports (#27720)
  • nuxt: Resolve routes when navigateTo called with open (#27742)
  • nuxt: Handle subpaths more correctly (d7402a799)
  • nuxt: Delay navigation until user input is acknowledged (#27743)
  • nuxt: Resolve aliases used in nitro plugin paths (#27741)
  • schema: Do not use full path assets/public aliases (d0518650f)
  • nuxt: Defer registering inp handler until nuxt is mounted (866a5319a)
  • nuxt: Add refresh type in server component refs (#27778)
  • nuxt: Extract all-literal page meta (#27821)
  • kit: Handle loading nuxt 4+ (cf251bd48)
  • nuxt: Handle external links to named route objects (#27829)
  • nuxt: Use URL to encode redirected URLs (#27822)
  • nuxt: Don't use app version when verifying nuxt deps (#27864)
  • nuxt: Prompt to set compatibility date with latest nitro (#27893)
  • nuxt: Add #vue-router alias for backwards compat (#27896)
  • nuxt: Move app augments to core nuxt types (#27900)
  • nuxt: Pass augmented pages to child paths (ecb35d3a2)
  • nuxt: Use pascal name when loading server component (#27928)
  • nuxt: Improve async data warning (#27874, #27934)
  • nuxt: Allow configuring server components in modules (#27936)
  • vite: Omit css ?raw from head when in dev mode (#27940)
  • kit,nuxt: Ensure webworker types are available (4cab71d66)
  • nuxt: Seed crawler when prerendering pages (#27955)
  • vite: Fix type issue with legacy dev bundler (f9fa1a3e9)
  • nuxt: Improve dx around compatibility date prompt (#27965)

💅 Refactors

  • kit,nuxt: Use performance.now to measure time (d14f7ec46)

📖 Documentation

  • Add referral query variable to Vue School Links (#27670)
  • Fix variable name (#27675)
  • Clarify how transitions are configured globally (#27679)
  • Remove outdated recommendation (#27691)
  • Add refreshCookie on useCookie doc page (#27744)
  • Sync changes from main branch (e7fbc9f81)
  • Remove outdated tip (#27773)
  • Warn about awaiting useFetch/AsyncData in wrappers (#27785)
  • Update some code groups with package manager examples (#27791)

... (truncated)

Commits
  • a9fcd82 v3.12.3
  • a39263e fix(nuxt): improve dx around compatibility date prompt (#27965)
  • d14f7ec refactor(kit,nuxt): use performance.now to measure time
  • ffab26b chore(deps): update dependency esbuild to ^0.23.0 (3.x) (#27959)
  • 3f895ef fix(nuxt): seed crawler when prerendering pages (#27955)
  • 4cab71d fix(kit,nuxt): ensure webworker types are available
  • 164b32c fix(nuxt): allow configuring server components in modules (#27936)
  • a3fe751 chore(deps): update dependency pkg-types to ^1.1.2 (3.x) (#27948)
  • 3057a04 fix(nuxt): improve async data warning (#27874) (#27934)
  • 950b5b6 fix(nuxt): use pascal name when loading server component (#27928)
  • Additional commits viewable in compare view


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 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 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 ` 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 ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
vercel[bot] commented 2 months ago

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

Name Status Preview Comments Updated (UTC)
nuxt-urql-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 8, 2024 7:30pm
nuxt-urql-playground ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 8, 2024 7:30pm
changeset-bot[bot] commented 2 months ago

⚠️ No Changeset found

Latest commit: 3e00acc3dd5d2cbd1ff332095b6f28221c474fec

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

dependabot[bot] commented 1 month ago

Superseded by #173.