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

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Apr 9, 2023

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.14 -> ^1.12.16 age adoption passing confidence
@nuxt/eslint (source) ^0.3.13 -> ^0.6.0 age adoption passing confidence
@nuxt/image (source) ^1.8.0 -> ^1.8.1 age adoption passing confidence
@nuxtjs/device ^3.2.2 -> ^3.2.4 age adoption passing confidence
@nuxtjs/i18n (source) ^8.5.3 -> ^8.5.5 age adoption passing confidence
@pinia/nuxt (source) ^0.5.4 -> ^0.5.5 age adoption passing confidence
@playwright/test (source) ^1.47.1 -> ^1.48.0 age adoption passing confidence
@ramp-network/ramp-instant-sdk (source) ^4.0.5 -> ^4.0.7 age adoption passing confidence
@tanstack/vue-query (source) ^5.56.2 -> ^5.59.13 age adoption passing confidence
@types/lodash (source) ^4.17.7 -> ^4.17.10 age adoption passing confidence
@types/node (source) ^20.16.5 -> ^20.16.11 age adoption passing confidence
@vitejs/plugin-vue (source) ^5.1.3 -> ^5.1.4 age adoption passing confidence
@wagmi/connectors (source) ^5.1.10 -> ^5.1.15 age adoption passing confidence
@wagmi/core (source) ^2.13.5 -> ^2.13.8 age adoption passing confidence
@wagmi/vue (source) ^0.0.44 -> ^0.0.49 age adoption passing confidence
changelogen ^0.5.5 -> ^0.5.7 age adoption passing confidence
gql.tada (source) ^1.8.7 -> ^1.8.10 age adoption passing confidence
ofetch ^1.3.4 -> ^1.4.1 age adoption passing confidence
pinia ^2.2.2 -> ^2.2.4 age adoption passing confidence
qrcode.vue (source) ^3.4.1 -> ^3.5.0 age adoption passing confidence
tailwindcss (source) ^3.4.11 -> ^3.4.13 age adoption passing confidence
three (source) ^0.168.0 -> ^0.169.0 age adoption passing confidence
typescript (source) ^5.6.2 -> ^5.6.3 age adoption passing confidence
viem (source) ^2.21.7 -> ^2.21.25 age adoption passing confidence
vue (source) ^3.5.6 -> ^3.5.12 age adoption passing confidence

Release Notes

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

v1.12.16

Compare Source

Patch Changes

v1.12.15

Compare Source

Patch Changes
nuxt/eslint (@​nuxt/eslint)

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.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/device (@​nuxtjs/device)

v3.2.4

Compare Source

compare changes

🩹 Fixes
  • Inline crawler-user-agents dependency (#​232)
🤖 CI
  • Run CI workflow on Node version from matrix (c504a6f)
❤️ Contributors

v3.2.3

Compare Source

compare changes

🩹 Fixes
  • Generate crawlers regex at build time (#​230)
🏡 Chore
  • Update README and module options JSDoc (5483663)
  • Unpin dependencies and update renovate config (a12c6a4)
❤️ Contributors
nuxt-modules/i18n (@​nuxtjs/i18n)

v8.5.5

Compare Source

No significant changes

    View changes on GitHub

v8.5.4

Compare Source

This release removes version checks that prevent usage with Nuxt versions higher than 3.x.

The path resolution for langDir (relative to srcDir) and localeDetector (relative to rootDir) remain unchanged, to ease migration to v9 we recommend configuring experimental.restructureDir which will be enabled and set to i18n by default in the upcoming major release.

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

v0.5.5

Compare Source

microsoft/playwright (@​playwright/test)

v1.48.0

Compare Source

v1.47.2

Compare Source

Highlights

https://github.com/microsoft/playwright/pull/32699- [REGRESSION]: fix(codegen): use content_frame property in python/.NEThttps://github.com/microsoft/playwright/issues/327066- [REGRESSION]: page.pause() does not pause test timeout after 1.4https://github.com/microsoft/playwright/pull/3266161 - fix(trace-viewer): time delta between local and remote actions

Browser Versions

  • Chromium 129.0.6668.29
  • Mozilla Firefox 130.0
  • WebKit 18.0

This version was also tested against the following stable channels:

  • Google Chrome 128
  • Microsoft Edge 128
TanStack/query (@​tanstack/vue-query)

v5.59.13

Compare Source

Version 5.59.13 - 10/12/24, 9:38 AM

Changes

Fix
  • query-core: don"t finalizeThenable of different queries (#​8171) (5d69ad7) by Dominik Dorfmeister

Packages

v5.59.12

Compare Source

Version 5.59.12 - 10/12/24, 7:40 AM

Changes

Fix
  • query-core: move thenable-recreation into createResult (#​8169) (4758303) by Dominik Dorfmeister
Types

Packages

v5.59.10

Compare Source

Version 5.59.10 - 10/11/24, 6:24 PM

Changes

Fix
  • core: correctly gc query when suspense is used when query unmounts while it"s still fetching (#​8168) (5edd617) by Dominik Dorfmeister
  • react-query: Allow optional initialData object in queryOptions (#​8162) (931d98d) by Sunghoon

Packages

v5.59.9

Compare Source

Version 5.59.9 - 10/10/24, 6:56 PM

Changes
Fix
  • core: don"t consider queries as enabled if they have no observers and have never fetched (successfully or erroneously) (#​8161) (5228e51) by Dominik Dorfmeister
Test
Packages

v5.59.6

Compare Source

Version 5.59.6 - 10/9/24, 2:34 PM

Changes
Fix
  • perf: improve long running task performance in query core (#​8107) (5499577) by David
Packages

v5.59.4

Compare Source

Version 5.59.4 - 10/9/24, 1:02 PM

Changes
Fix
  • core: do not inform QueriesObserver subscribers if combined result hasn"t changed (#​8153) (cae2524) by Dominik Dorfmeister
  • eslint-plugin-query: handle callable params within exaustive-deps rule (#​8150) (eb2f9d3) by pawel-twardziak
Chore
  • eslint-plugin-query: expect-expect warning for expectArrayEqualIgnoreOrder (#​8143) (85a525a) by Sol Lee
  • no-shadow lint warning in insertAtPositions() (#​8142) (78b086b) by Sol Lee
Test
  • hydration test case for overwriting with promise (05ccd65) by Dominik Dorfmeister
Packages

v5.59.1

Compare Source

Version 5.59.1 - 10/4/24, 12:03 PM

Changes

Fix
  • eslint-plugin-query: update deprecated getSourceCode() method (#​8117) (bb8278d) by Sol Lee
Test
Docs

Packages


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.

@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: 592e6a4
Status: ✅  Deploy successful!
Preview URL: https://73baec28.nft-gallery-1hj.pages.dev
Branch Preview URL: https://renovate-bumped-minor-versio.nft-gallery-1hj.pages.dev

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 from c7bbe98 to 2c64533 Compare September 26, 2024 02:45
@renovate renovate bot force-pushed the renovate/bumped-minor-version-of-packages branch from 2c64533 to 06b7920 Compare September 27, 2024 11:49
@renovate renovate bot force-pushed the renovate/bumped-minor-version-of-packages branch from 06b7920 to 504e413 Compare September 28, 2024 05:22
@renovate renovate bot force-pushed the renovate/bumped-minor-version-of-packages branch from 504e413 to 27b7d4c Compare September 29, 2024 02:16
@renovate renovate bot force-pushed the renovate/bumped-minor-version-of-packages branch from 27b7d4c to aba591a Compare October 1, 2024 04:30
@renovate renovate bot force-pushed the renovate/bumped-minor-version-of-packages branch from aba591a to bbc57b0 Compare October 2, 2024 05:24
@renovate renovate bot force-pushed the renovate/bumped-minor-version-of-packages branch from bbc57b0 to a2584ba Compare October 3, 2024 02:27
@renovate renovate bot force-pushed the renovate/bumped-minor-version-of-packages branch from a2584ba to 82e3be8 Compare October 4, 2024 05:53
@renovate renovate bot force-pushed the renovate/bumped-minor-version-of-packages branch from 82e3be8 to b6e90d9 Compare October 5, 2024 02:43
@renovate renovate bot force-pushed the renovate/bumped-minor-version-of-packages branch from b6e90d9 to c2207e7 Compare October 8, 2024 05:36
@renovate renovate bot force-pushed the renovate/bumped-minor-version-of-packages branch from c2207e7 to d7bcbfa Compare October 9, 2024 02:24
@renovate renovate bot force-pushed the renovate/bumped-minor-version-of-packages branch from d7bcbfa to ad4c7db Compare October 10, 2024 08:40
@renovate renovate bot force-pushed the renovate/bumped-minor-version-of-packages branch from ad4c7db to feaac12 Compare October 13, 2024 02:26
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