Skip to content

Update all dependencies#69

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/all
Open

Update all dependencies#69
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/all

Conversation

@renovate

@renovate renovate Bot commented Jun 27, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Update Change Age Confidence
curl patch 8.14.1-2+deb13u38.14.1-2+deb13u4 age confidence
go (source) patch 1.26.41.26.5 age confidence
ts-proto minor 2.11.82.12.0 age confidence

Release Notes

golang/go (go)

v1.26.5

stephenh/ts-proto (ts-proto)

v2.12.0

Compare Source

Features

2.11.10 (2026-06-30)

Bug Fixes

2.11.9 (2026-06-27)

Bug Fixes
  • prevent code injection via string option/extension values in out… (#​1261) (af15aff)

2.11.8 (2026-05-07)

Bug Fixes

2.11.7 (2026-05-03)

Bug Fixes
  • wrappers are not generated for nested google.protobuf.Timestamp and google.protobuf.Struct (#​1254) (79b82f7)

2.11.6 (2026-03-23)

Bug Fixes

2.11.5 (2026-03-09)

Bug Fixes

2.11.4 (2026-02-26)

Bug Fixes

2.11.3 (2026-02-25)

Bug Fixes

2.11.2 (2026-02-03)

Bug Fixes
  • generate void | Promise return type on empty response (#​1206) (bf67f78)

2.11.1 (2026-01-24)

Bug Fixes

v2.11.10

Compare Source

Features

2.11.10 (2026-06-30)

Bug Fixes

2.11.9 (2026-06-27)

Bug Fixes
  • prevent code injection via string option/extension values in out… (#​1261) (af15aff)

2.11.8 (2026-05-07)

Bug Fixes

2.11.7 (2026-05-03)

Bug Fixes
  • wrappers are not generated for nested google.protobuf.Timestamp and google.protobuf.Struct (#​1254) (79b82f7)

2.11.6 (2026-03-23)

Bug Fixes

2.11.5 (2026-03-09)

Bug Fixes

2.11.4 (2026-02-26)

Bug Fixes

2.11.3 (2026-02-25)

Bug Fixes

2.11.2 (2026-02-03)

Bug Fixes
  • generate void | Promise return type on empty response (#​1206) (bf67f78)

2.11.1 (2026-01-24)

Bug Fixes

v2.11.9

Compare Source

Features

2.11.10 (2026-06-30)

Bug Fixes

2.11.9 (2026-06-27)

Bug Fixes
  • prevent code injection via string option/extension values in out… (#​1261) (af15aff)

2.11.8 (2026-05-07)

Bug Fixes

2.11.7 (2026-05-03)

Bug Fixes
  • wrappers are not generated for nested google.protobuf.Timestamp and google.protobuf.Struct (#​1254) (79b82f7)

2.11.6 (2026-03-23)

Bug Fixes

2.11.5 (2026-03-09)

Bug Fixes

2.11.4 (2026-02-26)

Bug Fixes

2.11.3 (2026-02-25)

Bug Fixes

2.11.2 (2026-02-03)

Bug Fixes
  • generate void | Promise return type on empty response (#​1206) (bf67f78)

2.11.1 (2026-01-24)

Bug Fixes

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • 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.

@github-actions

github-actions Bot commented Jun 27, 2026

Copy link
Copy Markdown
Contributor

Super-linter summary

Language Validation result
BIOME_FORMAT Fail ❌
BIOME_LINT Pass ✅
CHECKOV Pass ✅
DOCKERFILE_HADOLINT Pass ✅
GITLEAKS Pass ✅
GIT_MERGE_CONFLICT_MARKERS Pass ✅
JSCPD Pass ✅
PRE_COMMIT Pass ✅
SPELL_CODESPELL Pass ✅
TRIVY Fail ❌

Super-linter detected linting errors

For more information, see the GitHub Actions workflow run

Powered by Super-linter

BIOME_FORMAT
Checked 1 file in 9ms. No fixes applied.
Found 1 error.renovate.json format ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

  × Formatter would have printed the following content:

     1  1 │   {
     2    │ - ··"$schema":·"https://docs.renovatebot.com/renovate-schema.json",
     3    │ - ··"extends":·[
     4    │ - ····"config:recommended"
     5    │ - ··],
     6    │ - ··"customManagers":·[
     7    │ - ····{
     8    │ - ······"customType":·"regex",
     9    │ - ······"description":·"Update·_VERSION·variables·in·Dockerfiles",
    10    │ - ······"fileMatch":·[
    11    │ - ········"(^|/|\\.)Dockerfile$",
    12    │ - ········"(^|/)Dockerfile\\.[^/]*$",
    13    │ - ········"(^|/)versions.env$"
    14    │ - ······],
    15    │ - ······"matchStrings":·[
    16    │ - ········"#·renovate:·datasource=(?<datasource>[a-z-]+?)(?:·depName=(?<depName>.+?))?·packageName=(?<packageName>.+?)(?:·versioning=(?<versioning>[a-z-]+?))?\\s(?:ENV|ARG)·.+?_VERSION=(?<currentValue>.+?)\\s"
    17    │ - ······]
    18    │ - ····},
    19    │ - ····{
    20    │ - ······"customType":·"regex",
    21    │ - ······"fileMatch":·["^Dockerfile$"],
    22    │ - ······"matchStrings":·[
    23    │ - ········"#\\s*renovate:\\s*?(release=(?<release>.*?))?\\s*depName=(?<depName>.*?)?\\s(?:ENV|ARG)·.*?_VERSION=(?<currentValue>.*)"
    24    │ - ······],
    25    │ - ······"registryUrlTemplate":·"https://deb.debian.org/debian?suite=stable&components=main,contrib,non-free&binaryArch=amd64",
    26    │ - ······"datasourceTemplate":·"deb"
    27    │ - ····}
    28    │ - ··],
    29    │ - ··"enabledManagers":·[
    30    │ - ····"dockerfile",
    31    │ - ····"custom.regex"
    32    │ - ··],
    33    │ - ··"groupName":·"all·dependencies",
    34    │ - ··"groupSlug":·"all"
        2 │ + → "$schema":·"https://docs.renovatebot.com/renovate-schema.json",
        3 │ + → "extends":·["config:recommended"],
        4 │ + → "customManagers":·[
        5 │ + → → {
        6 │ + → → → "customType":·"regex",
        7 │ + → → → "description":·"Update·_VERSION·variables·in·Dockerfiles",
        8 │ + → → → "fileMatch":·[
        9 │ + → → → → "(^|/|\\.)Dockerfile$",
       10 │ + → → → → "(^|/)Dockerfile\\.[^/]*$",
       11 │ + → → → → "(^|/)versions.env$"
       12 │ + → → → ],
       13 │ + → → → "matchStrings":·[
       14 │ + → → → → "#·renovate:·datasource=(?<datasource>[a-z-]+?)(?:·depName=(?<depName>.+?))?·packageName=(?<packageName>.+?)(?:·versioning=(?<versioning>[a-z-]+?))?\\s(?:ENV|ARG)·.+?_VERSION=(?<currentValue>.+?)\\s"
       15 │ + → → → ]
       16 │ + → → },
       17 │ + → → {
       18 │ + → → → "customType":·"regex",
       19 │ + → → → "fileMatch":·["^Dockerfile$"],
       20 │ + → → → "matchStrings":·[
       21 │ + → → → → "#\\s*renovate:\\s*?(release=(?<release>.*?))?\\s*depName=(?<depName>.*?)?\\s(?:ENV|ARG)·.*?_VERSION=(?<currentValue>.*)"
       22 │ + → → → ],
       23 │ + → → → "registryUrlTemplate":·"https://deb.debian.org/debian?suite=stable&components=main,contrib,non-free&binaryArch=amd64",
       24 │ + → → → "datasourceTemplate":·"deb"
       25 │ + → → }
       26 │ + → ],
       27 │ + → "enabledManagers":·["dockerfile",·"custom.regex"],
       28 │ + → "groupName":·"all·dependencies",
       29 │ + → "groupSlug":·"all"
    35 30 │   }
    36 31 │


format ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

  × Some errors were emitted while running checks.

TRIVY

Report Summary

┌────────────┬────────────┬─────────────────┬───────────────────┬─────────┐
│   Target   │    Type    │ Vulnerabilities │ Misconfigurations │ Secrets │
├────────────┼────────────┼─────────────────┼───────────────────┼─────────┤
│ Dockerfile │ dockerfile │        -        │         1         │    -    │
└────────────┴────────────┴─────────────────┴───────────────────┴─────────┘
Legend:
- '-': Not scanned
- '0': Clean (no security findings detected)


Dockerfile (dockerfile)
=======================
Tests: 27 (SUCCESSES: 26, FAILURES: 1)
Failures: 1 (UNKNOWN: 0, LOW: 0, MEDIUM: 0, HIGH: 1, CRITICAL: 0)

DS-0002 (HIGH): Specify at least 1 USER command in Dockerfile with non-root user as argument
════════════════════════════════════════
Running containers with 'root' user can lead to a container escape situation. It is a best practice to run containers as non-root users, which can be done by adding a 'USER' statement to the Dockerfile.

See https://avd.aquasec.com/misconfig/ds-0002
────────────────────────────────────────


@renovate renovate Bot changed the title Update dependency ts-proto to v2.11.9 Update dependency ts-proto to v2.11.10 Jun 30, 2026
@renovate renovate Bot changed the title Update dependency ts-proto to v2.11.10 Update dependency ts-proto to v2.12.0 Jul 3, 2026
@renovate renovate Bot force-pushed the renovate/all branch 2 times, most recently from 1e7af75 to 8c4a051 Compare July 7, 2026 20:34
@renovate renovate Bot changed the title Update dependency ts-proto to v2.12.0 Update all dependencies Jul 7, 2026
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