Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented May 25, 2025

Bumped minor version of packages, check if builds are still passing, please 🥺

This PR contains the following updates:

Package Change Age Confidence
@0no-co/graphqlsp ^1.12.14 -> ^1.15.1 age confidence
@apollo/client (source) ^3.13.1 -> ^3.14.0 age confidence
@​farcaster/auth-client ^0.3.0 -> ^0.7.0 age confidence
@fortawesome/vue-fontawesome ^3.0.8 -> ^3.1.2 age confidence
@nuxt/content (source) ^3.4.0 -> ^3.8.2 age confidence
@nuxt/eslint (source) ^0.3.13 -> ^0.7.6 age confidence
@nuxt/icon ^1.12.0 -> ^1.15.0 age confidence
@nuxt/image (source) ^1.8.0 -> ^1.11.0 age confidence
@nuxtjs/color-mode ^3.5.1 -> ^3.5.2 age confidence
@nuxtjs/device ^3.2.2 -> ^3.2.4 age confidence
@nuxtjs/i18n (source) ^9.4.0 -> ^9.5.6 age confidence
@nuxtjs/sitemap ^7.2.10 -> ^7.4.7 age confidence
@paraspell/sdk-pjs (source) ^10.3.1 -> ^10.11.11 age confidence
@pinia/nuxt (source) ^0.5.4 -> ^0.11.3 age confidence
@playwright/test (source) ^1.47.1 -> ^1.57.0 age confidence
@ramp-network/ramp-instant-sdk (source) ^4.0.5 -> ^4.0.8 age confidence
@tailwindcss/vite (source) ^4.1.3 -> ^4.1.17 age confidence
@tanstack/vue-query (source) ^5.56.2 -> ^5.92.0 age confidence
@types/lodash (source) ^4.17.7 -> ^4.17.21 age confidence
@types/node (source) ^20.16.5 -> ^20.19.25 age confidence
@types/prismjs (source) ^1.26.4 -> ^1.26.5 age confidence
@vitejs/plugin-vue (source) ^5.1.3 -> ^5.2.4 age confidence
@vitejs/plugin-vue (source) ^5.1.3 -> ^5.2.4 age confidence
@wagmi/connectors (source) ^5.1.10 -> ^5.11.2 age confidence
@wagmi/core (source) ^2.13.5 -> ^2.22.1 age confidence
@wagmi/vue (source) ^0.0.44 -> ^0.4.2 age confidence
autoprefixer ^10.4.20 -> ^10.4.22 age confidence
changelogen ^0.5.5 -> ^0.6.2 age confidence
chart.js (source) ^4.4.4 -> ^4.5.1 age confidence
chartjs-plugin-annotation (source) ^3.0.1 -> ^3.1.0 age confidence
chartjs-plugin-zoom (source) ^2.0.1 -> ^2.2.0 age confidence
consola ^3.2.3 -> ^3.4.2 age confidence
gql.tada (source) ^1.8.7 -> ^1.9.0 age confidence
graphql ^16.9.0 -> ^16.12.0 age confidence
husky ^9.1.6 -> ^9.1.7 age confidence
lint-staged ^15.2.10 -> ^15.5.2 age confidence
ofetch ^1.3.4 -> ^1.5.1 age confidence
pinia (source) ^2.2.2 -> ^2.3.1 age confidence
postcss (source) ^8.4.47 -> ^8.5.6 age confidence
postcss (source) ^8.4.47 -> ^8.5.6 age confidence
qrcode.vue (source) ^3.4.1 -> ^3.6.0 age confidence
tailwindcss (source) ^4.1.3 -> ^4.1.17 age confidence
tailwindcss (source) ^3.4.11 -> ^3.4.18 age confidence
three (source) ^0.168.0 -> ^0.181.2 age confidence
typescript (source) ^5.6.2 -> ^5.9.3 age confidence
viem (source) ^2.21.7 -> ^2.40.3 age confidence
vue (source) ^3.5.13 -> ^3.5.25 age confidence
vue-chartjs (source) ^5.3.1 -> ^5.3.3 age confidence
vue-tippy ^6.4.4 -> ^6.7.1 age confidence
vue-tsc (source) ^2.2.8 -> ^2.2.12 age confidence
wavesurfer.js (source) ^7.8.6 -> ^7.11.1 age confidence

Release Notes

0no-co/GraphQLSP (@​0no-co/graphqlsp)

v1.15.1

Compare Source

Patch Changes
  • Correctly identify missing fragments for gql.tada graphql call-expressions
    Submitted by @​JoviDeCroock (See #​376)

v1.15.0

Compare Source

Minor Changes
  • Improves field-usage tracking, we bail when the identifier is passed into a function, this bail is intended so we don't have to traverse the whole codebase tracing down usage
    Submitted by @​JoviDeCroock (See #​374)

v1.14.0

Compare Source

Minor Changes
  • Add new value declaration helpers to replace built-in services and to traverse TypeScript type checked AST exhaustively and efficiently
    Submitted by @​kitten (See #​351)
Patch Changes

v1.13.0

Compare Source

Minor Changes
  • Remove missing operation-name code, with our increased focus on not generating any code this becomes irrelevant
    Submitted by @​JoviDeCroock (See #​362)
  • Allow supplying a custom clientDirectives which will be mixed in with the base client directives
    Submitted by @​JoviDeCroock (See #​370)
Patch Changes
apollographql/apollo-client (@​apollo/client)

v3.14.0

Compare Source

Minor Changes
Patch Changes

v3.13.9

Compare Source

Patch Changes
  • #​12804 32c9aa9 Thanks @​phryneas! - Fix a possible race condition on queries that were reobserved before they were subscribed to the first time.

v3.13.8

Compare Source

Patch Changes

v3.13.7

Compare Source

Patch Changes

v3.13.6

Compare Source

Patch Changes

v3.13.5

Compare Source

Patch Changes
  • #​12461 12c8d06 Thanks @​jerelmiller! - Fix an issue where a cache-first query would return the result for previous variables when a cache update is issued after simultaneously changing variables and skipping the query.

v3.13.4

Compare Source

Patch Changes

v3.13.3

Compare Source

Patch Changes
  • #​12362 f6d387c Thanks @​jerelmiller! - Fixes an issue where calling observableQuery.getCurrentResult() when the errorPolicy was set to all would return the networkStatus as NetworkStatus.ready when there were errors returned in the result. This has been corrected to report NetworkStatus.error.

    This bug also affected the useQuery and useLazyQuery hooks and may affect you if you check for networkStatus in your component.

v3.13.2

Compare Source

Patch Changes
  • #​12409 6aa2f3e Thanks @​phryneas! - To mitigate problems when Apollo Client ends up more than once in the bundle, some unique symbols were converted into Symbol.for calls.

  • #​12392 644bb26 Thanks @​Joja81! - Fixes an issue where the DeepOmit type would turn optional properties into required properties. This should only affect you if you were using the omitDeep or stripTypename utilities exported by Apollo Client.

  • #​12404 4332b88 Thanks @​jerelmiller! - Show NaN rather than converting to null in debug messages from MockLink for unmatched variables values.

FortAwesome/vue-fontawesome (@​fortawesome/vue-fontawesome)

v3.1.2

Compare Source

Changed
  • Replaced Jest with Vitest as the test runner for unit tests. This will help improve test performance and better aligns
    with the Vue 3 + Vite ecosystem.

  • Updated FontAwesomeIconProps:

    • flip now accepts the boolean type in addition to 'horizontal' | 'vertical' | 'both'
    • maskId is now correctly typed as string
  • Updated DEVELOPMENT.md with revised release instructions


v3.1.1

Compare Source

Changed
  • Removed version checks related to props.fixedWidth, iconProps.title, and iconProps.title.

  • The use of require to retrieve the version from @fortawesome/fontawesome-svg-core for version checks has been
    removed to help ensure compatibility with ESM builds.


v3.1.0

Compare Source

Changed
  • Font Awesome Pro+ icons are now available with an active Pro+ subscription.

  • Added widthAuto prop

  • Added rotateBy prop

  • Deprecated fa-fw prop


nuxt/content (@​nuxt/content)

v3.8.2

Compare Source

v3.8.1

Compare Source

Bug Fixes
Performance Improvements

v3.8.0

Compare Source

Features
Bug Fixes
  • extend inherited schema (dd054ea)
Performance Improvements

v3.7.1

Compare Source

Bug Fixes
  • remove zod and zod-to-json-schema from optional deps (#​3541) (8e038f0)

v3.7.0

Compare Source

Deprecations

The following features are deprecated and will be removed in a future release:

  • z re-export from @nuxt/content
  • Calling .editor() directly on zod schemas (e.g. z.string().editor(...))

Migration guide :

- import { defineContentConfig, defineCollection, z } from '@​nuxt/content'
+ import { defineContentConfig, defineCollection, property } from '@​nuxt/content'
+ import { z } from 'zod' // or 'zod/v3' if your setup exposes this subpath

  export default defineContentConfig({
    collections: {
      posts: defineCollection({
        type: 'page',
        source: 'blog/*.md',
        schema: z.object({
        image: z.object({
-         src: z.string().editor({ input: 'media' }),
+         src: property(z.string()).editor({ input: 'media' }),
          alt: z.string(),
        }),
      }),
    },
  })
Features
  • adopt standard schema spec and support different validators (#​3524) (46a1004)
  • inherit component prop types in content collection (#​3451) (a620a2c)
Bug Fixes
  • ProseCode preview syntax highlighting (#​3491) (4a725bd)
  • add dependency at Nuxt root dir (#​3525) (71f2989)
  • block experimental sqlite warning on node (5ac31da)
  • deprecate nitro export in favor of server (ec97064)
  • do not register close hook if websocket is disabled (#​3474) (9edcc8f)
  • ignore .DS_Store files in all subdirectories (c7a9af3)
  • ignore OSX meta file .DS_Store (fe5d7f9)
  • improve websocket and watcher cleanup handling (#​3478) (8041807)
  • inherit: cache component meta (e9658de)
  • inherit: issue with property definition in arrays (873b768)
  • inherit: try resolve component from root directory (b0073f1)
  • inherit: type generation (63500f3)
  • normalize source cwd (#​3532) (0a34742)
  • nuxthub: missing line separator in database migrations (#​3464) (4983443)
  • use listhen's publicUrl if available (#​3500) (fb0f022)

v3.6.3

Compare Source

Bug Fixes

v3.6.2

Compare Source

Features
  • schema: set navigation.icon of page as icon for preview (eff825d)
Bug Fixes

v3.6.1

Compare Source

Features
Bug Fixes

v3.6.0

Compare Source

Features
  • add findPageBreadcrumb, findPageChildren and findPageSiblings utils (#​3393) (c74ec44)
  • parser: allow extra transformers to provide components used (#​3355) (baff541)
  • source: do not watch for excluded files (2ee1149)
  • toggle content heading extraction (#​3400) (f01256a)
  • use json schema instead of zod for internal routines (#​3347) (3f2ff74)
Bug Fixes
nuxt/eslint (@​nuxt/eslint)

v0.7.6

Compare Source

   🚀 Features
    View changes on GitHub

v0.7.5

Compare Source

No significant changes

    View changes on GitHub

v0.7.4

Compare Source

   🚀 Features
    View changes on GitHub

v0.7.3

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.7.2

Compare Source

   🚀 Features
    View changes on GitHub

v0.7.1

Compare Source

No significant changes

    View changes on GitHub

[v0.7.0](htt


Configuration

📅 Schedule: Branch creation - "before 3am on Monday" in timezone Europe/Berlin, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from a team as a code owner May 25, 2025 23:06
@renovate renovate bot requested review from hassnian and preschian and removed request for a team May 25, 2025 23:06
@coderabbitai
Copy link

coderabbitai bot commented May 25, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Comment @coderabbitai help to get the list of available commands and usage tips.

@cloudflare-workers-and-pages
Copy link

cloudflare-workers-and-pages bot commented May 25, 2025

Deploying koda-art-prod with  Cloudflare Pages  Cloudflare Pages

Latest commit: 81fb08a
Status:🚫  Build failed.

View logs

@renovate renovate bot force-pushed the renovate/bumped-minor-version-of-packages branch 15 times, most recently from 299a1aa to b57b970 Compare June 2, 2025 12:17
@renovate renovate bot force-pushed the renovate/bumped-minor-version-of-packages branch 5 times, most recently from 11e6ce0 to 838b867 Compare June 4, 2025 01:58
@socket-security
Copy link

socket-security bot commented Jun 4, 2025

No dependency changes detected. Learn more about Socket for GitHub.

👍 No dependency changes detected in pull request

@renovate renovate bot force-pushed the renovate/bumped-minor-version-of-packages branch 3 times, most recently from 21572bf to 679bc0e Compare June 4, 2025 14:08
@renovate renovate bot force-pushed the renovate/bumped-minor-version-of-packages branch 9 times, most recently from 2152277 to f254c04 Compare November 12, 2025 17:09
@renovate renovate bot force-pushed the renovate/bumped-minor-version-of-packages branch 8 times, most recently from 19b99ea to 6212eaa Compare November 20, 2025 04:50
@renovate renovate bot force-pushed the renovate/bumped-minor-version-of-packages branch 10 times, most recently from 7fc8c37 to cff9f0a Compare November 26, 2025 20:05
@renovate renovate bot force-pushed the renovate/bumped-minor-version-of-packages branch from cff9f0a to 81fb08a Compare November 26, 2025 22:09
@sonarqubecloud
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant