Skip to content

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

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

Merged
merged 1 commit into from
Oct 14, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 14, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/core (source) ^7.25.7 -> ^7.25.8 age adoption passing confidence
@babel/eslint-parser (source) ^7.25.7 -> ^7.25.8 age adoption passing confidence
@iconify/json (source) ^2.2.258 -> ^2.2.260 age adoption passing confidence
@tanstack/vue-query (source) ^5.59.1 -> ^5.59.13 age adoption passing confidence
@tanstack/vue-query-devtools (source) ^5.59.1 -> ^5.59.13 age adoption passing confidence
@tresjs/core ^4.3.0 -> ^4.3.1 age adoption passing confidence
bumpp ^9.6.1 -> ^9.7.1 age adoption passing confidence
element-plus (source) ^2.8.4 -> ^2.8.5 age adoption passing confidence
eslint-plugin-vue (source) ^9.28.0 -> ^9.29.0 age adoption passing confidence
sass ^1.79.4 -> ^1.79.5 age adoption passing confidence
typescript (source) ^5.6.2 -> ^5.6.3 age adoption passing confidence
vite (source) ^5.4.8 -> ^5.4.9 age adoption passing confidence
vitepress (source) 1.4.0 -> 1.4.1 age adoption passing confidence
vue (source) ^3.5.11 -> ^3.5.12 age adoption passing confidence

Release Notes

babel/babel (@​babel/core)

v7.25.8

Compare Source

🐛 Bug Fix
🏠 Internal
  • babel-parser, babel-plugin-proposal-async-do-expressions, babel-plugin-proposal-destructuring-private, babel-plugin-proposal-do-expressions, babel-plugin-proposal-explicit-resource-management, babel-plugin-proposal-export-default-from, babel-plugin-proposal-function-bind, babel-plugin-proposal-function-sent, babel-plugin-proposal-import-defer, babel-plugin-proposal-partial-application, babel-plugin-proposal-throw-expressions, babel-plugin-transform-async-generator-functions, babel-plugin-transform-class-static-block, babel-plugin-transform-dynamic-import, babel-plugin-transform-export-namespace-from, babel-plugin-transform-json-strings, babel-plugin-transform-logical-assignment-operators, babel-plugin-transform-nullish-coalescing-operator, babel-plugin-transform-numeric-separator, babel-plugin-transform-object-rest-spread, babel-plugin-transform-optional-catch-binding, babel-plugin-transform-optional-chaining, babel-plugin-transform-private-property-in-object, babel-preset-env
iconify/icon-sets (@​iconify/json)

v2.2.260

Compare Source

v2.2.259

Compare Source

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

v5.59.13

Compare Source

Version 5.59.13 - 10/12/24, 9:38 AM

Changes

Fix
  • query-core: don"t finalizeThenable of different queries (#​8171) (5d69ad7) by Dominik Dorfmeister

Packages

v5.59.12

Compare Source

Version 5.59.12 - 10/12/24, 7:40 AM

Changes

Fix
  • query-core: move thenable-recreation into createResult (#​8169) (4758303) by Dominik Dorfmeister
Types

Packages

v5.59.10

Compare Source

Version 5.59.10 - 10/11/24, 6:24 PM

Changes

Fix
  • core: correctly gc query when suspense is used when query unmounts while it"s still fetching (#​8168) (5edd617) by Dominik Dorfmeister
  • react-query: Allow optional initialData object in queryOptions (#​8162) (931d98d) by Sunghoon

Packages

v5.59.9

Compare Source

Version 5.59.9 - 10/10/24, 6:56 PM

Changes
Fix
  • core: don"t consider queries as enabled if they have no observers and have never fetched (successfully or erroneously) (#​8161) (5228e51) by Dominik Dorfmeister
Test
Packages

v5.59.6

Compare Source

Version 5.59.6 - 10/9/24, 2:34 PM

Changes
Fix
  • perf: improve long running task performance in query core (#​8107) (5499577) by David
Packages

v5.59.4

Compare Source

Version 5.59.4 - 10/9/24, 1:02 PM

Changes
Fix
  • core: do not inform QueriesObserver subscribers if combined result hasn"t changed (#​8153) (cae2524) by Dominik Dorfmeister
  • eslint-plugin-query: handle callable params within exaustive-deps rule (#​8150) (eb2f9d3) by pawel-twardziak
Chore
  • eslint-plugin-query: expect-expect warning for expectArrayEqualIgnoreOrder (#​8143) (85a525a) by Sol Lee
  • no-shadow lint warning in insertAtPositions() (#​8142) (78b086b) by Sol Lee
Test
  • hydration test case for overwriting with promise (05ccd65) by Dominik Dorfmeister
Packages
Tresjs/tres (@​tresjs/core)

v4.3.1

Compare Source

Bug Fixes
antfu/bumpp (bumpp)

v9.7.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v9.7.0

Compare Source

   🚀 Features
    View changes on GitHub
element-plus/element-plus (element-plus)

v2.8.5

Compare Source

2.8.5

2024-10-11

Features
Bug fixes
Refactors
vuejs/eslint-plugin-vue (eslint-plugin-vue)

v9.29.0

Compare Source

sass/dart-sass (sass)

v1.79.5

Compare Source

  • Changes to how selector.unify() and @extend combine selectors:

    • The relative order of pseudo-classes (like :hover) and pseudo-elements
      (like ::before) within each original selector is now preserved when
      they're combined.

    • Pseudo selectors are now consistently placed at the end of the combined
      selector, regardless of which selector they came from. Previously, this
      reordering only applied to pseudo-selectors in the second selector.

  • Tweak the color transformation matrices for OKLab and OKLCH to match the
    newer, more accurate values in the CSS spec.

  • Fix a slight inaccuracy case when converting to srgb-linear and
    display-p3.

  • Potentially breaking bug fix: math.unit() now wraps multiple denominator
    units in parentheses. For example, px/(em*em) instead of px/em*em.

Command-Line Interface
  • Use @parcel/watcher to watch the filesystem when running from JavaScript and
    not using --poll. This should mitigate more frequent failures users have
    been seeing since version 4.0.0 of Chokidar, our previous watching tool, was
    released.
JS API
  • Fix SassColor.interpolate() to allow an undefined options parameter, as
    the types indicate.
Embedded Sass
  • Properly pass missing color channel values to and from custom functions.
microsoft/TypeScript (typescript)

v5.6.3

Compare Source

vitejs/vite (vite)

v5.4.9

Compare Source

Please refer to CHANGELOG.md for details.

vuejs/vitepress (vitepress)

v1.4.1

Compare Source

Bug Fixes
Features
vuejs/core (vue)

v3.5.12

Compare Source

Bug Fixes
Performance Improvements

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.

Copy link

netlify bot commented Oct 14, 2024

Deploy Preview for vue-devtools-docs canceled.

Name Link
🔨 Latest commit 73961c7
🔍 Latest deploy log https://app.netlify.com/sites/vue-devtools-docs/deploys/670cfe2359ce9a0008998b91
Copy link

pkg-pr-new bot commented Oct 14, 2024

Open in Stackblitz

@vue/devtools-applet

pnpm add https://pkg.pr.new/@vue/devtools-applet@631 

@vue/devtools-core

pnpm add https://pkg.pr.new/@vue/devtools-core@631 

@vue/devtools-api

pnpm add https://pkg.pr.new/@vue/devtools-api@631 

@vue/devtools-kit

pnpm add https://pkg.pr.new/@vue/devtools-kit@631 

vite-plugin-vue-devtools

pnpm add https://pkg.pr.new/vite-plugin-vue-devtools@631 

@vue/devtools

pnpm add https://pkg.pr.new/@vue/devtools@631 

commit: 73961c7

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 4789705 to 2665ed5 Compare October 14, 2024 06:35
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 2665ed5 to 73961c7 Compare October 14, 2024 11:18
@webfansplz webfansplz merged commit bdf6d5e into main Oct 14, 2024
8 checks passed
@webfansplz webfansplz deleted the renovate/all-minor-patch branch October 14, 2024 15:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
1 participant