Skip to content

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

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 2 commits into from
Jan 23, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 30, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@types/node (source) ^22.9.1 -> ^22.10.9 age adoption passing confidence devDependencies minor
@vue/compiler-sfc (source) ^3.4.38 -> ^3.5.13 age adoption passing confidence devDependencies minor
actions/checkout v4.1.7 -> v4.2.2 age adoption passing confidence action minor
actions/setup-node v4.0.3 -> v4.1.0 age adoption passing confidence action minor
execa ^9.3.1 -> ^9.5.2 age adoption passing confidence devDependencies minor
husky ^9.1.5 -> ^9.1.7 age adoption passing confidence devDependencies patch
lint-staged ^15.2.9 -> ^15.4.2 age adoption passing confidence devDependencies minor
pnpm (source) 9.9.0 -> 9.15.4 age adoption passing confidence packageManager minor
tsup (source) ^8.2.4 -> ^8.3.5 age adoption passing confidence devDependencies minor
typescript (source) ^5.5.4 -> ^5.7.3 age adoption passing confidence devDependencies minor
vite (source) ^6.0.7 -> ^6.0.11 age adoption passing confidence devDependencies patch
vue (source) ^3.4.38 -> ^3.5.13 age adoption passing confidence devDependencies minor
vue-3 (source) ^3.4.38 -> ^3.5.13 age adoption passing confidence devDependencies minor

Release Notes

vuejs/core (@​vue/compiler-sfc)

v3.5.13

Compare Source

Bug Fixes
Performance Improvements

v3.5.12

Compare Source

Bug Fixes
Performance Improvements

v3.5.11

Compare Source

Bug Fixes

v3.5.10

Compare Source

Bug Fixes

v3.5.9

Compare Source

Bug Fixes

v3.5.8

Compare Source

Bug Fixes
  • reactivity: do not remove dep from depsMap when cleaning up deps of computed (#​11995) (0267a58)

v3.5.7

Compare Source

Bug Fixes
Performance Improvements

v3.5.6

Compare Source

Bug Fixes

v3.5.5

Compare Source

Bug Fixes

v3.5.4

Compare Source

Bug Fixes
Performance Improvements
  • reactivity: trigger deps directly instead of storing in an array first (#​11695) (f80d447)

v3.5.3

Compare Source

Bug Fixes
  • hydration: check __asyncHydrate presence for vue3-lazy-hydration compat (#​11825) (8e6c337), closes #​11793
  • Revert "fix(reactivity): self-referencing computed should refresh" (35c760f)
  • ssr: respect app.config.warnHandler during ssr (bf3d9a2), closes #​11830
  • Transition: handle KeepAlive child unmount in Transition out-in mode (#​11833) (6b7901d), closes #​11775
  • useId: make generated IDs selector compatible (babfb4c), closes #​11828

v3.5.2

Compare Source

Bug Fixes
Features
  • compiler-core: parse modifiers as expression to provide location data (#​11819) (3f13203)

v3.5.1

Compare Source

Bug Fixes

v3.5.0

Compare Source

Aggregated Features List for 3.5 (alpha to stable)

Reactivity
  • reactivity: Refactor reactivity system to use version counting and doubly-linked list tracking (#​10397) (05eb4e0)
  • reactivity: Optimize array tracking (#​9511) (70196a4)
  • compiler-sfc: enable reactive props destructure by default (d2dac0e)
  • reactivity: onEffectCleanup API (2cc5615), closes #​10173
  • reactivity: add failSilently argument for onScopeDispose (9a936aa)
  • reactivity/watch: base watch, getCurrentWatcher, and onWatcherCleanup (#​9927) (205e5b5)
  • reactivity/watch: add pause/resume for ReactiveEffect, EffectScope, and WatchHandle (#​9651) (267093c)
  • watch: support passing number to deep option to control the watch depth (#​9572) (22f7d96)
  • types: export MultiWatchSources type (#​9563) (998dca5)
  • types: allow computed getter and setter types to be unrelated (#​11472) (a01675e), closes #​7271
SSR
  • runtime-core: useId() and app.config.idPrefix (#​11404) (73ef156)
  • hydration: lazy hydration strategies for async components (#​11458) (d14a11c)
  • hydration: support suppressing hydration mismatch via data-allow-mismatch (94fb2b8)
Custom Element
Teleport
Misc
Internals
  • reactivity: store value cache on CustomRefs impls (#​11539) (e044b6e)
  • types: provide internal options for directly using user types in language tools (#​10801) (75c8cf6)
  • types: provide internal options for using refs type in language tools (#​11492) (5ffd1a8)

Bug Fixes

actions/checkout (actions/checkout)

v4.2.2

Compare Source


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.

Copy link

github-actions bot commented Aug 30, 2024

Export Size

Unchanged

fluent-vue

Name Size Diff
createFluentVue 2.54 KB -
useFluent 923 B -

Copy link

codecov bot commented Aug 30, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.12%. Comparing base (1890530) to head (affc780).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #893   +/-   ##
=======================================
  Coverage   98.12%   98.12%           
=======================================
  Files          12       12           
  Lines         213      213           
  Branches       42       42           
=======================================
  Hits          209      209           
  Misses          2        2           
  Partials        2        2           
Flag Coverage Δ
vue-2 87.79% <100.00%> (ø)
vue-3 90.61% <100.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot changed the title chore(deps): update dependency happy-dom to ^15.6.1 chore(deps): update dependency happy-dom to ^15.7.0 Aug 30, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 6c0bb8e to 9826860 Compare August 30, 2024 15:53
@renovate renovate bot changed the title chore(deps): update dependency happy-dom to ^15.7.0 chore(deps): update dependency happy-dom to ^15.7.2 Aug 31, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 9826860 to cdef5fe Compare August 31, 2024 15:08
@renovate renovate bot changed the title chore(deps): update dependency happy-dom to ^15.7.2 chore(deps): update all non-major dependencies Sep 1, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 10 times, most recently from e8e78ec to f21b055 Compare September 6, 2024 04:11
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 9 times, most recently from 19dc494 to 0e70003 Compare September 16, 2024 11:51
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 7252fa3 to 1459dd0 Compare September 19, 2024 15:15
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 348bf51 to be34408 Compare December 11, 2024 10:46
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from be34408 to d4fbb1e Compare December 20, 2024 05:46
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 093f384 to b01a7ea Compare January 3, 2025 10:46
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 653b2b2 to 8d19055 Compare January 8, 2025 19:21
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 2ef878f to 7044db2 Compare January 20, 2025 13:00
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 10 times, most recently from 0459aff to 1fe5203 Compare January 23, 2025 14:56
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 1fe5203 to 9872dde Compare January 23, 2025 15:02
@Demivan Demivan merged commit e6cb43e into main Jan 23, 2025
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy