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

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 17, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@antfu/eslint-config ^4.8.1 -> ^4.11.0 age adoption passing confidence
@babel/core (source) ^7.26.9 -> ^7.26.10 age adoption passing confidence
@babel/eslint-parser (source) ^7.26.8 -> ^7.26.10 age adoption passing confidence
@iconify/json (source) ^2.2.314 -> ^2.2.320 age adoption passing confidence
@tanstack/vue-query (source) ^5.67.2 -> ^5.69.0 age adoption passing confidence
@tanstack/vue-query-devtools (source) ^5.67.2 -> ^5.69.0 age adoption passing confidence
@types/chrome (source) ^0.0.308 -> ^0.0.310 age adoption passing confidence
@types/node (source) ^22.13.10 -> ^22.13.13 age adoption passing confidence
@typescript-eslint/parser (source) ^8.26.0 -> ^8.27.0 age adoption passing confidence
@typescript-eslint/utils (source) ^8.26.0 -> ^8.27.0 age adoption passing confidence
@vitejs/plugin-vue (source) ^5.2.1 -> ^5.2.3 age adoption passing confidence
@vitejs/plugin-vue-jsx (source) ^4.1.1 -> ^4.1.2 age adoption passing confidence
bumpp ^10.0.3 -> ^10.1.0 age adoption passing confidence
electron ^33.4.3 -> ^33.4.6 age adoption passing confidence
element-plus (source) ^2.9.6 -> ^2.9.7 age adoption passing confidence
eslint (source) ^9.22.0 -> ^9.23.0 age adoption passing confidence
lint-staged ^15.4.3 -> ^15.5.0 age adoption passing confidence
pnpm (source) 10.6.1 -> 10.6.5 age adoption passing confidence
pnpm (source) ^10.6.1 -> ^10.6.5 age adoption passing confidence
publint (source) ^0.3.8 -> ^0.3.9 age adoption passing confidence
sass-embedded ^1.85.1 -> ^1.86.0 age adoption passing confidence
shiki (source) ^3.1.0 -> ^3.2.1 age adoption passing confidence
simple-git-hooks ^2.11.1 -> ^2.12.1 age adoption passing confidence
unplugin ^2.2.0 -> ^2.2.2 age adoption passing confidence
vite (source) ^6.2.1 -> ^6.2.3 age adoption passing confidence
vitest (source) ^3.0.8 -> ^3.0.9 age adoption passing confidence

Release Notes

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

v4.11.0

Compare Source

   🚀 Features
    View changes on GitHub

v4.10.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v4.10.1

Compare Source

No significant changes

    View changes on GitHub

v4.10.0

Compare Source

   🚀 Features
    View changes on GitHub

v4.9.0

Compare Source

   🚀 Features
    View changes on GitHub
babel/babel (@​babel/core)

v7.26.10

Compare Source

👓 Spec Compliance
🐛 Bug Fix
💅 Polish
🏠 Internal
iconify/icon-sets (@​iconify/json)

v2.2.320

Compare Source

v2.2.319

Compare Source

v2.2.318

Compare Source

v2.2.317

Compare Source

v2.2.316

Compare Source

v2.2.315

Compare Source

TanStack/query (@​tanstack/vue-query)

v5.69.0

Compare Source

Version 5.69.0 - 3/18/25, 11:11 AM

Changes

Feat
Test
Docs
  • fix eslint links (f03b109) by TkDodo
  • fix internal links (4b7fd0e) by TkDodo
  • fix links in ssr guide (980d08d) by TkDodo
  • remove extra link (ff788ac) by TkDodo
  • add .md to links (84b1bed) by TkDodo
  • Fix broken link some example path (#​8813) (21c5e09) by HYUNJOON

Packages

v5.68.0

Compare Source

Version 5.68.0 - 3/14/25, 10:00 AM

Changes

Feat
  • eslint-plugin-query: enhance no-rest-destructuring rule to detect spread operations (#​8802) (796032d) by Eliya Cohen
Test
Docs

Packages

v5.67.3

Compare Source

Version 5.67.3 - 3/11/25, 5:19 PM

Changes

Refactor
Test
Docs
  • angular-query: angular examples improvements (#​8782) (79608f3) by Arnoud
  • react-query: fix incorrect link in documentation (#​8699) (8bfa77b) by Harry
  • Fix community resource links in important Defaults page. (#​8697) (4fb781f) by Raj Suhail
  • Fix 404 link for Query Keys in useQuery.md (#​8769) (67e52cf) by Joseph Markus
  • Update ssr.md (#​8770) (d85ee75) by Sina Sepahvand

Packages

typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v8.27.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.26.1

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

typescript-eslint/typescript-eslint (@​typescript-eslint/utils)

v8.27.0

Compare Source

🚀 Features
  • utils: support DeprecatedInfo for rule.meta.deprecated (#​10932)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.26.1

Compare Source

This was a version bump only for utils to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

vitejs/vite-plugin-vue (@​vitejs/plugin-vue)

v5.2.3

v5.2.2

vitejs/vite-plugin-vue (@​vitejs/plugin-vue-jsx)

v4.1.2

antfu-collective/bumpp (bumpp)

v10.1.0

Compare Source

   🚀 Features
    View changes on GitHub
electron/electron (electron)

v33.4.6: electron v33.4.6

Compare Source

Release Notes for v33.4.6

Fixes

  • Fixed an issue where snapped windows in Windows may sometimes be improperly restored. #​46038 (Also in 34, 35, 36)
  • Fixed an issue where system-context-menu incorrectly fired for all regions in frameless windows. #​46025 (Also in 36)
  • Fixed incorrect titlebar in file save dialogs. #​46075 (Also in 34, 35, 36)

Other Changes

v33.4.5: electron v33.4.5

Compare Source

Release Notes for v33.4.5

Fixes

  • Fixed invalid memory access in pdf viewer which lead to random crashes. #​46003 (Also in 34, 35)

Other Changes

v33.4.4: electron v33.4.4

Compare Source

Release Notes for v33.4.4

Other Changes


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 Mar 17, 2025

Deploy Preview for vue-devtools-docs canceled.

Name Link
🔨 Latest commit 9425c86
🔍 Latest deploy log https://app.netlify.com/sites/vue-devtools-docs/deploys/67e142ccbd01ad00083c7ebf

Copy link

pkg-pr-new bot commented Mar 17, 2025

Open in Stackblitz

@vue/devtools-applet

npm i https://pkg.pr.new/@vue/devtools-applet@828

@vue/devtools-core

npm i https://pkg.pr.new/@vue/devtools-core@828

@vue/devtools-api

npm i https://pkg.pr.new/@vue/devtools-api@828

@vue/devtools

npm i https://pkg.pr.new/@vue/devtools@828

@vue/devtools-kit

npm i https://pkg.pr.new/@vue/devtools-kit@828

vite-plugin-vue-devtools

npm i https://pkg.pr.new/vite-plugin-vue-devtools@828

commit: 9425c86

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 13 times, most recently from f9c2e61 to 409307d Compare March 24, 2025 06:37
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 409307d to 9425c86 Compare March 24, 2025 11:32
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.

0 participants