chore(deps): update npm dependencies #2208
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
10.7.1
->10.8.0
10.7.1
->10.8.0
4.3.0
->4.4.0
1.6.5
->1.6.7
3.2.0
->3.3.1
2.0.2
->2.0.3
3.0.8
->3.0.9
1.5.1
->1.5.6
1.15.1
->1.15.2
11.0.5
->11.0.6
3.4.8
->3.4.20
9.9.0
->9.9.1
4.2.5
->4.3.0
3.4.10
->3.5.6
Release Notes
vueuse/vueuse (@vueuse/components)
v10.8.0
Compare Source
🚀 Features
abortPrevious
option - by @jahnli and @antfu in https://github.com/vueuse/vueuse/issues/3735 (b94de)strategy
option to allow desktop-first convention - by @jack-allocate and @antfu in https://github.com/vueuse/vueuse/issues/3783 (15fc0)active
getter, add breakpoints for Vuetify v3 - by @altrusl, @Doctor-wu and @antfu in https://github.com/vueuse/vueuse/issues/3687 (3ae45)go
function - by @Jokerzhzh and @antfu in https://github.com/vueuse/vueuse/issues/3615 (2ae36)autoReconnect
andimmediate
to options, update typings - by @schelmo in https://github.com/vueuse/vueuse/issues/3793 (b33ab)styleProp
to support nativerows
attribute - by @yakudik, alexander.kudinov, Anthony Fu and @antfu in https://github.com/vueuse/vueuse/issues/3552 (5025e)🐞 Bug Fixes
delta
to be negative - by @leewakin, @Doctor-wu and @antfu in https://github.com/vueuse/vueuse/issues/3650 (cf29c)isFinished
,isFetching
readonly - by @baboon-king and @antfu in https://github.com/vueuse/vueuse/issues/3616 (31d4a)fpsLimit
option, fix #3481, close #3482 - by @antfu in https://github.com/vueuse/vueuse/issues/3481 and https://github.com/vueuse/vueuse/issues/3482 (69990)onError
hook and avoid throws by default, fix #3580 - by @steklopod, @antfu and Brendo Maciel in https://github.com/vueuse/vueuse/issues/3605 and https://github.com/vueuse/vueuse/issues/3580 (fab86)wsRef
on close, fix #3706 - by @a982246809 and @Doctor-wu in https://github.com/vueuse/vueuse/issues/3707 and https://github.com/vueuse/vueuse/issues/3706 (9a47a)immediate
should only be applied once, close #3676 - by @antfu in https://github.com/vueuse/vueuse/issues/3676 (93b96)View changes on GitHub
v10.7.2
Compare Source
🐞 Bug Fixes
nuxt
out of dependencies - by @antfu (866a1)View changes on GitHub
hvianna/audioMotion-analyzer (audiomotion-analyzer)
v4.4.0
Compare Source
Added:
canvas
property in the constructor options to use your own canvas - thanks @orangecoding for the suggestion;getOptions()
- retrieve all analyzer settings as an options object. Also added a getOptions() button to fluid and multi demos to copy the current settings to the clipboard - thanks @biigpongsatorn for the suggestion;radialInvert
- render radial spectrum bars towards the center of the screen;radius
- customize the size of the radial spectrum - thanks @orangecoding for the suggestion.Changed & improved:
start
has been explicitly marked as a constructor-specific property in the Options object description and will no longer work withsetOptions()
as of the next major release.Fixed:
axios/axios (axios)
v1.6.7
Compare Source
Bug Fixes
Contributors to this release
v1.6.6
Compare Source
Bug Fixes
Contributors to this release
date-fns/date-fns (date-fns)
v3.3.1
Compare Source
Kudos to @kossnocorp and @fturmel for working on the release.
Fixed
Fixed DST issue in
getOverlappingDaysInIntervals
, resulting in an inconsistent number of days returned for intervals starting and ending in different DST periods.Fixed functions incorrectly using
trunc
instead ofround
. The bug was introduced in v3.3.0. The affected functions:differenceInCalendarDays
,differenceInCalendarISOWeeks
,differenceInCalendarWeeks
,getISOWeek
,getWeek
, andgetISOWeeksInYear
.v3.3.0
Compare Source
On this release worked @kossnocorp, @TheKvikk, @fturmel and @ckcherry23.
Fixed
Fixed the bug in
getOverlappingDaysInIntervals
caused by incorrect sorting of interval components that led to 0 for timestamps of different lengths.Fixed bugs when working with negative numbers caused by using
Math.floor
(-1.1
→-2
) instead ofMath.trunc
(-1.1
→-1
). Most of the conversion functions (i.e.,hoursToMinutes
) were affected when passing some negative fractional input. Also, some other functions that could be possibly affected by unfortunate timezone/date combinations were fixed.The functions that were affected:
format
,parse
,getUnixTime
,daysToWeeks
,hoursToMilliseconds
,hoursToMinutes
,hoursToSeconds
,milliseconds
,minutesToMilliseconds
,millisecondsToMinutes
,monthsToYears
,millisecondsToHours
,millisecondsToSeconds
,minutesToHours
,minutesToSeconds
,yearsToQuarters
,yearsToMonths
,yearsToDays
,weeksToDays
,secondsToMinutes
,secondsToHours
,quartersToYears
,quartersToMonths
andmonthsToQuarters
.Fixed the Czech locale's
formatDistance
to include1
informatDistance
.Fixed
differenceInSeconds
and other functions relying on rounding options that can produce a negative 0.Added a preprocessor to the locales API, enabling fixing a long-standing bug in the French locale. (#1391)
Added missing
yearsToDays
to the FP submodule.Made functions using rounding methods always return
0
instead of-0
.Added
format
aliasformatDate
with correspondingFormatDateOptions
interface.unjs/destr (destr)
v2.0.3
Compare Source
compare changes
🩹 Fixes
String.prototype.at()
(#102)🏡 Chore
✅ Tests
❤️ Contributors
cure53/DOMPurify (dompurify)
v3.0.9
: DOMPurify 3.0.9Compare Source
hasOwnProperty
logic, thanks @ssi02014console.warn
making HappyDom happier, thanks @HugoPoivideo-dev/hls.js (hls.js)
v1.5.6
Compare Source
Summary
HLS.js v1.5.6 includes bug fixes and improvements over the last release.
Changes Since The Last Release
Demo Page
https://50c883ad.hls-js-dev.pages.dev/demo/
Feedback
Please provide feedback via Issues in GitHub. For more details on how to contribute to HLS.js, see our CONTRIBUTING guide.
v1.5.5
Compare Source
Summary
HLS.js v1.5.5 includes bug fixes and improvements over the last release.
Changes Since The Last Release
Demo Page
https://62e182dc.hls-js-dev.pages.dev/demo/
Feedback
Please provide feedback via Issues in GitHub. For more details on how to contribute to HLS.js, see our CONTRIBUTING guide.
v1.5.4
Compare Source
Summary
HLS.js v1.5.4 includes bug fixes and improvements over the last release.
Changes Since The Last Release
startLevel
above max level index (#6190)Demo Page
https://a68faad5.hls-js-dev.pages.dev/
Feedback
Please provide feedback via Issues in GitHub. For more details on how to contribute to HLS.js, see our CONTRIBUTING guide.
v1.5.3
Compare Source
Summary
HLS.js v1.5.3 includes bug fixes and improvements over the last release.
Changes Since The Last Release
Demo Page
https://c4ee6181.hls-js-dev.pages.dev/
Feedback
Please provide feedback via Issues in GitHub. For more details on how to contribute to HLS.js, see our CONTRIBUTING guide.
v1.5.2
Compare Source
Summary
HLS.js v1.5.2 includes bug fixes and improvements over the last release.
Changes Since The Last Release
Demo Page
https://7ed4d72b.hls-js-dev.pages.dev/demo/
Feedback
Please provide feedback via Issues in GitHub. For more details on how to contribute to HLS.js, see our CONTRIBUTING guide.
SortableJS/Sortable (sortablejs)
v1.15.2
Compare Source
nolimits4web/Swiper (swiper)
v11.0.6
Compare Source
Bug Fixes
Features
vuejs/core (vue)
v3.4.20
Compare Source
Bug Fixes
v3.4.19
Compare Source
Bug Fixes
Features
Performance Improvements
getType()
GC and speed (#10327) (603a1e1)v3.4.18
Compare Source
Bug Fixes
v3.4.17
Compare Source
Reverts
v3.4.16
Compare Source
Bug Fixes
MaybeDirty
recurse (#10187) (6c7e0bd), closes #10185markRaw
(#10289) (2312184), closes #10288Reverts
v3.4.15
Compare Source
Bug Fixes
Performance Improvements
intlify/vue-i18n-next (vue-i18n)
v9.9.1
Compare Source
This changelog is generated by GitHub Releases
What's Changed
🐛 Bug Fixes
📝️ Documentations
New Contributors
Full Changelog: intlify/vue-i18n@v9.9.0...v9.9.1
vuejs/router (vue-router)
v4.3.0
Compare Source
Please refer to CHANGELOG.md for details.
vuetifyjs/vuetify (vuetify)
v3.5.6
Compare Source
🔧 Bug Fixes
v3.5.5
Compare Source
🔧 Bug Fixes
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 is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate. View repository job log here.