amir20 / dozzle

Realtime log viewer for docker containers.
https://dozzle.dev/
MIT License
5.7k stars 287 forks source link

fix(deps): update all non-major dependencies #3112

Closed renovate[bot] closed 2 months ago

renovate[bot] commented 2 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/puzpuzpuz/xsync/v3 v3.3.1 -> v3.4.0 age adoption passing confidence
vitepress (source) 1.3.0 -> 1.3.1 age adoption passing confidence

Release Notes

puzpuzpuz/xsync (github.com/puzpuzpuz/xsync/v3) ### [`v3.4.0`](https://togithub.com/puzpuzpuz/xsync/releases/tag/v3.4.0) [Compare Source](https://togithub.com/puzpuzpuz/xsync/compare/v3.3.1...v3.4.0) - Add optimistic locking methods to RBMutex [#​138](https://togithub.com/puzpuzpuz/xsync/issues/138) and [#​140](https://togithub.com/puzpuzpuz/xsync/issues/140) - Fix Map/MapOf capacity calculation for WithPresize [#​139](https://togithub.com/puzpuzpuz/xsync/issues/139) `RBMutex` now has methods for optimistic locking: ```go mu := xsync.NewRBMutex() if locked, t := mu.TryRLock(); locked { // critical reader section... mu.RUnlock(t) } if mu.TryLock() { // critical writer section... mu.Unlock() } ``` Thanks [@​kkroo](https://togithub.com/kkroo) for the contribution.
vuejs/vitepress (vitepress) ### [`v1.3.1`](https://togithub.com/vuejs/vitepress/blob/HEAD/CHANGELOG.md#131-2024-07-14) [Compare Source](https://togithub.com/vuejs/vitepress/compare/v1.3.0...v1.3.1) ##### Bug Fixes - don't reopen browser on restart when `vite.server.open` is specified ([6263db1](https://togithub.com/vuejs/vitepress/commit/6263db170a658ea887ef4b2bfe4b5239a820e0d9)), closes [#​4040](https://togithub.com/vuejs/vitepress/issues/4040) - **theme/regression:** typo in component props resulting in nested titles not showing in navbar ([01d0d45](https://togithub.com/vuejs/vitepress/commit/01d0d45292602cbb7de492f0c953ddb239842116)), closes [#​4042](https://togithub.com/vuejs/vitepress/issues/4042)

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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.



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