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

fix(deps): update all non-major dependencies #7147

Merged
merged 2 commits into from
Jan 16, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 30, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@bcoe/v8-coverage ^1.0.1 -> ^1.0.2 age adoption passing confidence dependencies patch
@faker-js/faker (source) ^9.3.0 -> ^9.4.0 age adoption passing confidence devDependencies minor
@shikijs/transformers (source) ^1.24.4 -> ^1.27.2 age adoption passing confidence devDependencies minor
@shikijs/vitepress-twoslash (source) ^1.24.4 -> ^1.27.2 age adoption passing confidence devDependencies minor
@testing-library/user-event ^14.5.2 -> ^14.6.0 age adoption passing confidence dependencies minor
@types/node (source) ^22.10.2 -> ^22.10.7 age adoption passing confidence devDependencies patch
@unocss/reset (source) ^0.65.2 -> ^0.65.4 age adoption passing confidence devDependencies patch
@vueuse/core (source) ^12.1.0 -> ^12.4.0 age adoption passing confidence devDependencies minor
@vueuse/core (source) ^12.1.0 -> ^12.4.0 age adoption passing confidence dependencies minor
bumpp ^9.9.2 -> ^9.10.1 age adoption passing confidence devDependencies minor
es-module-lexer ^1.5.4 -> ^1.6.0 age adoption passing confidence dependencies minor
fast-glob 3.3.2 -> 3.3.3 age adoption passing confidence devDependencies patch
happy-dom ^16.0.1 -> ^16.6.0 age adoption passing confidence devDependencies minor
mlly ^1.7.3 -> ^1.7.4 age adoption passing confidence pnpm.overrides patch
pathe ^2.0.0 -> ^2.0.1 age adoption passing confidence dependencies patch
pathe ^2.0.0 -> ^2.0.1 age adoption passing confidence devDependencies patch
pnpm (source) 9.15.1 -> 9.15.4 age adoption passing confidence packageManager patch
rollup (source) ^4.29.1 -> ^4.30.1 age adoption passing confidence devDependencies minor
splitpanes (source) ^3.1.5 -> ^3.1.8 age adoption passing confidence devDependencies patch
tj-actions/changed-files v45.0.5 -> v45.0.6 age adoption passing confidence action patch
typescript (source) ^5.7.2 -> ^5.7.3 age adoption passing confidence devDependencies patch
unocss (source) ^0.65.2 -> ^0.65.4 age adoption passing confidence devDependencies patch
vitepress-plugin-group-icons ^1.3.2 -> ^1.3.4 age adoption passing confidence devDependencies patch
zx (source) ^8.2.4 -> ^8.3.0 age adoption passing confidence devDependencies minor

Release Notes

bcoe/v8-coverage (@​bcoe/v8-coverage)

v1.0.2

Compare Source

faker-js/faker (@​faker-js/faker)

v9.4.0

Compare Source

Features
Changed Locales
Bug Fixes
shikijs/shiki (@​shikijs/transformers)

v1.27.2

Compare Source

No significant changes

    View changes on GitHub

v1.26.2

Compare Source

   🚀 Features
    View changes on GitHub

v1.26.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v1.26.0

Compare Source

   🚀 Features
    View changes on GitHub

v1.25.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v1.25.0

Compare Source

   🚀 Features
    View changes on GitHub
testing-library/user-event (@​testing-library/user-event)

v14.6.0

Compare Source

Features
Bug Fixes
  • clipboard: await DataTransferItem.getAsString() callback (#​1251) (7b11b0e)
  • event: assign pointer coords to MouseEvent (#​1039) (8528972)
  • pointer: check PointerCoords.x in isDifferentPointerPosition (#​1216) (75edef5)
  • pointer: check all fields of PointerCoords in isDifferentPointerPosition() (#​1229) (5f3d28f)
unocss/unocss (@​unocss/reset)

v0.65.4

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.65.3

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
vueuse/vueuse (@​vueuse/core)

v12.4.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v12.3.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v12.2.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
antfu/bumpp (bumpp)

v9.10.1

Compare Source

   🚀 Features
    View changes on GitHub

v9.10.0

Compare Source

   🚀 Features
    View changes on GitHub

v9.9.3

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
guybedford/es-module-lexer (es-module-lexer)

v1.6.0

Compare Source

mrmlnc/fast-glob (fast-glob)

v3.3.3

Compare Source

Full Changelog: mrmlnc/fast-glob@3.3.2...3.3.3

💬 Common

🐛 Bug fixes

  • Apply absolute negative patterns to full path instead of file path (#​441, thanks @​webpro)
capricorn86/happy-dom (happy-dom)

v16.6.0

Compare Source

v16.5.3

Compare Source

👷‍♂️ Patch fixes
  • Fixes problem with encoding and decoding attribute values in HTML - By @​capricorn86 in task #​1678
  • Fixes issue where it was not possible to query selector by class when the attribute value had line breaks in it - By @​capricorn86 in task #​1678

v16.5.2

Compare Source

👷‍♂️ Patch fixes
  • Event.target should be the target element after an event has been dispatched - By @​capricorn86 in task #​1529

v16.5.1

Compare Source

👷‍♂️ Patch fixes
  • Fixes issue where Comment, Text and DocumentFragment are not instances of their corresponding property on Window - By @​capricorn86 in task #​1577

v16.5.0

Compare Source

🎨 Features

v16.4.3

Compare Source

👷‍♂️ Patch fixes
  • Adds null check for if browser frame is available in Response during tear down of the Window - By @​capricorn86 in task #​1669

v16.4.2

Compare Source

👷‍♂️ Patch fixes

v16.4.1

Compare Source

👷‍♂️ Patch fixes
  • Fixes issue where HTML assigned to document.documentElement.innerHTML isnt parsed correctly since v16 - By @​capricorn86 in task #​1663

v16.4.0

Compare Source

🎨 Features

v16.3.0

Compare Source

🎨 Features
  • Adds support for child combinator to ":has()" pseudo selector (e.g. "span:has(> video)") - By @​capricorn86 in task #​1642

v16.2.9

Compare Source

👷‍♂️ Patch fixes
  • Fixes the HTMLInputElement.defaultChecked property - By @​capricorn86 in task #​1587
    • This issue caused React not to serialize the "checked" attribute correctly

v16.2.8

Compare Source

👷‍♂️ Patch fixes
  • Fixes issue where the wrong event target was used when dispatching events on HTMLFormElement or HTMLSelectElement - By @​capricorn86 in task #​1628

v16.2.7

Compare Source

👷‍♂️ Patch fixes
  • Fixes issue where text in <script> and <style> elements should not be decoded or encoded - By @​capricorn86 in task #​1564

v16.2.6

Compare Source

👷‍♂️ Patch fixes
  • Fixes problem where snapshots did not result in HTML for <form> and <select> elements - By @​capricorn86 in task #​1608

v16.2.5

Compare Source

👷‍♂️ Patch fixes
  • Fixes bug where the reference to a parent HTMLFormElement and HTMLSelectElement was wrong which affected the methods remove(), replaceWith(), before(), after(), append(), prepend(), replaceChildren() and insertAdjacentElement() - By @​capricorn86 in task #​1637

v16.2.4

Compare Source

👷‍♂️ Patch fixes
  • Fixes bug where the incorrect location is set after a redirect in BrowserFrame.goto() and DetachedBrowserFrame.goto() - By @​capricorn86 in task #​1627

v16.2.3

Compare Source

👷‍♂️ Patch fixes

v16.2.2

Compare Source

👷‍♂️ Patch fixes
  • Improves error when a Symbol object is being sent to querySelector() or querySelectorAll() as selector - By @​chocolateboy in task #​1640

v16.2.1

Compare Source

👷‍♂️ Patch fixes
  • Set request credentials to "same-origin" in XMLHttpRequest when "withCredentials" is false - By @​saitonakamura in task #​1631

v16.2.0

Compare Source

🎨 Features

v16.1.0

Compare Source

🎨 Features
unjs/mlly (mlly)

v1.7.4

Compare Source

compare changes

🏡 Chore
❤️ Contributors
unjs/pathe (pathe)

v2.0.1

Compare Source

compare changes

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

v9.15.4

Compare Source

v9.15.3

Compare Source

v9.15.2: pnpm 9.15.2

Compare Source

Patch Changes

  • Fixed publish/pack error with workspace dependencies with relative paths #​8904. It was broken in v9.4.0 (398472c).
  • Use double quotes in the command suggestion by pnpm patch on Windows #​7546.
  • Do not fall back to SSH, when resolving a git-hosted package if git ls-remote works via HTTPS #​8906.
  • Improve how packages with blocked lifecycle scripts are reported during installation. Always print the list of ignored scripts at the end of the output. Include a hint about how to allow the execution of those packages.

Platinum Sponsors

Bit Bit

Configuration

📅 Schedule: Branch creation - "* 0-3 * * 1" (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.

Copy link

netlify bot commented Dec 30, 2024

Deploy Preview for vitest-dev ready!

Name Link
🔨 Latest commit 40fd596
🔍 Latest deploy log https://app.netlify.com/sites/vitest-dev/deploys/67886042cb0f5e0008195206
😎 Deploy Preview https://deploy-preview-7147--vitest-dev.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 20 times, most recently from e482752 to 2c2f3df Compare January 6, 2025 06:45
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from 25bd264 to 22f1b96 Compare January 10, 2025 09:32
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 12 times, most recently from 6a1cdd7 to ab9e8a9 Compare January 15, 2025 21:41
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from ab9e8a9 to 40fd596 Compare January 16, 2025 01:26
@sheremet-va sheremet-va merged commit 537fa5e into main Jan 16, 2025
13 checks passed
@sheremet-va sheremet-va deleted the renovate/all-minor-patch branch January 16, 2025 15:05
renovate bot added a commit to mmkal/eslint-plugin-mmkal that referenced this pull request Jan 16, 2025
##### [v3.0.1](https://github.com/vitest-dev/vitest/releases/tag/v3.0.1)

#####    🐞 Bug Fixes

-   Revert "fix: re-apply default conditions if using vite 6 or later (vitest-dev/vitest#7071)"  -  by [@sheremet-va](https://github.com/sheremet-va) in vitest-dev/vitest#7071 and vitest-dev/vitest#7271 [<samp>(755ec)</samp>](vitest-dev/vitest@755ecdfa)
-   **deps**: Update all non-major dependencies  -  by [@sheremet-va](https://github.com/sheremet-va) in vitest-dev/vitest#7147 [<samp>(537fa)</samp>](vitest-dev/vitest@537fa5ed)

#####     [View changes on GitHub](vitest-dev/vitest@v3.0.0...v3.0.1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant