Skip to content

Conversation

@renovate
Copy link

@renovate renovate bot commented Apr 9, 2023

Note: This PR body was truncated due to platform limits.

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.2 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) ^2.13.2 -> ^2.13.4 age confidence
@nuxt/eslint (source) ^0.3.13 -> ^0.7.6 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.1.1 -> ^9.5.6 age confidence
@paraspell/sdk-pjs (source) ^8.0.0 -> ^8.16.0 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
@tanstack/vue-query (source) ^5.56.2 -> ^5.92.1 age confidence
@types/lodash (source) ^4.17.7 -> ^4.17.21 age confidence
@types/node (source) ^20.16.5 -> ^20.19.27 age confidence
@types/prismjs (source) ^1.26.4 -> ^1.26.5 age confidence
@vite-pwa/nuxt ^0.10.5 -> ^0.10.8 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.3 age confidence
autoprefixer ^10.4.20 -> ^10.4.23 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
nuxt (source) ^3.13.2 -> ^3.20.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
prismjs ^1.29.0 -> ^1.30.0 age confidence
qrcode.vue (source) ^3.4.1 -> ^3.6.0 age confidence
tailwindcss (source) ^3.4.11 -> ^3.4.19 age confidence
tailwindcss (source) ^3.4.11 -> ^3.4.19 age confidence
three (source) ^0.168.0 -> ^0.182.0 age confidence
typescript (source) ^5.6.2 -> ^5.9.3 age confidence
viem (source) ^2.21.7 -> ^2.43.2 age confidence
vitest (source) ^1.6.0 -> ^1.6.1 age confidence
vue (source) ^3.5.6 -> ^3.5.26 age confidence
vue-chartjs (source) ^5.3.1 -> ^5.3.3 age confidence
vue-tippy ^6.4.4 -> ^6.7.1 age confidence
wavesurfer.js (source) ^7.8.6 -> ^7.12.1 age confidence

Release Notes

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

v1.15.2

Compare Source

Patch Changes
  • Detect fragment usage in maskFragments calls to prevent false positive unused fragment warnings
    Submitted by @​takumiyoshikawa (See #​379)

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
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/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/image (@​nuxt/image)

v1.11.0

Compare Source

compare changes

🚀 Enhancements
  • Add support for image helpers in nitro endpoints (#​1473)
  • ipx: Log the architecture of the build (#​1808)
🩹 Fixes
  • Remove layer0 and edgio providers (#​1763)
  • Add back layer0 and edgio providers (without) tests (a99ce09)
  • cloudflare: Don't add baseURL if there are no operations (#​1790)
  • ipx: Always use ipx provider if external baseURL is provided (#​1800)
  • ipxStatic: Strip repeated slashes from image path (#​1801)
  • Avoid deep type instantiation (12b37a2)
📖 Documentation
🏡 Chore
  • Disable shamefully-hoist (#​1795)
  • Do not ignore typescript upgrades (0809991)
  • Switch to using typesVersions field (b4af05a)
  • Allow major bumps in changelog (d486587)
  • Enable oxc-resolver build (4be31c7)
  • Release v1.11.0 (3123997)
✅ Tests
  • Exclude layer0 + edgio from unit tests (3682a90)
🤖 CI
❤️ Contributors

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 providers (1079a03)
📖 Documentation
  • Update link to downloads count badge (392991b)
  • Improve cloudflare provider page (#​1601)
  • Make clearer that xxl is not a tailwind size (#​1632)
  • Add note about the alt prop (#​1628)
  • Capitalize title (#​1649)
  • Update strapi links (#​1650)
🏡 Chore
  • Update version link (fa18501)
  • docs: Remove unneeded icons config (150db3e)
  • Add knip and installed-check + clean up workspace deps (736102b)
  • Dedupe lockfile (ddc355b)
✅ Tests
  • Await file snapshot assertions (0e20cce)
  • Add strapi5 snapshots (3415daa)
🤖 CI
❤️ Contributors

v1.8.1

Compare Source

compare changes

🩹 Fixes
  • Suffix export of runtime utils with /index (#​1467)
  • vercel: Added missing formats config & improved documentation (#​1514)
📖 Documentation
  • Update link to downloads count badge (102d474)
🏡 Chore
  • Use tinyexec internally (3b9a4ea)
❤️ Contributors
nuxt-modules/i18n (@​nuxtjs/i18n)

v9.5.6

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v9.5.5

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v9.5.4

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v9.5.3

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v9.5.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v9.5.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v9.5.0

Compare Source

This changelog is generated by GitHub Releases

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v9.4.0

Compare Source

This changelog is generated by GitHub Releases

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v9.3.4

Compare Source

This changelog is generated by GitHub Releases

   🐞 Bug Fixes
    View changes on GitHub

v9.3.3

Compare Source

This changelog is generated by GitHub Releases

   🐞 Bug Fixes
    View changes on GitHub

v9.3.2

Compare Source

This changelog is generated by GitHub Releases

   🐞 Bug Fixes

Configuration

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

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, 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.

@cloudflare-workers-and-pages
Copy link

cloudflare-workers-and-pages bot commented Apr 9, 2023

Deploying nft-gallery with  Cloudflare Pages  Cloudflare Pages

Latest commit: 9cd8884
Status:🚫  Build failed.

View logs

@renovate
Copy link
Author

renovate bot commented Apr 10, 2023

lgtm

@renovate renovate bot force-pushed the renovate/bumped-minor-version-of-packages branch 8 times, most recently from 7ac0f6e to 6066fdf Compare April 17, 2023 06:32
@renovate renovate bot force-pushed the renovate/bumped-minor-version-of-packages branch 8 times, most recently from 9f9292b to a6a0f10 Compare April 24, 2023 18:30
@renovate renovate bot force-pushed the renovate/bumped-minor-version-of-packages branch 10 times, most recently from 72fdb13 to 308b84c Compare May 2, 2023 07:54
@renovate renovate bot force-pushed the renovate/bumped-minor-version-of-packages branch 2 times, most recently from e283076 to bf505b3 Compare May 3, 2023 01:42
@renovate renovate bot force-pushed the renovate/bumped-minor-version-of-packages branch 4 times, most recently from 9c992ad to f6fad78 Compare October 8, 2025 20:05
@renovate renovate bot force-pushed the renovate/bumped-minor-version-of-packages branch 5 times, most recently from 7b07f06 to 5901049 Compare October 16, 2025 03:07
@renovate renovate bot force-pushed the renovate/bumped-minor-version-of-packages branch 2 times, most recently from 1c21362 to 7828b69 Compare October 23, 2025 08:04
@renovate renovate bot force-pushed the renovate/bumped-minor-version-of-packages branch 2 times, most recently from a486244 to dd10f4b Compare November 1, 2025 23:53
@renovate renovate bot force-pushed the renovate/bumped-minor-version-of-packages branch 2 times, most recently from 0965270 to f2b226d Compare November 9, 2025 07:56
@renovate renovate bot force-pushed the renovate/bumped-minor-version-of-packages branch 4 times, most recently from b44bd27 to 06252a0 Compare November 22, 2025 19:43
@renovate renovate bot force-pushed the renovate/bumped-minor-version-of-packages branch 4 times, most recently from 8af5df9 to 2171a9e Compare November 28, 2025 20:01
@renovate renovate bot force-pushed the renovate/bumped-minor-version-of-packages branch 2 times, most recently from 8290687 to 264a267 Compare December 4, 2025 23:22
@renovate renovate bot force-pushed the renovate/bumped-minor-version-of-packages branch 3 times, most recently from 3513bf2 to 1658564 Compare December 17, 2025 08:03
@renovate renovate bot force-pushed the renovate/bumped-minor-version-of-packages branch from 1658564 to 9cd8884 Compare December 19, 2025 07:33
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