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
@nuxt/eslint (source) ^0.3.13 -> ^0.5.7 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
@playwright/test (source) ^1.47.1 -> ^1.47.2 age adoption passing confidence
@types/lodash (source) ^4.17.7 -> ^4.17.9 age adoption passing confidence
@types/node (source) ^20.16.5 -> ^20.16.10 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.14 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.48 age adoption passing confidence
changelogen ^0.5.5 -> ^0.5.7 age adoption passing confidence
gql.tada (source) ^1.8.7 -> ^1.8.9 age adoption passing confidence
ofetch ^1.3.4 -> ^1.4.0 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
viem (source) ^2.21.7 -> ^2.21.15 age adoption passing confidence
vue (source) ^3.5.6 -> ^3.5.10 age adoption passing confidence

Release Notes

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-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
microsoft/playwright (@​playwright/test)

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
vitejs/vite-plugin-vue (@​vitejs/plugin-vue)

v5.1.4

wevm/wagmi (@​wagmi/connectors)

v5.1.14

Compare Source

Patch Changes

v5.1.13

Compare Source

Patch Changes

v5.1.12

Compare Source

Patch Changes

v5.1.11

Compare Source

Patch Changes
wevm/wagmi (@​wagmi/core)

v2.13.8

Compare Source

Patch Changes

v2.13.7

Compare Source

Patch Changes

v2.13.6

Compare Source

Patch Changes
wevm/wagmi (@​wagmi/vue)

v0.0.48

Compare Source

Patch Changes

v0.0.47

Compare Source

Patch Changes

v0.0.46

Compare Source

Patch Changes

v0.0.45

Compare Source

Patch Changes
unjs/changelogen (changelogen)

v0.5.7

Compare Source

compare changes

🩹 Fixes
  • bump: Avoid using + for canary suffix (#​224)
❤️ Contributors

v0.5.6

Compare Source

compare changes

🚀 Enhancements
  • Add option to sign git tags (#​117)
  • git: Support parse git messages that have prefix emoji (#​146)
🩹 Fixes
  • github: Use bearer token (#​180)
  • Handle repo name with multiple segments (#​219)
  • Lowercase scope when filtering (#​199)
💅 Refactors
  • Replace execa with execSync (#​222)
  • Use human readable date for canary versions (#​223)
  • Update execCommand (68127be)
🏡 Chore
❤️ Contributors
0no-co/gql.tada (gql.tada)

v1.8.9

Compare Source

Patch Changes

v1.8.8

Compare Source

Patch Changes
  • Add loc getter to parsed DocumentNode fragment outputs to ensure that using fragments created by gql.tada's graphql() function with graphql-tag doesn't crash. graphql-tag does not treat the DocumentNode.loc property as optional on interpolations, which leads to intercompatibility issues
    Submitted by @​kitten (See #​396)
unjs/ofetch (ofetch)

v1.4.0

Compare Source

compare changes

🚀 Enhancements
  • Support retryDelay with callback function (#​372)
  • Add better message and code for timeout error (#​351)
  • Allow custom global options for $fetch.create (#​401)
  • Support interceptors arrays (#​353)
  • Always clone and normalize options.headers and options.query (#​436)
🩹 Fixes
  • Export types from node export condition (#​407)
  • Use wrapper to allow patching global fetch (#​377)
📖 Documentation
  • Add docs for using undici dispatcher (#​389)
🌊 Types
  • Add agent and dispatcher options (node-specific) (#​308)
🏡 Chore
✅ Tests
  • Add additional tests for hook errors (7ff4d11)
🤖 CI
❤️ Contributors
scopewu/qrcode.vue (qrcode.vue)

v3.5.0

Compare Source

feature:

  1. Upgrade to support logo for qrcode, check #​47.
  2. Export components QrcodeCanvas and QrcodeSvg.
tailwindlabs/tailwindcss (tailwindcss)

v3.4.13

Compare Source

Fixed
  • Improve source glob verification performance (#​14481)

v3.4.12

Compare Source

mrdoob/three.js (three)

v0.169.0

Compare Source

wevm/viem (viem)

v2.21.15

Compare Source

Patch Changes

v2.21.14

Compare Source

Patch Changes

v2.21.13

Compare Source

Patch Changes

v2.21.12

Compare Source

Patch Changes

v2.21.11

Compare Source

Patch Changes

v2.21.10

Compare Source

Patch Changes

v2.21.9

Compare Source

Patch Changes
  • 312160a Thanks @​jxom! - Fixed issue where watchBlock would not respect the emitOnBegin property for WebSocket Transports.

  • b509c6e Thanks @​jxom! - Fixed mnemonicToAccount options type.

v2.21.8

Compare Source

Patch Changes
vuejs/core (vue)

v3.5.10

Compare Source

Bug Fixes

v3.5.9

Compare Source

Bug Fixes

v3.5.8

Compare Source

Bug Fixes
  • reactivity: do not remove dep from depsMap when cleaning up deps of computed (#​11995) (0267a58)

v3.5.7

Compare Source

Bug Fixes
Performance Improvements

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: 504e413
Status: ✅  Deploy successful!
Preview URL: https://addcbf8a.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 600b80d to 84ad7d3 Compare September 12, 2024 05:46
@renovate renovate bot force-pushed the renovate/bumped-minor-version-of-packages branch from 84ad7d3 to 0aa89d1 Compare September 14, 2024 02:59
@renovate renovate bot force-pushed the renovate/bumped-minor-version-of-packages branch from 0aa89d1 to 759162d Compare September 15, 2024 11:38
@renovate renovate bot force-pushed the renovate/bumped-minor-version-of-packages branch from 759162d to 05e5eab Compare September 16, 2024 08:46
@renovate renovate bot force-pushed the renovate/bumped-minor-version-of-packages branch from 05e5eab to 75dba85 Compare September 17, 2024 12:31
@renovate renovate bot force-pushed the renovate/bumped-minor-version-of-packages branch from 75dba85 to fc15f09 Compare September 19, 2024 17:38
@renovate renovate bot force-pushed the renovate/bumped-minor-version-of-packages branch from fc15f09 to 3985bf6 Compare September 21, 2024 08:34
@renovate renovate bot force-pushed the renovate/bumped-minor-version-of-packages branch from 3985bf6 to 358849f Compare September 22, 2024 11:16
@renovate renovate bot force-pushed the renovate/bumped-minor-version-of-packages branch from 358849f to 07cd180 Compare September 23, 2024 05:48
@renovate renovate bot force-pushed the renovate/bumped-minor-version-of-packages branch from 07cd180 to c8a7aaa Compare September 24, 2024 23:52
@renovate renovate bot force-pushed the renovate/bumped-minor-version-of-packages branch from c8a7aaa to c7bbe98 Compare September 25, 2024 21:00
@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
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