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

chore(deps): update all non-major dependencies (v3) #3033

Merged
merged 1 commit into from
Jan 9, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 7, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@iconify-json/lucide ^1.2.21 -> ^1.2.22 age adoption passing confidence
@iconify-json/simple-icons ^1.2.18 -> ^1.2.19 age adoption passing confidence
@iconify-json/vscode-icons ^1.2.8 -> ^1.2.9 age adoption passing confidence
@nuxt/eslint-config (source) ^0.7.4 -> ^0.7.5 age adoption passing confidence
@nuxt/image (source) ^1.8.1 -> ^1.9.0 age adoption passing confidence
@nuxthub/core (source) ^0.8.10 -> ^0.8.11 age adoption passing confidence
@octokit/rest ^21.0.2 -> ^21.1.0 age adoption passing confidence
@unhead/vue (source) ^1.11.14 -> ^1.11.15 age adoption passing confidence
embla-carousel (source) ^8.5.1 -> ^8.5.2 age adoption passing confidence
embla-carousel-auto-height (source) ^8.5.1 -> ^8.5.2 age adoption passing confidence
embla-carousel-auto-scroll (source) ^8.5.1 -> ^8.5.2 age adoption passing confidence
embla-carousel-autoplay (source) ^8.5.1 -> ^8.5.2 age adoption passing confidence
embla-carousel-class-names (source) ^8.5.1 -> ^8.5.2 age adoption passing confidence
embla-carousel-fade (source) ^8.5.1 -> ^8.5.2 age adoption passing confidence
embla-carousel-vue (source) ^8.5.1 -> ^8.5.2 age adoption passing confidence
pathe ^2.0.0 -> ^2.0.1 age adoption passing confidence
release-it ^18.0.0 -> ^18.1.1 age adoption passing confidence
wrangler (source) ^3.99.0 -> ^3.100.0 age adoption passing confidence

Release Notes

nuxt/eslint (@​nuxt/eslint-config)

v0.7.5

Compare Source

No significant changes

    View changes on GitHub
nuxt/image (@​nuxt/image)

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
nuxt-hub/core (@​nuxthub/core)

v0.8.11

Compare Source

compare changes

🚀 Enhancements
  • Add Open API tab in Nuxt Devtools with Scalar (91d5016)
🩹 Fixes
  • api: Disable cache and prerender on /api/_hub/** (#​414)
📖 Documentation
  • Add blog post about libsodium (#​400)
  • NuxtHub github action & app (#​390)
  • List supported package managers (#​407)
  • Add note for sync issue with private github repo (46fc4e3)
  • deploy: Correct path for linking repository to project and migration ti GH Actions (#​411)
🏡 Chore
❤️ Contributors
octokit/rest.js (@​octokit/rest)

v21.1.0

Compare Source

Features
unjs/unhead (@​unhead/vue)

v1.11.15

Compare Source

   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub
davidjerleke/embla-carousel (embla-carousel)

v8.5.2

Compare Source

Support

Embla Carousel is an open source MIT licensed project. If you are interested in supporting this project you can sponsor it here:

What's Changed
New Contributors

Full Changelog: davidjerleke/embla-carousel@v8.5.1...v8.5.2

unjs/pathe (pathe)

v2.0.1

Compare Source

compare changes

🩹 Fixes
  • Mixed posix/win32 namespaces (#​197)
❤️ Contributors
release-it/release-it (release-it)

v18.1.1

Compare Source

v18.1.0

Compare Source

cloudflare/workers-sdk (wrangler)

v3.100.0

Compare Source

Minor Changes
  • #​7604 6c2f173 Thanks @​CarmenPopoviciu! - feat: Capture Workers with static assets in the telemetry data

    We want to measure accurately what this number of Workers + Assets projects running in remote mode is, as this number will be a very helpful data point down the road, when more decisions around remote mode will have to be taken.

    These changes add this kind of insight to our telemetry data, by capturing whether the command running is in the context of a Workers + Assets project.

    N.B. With these changes in place we will be capturing the Workers + Assets context for all commands, not just wrangler dev --remote.

Patch Changes
  • #​7581 cac7fa6 Thanks @​vicb! - chore(wrangler): update unenv dependency version

    unenv now uses the workerd implementation on node:dns
    See the unjs/unenv#376

  • #​7625 d8fb032 Thanks @​vicb! - feat(wrangler): use unenv builtin dependency resolution

    Moving away from require.resolve() to handle unenv aliased packages.
    Using the unenv builtin resolution will allow us to drop the .cjs file from the preset
    and to override the base path so that we can test the dev version of the preset.

  • #​7533 755a27c Thanks @​danielgek! - Add warning about the browser rendering not available on local

  • #​7614 8abb43f Thanks @​vicb! - chore(wrangler): update unenv dependency version

    The updated unenv contains a fix for the module resolution,
    see unjs/unenv#378.
    That bug prevented us from using unenv module resolution,
    see #​7583.

  • Updated dependencies [b4e0af1]:

    • miniflare@3.20241230.0

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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.

@renovate renovate bot added the v3 #1289 label Jan 7, 2025
Copy link

cloudflare-workers-and-pages bot commented Jan 7, 2025

Deploying ui3 with  Cloudflare Pages  Cloudflare Pages

Latest commit: 61de14b
Status: ✅  Deploy successful!
Preview URL: https://c4fa2ac2.ui-6q2.pages.dev
Branch Preview URL: https://renovate-v3-all-minor-patch.ui-6q2.pages.dev

View logs

Copy link

pkg-pr-new bot commented Jan 7, 2025

npm i https://pkg.pr.new/@nuxt/ui@3033

commit: 61de14b

@renovate renovate bot changed the title chore(deps): update dependency @unhead/vue to ^1.11.15 (v3) chore(deps): update all non-major dependencies (v3) Jan 7, 2025
@renovate renovate bot force-pushed the renovate/v3-all-minor-patch branch from ebe6f1d to 8a1a472 Compare January 7, 2025 21:41
@renovate renovate bot force-pushed the renovate/v3-all-minor-patch branch from 8a1a472 to 18119ca Compare January 8, 2025 09:18
@renovate renovate bot force-pushed the renovate/v3-all-minor-patch branch from 18119ca to 72ce6ba Compare January 8, 2025 10:21
@renovate renovate bot force-pushed the renovate/v3-all-minor-patch branch from 72ce6ba to 5dde852 Compare January 8, 2025 13:09
@renovate renovate bot force-pushed the renovate/v3-all-minor-patch branch from 5dde852 to f4ae6c4 Compare January 8, 2025 20:39
@renovate renovate bot force-pushed the renovate/v3-all-minor-patch branch from f4ae6c4 to c8648ad Compare January 9, 2025 00:34
@renovate renovate bot force-pushed the renovate/v3-all-minor-patch branch from c8648ad to bc4a409 Compare January 9, 2025 09:10
@renovate renovate bot force-pushed the renovate/v3-all-minor-patch branch from bc4a409 to 81e08ab Compare January 9, 2025 10:11
@renovate renovate bot force-pushed the renovate/v3-all-minor-patch branch from 81e08ab to 2466c07 Compare January 9, 2025 10:54
@renovate renovate bot force-pushed the renovate/v3-all-minor-patch branch from 2466c07 to cf5d3d8 Compare January 9, 2025 11:14
@renovate renovate bot force-pushed the renovate/v3-all-minor-patch branch from cf5d3d8 to 4059228 Compare January 9, 2025 11:35
@renovate renovate bot force-pushed the renovate/v3-all-minor-patch branch from 4059228 to 7c443b0 Compare January 9, 2025 11:52
@renovate renovate bot force-pushed the renovate/v3-all-minor-patch branch from 7c443b0 to 61de14b Compare January 9, 2025 13:52
@benjamincanac benjamincanac merged commit 11a3f03 into v3 Jan 9, 2025
3 of 4 checks passed
@benjamincanac benjamincanac deleted the renovate/v3-all-minor-patch branch January 9, 2025 14:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
v3 #1289
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant