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 #161

Closed dependabot[bot] closed 4 months ago

dependabot[bot] commented 4 months ago

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

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

Updates @nuxt/kit from 3.11.2 to 3.12.2

Release notes

Sourced from @​nuxt/kit's releases.

v3.12.2

3.12.2 is the a regularly scheduled patch release.

✅ Upgrading

As usual, our recommendation for upgrading is to run:

npx nuxi@latest 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

  • kit: Deduplicate layers before resolving config (#27582)
  • webpack: Decrease assets map iterations (d929cd4ef)
  • kit: Various performance improvements (#27600)
  • vite: Various performance improvements (#27601)
  • nuxt: Don't wait for key deps check (#27638)

🩹 Fixes

  • nuxt: Call onNuxtReady callback without arguments (#27428)
  • schema: Don't narrow head string types to literals (#27540)
  • schema: app/ dir backwards compatibility (#27529)
  • nuxt: Manually assign payload reactivity when ssr: false (#27542)
  • nuxt: Only log warning once per runtimeConfig key (9e56b60c6)
  • nuxt: Overwrite #app/defaults rather than augmenting (#27567)
  • nuxt: Export useRouteAnnouncer (#27562)
  • nuxt: Remove backticks around runtimeConfig warning log (#27549)
  • nuxt: Close top-level watcher on nuxt 'close' (#27571)
  • nuxt: Handle tsx code when extracting pageMeta/routeRules (#27583)
  • nuxt: Handle more edge cases with external/custom links (#27487)
  • nuxt: Preserve route metadata assigned outside page (#27587)
  • nuxt: Use portal to sync nitro/nuxt runtimeConfig + routeRules (#27596)
  • nuxt,schema: Add types for _installedModules (e4bfea642)
  • nuxt: Include build-time pages in prerender routes (#27569)
  • nuxt: Warn when async data doesn't return a value (#27599)
  • nuxt: Replace deprecated app.rootId with app.rootAttrs.id (#27630)
  • nuxt: Add mergeProps import in islands transform (#27622)
  • nuxt: Reset cookie timeoutLength after expiration (#27632)
  • nuxt: Add missing island uid for selective client components (#27633)
  • schema,vite: Respect vite.cacheDir if defined (#27628)
  • nuxt: Unregister hooks the moment close is called (#27637)
  • nuxt: Add missing script stubs (#27640)
  • nuxt: Only inject root path in prerender (44cada95a)
  • nuxt: Reduce usage of cjs utilities (#27642)
  • nuxt: Add / even if pages module isn't enabled (dabcb5ecc)

📖 Documentation

... (truncated)

Commits


Updates @nuxt/eslint-config from 0.3.12 to 0.3.13

Commits


Updates @nuxt/module-builder from 0.6.0 to 0.8.0

Release notes

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

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

🚀 Enhancements

  • Auto generate module options from schema meta (#33)

🩹 Fixes

  • Use tsconfck to resolve tsconfig compilerOptions (#274)
  • ⚠️ Use .js extension for files in runtime/ directory (dbd05bb)
  • Resolve full path to runtime externals (#275)
  • Include dist/runtime in externals list (0946c04)

📖 Documentation

  • Add types condition to export subpath (#265)

... (truncated)

Changelog

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

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

🚀 Enhancements

  • Auto generate module options from schema meta (#33)

🩹 Fixes

  • Use tsconfck to resolve tsconfig compilerOptions (#274)
  • ⚠️ Use .js extension for files in runtime/ directory (dbd05bb)
  • Resolve full path to runtime externals (#275)
  • Include dist/runtime in externals list (0946c04)

... (truncated)

Commits
  • 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)
  • 0429ee3 chore(deps): lock file maintenance (#289)
  • e32b102 chore(deps): update all non-major dependencies (#284)
  • 114a8d7 chore(deps): update actions/checkout digest to 692973e (#287)
  • 2b4c726 chore(release): v0.7.1
  • be50e53 chore(deps): update all non-major dependencies (#279)
  • 37038da docs: update path for runtime js files (#282)
  • Additional commits viewable in compare view


Updates @nuxt/schema from 3.11.2 to 3.12.2

Release notes

Sourced from @​nuxt/schema's releases.

v3.12.2

3.12.2 is the a regularly scheduled patch release.

✅ Upgrading

As usual, our recommendation for upgrading is to run:

npx nuxi@latest 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

  • kit: Deduplicate layers before resolving config (#27582)
  • webpack: Decrease assets map iterations (d929cd4ef)
  • kit: Various performance improvements (#27600)
  • vite: Various performance improvements (#27601)
  • nuxt: Don't wait for key deps check (#27638)

🩹 Fixes

  • nuxt: Call onNuxtReady callback without arguments (#27428)
  • schema: Don't narrow head string types to literals (#27540)
  • schema: app/ dir backwards compatibility (#27529)
  • nuxt: Manually assign payload reactivity when ssr: false (#27542)
  • nuxt: Only log warning once per runtimeConfig key (9e56b60c6)
  • nuxt: Overwrite #app/defaults rather than augmenting (#27567)
  • nuxt: Export useRouteAnnouncer (#27562)
  • nuxt: Remove backticks around runtimeConfig warning log (#27549)
  • nuxt: Close top-level watcher on nuxt 'close' (#27571)
  • nuxt: Handle tsx code when extracting pageMeta/routeRules (#27583)
  • nuxt: Handle more edge cases with external/custom links (#27487)
  • nuxt: Preserve route metadata assigned outside page (#27587)
  • nuxt: Use portal to sync nitro/nuxt runtimeConfig + routeRules (#27596)
  • nuxt,schema: Add types for _installedModules (e4bfea642)
  • nuxt: Include build-time pages in prerender routes (#27569)
  • nuxt: Warn when async data doesn't return a value (#27599)
  • nuxt: Replace deprecated app.rootId with app.rootAttrs.id (#27630)
  • nuxt: Add mergeProps import in islands transform (#27622)
  • nuxt: Reset cookie timeoutLength after expiration (#27632)
  • nuxt: Add missing island uid for selective client components (#27633)
  • schema,vite: Respect vite.cacheDir if defined (#27628)
  • nuxt: Unregister hooks the moment close is called (#27637)
  • nuxt: Add missing script stubs (#27640)
  • nuxt: Only inject root path in prerender (44cada95a)
  • nuxt: Reduce usage of cjs utilities (#27642)
  • nuxt: Add / even if pages module isn't enabled (dabcb5ecc)

📖 Documentation

... (truncated)

Commits
  • 8578e2b v3.12.2
  • 88f0b4f fix(schema,vite): respect vite.cacheDir if defined (#27628)
  • d6e7238 chore(deps): update all non-major dependencies (main) (#27611)
  • e4bfea6 fix(nuxt,schema): add types for _installedModules
  • 452d43a chore(deps): update dependency vite to v5.3.0 (main) (#27586)
  • cae13aa chore(deps): update all non-major dependencies (main) (#27573)
  • d443a24 chore(deps): update all non-major dependencies (main) (#27568)
  • bdf8f9e fix(schema): app/ dir backwards compatibility (#27529)
  • 6bbc85a chore(deps): update dependency webpack to v5.92.0 (main) (#27539)
  • 1d94bac fix(schema): don't narrow head string types to literals (#27540)
  • 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.2

Release notes

Sourced from nuxt's releases.

v3.12.2

3.12.2 is the a regularly scheduled patch release.

✅ Upgrading

As usual, our recommendation for upgrading is to run:

npx nuxi@latest 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

  • kit: Deduplicate layers before resolving config (#27582)
  • webpack: Decrease assets map iterations (d929cd4ef)
  • kit: Various performance improvements (#27600)
  • vite: Various performance improvements (#27601)
  • nuxt: Don't wait for key deps check (#27638)

🩹 Fixes

  • nuxt: Call onNuxtReady callback without arguments (#27428)
  • schema: Don't narrow head string types to literals (#27540)
  • schema: app/ dir backwards compatibility (#27529)
  • nuxt: Manually assign payload reactivity when ssr: false (#27542)
  • nuxt: Only log warning once per runtimeConfig key (9e56b60c6)
  • nuxt: Overwrite #app/defaults rather than augmenting (#27567)
  • nuxt: Export useRouteAnnouncer (#27562)
  • nuxt: Remove backticks around runtimeConfig warning log (#27549)
  • nuxt: Close top-level watcher on nuxt 'close' (#27571)
  • nuxt: Handle tsx code when extracting pageMeta/routeRules (#27583)
  • nuxt: Handle more edge cases with external/custom links (#27487)
  • nuxt: Preserve route metadata assigned outside page (#27587)
  • nuxt: Use portal to sync nitro/nuxt runtimeConfig + routeRules (#27596)
  • nuxt,schema: Add types for _installedModules (e4bfea642)
  • nuxt: Include build-time pages in prerender routes (#27569)
  • nuxt: Warn when async data doesn't return a value (#27599)
  • nuxt: Replace deprecated app.rootId with app.rootAttrs.id (#27630)
  • nuxt: Add mergeProps import in islands transform (#27622)
  • nuxt: Reset cookie timeoutLength after expiration (#27632)
  • nuxt: Add missing island uid for selective client components (#27633)
  • schema,vite: Respect vite.cacheDir if defined (#27628)
  • nuxt: Unregister hooks the moment close is called (#27637)
  • nuxt: Add missing script stubs (#27640)
  • nuxt: Only inject root path in prerender (44cada95a)
  • nuxt: Reduce usage of cjs utilities (#27642)
  • nuxt: Add / even if pages module isn't enabled (dabcb5ecc)

📖 Documentation

... (truncated)

Commits
  • 8578e2b v3.12.2
  • dabcb5e fix(nuxt): add / even if pages module isn't enabled
  • cb77ddc chore: lint
  • 2de885b fix(nuxt): reduce usage of cjs utilities (#27642)
  • 44cada9 fix(nuxt): only inject root path in prerender
  • a05b534 fix(nuxt): add missing script stubs (#27640)
  • fda6cf7 fix(nuxt): unregister hooks the moment close is called (#27637)
  • 44d3dff perf(nuxt): don't wait for key deps check (#27638)
  • 0602dd0 fix(nuxt): add missing island uid for selective client components (#27633)
  • a3d8f00 fix(nuxt): reset cookie timeoutLength after expiration (#27632)
  • 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 4 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 Jun 24, 2024 7:26pm
nuxt-urql-playground ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 24, 2024 7:26pm
changeset-bot[bot] commented 4 months ago

⚠️ No Changeset found

Latest commit: 3403b5223529f2a1a8d09090529eed080f606991

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

Superseded by #165.