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 devdependencies #2782

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 8, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@antfu/ni ^0.21.12 -> ^0.22.0 age adoption passing confidence
@types/ws (source) ^8.5.10 -> ^8.5.11 age adoption passing confidence
@unlazy/nuxt (source) ^0.11.2 -> ^0.11.3 age adoption passing confidence
@unocss/eslint-config (source) ^0.58.9 -> ^0.61.5 age adoption passing confidence
@vue/test-utils 2.4.5 -> 2.4.6 age adoption passing confidence
bumpp ^9.4.0 -> ^9.4.1 age adoption passing confidence
eslint-plugin-format ^0.1.0 -> ^0.1.2 age adoption passing confidence
lint-staged ^15.2.2 -> ^15.2.7 age adoption passing confidence
nuxt (source) ^3.11.2 -> ^3.12.4 age adoption passing confidence
sharp (source, changelog) ^0.33.3 -> ^0.33.4 age adoption passing confidence
tsx (source) ^4.7.2 -> ^4.16.2 age adoption passing confidence

Release Notes

antfu/ni (@​antfu/ni)

v0.22.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
johannschopplich/unlazy (@​unlazy/nuxt)

v0.11.3

Compare Source

   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub
unocss/unocss (@​unocss/eslint-config)

v0.61.5

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.61.4

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.61.3

Compare Source

   🚀 Features
    View changes on GitHub

v0.61.2

Compare Source

No significant changes

    View changes on GitHub

v0.61.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.60.4

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.60.3

Compare Source

   🚀 Features
   🐞 Bug Fixes
   🏎 Performance
  • preset-mini: Improve performance of resolveBreakpoints  -  by @​antfu (05d90)
    View changes on GitHub

v0.60.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.60.1

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.60.0

Compare Source

   🚨 Breaking Changes
   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.59.4

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.59.3

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.59.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.59.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.59.0

Compare Source

   🚨 Breaking Changes
   🐞 Bug Fixes
    View changes on GitHub
vuejs/test-utils (@​vue/test-utils)

v2.4.6

Compare Source

What's Changed

New Contributors

Full Changelog: vuejs/test-utils@v2.4.5...v2.4.6

antfu/bumpp (bumpp)

v9.4.1

Compare Source

antfu/eslint-plugin-format (eslint-plugin-format)

v0.1.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.1.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
okonet/lint-staged (lint-staged)

v15.2.7

Compare Source

Patch Changes
  • #​1440 a51be80 Thanks @​iiroj! - In the previous version the native git rev-parse --show-toplevel command was taken into use for resolving the current git repo root. This version drops the --path-format=absolute option to support earlier git versions since it's also the default behavior. If you are still having trouble, please try upgrading git to the latest version.

v15.2.6

Compare Source

Patch Changes
  • #​1433 119adb2 Thanks @​iiroj! - Use native "git rev-parse" commands to determine git repo root directory and the .git config directory, instead of using custom logic. This hopefully makes path resolution more robust on non-POSIX systems.

v15.2.5

Compare Source

Patch Changes

v15.2.4

Compare Source

Patch Changes
  • 4f4537a Thanks @​iiroj! - Fix release issue with previous version; update dependencies
nuxt/nuxt (nuxt)

v3.12.4

Compare Source

3.12.4 is the next regularly scheduled patch release.

👉 Changelog

compare changes

🔥 Performance
  • vite: Start warmups after nitro build (#​27963)
  • vite: Avoid extra resolve call for resolveId in layers (#​27971)
  • kit,nuxt,schema,vite,webpack: Use explicit exports (#​27998)
🩹 Fixes
  • schema: Resolve public alias correctly (#​27975)
  • nuxt: Omit rendering payload prefetch when noScripts (#​27972)
  • nuxt: Add / as fallback if page can't be identified (e6109b226)
  • ui-templates: Validate templates with html-validate (#​28024)
  • schema: Don't constrain postcss plugin options (#​28045)
  • kit: Remove exports from v4 branch (5c8312e9b)
  • nuxt: Use unhead key for ad-hoc module options (#​28088)
  • nuxt: Use native vue-router composables (#​28114)
  • kit: Ensure getNuxtVersion returns string (#​28125)
  • nuxt: Always prerender at least one page with crawler (#​28131)
  • nuxt: Consider doc scroll-padding-top in scrollBehavior (#​28083)
  • nuxt: Only warn when useAsyncData returns undefined (#​28154)
  • nuxt: Revert change to getCachedData null response (d10cea11b)
  • schema: Don't use app/ as srcDir if it doesn't exist (#​28176)
  • kit: Normalise serverDir within layers using v4 compat (#​28177)
  • nuxt: Allow getCachedData to return undefined (#​28187)
  • nuxt: Use addEventListener to register cookie store listener (#​28193)
  • nuxt: Merge route meta properties with scanned meta (#​28170)
  • nuxt: Prevent duplicate set-cookie headers (#​28211)
💅 Refactors
  • schema,vite,webpack: Rework postcss module loading (#​27946)
  • nuxt: Remove _registeredComponents from ssrContext (#​27819)
  • nuxt: Use errx to handle dev log traces (#​28027)
📖 Documentation
  • Fix link (83bd4fde9)
  • Fix Cloudflare spelling (#​27989)
  • Update example to use nuxtApp.runWithContext (#​28000)
  • Remove deprecated pending variable from data fetching docs (#​28011)
  • Clarify xrsp danger (#​28053)
  • Deprecate pending and emphasis undefined (#​28113)
  • Update phrasing in route announcer (#​28108)
  • Use code groups for install commands in module guide (#​28094)
  • Capitalize text (#​28056)
  • Mention content in upgrade guide v4 folder structure (#​28090)
  • Remove a resolved issue from view transition docs (#​28091)
  • Clarify navigateTo is not for nitro routes (#​28092)
  • Warn about nested islands (#​28062)
  • Add info about layers/ directory (#​28128)
  • Codemods for migrating to Nuxt 4 (#​28072)
✅ Tests
  • Add typeCheck test in minimal build (#​28166)
🤖 CI
  • Run prepare step before linting docs (f8fbefb42)
  • Run prepare step before linting docs (d629b82b3)
❤️ Contributors

v3.12.3

Compare Source

3.12.3 is the next regularly scheduled patch release.

👉 Changelog

compare changes

🔥 Performance

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), 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 c: dependencies Pull requests that adds/updates a dependency label Apr 8, 2024
Copy link

stackblitz bot commented Apr 8, 2024

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

Copy link

netlify bot commented Apr 8, 2024

Deploy Preview for elk-docs failed.

Name Link
🔨 Latest commit 4888514
🔍 Latest deploy log https://app.netlify.com/sites/elk-docs/deploys/6699ba2e2df4af00086447bc

Copy link

netlify bot commented Apr 8, 2024

Deploy Preview for elk-zone failed.

Name Link
🔨 Latest commit 4888514
🔍 Latest deploy log https://app.netlify.com/sites/elk-zone/deploys/6699ba2d0a39b50007137ad7

Copy link

socket-security bot commented Apr 8, 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/devdependencies branch 5 times, most recently from 458a17a to 349da43 Compare April 18, 2024 12:54
@renovate renovate bot force-pushed the renovate/devdependencies branch 5 times, most recently from 54fd745 to a6776b8 Compare May 1, 2024 09:48
@renovate renovate bot force-pushed the renovate/devdependencies branch 5 times, most recently from bdf9fd2 to 15142bd Compare May 9, 2024 01:30
@renovate renovate bot force-pushed the renovate/devdependencies branch 8 times, most recently from 70341d5 to b8b9b1c Compare May 17, 2024 06:38
@renovate renovate bot force-pushed the renovate/devdependencies branch 2 times, most recently from 90041f6 to d6baa36 Compare May 20, 2024 21:38
@renovate renovate bot force-pushed the renovate/devdependencies branch 13 times, most recently from 88b7774 to 05cd73e Compare June 17, 2024 10:53
@renovate renovate bot force-pushed the renovate/devdependencies branch 2 times, most recently from 8390b73 to 68eb87e Compare June 24, 2024 03:09
@renovate renovate bot force-pushed the renovate/devdependencies branch 7 times, most recently from cba37ee to c394552 Compare July 5, 2024 09:31
@renovate renovate bot force-pushed the renovate/devdependencies branch 3 times, most recently from a0f5aea to 380813a Compare July 13, 2024 10:22
@renovate renovate bot force-pushed the renovate/devdependencies branch 3 times, most recently from 4720d3b to 40cf001 Compare July 17, 2024 01:17
@renovate renovate bot force-pushed the renovate/devdependencies branch from 40cf001 to 4888514 Compare July 19, 2024 00:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c: dependencies Pull requests that adds/updates a dependency
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants