chore(deps): update all non-major dependencies #793
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:
^3.12.0
->^3.12.2
^1.2.13
->^1.2.14
^4.2.0
->^4.3.0
^4.17.13
->^4.17.14
^22.10.2
->^22.10.5
^12.1.0
->^12.3.0
^12.1.0
->^12.3.0
^12.1.0
->^12.3.0
^1.37.1
->^1.37.3
v3.0.0
->v3.1.0
v1.1.2
->v1.1.3
v2.14.0
->v2.14.1
v1.36.0
->v1.36.1
v4.24.11
->v4.24.12
v1.13.0
->v1.14.1
v0.31.0
->v0.32.0
^11.11.0
->^11.11.1
^15.0.4
->^15.0.6
9.15.1+sha512.1acb565e6193efbebda772702950469150cf12bcc764262e7587e71d19dc98a423dff9536e57ea44c49bdf790ff694e83c27be5faa23d67e0c033b583be4bfcf
->9.15.3
^0.65.2
->^0.65.4
^6.0.5
->^6.0.7
Release Notes
antfu/eslint-config (@antfu/eslint-config)
v3.12.2
Compare Source
🚀 Features
View changes on GitHub
v3.12.1
Compare Source
No significant changes
View changes on GitHub
vueuse/vueuse (@vueuse/components)
v12.3.0
Compare Source
🚀 Features
useActiveElement
useElementHover
- by @ben-lau and @antfu in https://github.com/vueuse/vueuse/issues/4410 (08cf5)toValue
from@vueuse/shared
in favor of Vue's native - by @antfu (59f75)vElementBounding
- by @pkc918 in https://github.com/vueuse/vueuse/issues/4436 (67a9c)vMouseInElement
- by @pkc918 in https://github.com/vueuse/vueuse/issues/4438 (34be5)onPressed
andonReleased
as options - by @OrbisK in https://github.com/vueuse/vueuse/issues/4425 (a123a)method
support custom function - by @btea and @antfu in https://github.com/vueuse/vueuse/issues/4441 (635bb)useScroll
under the hood - by @OrbisK and @antfu in https://github.com/vueuse/vueuse/issues/4424 (a033e)🐞 Bug Fixes
undefined
andnull
when writing value - by @aa-ndrej and @antfu in https://github.com/vueuse/vueuse/issues/4382 (0cc45)initialValue
is getter - by @Mini-ghost and @antfu in https://github.com/vueuse/vueuse/issues/4452 (e6a17)immediate
default value should betrue
- by @phk422 and @antfu in https://github.com/vueuse/vueuse/issues/4232 (0450d)View changes on GitHub
v12.2.0
Compare Source
🚀 Features
symmetric
option - by @wangliangxin, wangliangxin3 and @antfu in https://github.com/vueuse/vueuse/issues/4146 (46fdc)autoConnect
option to align withuseWebSocket
- by @ferferga and @antfu in https://github.com/vueuse/vueuse/issues/4204 (230f8)🐞 Bug Fixes
View changes on GitHub
ajaxorg/ace-builds (ace-builds)
v1.37.3
Compare Source
v1.37.2
Compare Source
elliotchance/orderedmap (github.com/elliotchance/orderedmap/v3)
v3.1.0
Compare Source
v3.0.1
Compare Source
gin-contrib/static (github.com/gin-contrib/static)
v1.1.3
Compare Source
Changelog
Enhancements
c98339c
: chore: update Go version and dependencies to latest versions (@appleboy)Refactor
5b6fef5
: refactor: refactor logging and error handling usinglog/slog
package (@appleboy)Build process updates
3c62602
: ci: add GitHub Actions workflow for Bearer PR checks (@appleboy)3cbc5ca
: ci: update CI configuration for Go versions and GitHub actions (@appleboy)go-co-op/gocron (github.com/go-co-op/gocron/v2)
v2.14.1
Compare Source
What's Changed
Full Changelog: go-co-op/gocron@v2.14.0...v2.14.1
sashabaranov/go-openai (github.com/sashabaranov/go-openai)
v1.36.1
Compare Source
What's Changed
New Contributors
Full Changelog: sashabaranov/go-openai@v1.36.0...v1.36.1
shirou/gopsutil (github.com/shirou/gopsutil/v4)
v4.24.12
Compare Source
What's Changed
cpu
mem
net
process
sensors
Other Changes
New Contributors
Full Changelog: shirou/gopsutil@v4.24.11...v4.24.12
uozi-tech/cosy (github.com/uozi-tech/cosy)
v1.14.1
Compare Source
v1.14.0
Compare Source
highlightjs/highlight.js (highlight.js)
v11.11.1
Compare Source
markedjs/marked (marked)
v15.0.6
Compare Source
Bug Fixes
v15.0.5
Compare Source
Bug Fixes
pnpm/pnpm (pnpm)
v9.15.3
Compare Source
v9.15.2
: pnpm 9.15.2Compare Source
Patch Changes
publish
/pack
error with workspace dependencies with relative paths #8904. It was broken inv9.4.0
(398472c).pnpm patch
on Windows #7546.git ls-remote
works via HTTPS #8906.Platinum Sponsors
Gold Sponsors
unocss/unocss (unocss)
v0.65.4
Compare Source
🚀 Features
checkImport
- by @ntnyq in https://github.com/unocss/unocss/issues/4362 (1e5ca)🐞 Bug Fixes
View changes on GitHub
v0.65.3
Compare Source
🚀 Features
PresetFactoryAwaitable
type todefinePreset
- by @zyyv in https://github.com/unocss/unocss/issues/4349 (26145)cache
on generator - by @antfu (69908)🐞 Bug Fixes
View changes on GitHub
vitejs/vite (vite)
v6.0.7
Compare Source
minify
whenbuilder.sharedPlugins: true
(#19025) (f7b1964), closes #19025vite-ignore
attribute for inline script (#19062) (a492253), closes #19062v6.0.6
Compare Source
fetchModule
-side resolve (#18361) (9f10261), closes #18361build.target
(#19047) (0e9e81f), closes #19047Configuration
📅 Schedule: Branch creation - "after 2am and before 3am" (UTC), Automerge - "after 1am and before 2am" (UTC).
🚦 Automerge: Enabled.
♻ 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 was generated by Mend Renovate. View the repository job log.