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

chore(deps): update npm dependencies #2208

Merged
merged 2 commits into from
Feb 26, 2024
Merged

chore(deps): update npm dependencies #2208

merged 2 commits into from
Feb 26, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 11, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@vueuse/components (source) 10.7.1 -> 10.8.0 age adoption passing confidence
@vueuse/core (source) 10.7.1 -> 10.8.0 age adoption passing confidence
audiomotion-analyzer (source) 4.3.0 -> 4.4.0 age adoption passing confidence
axios (source) 1.6.5 -> 1.6.7 age adoption passing confidence
date-fns 3.2.0 -> 3.3.1 age adoption passing confidence
destr 2.0.2 -> 2.0.3 age adoption passing confidence
dompurify 3.0.8 -> 3.0.9 age adoption passing confidence
hls.js 1.5.1 -> 1.5.6 age adoption passing confidence
sortablejs 1.15.1 -> 1.15.2 age adoption passing confidence
swiper (source) 11.0.5 -> 11.0.6 age adoption passing confidence
vue (source) 3.4.8 -> 3.4.20 age adoption passing confidence
vue-i18n (source) 9.9.0 -> 9.9.1 age adoption passing confidence
vue-router 4.2.5 -> 4.3.0 age adoption passing confidence
vuetify (source) 3.4.10 -> 3.5.6 age adoption passing confidence

Release Notes

vueuse/vueuse (@​vueuse/components)

v10.8.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v10.7.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
hvianna/audioMotion-analyzer (audiomotion-analyzer)

v4.4.0

Compare Source

Added:
Changed & improved:
  • The constructor can now take the options object as the first argument if you don't need to define the container;
  • start has been explicitly marked as a constructor-specific property in the Options object description and will no longer work with setOptions() as of the next major release.
Fixed:
  • Bug preventing radial mode from working when set in the constructor options - thanks @​lexterror and @​ianrothmann for reporting it;
  • Reverted an unintended property name change in the object passed to the onCanvasDraw callback, introduced in v4.2.0.
axios/axios (axios)

v1.6.7

Compare Source

Bug Fixes
  • capture async stack only for rejections with native error objects; (#​6203) (1a08f90)
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 of round. The bug was introduced in v3.3.0. The affected functions: differenceInCalendarDays, differenceInCalendarISOWeeks, differenceInCalendarWeeks, getISOWeek, getWeek, and getISOWeeksInYear.

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 of Math.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 and monthsToQuarters.

  • Fixed the Czech locale's formatDistance to include 1 in formatDistance.

  • 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
unjs/destr (destr)

v2.0.3

Compare Source

compare changes

🩹 Fixes
  • Improve compatibility with runtimes not supporting String.prototype.at() (#​102)
🏡 Chore
✅ Tests
❤️ Contributors
cure53/DOMPurify (dompurify)

v3.0.9: DOMPurify 3.0.9

Compare Source

  • Fixed a problem with proper detection of Custom Elements, thanks @​kevin-mizu
  • Refactored the hasOwnProperty logic, thanks @​ssi02014
  • Removed a superfluous console.warn making HappyDom happier, thanks @​HugoPoi
  • Modernized some of the demo hooks for better looks, thanks @​Steb95
video-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

  • Fix subtitle stream controller buffered TimeRanges (#​6205)

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

  • Account for overlapping sidx sub-segment durations by parsing earlierst-presentation-time (#​6192)
  • Support startLevel above max level index (#​6190)
  • Align playlists streaming start position with mismatched end-list tags (#​6189)

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

  • Fix regression in hls.light.js selection (#​6155)

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

  • Use average for level sorting and abandon rules check (#​6135)

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

  • #​2339: Fixes 1.15.1 regression with not being able to add element into start & end of list.
nolimits4web/Swiper (swiper)

v11.0.6

Compare Source

Bug Fixes
  • add optional swiperElementNodeName param to allow more flexible web component usage (#​7284) (178511f)
  • fixed behavior where the combination of 'initialSlide:0' and 'slidesPerView:auto' would shift the first slide position (e5c04c3), closes #​7216
  • Safari 3D fix for webview (d42ce05), closes #​7167
  • scrollbar: correctly update scrollbar on changeDirection (6bbb73d), closes #​7263
  • SwiperOptions documentation for loopAddBlankSlides (#​7289) (cbc3dba)
Features
  • core: prevent running .slideTo methods when Swiper is destroyed (05f9c64), closes #​7265
vuejs/core (vue)

v3.4.20

Compare Source

Bug Fixes

v3.4.19

Compare Source

Bug Fixes
Features

Note: this warning is categorized as a feature but released in a patch because it does not affect public APIs.

Performance Improvements

v3.4.18

Compare Source

Bug Fixes

v3.4.17

Compare Source

Reverts

v3.4.16

Compare Source

Bug Fixes
Reverts

v3.4.15

Compare Source

Bug Fixes
  • compiler-sfc: fix type resolution for symlinked node_modules structure w/ pnpm (75e866b), closes #​10121
  • correct url for production error reference links (c3087ff)
  • hydration: fix incorect mismatch warning for option with non-string value and inner text (d16a213)
  • reactivity: re-fix #​10114 (#​10123) (c2b274a)
  • runtime-core: should not warn out-of-render slot fn usage when mounting another app in setup (#​10125) (6fa33e6), closes #​10124
Performance Improvements
  • templateRef: avoid double render when using template ref on v-for (de4d2e2), closes #​9908
  • v-model: optimize v-model multiple select w/ large lists (2ffb956), closes #​10014
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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Jan 11, 2024
@renovate renovate bot requested review from ferferga and ThibaultNocchi January 11, 2024 17:04
@renovate renovate bot changed the title chore(deps): update dependency vue to v3.4.10 chore(deps): update dependency vue to v3.4.11 Jan 12, 2024
@renovate renovate bot changed the title chore(deps): update dependency vue to v3.4.11 chore(deps): update dependency vue to v3.4.12 Jan 13, 2024
@renovate renovate bot changed the title chore(deps): update dependency vue to v3.4.12 chore(deps): update dependency vue to v3.4.13 Jan 13, 2024
@renovate renovate bot changed the title chore(deps): update dependency vue to v3.4.13 chore(deps): update npm dependencies Jan 14, 2024
@renovate renovate bot force-pushed the renovate/npm branch 15 times, most recently from 799ce45 to f44057e Compare January 20, 2024 19:08
@renovate renovate bot force-pushed the renovate/npm branch 2 times, most recently from 07b0295 to 943a610 Compare January 21, 2024 16:41
@renovate renovate bot force-pushed the renovate/npm branch 6 times, most recently from c56b25a to dd7680d Compare February 14, 2024 14:01
@renovate renovate bot force-pushed the renovate/npm branch 16 times, most recently from fcdd32d to e48f272 Compare February 24, 2024 13:38
Copy link

Quality Gate Passed Quality Gate passed

Issues
0 New issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

With [3.5.0](https://github.com/vuetifyjs/vuetify/releases/tag/v3.5.0),
the defaultRtl information is hardcoded in the package and can't be treeshaken with our method.

Signed-off-by: GitHub <[email protected]>
@ferferga ferferga merged commit 7f8bd1a into master Feb 26, 2024
11 of 13 checks passed
@ferferga ferferga deleted the renovate/npm branch February 26, 2024 08:09
@jellyfin-bot
Copy link

Cloudflare Pages deployment

Latest commit 686adbe
Status ✅ Deployed!
Preview URL https://9aae29bc.jf-vue.pages.dev
Type 🔀 Preview

View build logs
View bot logs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
Development

Successfully merging this pull request may close these issues.

3 participants