Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 17, 2025

This PR contains the following updates:

Package Change Age Confidence Type Update
@types/node (source) ^22.18.8 -> ^22.18.11 age confidence devDependencies patch
@uozi-admin/curd (source) ^4.17.1 -> ^4.17.3 age confidence dependencies patch
github.com/casdoor/casdoor-go-sdk v1.20.0 -> v1.22.0 age confidence require minor
github.com/docker/docker v28.5.0+incompatible -> v28.5.1+incompatible age confidence require patch
github.com/go-co-op/gocron/v2 v2.16.6 -> v2.17.0 age confidence require minor
github.com/samber/lo v1.51.0 -> v1.52.0 age confidence require minor
github.com/uozi-tech/cosy v1.26.16 -> v1.26.17 age confidence require patch
go (source) 1.25.2 -> 1.25.3 age confidence golang patch
go ^1.25.2 -> ^1.25.3 age confidence uses-with patch
golang.org/x/crypto v0.42.0 -> v0.43.0 age confidence require minor
golang.org/x/net v0.45.0 -> v0.46.0 age confidence require minor
pnpm (source) 10.18.1+sha512.77a884a165cbba2d8d1c19e3b4880eee6d2fcabd0d879121e282196b80042351d5eb3ca0935fa599da1dc51265cc68816ad2bddd2a2de5ea9fdf92adbec7cd34 -> 10.18.3 age confidence packageManager patch
unocss (source) ^66.5.2 -> ^66.5.4 age confidence dependencies patch
vite (source) ^7.1.9 -> ^7.1.10 age confidence devDependencies patch
vue-echarts ^8.0.0 -> ^8.0.1 age confidence dependencies patch
vue-router (source) ^4.5.1 -> ^4.6.3 age confidence dependencies minor

Release Notes

uozi-tech/admin-kit (@​uozi-admin/curd)

v4.17.3

Compare Source

Patch Changes
  • 5697420 Thanks @​0xJacky! - fix(curd): update StdSelector to set value as an empty string instead of undefined for radio selection

v4.17.2

Compare Source

Patch Changes
  • f66cd97 Thanks @​akinoccc! - fix(curd): [types] extend FormItemType to include DefineSetupFnComponent for enhanced component definition
casdoor/casdoor-go-sdk (github.com/casdoor/casdoor-go-sdk)

v1.22.0

Compare Source

Features

v1.21.0

Compare Source

Features
docker/docker (github.com/docker/docker)

v28.5.1+incompatible

Compare Source

go-co-op/gocron (github.com/go-co-op/gocron/v2)

v2.17.0

Compare Source

What's Changed

Performance Improvements

Fixes

Chores

New Contributors

Full Changelog: go-co-op/gocron@v2.16.6...v2.17.0

samber/lo (github.com/samber/lo)

v1.52.0

Compare Source

Thrilled to announce the latest release of samber/lo!

This version brings major improvements:

  • A new it/ sub-package for everything related to the iter package added in Go 1.23. Big up to @​NathanBaulch for its help on this
  • A new documentation -> lo.samber.dev
  • Lots of micro fixes and performance improvements
  • Better code quality with many more linters

✨ A good introduction to streams in Go !

Pasted Graphic 63

What's Changed

Tests

Style

Documentation

Other

New Contributors

Full Changelog: samber/lo@v1.51.0...v1.52.0

uozi-tech/cosy (github.com/uozi-tech/cosy)

v1.26.17

Compare Source

golang/go (go)

v1.25.3

actions/go-versions (go)

v1.25.3: 1.25.3

Compare Source

Go 1.25.3

pnpm/pnpm (pnpm)

v10.18.3

Compare Source

Patch Changes
  • Fix a bug where pnpm would infinitely recurse when using verifyDepsBeforeInstall: install and pre/post install scripts that called other pnpm scripts #​10060.
  • Fixed scoped registry keys (e.g., @scope:registry) being parsed as property paths in pnpm config get when --location=project is used #​9362.
  • Remove pnpm-specific CLI options before passing to npm publish to prevent "Unknown cli config" warnings #​9646.
  • Fixed EISDIR error when bin field points to a directory #​9441.
  • Preserve version and hasBin for variations packages #​10022.
  • Fixed pnpm config set --location=project incorrectly handling keys with slashes (auth tokens, registry settings) #​9884.
  • When both pnpm-workspace.yaml and .npmrc exist, pnpm config set --location=project now writes to pnpm-workspace.yaml (matching read priority) #​10072.
  • Prevent a table width error in pnpm outdated --long #​10040.
  • Sync bin links after injected dependencies are updated by build scripts. This ensures that binaries created during build processes are properly linked and accessible to consuming projects #​10057.

v10.18.2

Compare Source

Patch Changes
  • pnpm outdated --long should work #​10040.
  • Replace ndjson with split2. Reduce the bundle size of pnpm CLI #​10054.
  • pnpm dlx should request the full metadata of packages, when minimumReleaseAge is set #​9963.
  • pnpm version switching should work when the pnpm home directory is in a symlinked directory #​9715.
  • Fix EPIPE errors when piping output to other commands #​10027.
unocss/unocss (unocss)

v66.5.4

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v66.5.3

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
vitejs/vite (vite)

v7.1.10

Compare Source

Bug Fixes
Documentation
Miscellaneous Chores
ecomfe/vue-echarts (vue-echarts)

v8.0.1

Compare Source

Fixes
  • Clarified that manual-update and reactive option updates are mutually exclusive—manual charts now ignore prop changes after the first render.
  • Optimized the slot handling logic.
vuejs/router (vue-router)

v4.6.3

Compare Source

Please refer to CHANGELOG.md for details.

v4.6.2

Compare Source

Please refer to CHANGELOG.md for details.

v4.6.1

Compare Source

Please refer to CHANGELOG.md for details.

v4.6.0

Compare Source

Please refer to CHANGELOG.md for details.


Configuration

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


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

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

@renovate
Copy link
Contributor Author

renovate bot commented Oct 17, 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):

  • 3 additional dependencies were updated

Details:

Package Change
github.com/quic-go/quic-go v0.54.1 -> v0.55.0
golang.org/x/sys v0.36.0 -> v0.37.0
golang.org/x/text v0.29.0 -> v0.30.0

@0xJacky 0xJacky merged commit 37b0ee7 into dev Oct 17, 2025
46 checks passed
@renovate renovate bot deleted the renovate/all-minor-patch branch October 17, 2025 02:49
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