Skip to content

chore(deps): update all non-major dependencies #1291

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

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 4, 2025

This PR contains the following updates:

Package Change Age Confidence Type Update
@antfu/eslint-config ^5.1.0 -> ^5.2.0 age confidence devDependencies minor
@types/node (source) ^22.16.5 -> ^22.17.0 age confidence devDependencies minor
@uozi-admin/curd (source) ^4.6.0 -> ^4.7.0 age confidence dependencies minor
github.com/casdoor/casdoor-go-sdk v1.12.0 -> v1.14.0 age confidence require minor
github.com/go-acme/lego/v4 v4.25.1 -> v4.25.2 age confidence require patch
github.com/uozi-tech/cosy v1.24.10 -> v1.25.1 age confidence require minor
go (source) 1.24.5 -> 1.24.6 age confidence golang patch
go ^1.24.5 -> ^1.24.6 age confidence uses-with patch
golang.org/x/crypto v0.40.0 -> v0.41.0 age confidence require minor
golang.org/x/net v0.42.0 -> v0.43.0 age confidence require minor
marked (source) ^16.1.1 -> ^16.1.2 age confidence dependencies patch
pnpm (source) 10.13.1+sha512.37ebf1a5c7a30d5fabe0c5df44ee8da4c965ca0c5af3dbab28c3a1681b70a256218d05c81c9c0dcf767ef6b8551eb5b960042b9ed4300c59242336377e01cfad -> 10.14.0 age confidence packageManager minor
python 3.13.5 -> 3.13.6 age confidence uses-with patch
typescript (source) 5.8.3 -> 5.9.2 age confidence devDependencies minor
unocss (source) ^66.3.3 -> ^66.4.2 age confidence dependencies minor
vite (source) 7.0.11 -> 7.1.0 age confidence devDependencies minor
vitepress (source) ^1.6.3 -> ^1.6.4 age confidence dependencies patch

Release Notes

antfu/eslint-config (@​antfu/eslint-config)

v5.2.0

Compare Source

   🚀 Features
    View changes on GitHub
uozi-tech/admin-kit (@​uozi-admin/curd)

v4.7.0

Compare Source

Minor Changes

v4.6.1

Compare Source

Patch Changes
  • 11c7b4d Thanks @​0xJacky! - fix(StdSelector): update preloadIds to use dynamic valueKey for API call
casdoor/casdoor-go-sdk (github.com/casdoor/casdoor-go-sdk)

v1.14.0

Compare Source

Features

v1.13.0

Compare Source

Features
go-acme/lego (github.com/go-acme/lego/v4)

v4.25.2

Compare Source

Changed
  • [cli,log] log when dynamic renew date not yet reached
Fixed
  • [cli] fix: remove wrong env var
  • [lib,cli] fix: enforce HTTPS to the ACME server
uozi-tech/cosy (github.com/uozi-tech/cosy)

v1.25.1

Compare Source

v1.25.0

Compare Source

golang/go (go)

v1.24.6

actions/go-versions (go)

v1.24.6: 1.24.6

Compare Source

Go 1.24.6

markedjs/marked (marked)

v16.1.2

Compare Source

Bug Fixes
pnpm/pnpm (pnpm)

v10.14.0

Compare Source

Minor Changes
  • Added support for JavaScript runtime resolution

    Declare Node.js, Deno, or Bun in devEngines.runtime (inside package.json) and let pnpm download and pin it automatically.

    Usage example:

    {
      "devEngines": {
        "runtime": {
          "name": "node",
          "version": "^24.4.0",
          "onFail": "download" (we only support the "download" value for now)
        }
      }
    }

    How it works:

    1. pnpm install resolves your specified range to the latest matching runtime version.
    2. The exact version (and checksum) is saved in the lockfile.
    3. Scripts use the local runtime, ensuring consistency across environments.

    Why this is better:

    1. This new setting supports also Deno and Bun (vs. our Node-only settings useNodeVersion and executionEnv.nodeVersion)
    2. Supports version ranges (not just a fixed version).
    3. The resolved version is stored in the pnpm lockfile, along with an integrity checksum for future validation of the Node.js content's validity.
    4. It can be used on any workspace project (like executionEnv.nodeVersion). So, different projects in a workspace can use different runtimes.
    5. For now devEngines.runtime setting will install the runtime locally, which we will improve in future versions of pnpm by using a shared location on the computer.

    Related PR: #​9755.

  • Add --cpu, --libc, and --os to pnpm install, pnpm add, and pnpm dlx to customize supportedArchitectures via the CLI #​7510.

Patch Changes
  • Fix a bug in which pnpm add downloads packages whose libc differ from pnpm.supportedArchitectures.libc.
  • The integrities of the downloaded Node.js artifacts are verified #​9750.
  • Allow dlx to parse CLI flags and options between the dlx command and the command to run or between the dlx command and -- #​9719.
  • pnpm install --prod should removing hoisted dev dependencies #​9782.
  • Fix an edge case bug causing local tarballs to not re-link into the virtual store. This bug would happen when changing the contents of the tarball without renaming the file and running a filtered install.
  • Fix a bug causing pnpm install to incorrectly assume the lockfile is up to date after changing a local tarball that has peers dependencies.
actions/python-versions (python)

v3.13.6: 3.13.6

Compare Source

Python 3.13.6

microsoft/TypeScript (typescript)

v5.9.2

Compare Source

unocss/unocss (unocss)

v66.4.2

Compare Source

   🚀 Features
   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub

v66.4.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v66.4.0

Compare Source

   🚨 Breaking Changes
   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
vitejs/rolldown-vite (vite)

v7.1.0

Compare Source

Features
  • support files with more than 1000 lines by generateCodeFrame (#​20508) (e7d0b2a)
Bug Fixes
Miscellaneous Chores
  • update JSDoc of experimental.enableNativePlugin option (2008da5)
Code Refactoring
  • deprecate esbuild / optimizeDeps.esbuild options (#​355) (4dab15e)
Tests

v7.0.12

Compare Source

Features
Bug Fixes
Miscellaneous Chores
  • update rolldown-plugin-dts (2c4159e)
vuejs/vitepress (vitepress)

v1.6.4

Compare Source


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 16 times, most recently from 677357f to 94afa33 Compare August 7, 2025 20:26
Copy link
Contributor Author

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

  • 2 additional dependencies were updated

Details:

Package Change
golang.org/x/sys v0.34.0 -> v0.35.0
golang.org/x/text v0.27.0 -> v0.28.0

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 94afa33 to b176b58 Compare August 8, 2025 01:42
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b176b58 to e1392ff Compare August 8, 2025 08:36
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.

0 participants