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

Open dependabot[bot] opened 1 month ago

dependabot[bot] commented 1 month ago

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

Package From To
@nuxt/kit 3.11.2 3.12.4
@nuxt/eslint-config 0.3.12 0.5.0
@nuxt/module-builder 0.6.0 0.8.1
@nuxt/schema 3.11.2 3.12.4
@nuxt/test-utils 3.12.1 3.14.0
nuxt 3.11.2 3.12.4

Updates @nuxt/kit from 3.11.2 to 3.12.4

Release notes

Sourced from @​nuxt/kit's releases.

v3.12.4

3.12.4 is the next regularly scheduled patch release.

👉 Changelog

compare changes

🔥 Performance

  • vite: Start warmups after nitro build (#27963)
  • vite: Avoid extra resolve call for resolveId in layers (#27971)
  • kit,nuxt,schema,vite,webpack: Use explicit exports (#27998)

🩹 Fixes

  • schema: Resolve public alias correctly (#27975)
  • nuxt: Omit rendering payload prefetch when noScripts (#27972)
  • nuxt: Add / as fallback if page can't be identified (e6109b226)
  • ui-templates: Validate templates with html-validate (#28024)
  • schema: Don't constrain postcss plugin options (#28045)
  • kit: Remove exports from v4 branch (5c8312e9b)
  • nuxt: Use unhead key for ad-hoc module options (#28088)
  • nuxt: Use native vue-router composables (#28114)
  • kit: Ensure getNuxtVersion returns string (#28125)
  • nuxt: Always prerender at least one page with crawler (#28131)
  • nuxt: Consider doc scroll-padding-top in scrollBehavior (#28083)
  • nuxt: Only warn when useAsyncData returns undefined (#28154)
  • nuxt: Revert change to getCachedData null response (d10cea11b)
  • schema: Don't use app/ as srcDir if it doesn't exist (#28176)
  • kit: Normalise serverDir within layers using v4 compat (#28177)
  • nuxt: Allow getCachedData to return undefined (#28187)
  • nuxt: Use addEventListener to register cookie store listener (#28193)
  • nuxt: Merge route meta properties with scanned meta (#28170)
  • nuxt: Prevent duplicate set-cookie headers (#28211)

💅 Refactors

  • schema,vite,webpack: Rework postcss module loading (#27946)
  • nuxt: Remove _registeredComponents from ssrContext (#27819)
  • nuxt: Use errx to handle dev log traces (#28027)

📖 Documentation

  • Fix link (83bd4fde9)
  • Fix Cloudflare spelling (#27989)
  • Update example to use nuxtApp.runWithContext (#28000)
  • Remove deprecated pending variable from data fetching docs (#28011)
  • Clarify xrsp danger (#28053)
  • Deprecate pending and emphasis undefined (#28113)
  • Update phrasing in route announcer (#28108)
  • Use code groups for install commands in module guide (#28094)
  • Capitalize text (#28056)
  • Mention content in upgrade guide v4 folder structure (#28090)
  • Remove a resolved issue from view transition docs (#28091)
  • Clarify navigateTo is not for nitro routes (#28092)
  • Warn about nested islands (#28062)

... (truncated)

Commits


Updates @nuxt/eslint-config from 0.3.12 to 0.5.0

Commits
  • 8729927 chore: release v0.5.0
  • 4d08ea8 feat: upgrade @typescript-eslint to v8 (#471)
  • 7361c73 feat: enable @typescript-eslint/no-import-type-side-effects, close #439
  • 7180110 chore: update snapshot
  • 5759766 chore: release v0.4.0
  • 6e232f0 feat: add server components to single root list, fix #457
  • a0e8d86 chore: update snap
  • b0e3e72 feat: add public folder to default ignore, close #453
  • 77bc797 feat: enable features.typescript only when typescript is installed locall...
  • ebc8f2c feat: upgrade @types/eslint
  • Additional commits viewable in compare view


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.4

Release notes

Sourced from @​nuxt/schema's releases.

v3.12.4

3.12.4 is the next regularly scheduled patch release.

👉 Changelog

compare changes

🔥 Performance

  • vite: Start warmups after nitro build (#27963)
  • vite: Avoid extra resolve call for resolveId in layers (#27971)
  • kit,nuxt,schema,vite,webpack: Use explicit exports (#27998)

🩹 Fixes

  • schema: Resolve public alias correctly (#27975)
  • nuxt: Omit rendering payload prefetch when noScripts (#27972)
  • nuxt: Add / as fallback if page can't be identified (e6109b226)
  • ui-templates: Validate templates with html-validate (#28024)
  • schema: Don't constrain postcss plugin options (#28045)
  • kit: Remove exports from v4 branch (5c8312e9b)
  • nuxt: Use unhead key for ad-hoc module options (#28088)
  • nuxt: Use native vue-router composables (#28114)
  • kit: Ensure getNuxtVersion returns string (#28125)
  • nuxt: Always prerender at least one page with crawler (#28131)
  • nuxt: Consider doc scroll-padding-top in scrollBehavior (#28083)
  • nuxt: Only warn when useAsyncData returns undefined (#28154)
  • nuxt: Revert change to getCachedData null response (d10cea11b)
  • schema: Don't use app/ as srcDir if it doesn't exist (#28176)
  • kit: Normalise serverDir within layers using v4 compat (#28177)
  • nuxt: Allow getCachedData to return undefined (#28187)
  • nuxt: Use addEventListener to register cookie store listener (#28193)
  • nuxt: Merge route meta properties with scanned meta (#28170)
  • nuxt: Prevent duplicate set-cookie headers (#28211)

💅 Refactors

  • schema,vite,webpack: Rework postcss module loading (#27946)
  • nuxt: Remove _registeredComponents from ssrContext (#27819)
  • nuxt: Use errx to handle dev log traces (#28027)

📖 Documentation

  • Fix link (83bd4fde9)
  • Fix Cloudflare spelling (#27989)
  • Update example to use nuxtApp.runWithContext (#28000)
  • Remove deprecated pending variable from data fetching docs (#28011)
  • Clarify xrsp danger (#28053)
  • Deprecate pending and emphasis undefined (#28113)
  • Update phrasing in route announcer (#28108)
  • Use code groups for install commands in module guide (#28094)
  • Capitalize text (#28056)
  • Mention content in upgrade guide v4 folder structure (#28090)
  • Remove a resolved issue from view transition docs (#28091)
  • Clarify navigateTo is not for nitro routes (#28092)
  • Warn about nested islands (#28062)

... (truncated)

Commits
  • 4a1349f v3.12.4
  • 6720a2e fix(schema): don't use app/ as srcDir if it doesn't exist (#28176)
  • 5eaf660 chore(deps): update dependency webpack-dev-middleware to v7.3.0 (3.x) (#28207)
  • a2fd051 chore(deps): update all non-major dependencies (3.x) (#28058)
  • 5c8312e fix(kit): remove exports from v4 branch
  • 5d0012e fix(schema): don't constrain postcss plugin options (#28045)
  • fceb749 perf(kit,nuxt,schema,vite,webpack): use explicit exports (#27998)
  • 4bba9a2 chore(deps): update all non-major dependencies to v2.0.26 (3.x) (#28026)
  • 9bd1369 chore(deps): update all non-major dependencies to ^1.9.15 (3.x) (#28017)
  • 809fb71 chore(deps): update all non-major dependencies (3.x) (#27984)
  • Additional commits viewable in compare view


Updates @nuxt/test-utils from 3.12.1 to 3.14.0

Release notes

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

v3.14.0

compare changes

🚀 Enhancements

  • runtime-utils: Expose setup result from renderSuspended (#852)
  • e2e: Allow overwriting env variables in setup (#903)
  • e2e: Allow running e2e tests against existing server (#803)
  • e2e: Allow updating env in context before setup runs (#812)

🩹 Fixes

  • runtime-utils: Ts-ignore #build/ import until nuxt v3.12 release (66b23ae6)
  • runtime-utils: Allow setProps to replace an array (#877)

🏡 Chore

✅ Tests

  • Bump timeout in windows browser spec (73e2c716)

❤️ Contributors

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)

... (truncated)

Changelog

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

v3.14.0

compare changes

🚀 Enhancements

  • runtime-utils: Expose setup result from renderSuspended (#852)
  • e2e: Allow overwriting env variables in setup (#903)
  • e2e: Allow running e2e tests against existing server (#803)
  • e2e: Allow updating env in context before setup runs (#812)

🩹 Fixes

  • runtime-utils: Ts-ignore #build/ import until nuxt v3.12 release (66b23ae6)
  • runtime-utils: Allow setProps to replace an array (#877)

🏡 Chore

✅ Tests

  • Bump timeout in windows browser spec (73e2c716)

❤️ Contributors

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

... (truncated)

Commits
  • 587a0b5 chore(release): v3.14.0
  • 0fe0e6b feat(e2e): allow updating env in context before setup runs (#812)
  • c4df41d feat(e2e): allow running e2e tests against existing server (#803)
  • f310a05 feat(e2e): allow overwriting env variables in setup (#903)
  • 9aa42c7 chore(deps): update all non-major dependencies (#901)
  • fee8740 chore(deps): update vitest to v2.0.4 (#902)
  • 5f5a5be chore(deps): update all non-major dependencies (#900)
  • 043c768 chore(deps): update resolutions vue to ^3.4.33 (#898)
  • 2b4d1c3 chore(deps): update all non-major dependencies (#890)
  • 8a4f9b6 chore(deps): update nuxt framework to ^3.12.4 (#896)
  • Additional commits viewable in compare view


Updates nuxt from 3.11.2 to 3.12.4

Release notes

Sourced from nuxt's releases.

v3.12.4

3.12.4 is the next regularly scheduled patch release.

👉 Changelog

compare changes

🔥 Performance

  • vite: Start warmups after nitro build (#27963)
  • vite: Avoid extra resolve call for resolveId in layers (#27971)
  • kit,nuxt,schema,vite,webpack: Use explicit exports (#27998)

🩹 Fixes

  • schema: Resolve public alias correctly (#27975)
  • nuxt: Omit rendering payload prefetch when noScripts (#27972)
  • nuxt: Add / as fallback if page can't be identified (e6109b226)
  • ui-templates: Validate templates with html-validate (#28024)
  • schema: Don't constrain postcss plugin options (#28045)
  • kit: Remove exports from v4 branch (5c8312e9b)
  • nuxt: Use unhead key for ad-hoc module options (#28088)
  • nuxt: Use native vue-router composables (#28114)
  • kit: Ensure getNuxtVersion returns string (#28125)
  • nuxt: Always prerender at least one page with crawler (#28131)
  • nuxt: Consider doc scroll-padding-top in scrollBehavior (#28083)
  • nuxt: Only warn when useAsyncData returns undefined (#28154)
  • nuxt: Revert change to getCachedData null response (d10cea11b)
  • schema: Don't use app/ as srcDir if it doesn't exist (#28176)
  • kit: Normalise serverDir within layers using v4 compat (#28177)
  • nuxt: Allow getCachedData to return undefined (#28187)
  • nuxt: Use addEventListener to register cookie store listener (#28193)
  • nuxt: Merge route meta properties with scanned meta (#28170)
  • nuxt: Prevent duplicate set-cookie headers (#28211)

💅 Refactors

  • schema,vite,webpack: Rework postcss module loading (#27946)
  • nuxt: Remove _registeredComponents from ssrContext (#27819)
  • nuxt: Use errx to handle dev log traces (#28027)

📖 Documentation

  • Fix link (83bd4fde9)
  • Fix Cloudflare spelling (#27989)
  • Update example to use nuxtApp.runWithContext (#28000)
  • Remove deprecated pending variable from data fetching docs (#28011)
  • Clarify xrsp danger (#28053)
  • Deprecate pending and emphasis undefined (#28113)
  • Update phrasing in route announcer (#28108)
  • Use code groups for install commands in module guide (#28094)
  • Capitalize text (#28056)
  • Mention content in upgrade guide v4 folder structure (#28090)
  • Remove a resolved issue from view transition docs (#28091)
  • Clarify navigateTo is not for nitro routes (#28092)
  • Warn about nested islands (#28062)

... (truncated)

Commits
  • 4a1349f v3.12.4
  • b7da949 fix(nuxt): prevent duplicate set-cookie headers (#28211)
  • 1843ffa refactor(nuxt): use errx to handle dev log traces (#28027)
  • 11264ad fix(nuxt): merge route meta properties with scanned meta (#28170)
  • 2417848 fix(nuxt): use addEventListener to register cookie store listener (#28193)
  • a6af09e fix(nuxt): allow getCachedData to return undefined (#28187)
  • d10cea1 fix(nuxt): revert change to getCachedData null response
  • e21f681 fix(nuxt): only warn when useAsyncData returns undefined (#28154)
  • 46a41ad chore(deps): update vitest to v2.0.3 (3.x) (#28153)
  • a2fd051 chore(deps): update all non-major dependencies (3.x) (#28058)
  • 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 1 month 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 Aug 5, 2024 7:19pm
nuxt-urql-playground ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 5, 2024 7:19pm
changeset-bot[bot] commented 1 month ago

⚠️ No Changeset found

Latest commit: 072155f5a5570cab324895dc9866645e3384e536

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