Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Sep 22, 2025

This PR contains the following updates:

Package Change Age Confidence Type Update
@unocss/preset-attributify (source) ^66.5.1 -> ^66.5.2 age confidence devDependencies patch
@unocss/preset-icons (source) ^66.5.1 -> ^66.5.2 age confidence devDependencies patch
@unocss/preset-uno (source) ^66.5.1 -> ^66.5.2 age confidence devDependencies patch
eslint (source) ^9.35.0 -> ^9.37.0 age confidence devDependencies minor
eslint-plugin-format ^1.0.1 -> ^1.0.2 age confidence devDependencies patch
github.com/go-playground/validator/v10 v10.27.0 -> v10.28.0 age confidence require minor
github.com/quic-go/quic-go v0.54.1 -> v0.55.0 age confidence require minor
github.com/shirou/gopsutil/v4 v4.25.8 -> v4.25.9 age confidence require patch
go (source) 1.25.1 -> 1.25.2 age confidence golang patch
go 1.25.1 -> 1.25.2 age confidence uses-with patch
google.golang.org/protobuf v1.36.9 -> v1.36.10 age confidence require patch
typescript (source) ^5.9.2 -> ^5.9.3 age confidence devDependencies patch
unocss (source) ^66.5.1 -> ^66.5.2 age confidence devDependencies patch
vite (source) ^7.1.5 -> ^7.1.9 age confidence dependencies patch
vite (source) ^7.1.5 -> ^7.1.9 age confidence devDependencies patch
vue (source) ^3.5.21 -> ^3.5.22 age confidence devDependencies patch
vue (source) ^3.5.21 -> ^3.5.22 age confidence dependencies patch

Release Notes

unocss/unocss (@​unocss/preset-attributify)

v66.5.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
eslint/eslint (eslint)

v9.37.0

Compare Source

v9.36.0

Compare Source

antfu/eslint-plugin-format (eslint-plugin-format)

v1.0.2

Compare Source

No significant changes

    View changes on GitHub
go-playground/validator (github.com/go-playground/validator/v10)

v10.28.0: Release 10.28.0

Compare Source

What's Changed

New Contributors

Full Changelog: go-playground/validator@v10.27.0...v10.28.0

quic-go/quic-go (github.com/quic-go/quic-go)

v0.55.0

Compare Source

This release contains a number of improvements and fixes, and it updates the supported Go versions to 1.24 and 1.25.

Optimizations

When sending packets on a QUIC connection, RFC 9002 requires us to save the timestamp for every packet sent. In #​5344, we implemented a memory-optimized drop-in replacement for time.Time, which reduces the memory required from 24 to 8 bytes, and vastly speeds up timer calculations (which happen very frequently).

New Features

  • Basic connection statistics are now exposed via Conn.ConnectionStats, thanks to @​MarcoPolo
  • On some links, packet reordering can lead to spurious detections of packet loss when using the loss detection logic specified in RFC 9002. #​5355 adds logic detect when packet loss is detected spuriously.

Notable Fixes

  • http3: don't allow usage of closed Transport: #​5324, thanks to @​Glonee
  • http3: fix race in concurrent Transport.Roundtrip calls: #​5323, thanks to @​Glonee
  • improve and fix connection timer logic: #​5339, thanks to @​sukunrt for a very comprehensive code review

Behind the Scenes

We have started transitioning tests to make use of the new synctest package that was added in Go 1.25 (and was available as a GOEXPERIMENT in Go 1.24): #​5291, #​5296, #​5298, #​5299, #​5302, #​5304, #​5305, #​5306, #​5317. This is a lot of work, but it makes the test execution both faster and more reliable.

Changelog

New Contributors

Full Changelog: quic-go/quic-go@v0.54.0...v0.55.0

shirou/gopsutil (github.com/shirou/gopsutil/v4)

v4.25.9

Compare Source

What's Changed

cpu
disk
process
Other Changes

New Contributors

Full Changelog: shirou/gopsutil@v4.25.8...v4.25.9

golang/go (go)

v1.25.2

actions/go-versions (go)

v1.25.2: 1.25.2

Compare Source

Go 1.25.2

protocolbuffers/protobuf-go (google.golang.org/protobuf)

v1.36.10

Compare Source

microsoft/TypeScript (typescript)

v5.9.3

Compare Source

vitejs/vite (vite)

v7.1.9

Compare Source

Reverts

v7.1.8

Compare Source

Bug Fixes
Documentation
Miscellaneous Chores

v7.1.7

Compare Source

Bug Fixes
  • build: fix ssr environment emitAssets: true when sharedConfigBuild: true (#​20787) (4c4583c)
  • client: use CSP nonce when rendering error overlay (#​20791) (9bc9d12)
  • deps: update all non-major dependencies (#​20811) (9f2247c)
  • glob: handle glob imports from folders starting with dot (#​20800) (105abe8)
  • hmr: trigger prune event when import is removed from non hmr module (#​20768) (9f32b1d)
  • hmr: wait for import.meta.hot.prune callbacks to complete before running other HMRs (#​20698) (98a3484)

v7.1.6

Compare Source

Bug Fixes
  • deps: update all non-major dependencies (#​20773) (88af2ae)
  • esbuild: inject esbuild helper functions with minified $ variables correctly (#​20761) (7e8e004)
  • fallback terser to main thread when nameCache is provided (#​20750) (a679a64)
  • types: strict env typings fail when skipLibCheck is false (#​20755) (cc54e29)
Miscellaneous Chores
vuejs/core (vue)

v3.5.22

Compare Source

Bug Fixes
Features
  • custom-element: allow specifying additional options for shadowRoot in custom elements (#​12965) (47e628d), closes #​12964
Reverts
  • Revert "fix(hmr): prevent VUE_HMR_RUNTIME from being overwritten by vue runtime in 3rd-party libraries" (#​13925) (6b68f72), closes #​13925

Configuration

📅 Schedule: Branch creation - "after 2am and before 3am" (UTC), Automerge - "after 1am and before 2am" (UTC).

🚦 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.


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

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from 31c157b to daf32ba Compare September 25, 2025 10:48
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 9 times, most recently from d36c291 to 13554ed Compare October 1, 2025 21:15
@renovate
Copy link
Contributor Author

renovate bot commented Oct 1, 2025

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 1 additional dependency was updated

Details:

Package Change
github.com/ebitengine/purego v0.8.4 -> v0.9.0

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from 6948348 to 293e871 Compare October 7, 2025 20:29
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 293e871 to 0b6bd4e Compare October 8, 2025 06:15
@0xJacky 0xJacky merged commit edb60f0 into main Oct 8, 2025
3 checks passed
@renovate renovate bot deleted the renovate/all-minor-patch branch October 8, 2025 06:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants