Skip to content

chore(deps): update non-major dependencies - #62

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/non-major-dependencies
Open

chore(deps): update non-major dependencies#62
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/non-major-dependencies

Conversation

@renovate

@renovate renovate Bot commented Jul 18, 2026

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence Type Update
@astrojs/starlight (source) ^0.41.1^0.42.0 age confidence dependencies minor
anchore/syft v1.48.0v1.51.1 age confidence minor
aquasecurity/trivy v0.72.0v0.74.0 age confidence minor
astro (source) 7.1.07.3.1 age confidence dependencies minor
charm.land/bubbles/v2 v2.1.1v2.2.1 age confidence require minor
charm.land/bubbletea/v2 v2.0.8v2.0.9 age confidence require patch
charm.land/lipgloss/v2 v2.0.5v2.0.6 age confidence require patch
filippo.io/age v1.3.1v1.3.2 age confidence require patch
github.com/charmbracelet/x/ansi v0.11.7v0.11.8 age confidence require patch
github.com/digitalocean/godo v1.199.0v1.206.0 age confidence require minor
github.com/getsops/sops/v3 v3.13.2v3.13.3 age confidence require patch
github.com/goreleaser/goreleaser/v2 v2.17.0v2.18.1 age confidence minor
github.com/mattn/go-isatty v0.0.23v0.0.24 age confidence require patch
golang.org/x/crypto v0.55.0v0.56.0 age confidence require minor
golang.org/x/vuln v1.6.0v1.7.0 age confidence minor
sharp (source, changelog) 0.35.30.35.4 age confidence dependencies patch

Release Notes

withastro/starlight (@​astrojs/starlight)

v0.42.0

Compare Source

Minor Changes
  • #​3572 292fb17 Thanks @​HiDeoo! - Distributes package as JavaScript files with dedicated type declaration files instead of TypeScript source files.

  • #​4121 2623ae6 Thanks @​delucis! - Simplifies markup for Starlight’s mobile menu toggle

    ⚠️ Potentially breaking change: If you use a theme plugin, custom styles, or component overrides targeting the MobileMenuToggle button or PageFrame components, you may need to adjust these for the new markup. The button is no longer wrapped in a <starlight-menu-button> custom element and no longer uses the aria-expanded attribute. Instead, you can use the .sl-menu-button class name to target the button and the :popover-open pseudo-class to style the menu open state specifically.

    In the following example, custom styles for the menu button are updated for the new approach:

    - starlight-menu-button button {
    + .sl-menu-button {
      color: var(--sl-color-text);
    }
    
    - starlight-menu-button[aria-expanded='true'] button {
    + .sl-menu-button:has(~ :popover-open) {
      color: var(--sl-color-text-accent-high);
    }

    See MobileMenuToggle.astro and PageFrame.astro on GitHub for the full source code of the updated components.

  • #​3572 292fb17 Thanks @​HiDeoo! - Removes the tagline configuration option, which was never used.

    If your configuration included a tagline option, you can safely remove it without any replacement.

  • #​4134 6135f01 Thanks @​HiDeoo! - Updates internal @astrojs/mdx, @astrojs/markdown-satteri, and satteri dependencies.

    ⚠️ BREAKING CHANGE: The following minimum versions are now required:

    • astro v7.2.10 or later
    • @astrojs/markdown-satteri 0.4.0 or later (if you use it)
    • @astrojs/markdown-remark 7.3.0 or later (if you use it)

    Please update Starlight and Astro together:

    npx @astrojs/upgrade
  • #​4121 2623ae6 Thanks @​delucis! - Refactors Starlight’s mobile menu toggle to work when JavaScript fails or is disabled

    ⚠️ BREAKING CHANGE: This release drops official support for Chromium-based browsers prior to version 116 (released August 2023), Safari-based browsers prior to version 17.0 (released September 2023), and Firefox prior to version 125 (released April 2024). You can find a list of currently supported browsers and their versions using this browserslist query.

    This change also removes the data-mobile-menu-expanded attribute, which was previously added to <body> while the mobile menu is open. If you have custom code that was depending on this attribute, you will need to update it to use a new selector to check if the mobile menu is open.

    In the following example, a custom background colour for the site header while the menu is open is updated for the new approach:

    - [data-mobile-menu-expanded] header {
    + body:has(sl-sidebar-pane:popover-open) header {
      background-color: var(--sl-color-bg);
    }

v0.41.11

Compare Source

Patch Changes
  • #​4167 32a5e29 Thanks @​HiDeoo! - Fixes a layout issue and anchor links appearing for hidden headings, e.g. footnote headings, when markdown.headingLinks is enabled or the <AnchorHeading> component is used.

  • #​4148 cdfafd8 Thanks @​ematipico! - Optimizes sidebar data generation logic to speed up sites with large sidebars

v0.41.10

Compare Source

Patch Changes

v0.41.9

Compare Source

Patch Changes

v0.41.8

Compare Source

Patch Changes

v0.41.7

Compare Source

Patch Changes
  • #​4114 3e486fb Thanks @​delucis! - Fixes processing of code examples in RTL languages when using Astro’s Sätteri Markdown processor

v0.41.6

Compare Source

Patch Changes

v0.41.5

Compare Source

Patch Changes

v0.41.4

Compare Source

Patch Changes
anchore/syft (anchore/syft)

v1.51.1

Compare Source

Bug Fixes
Additional Changes
Dependencies

72 dependency changes (70 updated, 1 added, 1 removed). 3 vulnerabilities remediated.

🟢 Remediated (3)

Updated (70 packages)
  • cel.dev/expr v0.25.1v0.25.2
  • cloud.google.com/go/auth v0.18.2v0.22.0
  • cloud.google.com/go/iam v1.5.3v1.11.0
  • cloud.google.com/go/logging v1.13.1v1.18.0
  • cloud.google.com/go/longrunning v0.8.0v1.2.0
  • cloud.google.com/go/monitoring v1.24.3v1.29.0
  • cloud.google.com/go/storage v1.61.3v1.64.0
  • cloud.google.com/go/trace v1.11.7v1.16.0
  • github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.32.0v1.33.0
  • github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.55.0v0.57.0
  • github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/cloudmock v0.55.0v0.57.0
  • github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.55.0v0.57.0
  • github.com/anchore/stereoscope v0.3.0v0.3.1
  • github.com/aws/aws-sdk-go-v2 v1.41.5v1.43.4
  • github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.7.8v1.7.16
  • github.com/aws/aws-sdk-go-v2/config v1.32.12v1.32.35
  • github.com/aws/aws-sdk-go-v2/credentials v1.19.12v1.19.34
  • github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.18.20v1.18.35
  • github.com/aws/aws-sdk-go-v2/internal/configsources v1.4.21v1.4.35
  • github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.7.21v2.7.35
  • github.com/aws/aws-sdk-go-v2/internal/v4a v1.4.22v1.4.36
  • github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.13.7v1.13.15
  • github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.9.13v1.9.28
  • github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.13.21v1.13.35
  • github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.19.21v1.19.36
  • github.com/aws/aws-sdk-go-v2/service/s3 v1.97.3v1.106.5
  • github.com/aws/aws-sdk-go-v2/service/signin v1.0.8v1.5.4
  • github.com/aws/aws-sdk-go-v2/service/sso v1.30.13v1.33.4
  • github.com/aws/aws-sdk-go-v2/service/ssooidc v1.35.17v1.38.4
  • github.com/aws/aws-sdk-go-v2/service/sts v1.41.9v1.45.4
  • github.com/aws/smithy-go v1.24.2v1.27.6
  • github.com/containerd/containerd/v2 v2.3.3v2.3.4
  • github.com/containerd/platforms v1.0.0-rc.4v1.0.0-rc.5
  • github.com/docker/cli v29.6.1+incompatiblev29.7.2+incompatible
  • github.com/docker/go-connections v0.7.0v0.8.1
  • github.com/fatih/color v1.18.0v1.19.0
  • github.com/gabriel-vasile/mimetype v1.4.13v1.4.15
  • github.com/google/go-containerregistry v0.21.7v0.21.9
  • github.com/google/pprof v0.0.0-a4b03ecv0.0.0-ef3492d
  • github.com/googleapis/enterprise-certificate-proxy v0.3.14v0.3.19
  • github.com/googleapis/gax-go/v2 v2.17.0v2.23.0
  • github.com/hashicorp/aws-sdk-go-base/v2 v2.0.0-beta.72v2.0.0-beta.74
  • github.com/hashicorp/go-getter v1.8.6v1.8.8
  • github.com/hashicorp/go-version v1.8.0v1.9.0
  • github.com/klauspost/compress v1.19.1v1.19.2
  • github.com/mattn/go-isatty v0.0.20v0.0.24
  • github.com/moby/moby/client v0.5.0v0.5.1
  • github.com/spiffe/go-spiffe/v2 v2.6.0v2.7.0
  • github.com/stretchr/objx v0.5.2v0.5.3
  • github.com/stretchr/testify v1.11.1v1.12.1
  • go.opentelemetry.io/contrib/detectors/gcp v1.43.0v1.44.0
  • go.opentelemetry.io/otel v1.43.0v1.44.0 (🟢 remediated GO-2026-5158)
  • go.opentelemetry.io/otel/exporters/stdout/stdoutmetric v1.40.0v1.44.0
  • go.opentelemetry.io/otel/metric v1.43.0v1.44.0
  • go.opentelemetry.io/otel/sdk v1.43.0v1.44.0
  • go.opentelemetry.io/otel/sdk/metric v1.43.0v1.44.0
  • go.opentelemetry.io/otel/trace v1.43.0v1.44.0
  • golang.org/x/crypto v0.54.0v0.55.0
  • golang.org/x/mod v0.38.0v0.40.0 (🟢 remediated GO-2026-6179, GO-2026-6180)
  • golang.org/x/net v0.57.0v0.58.0
  • golang.org/x/text v0.40.0v0.41.0
  • golang.org/x/tools v0.48.0v0.49.0
  • google.golang.org/api v0.271.0v0.292.0
  • google.golang.org/genproto v0.0.0-8636f87v0.0.0-aa98bba
  • google.golang.org/genproto/googleapis/api v0.0.0-afd174av0.0.0-925bb5d
  • google.golang.org/genproto/googleapis/rpc v0.0.0-afd174av0.0.0-6ac0973
  • google.golang.org/grpc v1.82.1v1.83.0
  • modernc.org/cc/v4 v4.29.0v4.29.1
  • modernc.org/libc v1.74.1v1.74.4
  • modernc.org/sqlite v1.55.0v1.56.0
Added (1 package)
  • go.opentelemetry.io/otel/metric/x v0.66.0
Removed (1 package)
  • github.com/aws/aws-sdk-go-v2/internal/ini v1.8.6

(Full Changelog)

v1.51.0

Compare Source

Added Features
Bug Fixes
  • Cleanup snap temporary directories [PR #​5117 @​spiffcs]
  • add correct CPE vendor/product candidates for Git for Windows PE binary [PR #​5156 @​westonsteimel]
  • javascript-package-cataloger creates phantom <name>@unknown packages for subpath or export-map stub package.json files [Issue #​5118]
  • Syft generates incorrect PURLs for legacy JARs missing Maven metadata, causing Grype false negatives [Issue #​4598] [PR #​5146 @​ankit090701]
  • When scanning an image, syft only reports one file per set of hardlinks, leading to wrong SPDX packageVerificationCode [Issue #​5019] [PR #​5029 @​wagoodman]
  • Support deno binary latest and some old versions [Issue #​5057] [PR #​5084 @​ychampion]
  • Update install methods in README.md [Issue #​3198]
Dependencies

9 dependency changes (9 updated). 2 vulnerabilities remediated.

🟢 Remediated (2)

Updated (9 packages)
  • github.com/diskfs/go-diskfs v1.9.3v1.9.4
  • github.com/go-git/go-billy/v5 v5.9.0v5.9.1
  • github.com/go-git/go-git/v5 v5.19.1v5.19.2 (🟢 remediated GHSA-hc8v-wwc9-vgxm, GHSA-qgq7-7hm3-q39j)
  • github.com/jedib0t/go-pretty/v6 v6.8.1v6.8.3
  • github.com/klauspost/compress v1.19.0v1.19.1
  • github.com/magiconair/properties v1.8.10v1.18.11
  • github.com/ulikunitz/xz v0.5.15v0.5.16
  • go.yaml.in/yaml/v3 v3.0.4v3.0.5
  • modernc.org/sqlite v1.54.0v1.55.0

(Full Changelog)

v1.50.0

Compare Source

Added Features
Bug Fixes
Additional Changes
Dependencies

14 dependency changes (14 updated). 1 vulnerability remediated.

🟢 Remediated (1)

Updated (14 packages)
  • github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.31.0v1.32.0
  • github.com/cncf/xds/go v0.0.0-ee656c7v0.0.0-dba9d58
  • github.com/envoyproxy/go-control-plane/envoy v1.36.0v1.37.0
  • github.com/envoyproxy/protoc-gen-validate v1.3.0v1.3.3
  • github.com/gpustack/gguf-parser-go v0.24.1v0.25.0
  • go.opentelemetry.io/contrib/detectors/gcp v1.39.0v1.43.0
  • google.golang.org/genproto/googleapis/api v0.0.0-9d38bb4v0.0.0-afd174a
  • google.golang.org/genproto/googleapis/rpc v0.0.0-6f92a3bv0.0.0-afd174a
  • google.golang.org/grpc v1.80.0v1.82.1 (🟢 remediated GHSA-hrxh-6v49-42gf)
  • modernc.org/cc/v4 v4.28.4v4.29.0
  • modernc.org/ccgo/v4 v4.34.4v4.34.6
  • modernc.org/gc/v3 v3.1.3v3.1.4
  • modernc.org/libc v1.73.4v1.74.1
  • modernc.org/sqlite v1.53.0v1.54.0

(Full Changelog)

v1.49.0

Compare Source

Added Features
Bug Fixes
Dependencies

16 dependency changes (16 updated).

Updated (16 packages)
  • github.com/anchore/go-rpmdb v0.1.0v0.2.0
  • github.com/anchore/stereoscope v0.2.2v0.3.0
  • github.com/containerd/containerd/v2 v2.3.2v2.3.3
  • github.com/docker/cli v29.5.3+incompatiblev29.6.1+incompatible
  • github.com/gkampitakis/go-snaps v0.5.22v0.5.23
  • github.com/moby/moby/api v1.54.2v1.55.0
  • github.com/moby/moby/client v0.4.1v0.5.0
  • github.com/pelletier/go-toml/v2 v2.3.1v2.4.3
  • golang.org/x/crypto v0.53.0v0.54.0
  • golang.org/x/mod v0.37.0v0.38.0
  • golang.org/x/net v0.56.0v0.57.0
  • golang.org/x/sync v0.21.0v0.22.0
  • golang.org/x/sys v0.46.0v0.47.0
  • golang.org/x/term v0.44.0v0.45.0
  • golang.org/x/text v0.38.0v0.40.0
  • golang.org/x/tools v0.47.0v0.48.0

(Full Changelog)

aquasecurity/trivy (aquasecurity/trivy)

v0.74.0

Compare Source

⚡ Highlights ⚡

👉 https://redirect.github.com/aquasecurity/trivy/discussions/11096

Changelog

https://github.com/aquasecurity/trivy/blob/main/CHANGELOG.md#0740-2026-08-14

v0.73.0

Compare Source

⚡ Highlights ⚡

👉 https://redirect.github.com/aquasecurity/trivy/discussions/11033

Changelog

https://github.com/aquasecurity/trivy/blob/main/CHANGELOG.md#0730-2026-08-03

withastro/astro (astro)

v7.3.1

Compare Source

Patch Changes

v7.3.0

Compare Source

Minor Changes
  • #​17767 ce7c91f Thanks @​astro-factory! - Adds --ignore-lock flag to astro preview, allowing multiple preview servers to run simultaneously on different ports. This is useful for E2E testing workflows (e.g., Playwright) that need to run several preview servers at once.

  • #​17818 c0b6581 Thanks @​florian-lefebvre! - Adds a logger parameter to image services hooks

    Custom image services now receive Astro's runtime logger as an extra argument. Messages logged with it are routed through the destination configured in logger and respect your log level, instead of being written straight to the console:

    import type { LocalImageService } from 'astro';
    
    const service: LocalImageService = {
      // ...
      async transform(inputBuffer, transform, imageConfig, logger) {
        logger.warn(`Could not optimize "${transform.src}". Passing it through unchanged.`);
        return { data: inputBuffer, format: 'png' };
      },
    };

    Astro's built-in Sharp service now uses this logger for the warnings it emits when it encounters an unexpected or unsupported source format.

  • #​17818 c0b6581 Thanks @​florian-lefebvre! - Adds logger to the context object passed to cache providers

    Custom cache providers now receive Astro's runtime logger on the context passed to onRequest(). Messages logged with it are routed through the destination configured in logger and respect your log level, instead of being written straight to the console:

    import type { CacheProvider } from 'astro';
    
    const provider: CacheProvider = {
      name: 'my-cache',
      async onRequest({ request, url, logger }, next) {
        logger.warn(`Skipping cache for ${url.pathname} because the response sets a cookie.`);
        return next();
      },
      // ...
    };

    Astro's built-in memoryCache() provider now uses this logger for the warnings it emits when it skips caching a response that sets cookies, and when a background revalidation fails.

Patch Changes
  • #​17818 c0b6581 Thanks @​florian-lefebvre! - Updates Astro's remaining internal warnings and errors to be written through the configured logger instead of directly to the console, when possible

  • #​17886 e747cba Thanks @​matthewp! - Fixes the memory cache provider to skip responses with Vary: Cookie or Vary: *

  • #​17885 916b738 Thanks @​Princesseuh! - Improves build performance for sites with a large number of pages coming from a large amount of different modules.

  • #​17795 15e2deb Thanks @​matthewp! - Adds concurrent rendering support for experimental.incrementalBuild, including when using @astrojs/cloudflare

    Incremental builds no longer disable caching when build.concurrency is greater than 1. Projects that set build.concurrency: 1 to keep the cache enabled can remove that workaround. Cloudflare builds also reduce serialization overhead for large prerendered pages.

  • #​17879 21c34a6 Thanks @​matthewp! - Fixes missing styles, links, and scripts from content collection entries rendered inside server islands

  • #​17861 3193988 Thanks @​ethanstoner! - Fixes i18n fallback routes being generated with a corrupted path when the locale code also appears at the start of a later path segment. A page such as src/pages/en/enterprise.astro with fallback: { es: 'en' } produced the route /es/esterprise instead of /es/enterprise, so the fallback never matched the intended URL. Only the leading locale segment is rewritten now.

v7.2.10

Compare Source

Patch Changes
  • #​17262 f8e9458 Thanks @​Princesseuh! - Fixes @astrojs/markdown-remark being pinned to an exact version.

  • #​17874 10c7e63 Thanks @​astro-factory! - Fixes SSR manifest placeholder not being replaced when the server build is minified, which caused a runtime Invalid URL crash at server boot

  • #​17869 2548abf Thanks @​ematipico! - Fixes a case where the logger was improperly initialized at runtime in dev.

  • #​17878 76eff3d Thanks @​ematipico! - Fixes browser heuristic caching for cached responses that include Last-Modified or ETag validators

  • #​17833 413a6e7 Thanks @​astro-factory! - Fixes prerender conflict warnings to correctly identify the route that first rendered a duplicate pathname, instead of misattributing the conflict to an unrelated route that merely matches the URL pattern

  • #​17872 f7191cc Thanks @​jx-grxf! - Fixes Markdown images in content collections rendering an empty srcset attribute when no responsive candidates are generated.

  • #​17755 157c500 Thanks @​matthewp! - Fixes a bug where editing a content collection entry during astro dev on Windows kept serving stale content until the dev server was restarted. The data store now notifies the dev server directly after each write instead of relying only on the file watcher, which can miss the atomic rename that commits the write on some platforms.

  • Updated dependencies [f8e9458, f8e9458]:

v7.2.9

Compare Source

Patch Changes

v7.2.8

Compare Source

Patch Changes

v7.2.7

Compare Source

Patch Changes

v7.2.6

Compare Source

Patch Changes
  • #​17812 29af6da Thanks @​matthewp! - Fixes a bug where new FetchState(request) could fail in development when server dependencies were optimized

v7.2.5

Compare Source

Patch Changes
  • #​17758 5f419e2 Thanks @​astro-factory! - Fixes a bug where experimental_getFontFileURL() rejected valid font URLs when using the Cloudflare adapter

  • #​17416 493796b Thanks @​iseraph-dev! - Skips no-op pathname writes when normalizing SSR request URLs

  • #​17712 bd374b7 Thanks @​fkatsuhiro! - Updates deprecation messages target from Astro 7 to 8

  • #​17719 dac1768 Thanks @​astrobot-houston! - Fixes session ID validation to reject non-UUID cookie values before using them as storage keys

  • #​17770 84eb7e7 Thanks @​astro-factory! - Fixes --mode, --site, --base, --out-dir, --verbose, --silent, and --open flags being silently dropped when using astro dev --background or astro preview --background

  • #​17713 d035290 Thanks @​wakqasahmed! - Fixes content-modules.mjs not removing entries for deleted or renamed content files, which could cause Vite to attempt to resolve non-existent modules

    As part of this fix, #moduleImports is now fully rebuilt from deferredRender entries before every write, so a module import added only through the public addModuleImport() API without a corresponding deferredRender entry in the store will no longer be preserved across writes.

  • #​17743 adc750f Thanks @​contactjawad! - Fixes Astro.preferredLocale and Astro.preferredLocaleList ignoring Accept-Language quality values when they are absent or 0. An entry without an explicit q= now correctly counts as quality 1.0 (per RFC 7231) and an entry with q=0 is treated as not acceptable, so the highest-quality locale is selected regardless of header order.

  • #​17757 660991c Thanks @​astro-factory! - Fixes build errors showing wrong file location, missing line:col, and misleading hints when a plugin error (e.g. from MDX) is wrapped by Vite's build error

  • #​17783 60b14ff Thanks @​matthewp! - Fixes a type error when passing an image from a content collection image() schema to a component or <Image />. The schema returned by image() was missing the apng format, so it no longer matched the type of an imported image.

  • #​17664 d483125 Thanks @​astrobot-houston! - Fixes an issue where Astro CSP support didn't correctly handle cases "unsafe-inline" resource. Now when "unsafe-inline", Astro won't emit hashes for the directive specified.

  • #​17810 0fc5f65 Thanks @​florian-lefebvre! - Fixes a regression in the content collections that could cause images to not be resolved

  • #​17781 aa33b44 Thanks @​matthewp! - Fixes `memoryCach

Note

PR body was truncated to here.


Configuration

📅 Schedule: (in timezone America/Chicago)

  • Branch creation
    • "before 6am"
  • 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 the dependencies Pull requests that update a dependency file label Jul 18, 2026
@renovate renovate Bot changed the title chore(deps): update dependency astro to v7.1.1 chore(deps): update dependency astro to v7.1.3 Jul 20, 2026
@renovate
renovate Bot force-pushed the renovate/non-major-dependencies branch 2 times, most recently from 7bd73d6 to 3468db8 Compare July 21, 2026 20:54
@renovate renovate Bot changed the title chore(deps): update dependency astro to v7.1.3 chore(deps): update non-major dependencies Jul 21, 2026
@renovate
renovate Bot force-pushed the renovate/non-major-dependencies branch 2 times, most recently from 6873283 to f38f3d6 Compare July 23, 2026 06:39
@renovate

renovate Bot commented Jul 23, 2026

Copy link
Copy Markdown
Contributor Author

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

  • 39 additional dependencies were updated

Details:

Package Change
cloud.google.com/go/auth v0.20.0 -> v0.22.0
cloud.google.com/go/iam v1.11.0 -> v1.12.0
cloud.google.com/go/kms v1.31.0 -> v1.32.0
cloud.google.com/go/longrunning v1.1.0 -> v1.2.0
cloud.google.com/go/monitoring v1.29.0 -> v1.30.0
cloud.google.com/go/storage v1.63.0 -> v1.63.1
github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.33.0 -> v1.34.0
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.57.0 -> v0.58.0
github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.57.0 -> v0.58.0
github.com/aws/aws-sdk-go-v2 v1.42.0 -> v1.42.1
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.7.13 -> v1.7.14
github.com/aws/aws-sdk-go-v2/config v1.32.25 -> v1.32.30
github.com/aws/aws-sdk-go-v2/credentials v1.19.24 -> v1.19.29
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.18.29 -> v1.18.30
github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.22.28 -> v1.22.34
github.com/aws/aws-sdk-go-v2/internal/configsources v1.4.29 -> v1.4.30
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.7.29 -> v2.7.30
github.com/aws/aws-sdk-go-v2/internal/v4a v1.4.30 -> v1.4.31
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.13.12 -> v1.13.13
github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.9.22 -> v1.9.23
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.13.29 -> v1.13.30
github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.19.29 -> v1.19.31
github.com/aws/aws-sdk-go-v2/service/kms v1.53.4 -> v1.54.1
github.com/aws/aws-sdk-go-v2/service/s3 v1.104.0 -> v1.105.2
github.com/aws/aws-sdk-go-v2/service/signin v1.2.0 -> v1.4.1
github.com/aws/aws-sdk-go-v2/service/sso v1.31.3 -> v1.32.1
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.36.6 -> v1.37.1
github.com/aws/aws-sdk-go-v2/service/sts v1.43.3 -> v1.44.1
github.com/aws/smithy-go v1.27.3 -> v1.27.4
github.com/charmbracelet/ultraviolet v0.0.0-20260703014108-f5a850f9c2b7 -> v0.0.0-20260811164956-006e29f97886
github.com/googleapis/enterprise-certificate-proxy v0.3.17 -> v0.3.18
github.com/googleapis/gax-go/v2 v2.22.0 -> v2.23.0
github.com/huaweicloud/huaweicloud-sdk-go-v3 v0.1.202 -> v0.1.207
github.com/lucasb-eyer/go-colorful v1.4.0 -> v1.4.1
github.com/mattn/go-runewidth v0.0.24 -> v0.0.27
google.golang.org/api v0.286.0 -> v0.289.0
google.golang.org/genproto v0.0.0-20260622175928-b703f567277d -> v0.0.0-20260720171339-e059f2f05d78
google.golang.org/genproto/googleapis/api v0.0.0-20260622175928-b703f567277d -> v0.0.0-20260720171339-e059f2f05d78
google.golang.org/genproto/googleapis/rpc v0.0.0-20260622175928-b703f567277d -> v0.0.0-20260720171339-e059f2f05d78

@renovate
renovate Bot force-pushed the renovate/non-major-dependencies branch 8 times, most recently from 9d378dc to 4d1515c Compare July 30, 2026 14:05
@renovate
renovate Bot force-pushed the renovate/non-major-dependencies branch 7 times, most recently from ae6735e to c85dd6d Compare August 7, 2026 20:53
@renovate
renovate Bot force-pushed the renovate/non-major-dependencies branch 7 times, most recently from 6f59f9d to 2d7f303 Compare August 14, 2026 20:30
@renovate
renovate Bot force-pushed the renovate/non-major-dependencies branch 27 times, most recently from ea95fd7 to 0fe2719 Compare September 3, 2026 02:45
@renovate
renovate Bot force-pushed the renovate/non-major-dependencies branch 2 times, most recently from f496382 to 2644211 Compare September 3, 2026 20:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants