Skip to content

[skip netlify] Update Bumped minor version of packages #11571

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
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.14.0 age confidence
@apollo/client (source) ^3.13.1 -> ^3.13.8 age confidence
@​farcaster/auth-client ^0.3.0 -> ^0.7.0 age confidence
@fortawesome/vue-fontawesome ^3.0.8 -> ^3.1.1 age confidence
@nuxt/content (source) ^3.4.0 -> ^3.6.3 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.10.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.3 age confidence
@paraspell/sdk-pjs (source) ^10.3.1 -> ^10.10.11 age confidence
@pinia/nuxt (source) ^0.5.4 -> ^0.11.2 age confidence
@playwright/test (source) ^1.47.1 -> ^1.54.1 age confidence
@ramp-network/ramp-instant-sdk (source) ^4.0.5 -> ^4.0.8 age confidence
@tailwindcss/vite (source) ^4.1.3 -> ^4.1.11 age confidence
@tanstack/vue-query (source) ^5.56.2 -> ^5.83.0 age confidence
@types/lodash (source) ^4.17.7 -> ^4.17.20 age confidence
@types/node (source) ^20.16.5 -> ^20.19.9 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.9.0 age confidence
@wagmi/core (source) ^2.13.5 -> ^2.18.0 age confidence
@wagmi/vue (source) ^0.0.44 -> ^0.1.24 age confidence
autoprefixer ^10.4.20 -> ^10.4.21 age confidence
changelogen ^0.5.5 -> ^0.6.2 age confidence
chart.js (source) ^4.4.4 -> ^4.5.0 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.8.12 age confidence
graphql ^16.9.0 -> ^16.11.0 age confidence
husky ^9.1.6 -> ^9.1.7 age confidence
lint-staged ^15.2.10 -> ^15.5.2 age confidence
nuxt (source) ^3.16.1 -> ^3.17.7 age confidence
ofetch ^1.3.4 -> ^1.4.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.11 age confidence
tailwindcss (source) ^3.4.11 -> ^3.4.17 age confidence
three (source) ^0.168.0 -> ^0.178.0 age confidence
typescript (source) ^5.6.2 -> ^5.8.3 age confidence
viem (source) ^2.21.7 -> ^2.33.1 age confidence
vue (source) ^3.5.13 -> ^3.5.18 age confidence
vue-chartjs (source) ^5.3.1 -> ^5.3.2 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.10.1 age confidence

Release Notes

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

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

Compare Source

   🚀 Features
    View changes on GitHub

v0.6.2

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.6.1

Compare Source

   🚀 Features
    View changes on GitHub

v0.6.0

Compare Source

   🚀 Features
    View changes on GitHub

v0.5.7

Compare Source

   🚀 Features
    View changes on GitHub

v0.5.6

Compare Source

   🚀 Features
    View changes on GitHub

v0.5.5

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.5.4

Compare Source

   🚀 Features
    View changes on GitHub

v0.5.3

Compare Source

No significant changes

    View changes on GitHub

v0.5.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.5.1

Compare Source

   🚀 Features
    View changes on GitHub

v0.5.0

Compare Source

   🚀 Features
    View changes on GitHub

v0.4.0

Compare Source

   🚀 Features
    View changes on GitHub
nuxt/icon (@​nuxt/icon)

v1.15.0

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v1.14.0

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v1.13.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
nuxt/image (@​nuxt/image)

v1.10.0

Compare Source

compare changes

🚀 Enhancements
  • imageengine: Add new modifiers (#​1701)
  • filerobot: Add new provider (#​1680)
🩹 Fixes
  • NuxtImg: Do not access props in template (e2e61fa)
  • NuxtPicture: Make img-attrs and attrs responsive (#​1696)
📖 Documentation
📦 Build
  • Update to latest nuxt/module-builder (#​1668)
🏡 Chore
  • Skip missing commit in generating changelog (a658787)
  • Revert to previous module builder (54dc469)
  • Remove unneeded .nuxtrc config (#​1708)
  • Temporarily ignore typescript upgrade (473f8f1)
  • Bump @nuxtjs/tailwindcss (25379fb)
  • Bump @nuxtjs/tailwindcss version (36fb95e)
🤖 CI
❤️ Contributors

v1.9.0

Compare Source

1.9.0 is the next minor release.

👉 Changelog

compare changes

🚀 Enhancements
  • nuxt-img: Add custom slot for full control of rendering (#​1626)
  • amplify: Add additional modifiers (#​1656)
  • strapi5: Add new provider with formats (#​1621)
🔥 Performance
  • Remove node-fetch-native dependency (d667025)
  • Use direct imports from #app/nuxt and #imports (70ef740)
🩹 Fixes
  • prismic: Use unsplash image proxy where necessary (#​1614)
  • Set up non-default ipx providers if options.ipx is set (#​1618)
  • Emit error events from <NuxtImg> placeholder (#​1640)
  • Add strapi5 to list of built-in provider

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 preschian and hassnian and removed request for a team May 25, 2025 23:06
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.


🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Explain this complex logic.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai explain this code block.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and explain its main purpose.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Support

Need help? Join our Discord community for assistance with any issues or questions.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate sequence diagram to generate a sequence diagram of the changes in this PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link

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

Deploying koda-art-prod with  Cloudflare Pages  Cloudflare Pages

Latest commit: bbe96a3
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
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 10 times, most recently from f5c4f5e to 72e330d Compare July 11, 2025 18:53
@renovate renovate bot force-pushed the renovate/bumped-minor-version-of-packages branch 10 times, most recently from 6ab9004 to 969646d Compare July 19, 2025 18:01
@renovate renovate bot force-pushed the renovate/bumped-minor-version-of-packages branch 7 times, most recently from 8ff26b9 to a62c600 Compare July 24, 2025 23:37
@renovate renovate bot force-pushed the renovate/bumped-minor-version-of-packages branch from a62c600 to bbe96a3 Compare July 25, 2025 12:02
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.

0 participants