Skip to content

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

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Merged
merged 1 commit into from
Mar 14, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 14, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@antfu/eslint-config ^4.3.0 -> ^4.10.1 age adoption passing confidence devDependencies minor
@iconify-json/tabler ^1.2.16 -> ^1.2.17 age adoption passing confidence devDependencies patch
@types/node (source) ^22.13.8 -> ^22.13.10 age adoption passing confidence devDependencies patch
autoprefixer ^10.4.20 -> ^10.4.21 age adoption passing confidence devDependencies patch
axios (source) ^1.8.1 -> ^1.8.3 age adoption passing confidence dependencies patch
eslint (source) 9.21.0 -> 9.22.0 age adoption passing confidence devDependencies minor
github.com/casdoor/casdoor-go-sdk v1.4.0 -> v1.5.0 age adoption passing confidence require minor
github.com/go-co-op/gocron/v2 v2.16.0 -> v2.16.1 age adoption passing confidence require patch
github.com/go-webauthn/webauthn v0.12.1 -> v0.12.2 age adoption passing confidence require patch
github.com/uozi-tech/cosy v1.14.5 -> v1.15.5 age adoption passing confidence require minor
go (source) 1.24.0 -> 1.24.1 age adoption passing confidence golang patch
go ^1.24.0 -> ^1.24.1 age adoption passing confidence uses-with patch
golang.org/x/crypto v0.35.0 -> v0.36.0 age adoption passing confidence require minor
golang.org/x/net v0.35.0 -> v0.37.0 age adoption passing confidence require minor
pnpm (source) 10.5.2+sha512.da9dc28cd3ff40d0592188235ab25d3202add8a207afbedc682220e4a0029ffbff4562102b9e6e46b4e3f9e8bd53e6d05de48544b0c57d4b0179e22c76d1199b -> 10.6.3 age adoption passing confidence packageManager minor
python 3.10 -> 3.13.2 age adoption passing confidence uses-with minor
vite (source) ^6.2.0 -> ^6.2.2 age adoption passing confidence devDependencies patch

Release Notes

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

v4.10.1

Compare Source

No significant changes

    View changes on GitHub

v4.10.0

Compare Source

v4.9.0

Compare Source

   🚀 Features
    View changes on GitHub

v4.8.1

Compare Source

   🚀 Features
    View changes on GitHub

v4.7.0

Compare Source

   🚀 Features
    View changes on GitHub

v4.6.0

Compare Source

   🚀 Features
    View changes on GitHub

v4.5.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v4.5.0

Compare Source

   🚀 Features
    View changes on GitHub

v4.4.0

Compare Source

   🚀 Features
    View changes on GitHub
postcss/autoprefixer (autoprefixer)

v10.4.21

Compare Source

axios/axios (axios)

v1.8.3

Compare Source

Bug Fixes
  • add missing type for allowAbsoluteUrls (#​6818) (10fa70e)
  • xhr/fetch: pass allowAbsoluteUrls to buildFullPath in xhr and fetch adapters (#​6814) (ec159e5)
Contributors to this release

v1.8.2

Compare Source

Bug Fixes
  • http-adapter: add allowAbsoluteUrls to path building (#​6810) (fb8eec2)
Contributors to this release
eslint/eslint (eslint)

v9.22.0

Compare Source

casdoor/casdoor-go-sdk (github.com/casdoor/casdoor-go-sdk)

v1.5.0

Compare Source

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

v2.16.1

Compare Source

What's Changed

Full Changelog: go-co-op/gocron@v2.16.0...v2.16.1

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

v0.12.2

Compare Source

This is just a maintenance release that just ensures dependencies are up to date.

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

v1.15.5

Compare Source

v1.15.4

Compare Source

v1.15.3

Compare Source

v1.15.2

Compare Source

v1.15.1

Compare Source

v1.15.0

Compare Source

golang/go (go)

v1.24.1

actions/go-versions (go)

v1.24.1: 1.24.1

Compare Source

Go 1.24.1

pnpm/pnpm (pnpm)

v10.6.3

Compare Source

v10.6.2

Compare Source

Patch Changes
  • pnpm self-update should always update the version in the packageManager field of package.json.
  • Fix running pnpm CLI from pnpm CLI on Windows when the CLI is bundled to an executable #​8971.
  • pnpm patch-commit will now use the same filesystem as the store directory to compare and create patch files.
  • Don't show info output when --loglevel=error is used.
  • peerDependencyRules should be set in pnpm-workspace.yaml to take effect.

v10.6.1

Compare Source

Patch Changes
  • The pnpm CLI process should not stay hanging, when --silent reporting is used.
  • When --loglevel is set to error, don't show installation summary, execution time, and big tarball download progress.
  • Don't ignore pnpm.patchedDependencies from package.json #​9226.
  • When executing the approve-builds command, if package.json contains onlyBuiltDependencies or ignoredBuiltDependencies, the selected dependency package will continue to be written into package.json.
  • When a package version cannot be found in the package metadata, print the registry from which the package was fetched.

v10.6.0

Compare Source

Minor Changes
  • pnpm-workspace.yaml can now hold all the settings that .npmrc accepts. The settings should use camelCase #​9211.

    pnpm-workspace.yaml example:

    verifyDepsBeforeRun: install
    optimisticRepeatInstall: true
    publicHoistPattern:
      - "*types*"
      - "!@​types/react"
  • Projects using a file: dependency on a local tarball file (i.e. .tgz, .tar.gz, .tar) will see a performance improvement during installation. Previously, using a file: dependency on a tarball caused the lockfile resolution step to always run. The lockfile will now be considered up-to-date if the tarball is unchanged.

Patch Changes
  • pnpm self-update should not leave a directory with a broken pnpm installation if the installation fails.
  • fast-glob replace with tinyglobby to reduce the size of the pnpm CLI dependencies #​9169.
  • pnpm deploy should not remove fields from the deployed package's package.json file #​9215.
  • pnpm self-update should not read the pnpm settings from the package.json file in the current working directory.
  • Fix pnpm deploy creating a package.json without the imports and license field #​9193.
  • pnpm update -i should list only packages that have newer versions #​9206.
  • Fix a bug causing entries in the catalogs section of the pnpm-lock.yaml file to be removed when dedupe-peer-dependents=false on a filtered install. #​9112
actions/python-versions (python)

v3.13.2: 3.13.2

Compare Source

Python 3.13.2

v3.13.1: 3.13.1

Compare Source

Python 3.13.1

v3.13.0: 3.13.0

Compare Source

Python 3.13.0

v3.12.9: 3.12.9

Compare Source

Python 3.12.9

v3.12.8: 3.12.8

Compare Source

Python 3.12.8

v3.12.7: 3.12.7

Compare Source

Python 3.12.7

v3.12.6: 3.12.6

Compare Source

Python 3.12.6

v3.12.5: 3.12.5

Compare Source

Python 3.12.5

v3.12.4: 3.12.4

Compare Source

Python 3.12.4

v3.12.3: 3.12.3

Compare Source

Python 3.12.3

v3.12.2: 3.12.2

Compare Source

Python 3.12.2

v3.12.1: 3.12.1

Compare Source

Python 3.12.1

v3.12.0: 3.12.0

Compare Source

Python 3.12.0

v3.11.11: 3.11.11

Compare Source

Python 3.11.11

v3.11.10: 3.11.10

Compare Source

Python 3.11.10

v3.11.9: 3.11.9

Compare Source

Python 3.11.9

v3.11.8: 3.11.8

Compare Source

Python 3.11.8

v3.11.7: 3.11.7

Compare Source

Python 3.11.7

v3.11.6: 3.11.6

Compare Source

Python 3.11.6

v3.11.5: 3.11.5

Compare Source

Python 3.11.5

v3.11.4: 3.11.4

Compare Source

Python 3.11.4

v3.11.3: 3.11.3

Compare Source

Python 3.11.3

v3.11.2: 3.11.2

Compare Source

Python 3.11.2

v3.11.1: 3.11.1

Compare Source

Python 3.11.1

v3.11.0: 3.11.0

Compare Source

Python 3.11.0

v3.10.16: 3.10.16

Compare Source

Python 3.10.16

v3.10.15: 3.10.15

Compare Source

Python 3.10.15

v3.10.14: 3.10.14

Compare Source

Python 3.10.14

v3.10.13: 3.10.13

Compare Source

Python 3.10.13

v3.10.12: 3.10.12

Compare Source

Python 3.10.12

v3.10.11: 3.10.11

Compare Source

Python 3.10.11

v3.10.10: 3.10.10

Compare Source

Python 3.10.10

v3.10.9: 3.10.9

Compare Source

Python 3.10.9

v3.10.8: 3.10.8

Compare Source

Python 3.10.8

v3.10.7: 3.10.7

Compare Source

Python 3.10.7

v3.10.6: 3.10.6

Compare Source

Python 3.10.6

v3.10.5: 3.10.5

Compare Source

Python 3.10.5

v3.10.4: 3.10.4

Compare Source

Python 3.10.4

v3.10.3: 3.10.3

Compare Source

Python 3.10.3

v3.10.2: 3.10.2

Compare Source

Python 3.10.2

v3.10.1: 3.10.1

Compare Source

Python 3.10.1

vitejs/vite (vite)

v6.2.2

Compare Source

v6.2.1

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.

Copy link
Contributor Author

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

  • 9 additional dependencies were updated

Details:

Package Change
github.com/bytedance/sonic v1.12.9 -> v1.13.1
github.com/bytedance/sonic/loader v0.2.3 -> v0.2.4
github.com/go-webauthn/x v0.1.18 -> v0.1.19
golang.org/x/arch v0.14.0 -> v0.15.0
golang.org/x/mod v0.23.0 -> v0.24.0
golang.org/x/sync v0.11.0 -> v0.12.0
golang.org/x/sys v0.30.0 -> v0.31.0
golang.org/x/text v0.22.0 -> v0.23.0
golang.org/x/tools v0.30.0 -> v0.31.0

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from ca9fdbf to 2c79879 Compare March 14, 2025 14:13
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 2c79879 to f394444 Compare March 14, 2025 14:16
@0xJacky 0xJacky merged commit ec29a77 into dev Mar 14, 2025
5 checks passed
@renovate renovate bot deleted the renovate/all-minor-patch branch March 14, 2025 14:18
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant