Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Dec 29, 2025

This PR contains the following updates:

Package Change Age Confidence Type Update
github.com/hashicorp/go-getter v1.8.3v1.8.4 age confidence require patch
golangci/golangci-lint v2.7.2v2.8.0 age confidence minor
netlify-cli 23.13.023.13.3 age confidence devDependencies patch
pnpm (source) 10.26.2+sha512.0e308ff2005fc7410366f154f625f6631ab2b16b1d2e70238444dd6ae9d630a8482d92a451144debc492416896ed16f7b114a86ec68b8404b2443869e68ffda610.27.0 age confidence packageManager minor
vitepress-plugin-llms 1.9.31.10.0 age confidence devDependencies minor

Release Notes

hashicorp/go-getter (github.com/hashicorp/go-getter)

v1.8.4

Compare Source

What's Changed

New Contributors

Full Changelog: hashicorp/go-getter@v1.8.3...v1.8.4

golangci/golangci-lint (golangci/golangci-lint)

v2.8.0

Compare Source

Released on 2026-01-07

  1. Linters new features or changes
    • godoc-lint: from 0.10.2 to 0.11.1 (new rule: require-stdlib-doclink)
    • golines: from 442fd00 to 0.14.0
    • gomoddirectives: from 0.7.1 to 0.8.0
    • gosec: from daccba6 to 2.22.11 (new rule: G116)
    • modernize: from 0.39.0 to 0.40.0 (new analyzers: stringscut, unsafefuncs)
    • prealloc: from 1.0.0 to 1.0.1 (message changes)
    • unqueryvet: from 1.3.0 to 1.4.0 (new options: check-aliased-wildcard, check-string-concat, check-format-strings, check-string-builder, check-subqueries, ignored-functions, sql-builders)
  2. Linters bug fixes
    • go-critic: from 0.14.2 to 0.14.3
    • go-errorlint: from 1.8.0 to 1.9.0
    • govet: from 0.39.0 to 0.40.0
    • protogetter: from 0.3.17 to 0.3.18
    • revive: add missing enable-default-rules setting
  3. Documentation
    • docs: split installation page
netlify/cli (netlify-cli)

v23.13.3

Compare Source

Bug Fixes

v23.13.2

Compare Source

Bug Fixes

v23.13.1

Compare Source

Bug Fixes
pnpm/pnpm (pnpm)

v10.27.0

Compare Source

okineadev/vitepress-plugin-llms (vitepress-plugin-llms)

v1.10.0

Compare Source

    🚀 Enhancements

  • vitepress-components: Redesign buttons for copying a page in Markdown format and add buttons for opening a chat about a specific page  -  by @​okineadev (c8e24)

Now you can also open a chat in ChatGPT or Claude and chat about any page using the new buttons 🙌

Here's how they look:

image
    🩹 Fixes

  • vitepress-rewrites: Use relative paths for rewrites and align path-to-regexp version with vitepress (#​108)  -  by hcdo (911f2)

Fixed an error where due to the different versions of path-to-regexp in the

plugin (^8.3.0) and in vitepress (^6.3.0), wildcard ends up changing from :<name>* and :<name>+ to :*<name>

The patch folder was not included in the package, which is why users did not have their dependencies patched

   💖 Contributors
     View changes on GitHub

Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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 added area: dependencies Changes related to dependency files. lang: javascript Pull requests that update Javascript code. labels Dec 29, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from bcec68e to a447b4e Compare December 31, 2025 00:50
@renovate renovate bot changed the title chore(deps): update dependency vitepress-plugin-llms to v1.10.0 chore(deps): update all non-major dependencies Dec 31, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from a447b4e to fbe28b5 Compare January 1, 2026 10:32
@renovate renovate bot added the lang: go Pull requests that update Go code. label Jan 1, 2026
@renovate
Copy link
Contributor Author

renovate bot commented Jan 1, 2026

ℹ️ 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):

  • 26 additional dependencies were updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.24.0 -> 1.24.6
github.com/davecgh/go-spew v1.1.1 -> v1.1.2-0.20180830191138-d8f796af33cc
cloud.google.com/go v0.110.0 -> v0.123.0
cloud.google.com/go/compute/metadata v0.3.0 -> v0.9.0
cloud.google.com/go/iam v0.13.0 -> v1.5.3
cloud.google.com/go/storage v1.29.0 -> v1.58.0
github.com/aws/aws-sdk-go-v2 v1.36.3 -> v1.41.0
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.10 -> v1.7.4
github.com/aws/aws-sdk-go-v2/config v1.29.15 -> v1.32.6
github.com/aws/aws-sdk-go-v2/credentials v1.17.68 -> v1.19.6
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.30 -> v1.18.16
github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.34 -> v1.4.16
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.34 -> v2.7.16
github.com/aws/aws-sdk-go-v2/internal/ini v1.8.3 -> v1.8.4
github.com/aws/aws-sdk-go-v2/internal/v4a v1.3.34 -> v1.4.16
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.3 -> v1.13.4
github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.7.2 -> v1.9.7
github.com/googleapis/enterprise-certificate-proxy v0.2.3 -> v0.3.7
github.com/googleapis/gax-go/v2 v2.7.1 -> v2.15.0
github.com/hashicorp/aws-sdk-go-base/v2 v2.0.0-beta.65 -> v2.0.0-beta.70
github.com/hashicorp/go-version v1.6.0 -> v1.8.0
github.com/klauspost/compress v1.18.0 -> v1.18.2
github.com/pmezard/go-difflib v1.0.0 -> v1.0.1-0.20181226105442-5d4384ee4fb2
golang.org/x/text v0.31.0 -> v0.32.0
google.golang.org/api v0.114.0 -> v0.256.0
google.golang.org/appengine v1.6.7 -> v1.6.8
google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 -> v0.0.0-20250922171735-9219d122eba9

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from eafb62d to 338935d Compare January 8, 2026 05:50
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 338935d to b2f6cdf Compare January 8, 2026 17:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area: dependencies Changes related to dependency files. lang: go Pull requests that update Go code. lang: javascript Pull requests that update Javascript code.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant