Skip to content
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

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

Merged
merged 1 commit into from
Sep 16, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 28, 2024

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

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@0no-co/graphqlsp ^1.12.11 -> ^1.12.14 age adoption passing confidence
@​farcaster/auth-client ^0.1.1 -> ^0.3.0 age adoption passing confidence
@nuxt/content (source) ^2.12.1 -> ^2.13.2 age adoption passing confidence
@nuxt/eslint (source) ^0.3.13 -> ^0.5.7 age adoption passing confidence
@nuxt/image (source) ^1.7.0 -> ^1.8.0 age adoption passing confidence
@nuxt/types (source) ^2.17.4 -> ^2.18.1 age adoption passing confidence
@nuxtjs/color-mode ^3.4.1 -> ^3.5.1 age adoption passing confidence
@nuxtjs/device ^3.1.1 -> ^3.2.2 age adoption passing confidence
@nuxtjs/i18n (source) ^8.3.1 -> ^8.5.3 age adoption passing confidence
@nuxtjs/sitemap ^5.3.4 -> ^5.3.5 age adoption passing confidence
@pinia/nuxt (source) ^0.5.1 -> ^0.5.4 age adoption passing confidence
@playwright/test (source) ^1.45.2 -> ^1.47.1 age adoption passing confidence
@tanstack/vue-query (source) ^5.51.9 -> ^5.56.2 age adoption passing confidence
@types/markdown-it (source) ^13.0.8 -> ^13.0.9 age adoption passing confidence
@types/node (source) ^20.14.10 -> ^20.16.5 age adoption passing confidence
@vite-pwa/nuxt ^0.8.0 -> ^0.10.5 age adoption passing confidence
@vitejs/plugin-vue (source) ^5.0.5 -> ^5.1.3 age adoption passing confidence
@wagmi/connectors (source) ^5.0.23 -> ^5.1.10 age adoption passing confidence
@wagmi/core (source) ^2.11.8 -> ^2.13.5 age adoption passing confidence
@wagmi/vue (source) ^0.0.37 -> ^0.0.44 age adoption passing confidence
autoprefixer ^10.4.19 -> ^10.4.20 age adoption passing confidence
chart.js (source) ^4.4.3 -> ^4.4.4 age adoption passing confidence
gql.tada (source) ^1.8.2 -> ^1.8.7 age adoption passing confidence
husky ^9.1.4 -> ^9.1.6 age adoption passing confidence
lint-staged ^15.2.7 -> ^15.2.10 age adoption passing confidence
nuxt (source) ^3.12.3 -> ^3.13.2 age adoption passing confidence
pinia ^2.1.7 -> ^2.2.2 age adoption passing confidence
pinia-plugin-persistedstate (source) ^3.2.1 -> ^3.2.3 age adoption passing confidence
postcss (source) ^8.4.39 -> ^8.4.47 age adoption passing confidence
tailwindcss (source) ^3.4.5 -> ^3.4.11 age adoption passing confidence
three (source) ^0.166.1 -> ^0.168.0 age adoption passing confidence
typescript (source) ^5.5.3 -> ^5.6.2 age adoption passing confidence
viem (source) ^2.17.5 -> ^2.21.7 age adoption passing confidence
vue (source) ^3.4.31 -> ^3.5.6 age adoption passing confidence
wavesurfer.js (source) ^7.8.2 -> ^7.8.6 age adoption passing confidence

Release Notes

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

v1.12.14

Compare Source

Patch Changes
  • Strip our internal @_unmask directive from fragment-definitions when creating hashes for persisted-operations
    Submitted by @​JoviDeCroock (See #​354)
  • Prevent resolution loop when resolving GraphQL fragments
    Submitted by @​kitten (See #​350)

v1.12.13

Compare Source

Patch Changes
  • ⚠️ Fix wrong fileType diagnostic error when introspection is disabled
    Submitted by @​FyndetNeo (See #​348)

v1.12.12

Compare Source

Patch Changes
  • Bail on dots, when there's one or two dots we are leading up to a fragment-spread and should avoid giving suggestions
    Submitted by @​JoviDeCroock (See #​344)
nuxt/content (@​nuxt/content)

v2.13.2

Compare Source

compare changes

🚀 Enhancements
🩹 Fixes
  • Add string type to gt/lt/gte/lte type definitions (#​2704)
  • search: Non-md file might not have dscription file (#​2706)
  • module: Disable MDC plugin if user disabled it (#​2707)
  • Unwatch storage on nitro close (ec7105ad)
📖 Documentation
  • Add missing await for searchContent docs (#​2692)
  • Prerender home (4253f0bf)
  • Update nuxt-og-image and add postinstall script (#​2705)
  • Update ContentSlot Documentation (#​2713)
🤖 CI
❤️ Contributors
nuxt/eslint (@​nuxt/eslint)

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

Compare Source

compare changes

🚀 Enhancements
  • cloudinary: Support reading project from absolute url (#​1361)
  • Provide runtimeConfig to getImage (#​1428)
🩹 Fixes
  • hygraph: New asset management support (#​1415)
  • Prevent hydration mismatch in <NuxtImg> (#​1445)
  • nuxt-picture: Check before accessing index (917242a)
  • Mark props as not required rather than default: undefined (#​1450)
  • Handle undefined indices more accurately (#​1451)
  • hygraph: Add back tests and refactor splitter (#​1452)
❤️ Contributors

v1.7.1

Compare Source

compare changes

🩹 Fixes
  • cloudinary: Map cover to lfill mode (#​1355)
  • Import runtime types from module entrypoint (#​1384)
  • Update to latest @nuxt/module-builder (#​1439)
  • Only add preload links on server (510e719)
  • weserv: Map rotate operation to ro (#​1441)
💅 Refactors
  • Convert <NuxtImg> to SFC (#​1435)
  • Convert <NuxtPicture> to SFC (#​1432)
  • Use more import.meta.* properties (#​1440)
📖 Documentation
🏡 Chore
❤️ Contributors
nuxt-modules/color-mode (@​nuxtjs/color-mode)

v3.5.1

Compare Source

compare changes

🩹 Fixes
  • Synchronize Vue 2 & 3 component behaviour (#​285)
📖 Documentation
🏡 Chore
❤️ Contributors

v3.5.0

Compare Source

Features
3.4.4 (2024-08-16)
3.4.3 (2024-08-16)
Bug Fixes
3.4.2 (2024-06-24)
Bug Fixes
3.4.1 (2024-04-26)
Bug Fixes
  • add tilde to css selector for tailwind integration (#​259) (16ae123)

v3.4.4

Compare Source

nuxt-modules/device (@​nuxtjs/device)

v3.2.2

Compare Source

compare changes

🩹 Fixes
  • Move runtime types to src/runtime/ dir (57a658a)
❤️ Contributors

v3.2.1

Compare Source

compare changes

🚀 Enhancements
  • Deprecate enabled option (7b64ac6)
🩹 Fixes
  • Do not warn about refreshOnResize deprecation if not explicitly used (11196cd)
  • Add augmentations for $device helper (e758cc6)
💅 Refactors
  • Use single return in plugin (401a366)
  • Shorten useDevice syntax (e528ba7)
🏡 Chore
  • Use local module in playground (eca8ff1)
❤️ Contributors

v3.2.0

Compare Source

compare changes

🚀 Enhancements
  • Module overhaul (#​199)
  • Deprecate refreshOnResize option (#​211)
  • Detect Google-InspectionTool crawler (#​219)
  • Replace manual crawler regex generation with crawler-user-agents (#​224)
🩹 Fixes
  • Import Nuxt composables from #imports (#​174)
  • Update to latest @nuxt/module-builder (#​223)
  • Augment runtime config on @nuxt/schema (a84ad64)
  • Disable 'vue/multi-word-component-names' for test/ dir (502d5b1)
  • Account for absence of module's runtime config in plugin (a311d11)
📖 Documentation
  • Use new nuxi module add command in installation (#​187)
  • Update link to 2.x branch (2aec2e7)
  • Remove unused badges (4cdf090)
  • Revert removing badges (eea7813)
  • Update badges style and links (d290e56)
  • Add banner (1130799)
🏡 Chore
  • Add pull request template (2de7def)
  • Lint pull request template (0faf42f)
  • Update renovate config (855e082)
  • Test bundler module resolution (#​181)
  • Indicate compatibility with new v4 major (#​216)
  • Exclude 2.x branch from renovate (487f042)
  • Remove commented out module config from test fixture (6d860a4)
🤖 CI
❤️ Contributors
3.1.1 (2023-09-16)
  • #​157 chore: export runtime
  • #​158 fix of problem with export named 'default' in nuxt 3
nuxt-community/i18n-module (@​nuxtjs/i18n)

v8.5.3

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v8.5.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v8.5.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v8.5.0

Compare Source

   🚀 Features
    View changes on GitHub

v8.4.0

Compare Source

Configurable directory restructure

You can now enable and configure the directory restructure which will be the default in v9, check out the documentation for more details on the new directory restructure.

Locale iso property rename

In v9 we are changing the locale iso property to language, the old usage will keep on working in v8 but we have added deprecation warnings about this upcoming change, more details on why we're renaming the property can be found here.


   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v8.3.3

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v8.3.2

Compare Source

   🐞 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 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 July 28, 2024 23:47
@renovate renovate bot requested review from Jarsen136 and hassnian and removed request for a team July 28, 2024 23:47
Copy link

cloudflare-workers-and-pages bot commented Jul 28, 2024

Deploying koda-art-prod with  Cloudflare Pages  Cloudflare Pages

Latest commit: e4eebff
Status:⚡️  Build in progress...

View logs

Copy link
Contributor Author

renovate bot commented Jul 29, 2024

lgtm

@renovate renovate bot force-pushed the renovate/bumped-minor-version-of-packages branch 2 times, most recently from 79ed207 to aa78351 Compare July 29, 2024 12:54
@renovate renovate bot force-pushed the renovate/bumped-minor-version-of-packages branch 5 times, most recently from 034a04c to 60a9efc Compare July 31, 2024 09:20
Copy link

socket-security bot commented Jul 31, 2024

New and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/@0no-co/[email protected] Transitive: environment, network +2 2 MB jdecroock
npm/@farcaster/[email protected] network 0 105 kB ecm_merkle
npm/@nuxt/[email protected] filesystem Transitive: environment +7 1.21 MB farnabaz
npm/@nuxt/[email protected] environment, network +20 8.8 MB antfu
npm/@nuxt/[email protected] environment +2 849 kB danielroe
npm/@nuxtjs/[email protected] None +2 769 kB atinux
npm/@nuxtjs/[email protected] Transitive: environment, network +24 16.8 MB damianglowala
npm/@nuxtjs/[email protected] Transitive: environment, eval, filesystem +13 3.18 MB alexchopin, antfu, atinux, ...8 more
npm/@pinia/[email protected] None +2 723 kB posva
npm/@playwright/[email protected] None 0 25.5 kB dgozman-ms, mxschmitt, pavelfeldman, ...1 more
npm/@tanstack/[email protected] environment +2 3.13 MB tannerlinsley
npm/@types/[email protected] None +2 48.2 kB types
npm/@types/[email protected] None 0 2.17 MB types
npm/@vite-pwa/[email protected] None +2 767 kB userquin
npm/@vitejs/[email protected] environment 0 192 kB vitebot

🚮 Removed packages: npm/@0no-co/[email protected], npm/@farcaster/[email protected], npm/@nuxt/[email protected], npm/@nuxt/[email protected], npm/@nuxt/[email protected], npm/@nuxtjs/[email protected], npm/@nuxtjs/[email protected], npm/@nuxtjs/[email protected], npm/@pinia/[email protected], npm/@playwright/[email protected], npm/@tanstack/[email protected], npm/@types/[email protected], npm/@types/[email protected], npm/@vite-pwa/[email protected], npm/@vitejs/[email protected], npm/@vueuse/[email protected], npm/@vueuse/[email protected], npm/@wagmi/[email protected], npm/@wagmi/[email protected], npm/@wagmi/[email protected]

View full report↗︎

Copy link

socket-security bot commented Jul 31, 2024

👍 Dependency issues cleared. Learn more about Socket for GitHub ↗︎

This PR previously contained dependency changes with security issues that have been resolved, removed, or ignored.

View full report↗︎

@renovate renovate bot force-pushed the renovate/bumped-minor-version-of-packages branch 14 times, most recently from 9964fe4 to c0c0ae5 Compare August 4, 2024 11:59
@renovate renovate bot force-pushed the renovate/bumped-minor-version-of-packages branch 21 times, most recently from 9927376 to 3466a7e Compare September 16, 2024 04:53
@vikiival vikiival added this pull request to the merge queue Sep 16, 2024
@renovate renovate bot force-pushed the renovate/bumped-minor-version-of-packages branch from ca870ed to e4eebff Compare September 16, 2024 08:59
Merged via the queue into main with commit 324fa29 Sep 16, 2024
12 of 17 checks passed
@vikiival vikiival deleted the renovate/bumped-minor-version-of-packages branch September 16, 2024 08:59
Copy link

sonarcloud bot commented Sep 16, 2024

This was referenced Sep 16, 2024
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.

3 participants