Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Dec 18, 2025

This PR contains the following updates:

Package Change Age Confidence
@antfu/eslint-config ^6.7.1 -> ^6.7.2 age confidence
@iconify-json/tabler ^1.2.23 -> ^1.2.24 age confidence
@iconify/tools ^5.0.0 -> ^5.0.1 age confidence
@vue/compiler-sfc (source) ^3.5.25 -> ^3.5.26 age confidence
@vue/reactivity (source) ^3.5.25 -> ^3.5.26 age confidence
@vue/shared (source) ^3.5.25 -> ^3.5.26 age confidence
github.com/BurntSushi/toml v1.5.0 -> v1.6.0 age confidence
github.com/blevesearch/bleve/v2 v2.5.6 -> v2.5.7 age confidence
github.com/cloudflare/cloudflare-go/v6 v6.4.0 -> v6.5.0 age confidence
github.com/go-acme/lego/v4 v4.29.0 -> v4.30.1 age confidence
github.com/go-playground/validator/v10 v10.29.0 -> v10.30.0 age confidence
github.com/go-resty/resty/v2 v2.17.0 -> v2.17.1 age confidence
github.com/nikoksr/notify v1.4.0 -> v1.5.0 age confidence
github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common v1.3.12 -> v1.3.16 age confidence
github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/dnspod v1.3.8 -> v1.3.16 age confidence
github.com/uozi-tech/cosy v1.27.9 -> v1.28.0 age confidence
golang.org/x/oauth2 v0.33.0 -> v0.34.0 age confidence
pnpm (source) 10.25.0+sha512.5e82639027af37cf832061bcc6d639c219634488e0f2baebe785028a793de7b525ffcd3f7ff574f5e9860654e098fe852ba8ac5dd5cefe1767d23a020a92f501 -> 10.26.1 age confidence
vite (source) ^7.2.7 -> ^7.3.0 age confidence
vue (source) ^3.5.25 -> ^3.5.26 age confidence
vue-tsc (source) ^3.1.8 -> ^3.2.0 age confidence

Release Notes

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

v6.7.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
iconify/tools (@​iconify/tools)

v5.0.1

Compare Source

vuejs/core (@​vue/compiler-sfc)

v3.5.26

Compare Source

Bug Fixes
Performance Improvements
BurntSushi/toml (github.com/BurntSushi/toml)

v1.6.0

Compare Source

TOML 1.1 is now enabled by default. The TOML changelog has an overview of changes: https://github.com/toml-lang/toml/blob/main/CHANGELOG.md

Also two small fixes:

  • Encode large floats as exponent syntax so that round-tripping things like 5e+22 is correct.

  • Using duplicate array keys would not give an error:

    arr = [1]
    arr = [2]
    

    This will now correctly give a "Key 'arr' has already been defined" error.

blevesearch/bleve (github.com/blevesearch/bleve/v2)

v2.5.7

Compare Source

What's Changed

Milestone: https://github.com/blevesearch/bleve/milestone/33
Full Changelog: blevesearch/bleve@v2.5.6...v2.5.7

cloudflare/cloudflare-go (github.com/cloudflare/cloudflare-go/v6)

v6.5.0

Compare Source

Full Changelog: v6.4.0...v6.5.0

Features
  • ai_gateway: add zdr field (f85b933)
  • ai_search: add AI Search endpoints (9d95c4b)
  • leaked_credentials_check: Add GET endpoint for leaked_credentials_check/detections (2c4f6f5)
  • magic_transit: support custom remote identities (f85b933)
  • r2: add keys to super slurper response types (f85b933)
  • radar: support filtering results by agent type (2020995)
  • workers: add startup_time_ms to version types (f85b933)
  • zero_trust: support new gateway list types (2020995)
Chores
  • accounts: docs, tests updates (f85b933)
  • api_gateway Deprecate API Shield Schema Validation resources (ae8644c)
  • internal: codegen related update (d2d0a29)
  • load_balancers: update pool, monitor nullability (2020995)
  • zero_trus: refactor DLP entry types (23fdbc6)
go-acme/lego (github.com/go-acme/lego/v4)

v4.30.1

  • Release date: 2025-12-16
  • Tag: v4.30.1

Due to an error related to aliyun/credentials-go, some artifacts of the v4.30.0 release have not been published.

This release contains the same things as v4.30.0.

v4.30.0

  • Release date: 2025-12-16
  • Tag: v4.30.0
Added
  • [dnsprovider] Add DNS provider for Ionos Cloud
  • [dnsprovider] Add DNS provider for Virtualname
  • [dnsprovider] Add DNS Provider for Neodigit
  • [dnsprovider] Add DNS provider for Syse.no
  • [dnsprovider] Add DNS provider for Gravity
  • [dnsprovider] Add DNS provider for hosting.nl
Changed
  • [cli] feat: remove email requirement
Fixed
  • [dnsprovider] autodns: use the right response structure
go-playground/validator (github.com/go-playground/validator/v10)

v10.30.0: Release 10.30.0

Compare Source

What's Changed

New Contributors

Full Changelog: go-playground/validator@v10.29.0...v10.30.0

go-resty/resty (github.com/go-resty/resty/v2)

v2.17.1

Compare Source

Release Notes

Bug Fixes

Full Changelog: go-resty/resty@v2.17.0...v2.17.1

nikoksr/notify (github.com/nikoksr/notify)

v1.5.0

Compare Source

What's Changed

Full Changelog: nikoksr/notify@v1.4.0...v1.5.0

tencentcloud/tencentcloud-sdk-go (github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common)

v1.3.16

Compare Source

v1.3.15

Compare Source

v1.3.14

Compare Source

v1.3.13

Compare Source

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

v1.28.0

Compare Source

pnpm/pnpm (pnpm)

v10.26.1

Compare Source

v10.26.0

Compare Source

vitejs/vite (vite)

v7.3.0

Compare Source

Please refer to CHANGELOG.md for details.

vuejs/language-tools (vue-tsc)

v3.2.0

Compare Source

vscode
  • fix: Vue TS highlighting when trailing type alias is missing semicolon (#​5853) - Thanks to @​serkodev!
  • perf: replace fast-diff with custom character-by-character alignment algorithm (#​5849) (#​5851)
  • refactor: update Vue grammar scope name to "text.html.vue" (#​5856)
  • test: add test for embedded grammars (#​5861) - Thanks to @​serkodev!
language-service
component-meta
  • feat: add tags to slots and exposed (#​5862) - Thanks to @​aj-dev!
  • feat: filter out irrelevant properties from exposed (#​5868) - Thanks to @​aj-dev!
  • refactor: redundant logic between deduplication and language-core (#​5875)
  • refactor: de-dependency from component-type-helpers (#​5876)
  • refactor: search prop defaults with symbol declarations (#​5879)
  • refactor: deprecate "noDeclarations" and "forceUseTs" options (#​5887)
typescript-plugin
  • feat: include leading dot when finding references to CSS classes (#​5852)
  • fix: missing module error after file rename (#​5839) - Thanks to @​serkodev!
  • fix: prioritize non-warning completion entries over warning ones (#​5847)
  • fix: always pass rest parameters for future compatibility (#​5859) - Thanks to @​KazariEX!
  • fix: add nullish guards before accessing ts.CompletionEntryData (#​5869) - Thanks to @​KazariEX!
  • fix: handle import type nodes in definition proxy (#​5873)
  • fix: handle type imports in component auto-import(#​5874)
language-core
  • feat: revert overcorrection of v-for type inference (#​5836)
  • feat: align v-for key type with Object.keys (#​5837) - Thanks to @​serkodev!
  • feat: narrow component and directive types (#​5841)
  • feat: support <!-- @&#8203;strictTemplates --> magic comment (#​5845)
  • fix: correctly resolve <script src=""> (#​5838)
  • fix: preserve template slot wrappers during createIfBranch (#​5844) - Thanks to @​serkodev!
  • fix: include end tag locations when renaming global components
  • refactor: replace dynamic types generation with static files (#​5872)
  • refactor: improve Vue version detection and plugin resolution
component-type-helpers
  • refactor: remove ComponentType helper
workspace
  • chore: update testing infrastructure (#​5848)
  • chore: use tsgo in development (#​5860)
  • chore: reduce local dependencies and update workflows (#​5863)
  • chore: upgrade tsslint and vite to pre-release versions
  • chore: delete tests for Vue 3.4 (#​5871)

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
Copy link
Contributor Author

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

  • 35 additional dependencies were updated

Details:

Package Change
github.com/aliyun/aliyun-log-go-sdk v0.1.112 -> v0.1.113
github.com/aws/aws-sdk-go-v2 v1.40.1 -> v1.41.0
github.com/aws/aws-sdk-go-v2/config v1.32.3 -> v1.32.5
github.com/aws/aws-sdk-go-v2/credentials v1.19.3 -> v1.19.5
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.18.15 -> v1.18.16
github.com/aws/aws-sdk-go-v2/internal/configsources v1.4.15 -> v1.4.16
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.7.15 -> v2.7.16
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.13.15 -> v1.13.16
github.com/aws/aws-sdk-go-v2/service/lightsail v1.50.9 -> v1.50.10
github.com/aws/aws-sdk-go-v2/service/route53 v1.61.1 -> v1.62.0
github.com/aws/aws-sdk-go-v2/service/signin v1.0.3 -> v1.0.4
github.com/aws/aws-sdk-go-v2/service/sso v1.30.6 -> v1.30.7
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.35.11 -> v1.35.12
github.com/aws/aws-sdk-go-v2/service/sts v1.41.3 -> v1.41.5
github.com/baidubce/bce-sdk-go v0.9.253 -> v0.9.254
github.com/blevesearch/zapx/v16 v16.2.7 -> v16.2.8
github.com/go-acme/esa-20240910/v2 v2.40.2 -> v2.40.3
github.com/goccy/go-yaml v1.19.0 -> v1.19.1
github.com/huaweicloud/huaweicloud-sdk-go-v3 v0.1.179 -> v0.1.180
github.com/linode/linodego v1.61.0 -> v1.62.0
github.com/miekg/dns v1.1.68 -> v1.1.69
github.com/nrdcg/oci-go-sdk/common/v1065 v1065.105.0 -> v1065.105.1
github.com/nrdcg/oci-go-sdk/dns/v1065 v1065.105.0 -> v1065.105.1
github.com/pierrec/lz4/v4 v4.1.22 -> v4.1.23
github.com/prometheus/prometheus v0.308.0 -> v0.308.1
github.com/quic-go/quic-go v0.57.1 -> v0.58.0
github.com/sacloud/iaas-api-go v1.22.0 -> v1.23.1
github.com/volcengine/volc-sdk-golang v1.0.229 -> v1.0.230
github.com/vultr/govultr/v3 v3.25.0 -> v3.26.0
github.com/yandex-cloud/go-genproto v0.40.0 -> v0.41.0
github.com/yandex-cloud/go-sdk/services/dns v0.0.22 -> v0.0.23
github.com/yandex-cloud/go-sdk/v2 v2.31.0 -> v2.33.0
golang.org/x/mod v0.30.0 -> v0.31.0
golang.org/x/tools v0.39.0 -> v0.40.0
google.golang.org/protobuf v1.36.10 -> v1.36.11

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 188975d to 91526f5 Compare December 21, 2025 16:45
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 91526f5 to d28ea04 Compare December 21, 2025 20:59
@renovate renovate bot merged commit 5ec7501 into dev Dec 22, 2025
48 checks passed
@renovate renovate bot deleted the renovate/all-minor-patch branch December 22, 2025 01:15
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.

1 participant