1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2026-06-03 18:35:08 +02:00
Commit Graph

1056 Commits

Author SHA1 Message Date
renovate[bot] c7c8816d36 chore(deps): update golang.org/x/telemetry digest to fe4bb1c (#7861)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [golang.org/x/telemetry](https://pkg.go.dev/golang.org/x/telemetry) |
indirect | digest | `fcf36f6` → `fe4bb1c` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Configuration

📅 **Schedule**: 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 is behind base branch, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/open-telemetry/opentelemetry-go).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi45NS4yIiwidXBkYXRlZEluVmVyIjoiNDIuOTUuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiU2tpcCBDaGFuZ2Vsb2ciLCJkZXBlbmRlbmNpZXMiXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-02-03 09:25:00 +01:00
renovate[bot] 56fa1c297b chore(deps): update module github.com/clipperhouse/uax29/v2 to v2.5.0 (#7857)
This PR contains the following updates:

| Package | Change |
[Age](https://docs.renovatebot.com/merge-confidence/) |
[Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|
|
[github.com/clipperhouse/uax29/v2](https://redirect.github.com/clipperhouse/uax29)
| `v2.4.0` → `v2.5.0` |
![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fclipperhouse%2fuax29%2fv2/v2.5.0?slim=true)
|
![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fclipperhouse%2fuax29%2fv2/v2.4.0/v2.5.0?slim=true)
|

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>clipperhouse/uax29 (github.com/clipperhouse/uax29/v2)</summary>

###
[`v2.5.0`](https://redirect.github.com/clipperhouse/uax29/releases/tag/v2.5.0)

[Compare
Source](https://redirect.github.com/clipperhouse/uax29/compare/v2.4.0...v2.5.0)

#### What's Changed

- Unicode 17 by
[@&#8203;aymanbagabas](https://redirect.github.com/aymanbagabas) in
[#&#8203;44](https://redirect.github.com/clipperhouse/uax29/pull/44)
- Fast paths for ASCII by
[@&#8203;clipperhouse](https://redirect.github.com/clipperhouse) in
[#&#8203;42](https://redirect.github.com/clipperhouse/uax29/pull/42)

#### Breaking change

The returned iterator type from `FromString()` and `FromBytes()` is now
a pointer. This will not present a problem if you are just using it in
the typical way, which is assigning to a local variable and iterating.

If you are embedding this iterator into another object, and therefore
declaring its type, this change might break your compilation. You’ll
need to change to a pointer type. Apologies if so — this seems like a
small enough change that a v3 would be a bit much.

#### New Contributors

- [@&#8203;aymanbagabas](https://redirect.github.com/aymanbagabas) made
their first contribution in
[#&#8203;44](https://redirect.github.com/clipperhouse/uax29/pull/44)

**Full Changelog**:
<https://github.com/clipperhouse/uax29/compare/v2.4.0...v2.5.0>

</details>

---

### Configuration

📅 **Schedule**: 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 is behind base branch, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/open-telemetry/opentelemetry-go).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi45Mi4xIiwidXBkYXRlZEluVmVyIjoiNDIuOTUuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiU2tpcCBDaGFuZ2Vsb2ciLCJkZXBlbmRlbmNpZXMiXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-02-02 09:15:40 -08:00
Oleksandr Redko 3264bf171b refactor: modernize code (#7850)
Enable the
[`modernize`](https://golangci-lint.run/docs/linters/configuration/#modernize)
linter in the golangci-lint configuration and fix the reported issues by
running `golangci-lint run --enable-only modernize --fix`. The
`modernize` linter is internally the same as [gopls
modernize](https://pkg.go.dev/golang.org/x/tools/go/analysis/passes/modernize).

Similar to #7089.
2026-01-30 18:15:17 +01:00
renovate[bot] 91f7cadfca chore(deps): update github.com/timakin/bodyclose digest to 73d1f95 (#7845)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[github.com/timakin/bodyclose](https://redirect.github.com/timakin/bodyclose)
| indirect | digest | `1db5c5c` → `73d1f95` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Configuration

📅 **Schedule**: 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 is behind base branch, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/open-telemetry/opentelemetry-go).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi45Mi4xIiwidXBkYXRlZEluVmVyIjoiNDIuOTIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiU2tpcCBDaGFuZ2Vsb2ciLCJkZXBlbmRlbmNpZXMiXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-01-29 09:30:17 +01:00
renovate[bot] c46d3bac18 chore(deps): update golang.org/x/telemetry digest to fcf36f6 (#7843)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [golang.org/x/telemetry](https://pkg.go.dev/golang.org/x/telemetry) |
indirect | digest | `58372ce` → `fcf36f6` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Configuration

📅 **Schedule**: 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 is behind base branch, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/open-telemetry/opentelemetry-go).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi45Mi4xIiwidXBkYXRlZEluVmVyIjoiNDIuOTIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiU2tpcCBDaGFuZ2Vsb2ciLCJkZXBlbmRlbmNpZXMiXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-01-28 18:05:22 +01:00
renovate[bot] 0a9db808be chore(deps): update golang.org/x/telemetry digest to 58372ce (#7839)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [golang.org/x/telemetry](https://pkg.go.dev/golang.org/x/telemetry) |
indirect | digest | `c6413dc` → `58372ce` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Configuration

📅 **Schedule**: 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 is behind base branch, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/open-telemetry/opentelemetry-go).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi45Mi4xIiwidXBkYXRlZEluVmVyIjoiNDIuOTIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiU2tpcCBDaGFuZ2Vsb2ciLCJkZXBlbmRlbmNpZXMiXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-01-27 18:12:11 +01:00
Flc゛ 82bf2f87b4 fix(x): correct source filename in generated test files (#7766)
ref:
https://github.com/open-telemetry/opentelemetry-go/pull/7735#discussion_r2667558812
2026-01-26 19:18:33 -08:00
renovate[bot] 2b33ce197e chore(deps): update module github.com/clipperhouse/uax29/v2 to v2.4.0 (#7835)
This PR contains the following updates:

| Package | Change |
[Age](https://docs.renovatebot.com/merge-confidence/) |
[Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|
|
[github.com/clipperhouse/uax29/v2](https://redirect.github.com/clipperhouse/uax29)
| `v2.3.1` → `v2.4.0` |
![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fclipperhouse%2fuax29%2fv2/v2.4.0?slim=true)
|
![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fclipperhouse%2fuax29%2fv2/v2.3.1/v2.4.0?slim=true)
|

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>clipperhouse/uax29 (github.com/clipperhouse/uax29/v2)</summary>

###
[`v2.4.0`](https://redirect.github.com/clipperhouse/uax29/releases/tag/v2.4.0)

[Compare
Source](https://redirect.github.com/clipperhouse/uax29/compare/v2.3.1...v2.4.0)

Adds Unicode 16 support

#### What's Changed

- Unicode 16 by
[@&#8203;clipperhouse](https://redirect.github.com/clipperhouse) in
[#&#8203;41](https://redirect.github.com/clipperhouse/uax29/pull/41)

**Full Changelog**:
<https://github.com/clipperhouse/uax29/compare/v2.3.0...v2.4.0>

</details>

---

### Configuration

📅 **Schedule**: 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 is behind base branch, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/open-telemetry/opentelemetry-go).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi45Mi4xIiwidXBkYXRlZEluVmVyIjoiNDIuOTIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiU2tpcCBDaGFuZ2Vsb2ciLCJkZXBlbmRlbmNpZXMiXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-01-26 09:27:32 +01:00
renovate[bot] 207b0c568e chore(deps): update module github.com/cloudflare/circl to v1.6.3 (#7828)
This PR contains the following updates:

| Package | Change |
[Age](https://docs.renovatebot.com/merge-confidence/) |
[Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|
|
[github.com/cloudflare/circl](https://redirect.github.com/cloudflare/circl)
| `v1.6.2` → `v1.6.3` |
![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fcloudflare%2fcircl/v1.6.3?slim=true)
|
![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fcloudflare%2fcircl/v1.6.2/v1.6.3?slim=true)
|

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>cloudflare/circl (github.com/cloudflare/circl)</summary>

###
[`v1.6.3`](https://redirect.github.com/cloudflare/circl/releases/tag/v1.6.3):
CIRCL v1.6.3

[Compare
Source](https://redirect.github.com/cloudflare/circl/compare/v1.6.2...v1.6.3)

##### CIRCL v1.6.3

Fix a bug on ecc/p384 scalar multiplication.

##### What's Changed

- sign/mldsa: Check opts for nil value by
[@&#8203;armfazh](https://redirect.github.com/armfazh) in
[#&#8203;582](https://redirect.github.com/cloudflare/circl/pull/582)
- ecc/p384: Point addition must handle point doubling case. by
[@&#8203;armfazh](https://redirect.github.com/armfazh) in
[#&#8203;583](https://redirect.github.com/cloudflare/circl/pull/583)
- Release CIRCL v1.6.3 by
[@&#8203;armfazh](https://redirect.github.com/armfazh) in
[#&#8203;584](https://redirect.github.com/cloudflare/circl/pull/584)

**Full Changelog**:
<https://github.com/cloudflare/circl/compare/v1.6.2...v1.6.3>

</details>

---

### Configuration

📅 **Schedule**: 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 is behind base branch, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/open-telemetry/opentelemetry-go).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi44NS4xIiwidXBkYXRlZEluVmVyIjoiNDIuODUuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiU2tpcCBDaGFuZ2Vsb2ciLCJkZXBlbmRlbmNpZXMiXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-01-23 09:54:24 +01:00
renovate[bot] 9f3f6200d8 chore(deps): update module github.com/alecthomas/chroma/v2 to v2.23.1 (#7830)
This PR contains the following updates:

| Package | Change |
[Age](https://docs.renovatebot.com/merge-confidence/) |
[Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|
|
[github.com/alecthomas/chroma/v2](https://redirect.github.com/alecthomas/chroma)
| `v2.23.0` → `v2.23.1` |
![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2falecthomas%2fchroma%2fv2/v2.23.1?slim=true)
|
![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2falecthomas%2fchroma%2fv2/v2.23.0/v2.23.1?slim=true)
|

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>alecthomas/chroma (github.com/alecthomas/chroma/v2)</summary>

###
[`v2.23.1`](https://redirect.github.com/alecthomas/chroma/releases/tag/v2.23.1)

[Compare
Source](https://redirect.github.com/alecthomas/chroma/compare/v2.23.0...v2.23.1)

#### Changelog

-
[`5b4188b`](https://redirect.github.com/alecthomas/chroma/commit/5b4188b)
fix: remove AGPL licensed testdata
-
[`b9b4edc`](https://redirect.github.com/alecthomas/chroma/commit/b9b4edc)
Add `.env.*` pattern to bash lexer
([#&#8203;1197](https://redirect.github.com/alecthomas/chroma/issues/1197))
-
[`f163adc`](https://redirect.github.com/alecthomas/chroma/commit/f163adc)
docs: add AGENTS.md
-
[`fe6f0f3`](https://redirect.github.com/alecthomas/chroma/commit/fe6f0f3)
fix: title link to Chroma

</details>

---

### Configuration

📅 **Schedule**: 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 is behind base branch, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/open-telemetry/opentelemetry-go).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi44NS4xIiwidXBkYXRlZEluVmVyIjoiNDIuODUuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiU2tpcCBDaGFuZ2Vsb2ciLCJkZXBlbmRlbmNpZXMiXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-01-23 09:29:51 +01:00
renovate[bot] b385aa9e8f chore(deps): update module github.com/bombsimon/wsl/v5 to v5.6.0 (#7827)
This PR contains the following updates:

| Package | Change |
[Age](https://docs.renovatebot.com/merge-confidence/) |
[Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|
|
[github.com/bombsimon/wsl/v5](https://redirect.github.com/bombsimon/wsl)
| `v5.3.0` → `v5.6.0` |
![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fbombsimon%2fwsl%2fv5/v5.6.0?slim=true)
|
![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fbombsimon%2fwsl%2fv5/v5.3.0/v5.6.0?slim=true)
|

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>bombsimon/wsl (github.com/bombsimon/wsl/v5)</summary>

###
[`v5.6.0`](https://redirect.github.com/bombsimon/wsl/releases/tag/v5.6.0)

[Compare
Source](https://redirect.github.com/bombsimon/wsl/compare/v5.5.0...v5.6.0)

#### What's Changed

- Don't check comments in `else` blocks by
[@&#8203;bombsimon](https://redirect.github.com/bombsimon) in
[#&#8203;230](https://redirect.github.com/bombsimon/wsl/pull/230)

**Full Changelog**:
<https://github.com/bombsimon/wsl/compare/v5.5.0...v5.6.0>

###
[`v5.5.0`](https://redirect.github.com/bombsimon/wsl/releases/tag/v5.5.0)

[Compare
Source](https://redirect.github.com/bombsimon/wsl/compare/v5.4.0...v5.5.0)

#### What's Changed

- Rename check from `newline-after-block` to `after-block` by
[@&#8203;bombsimon](https://redirect.github.com/bombsimon) in
[#&#8203;228](https://redirect.github.com/bombsimon/wsl/pull/228)
- Prepare for v5.5.0 by
[@&#8203;bombsimon](https://redirect.github.com/bombsimon) in
[#&#8203;229](https://redirect.github.com/bombsimon/wsl/pull/229)

**Full Changelog**:
<https://github.com/bombsimon/wsl/compare/v5.4.0...v5.5.0>

###
[`v5.4.0`](https://redirect.github.com/bombsimon/wsl/releases/tag/v5.4.0)

[Compare
Source](https://redirect.github.com/bombsimon/wsl/compare/v5.3.0...v5.4.0)

#### What's Changed

- Run all tests in parallel by
[@&#8203;bombsimon](https://redirect.github.com/bombsimon) in
[#&#8203;203](https://redirect.github.com/bombsimon/wsl/pull/203)
- chore: Configure Renovate - autoclosed by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;205](https://redirect.github.com/bombsimon/wsl/pull/205)
- chore(deps): update coverallsapp/github-action action to v1.2.5 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;206](https://redirect.github.com/bombsimon/wsl/pull/206)
- fix(deps): update module github.com/stretchr/testify to v1.11.1 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;210](https://redirect.github.com/bombsimon/wsl/pull/210)
- chore(deps): update jandelgado/gcov2lcov-action action to v1.2.0 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;209](https://redirect.github.com/bombsimon/wsl/pull/209)
- chore(deps): update actions/checkout action to v6 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;212](https://redirect.github.com/bombsimon/wsl/pull/212)
- chore(deps): update golangci/golangci-lint-action action to v9 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;215](https://redirect.github.com/bombsimon/wsl/pull/215)
- chore(deps): update coverallsapp/github-action action to v2 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;214](https://redirect.github.com/bombsimon/wsl/pull/214)
- chore(deps): update actions/setup-go action to v6 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;213](https://redirect.github.com/bombsimon/wsl/pull/213)
- fix(deps): update module golang.org/x/tools to v0.39.0 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;211](https://redirect.github.com/bombsimon/wsl/pull/211)
- fix(deps): update module golang.org/x/tools to v0.40.0 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;217](https://redirect.github.com/bombsimon/wsl/pull/217)
- Allow cuddling mutex locking/unlocking by
[@&#8203;bombsimon](https://redirect.github.com/bombsimon) in
[#&#8203;219](https://redirect.github.com/bombsimon/wsl/pull/219)
- fix(deps): update module golang.org/x/tools to v0.41.0 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;220](https://redirect.github.com/bombsimon/wsl/pull/220)
- Add support for `newline-after-block` by
[@&#8203;bombsimon](https://redirect.github.com/bombsimon) in
[#&#8203;221](https://redirect.github.com/bombsimon/wsl/pull/221)
- Avoid creating `CommentMap` by
[@&#8203;bombsimon](https://redirect.github.com/bombsimon) in
[#&#8203;225](https://redirect.github.com/bombsimon/wsl/pull/225)
- Use `ast.Inspect` instead of `checkExpr` and manually calls by
[@&#8203;bombsimon](https://redirect.github.com/bombsimon) in
[#&#8203;226](https://redirect.github.com/bombsimon/wsl/pull/226)
- Prepare release v5.4.0 by
[@&#8203;bombsimon](https://redirect.github.com/bombsimon) in
[#&#8203;227](https://redirect.github.com/bombsimon/wsl/pull/227)

#### New Contributors

- [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] made
their first contribution in
[#&#8203;205](https://redirect.github.com/bombsimon/wsl/pull/205)

**Full Changelog**:
<https://github.com/bombsimon/wsl/compare/v5.3.0...v5.4.0>

#### Thanks

- [@&#8203;breml](https://redirect.github.com/breml) for report,
discussion and extensive test data for the new check
`newline-after-block`

</details>

---

### Configuration

📅 **Schedule**: 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 is behind base branch, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/open-telemetry/opentelemetry-go).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi44NS4xIiwidXBkYXRlZEluVmVyIjoiNDIuODUuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiU2tpcCBDaGFuZ2Vsb2ciLCJkZXBlbmRlbmNpZXMiXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-01-22 14:16:49 -08:00
renovate[bot] fa99f8d80e chore(deps): update module github.com/mirrexone/unqueryvet to v1.5.3 (#7822)
This PR contains the following updates:

| Package | Change |
[Age](https://docs.renovatebot.com/merge-confidence/) |
[Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|
|
[github.com/MirrexOne/unqueryvet](https://redirect.github.com/MirrexOne/unqueryvet)
| `v1.5.2` → `v1.5.3` |
![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fMirrexOne%2funqueryvet/v1.5.3?slim=true)
|
![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fMirrexOne%2funqueryvet/v1.5.2/v1.5.3?slim=true)
|

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>MirrexOne/unqueryvet
(github.com/MirrexOne/unqueryvet)</summary>

###
[`v1.5.3`](https://redirect.github.com/MirrexOne/unqueryvet/releases/tag/v1.5.3)

[Compare
Source](https://redirect.github.com/MirrexOne/unqueryvet/compare/v1.5.2...v1.5.3)

#### What's New

##### Transaction Leak Detection (tx-leak)

- New analyzer for detecting unclosed database transactions
- 17 violation types covering various leak scenarios
- 19-phase AST analysis for comprehensive detection

##### Improvements

- Updated documentation with complete feature coverage
- Synchronized versions across CLI and all plugins

##### Plugins

- VS Code: v1.5.3
- GoLand/IntelliJ: v1.5.3

</details>

---

### Configuration

📅 **Schedule**: 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 is behind base branch, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/open-telemetry/opentelemetry-go).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi44NS4xIiwidXBkYXRlZEluVmVyIjoiNDIuODUuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiU2tpcCBDaGFuZ2Vsb2ciLCJkZXBlbmRlbmNpZXMiXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-01-21 11:54:11 -08:00
Saharsh Tibrewala 61f0e4855c Bump semconv from v1.37.0 to v1.39.0 (#7789)
Fixes #7788

---------

Co-authored-by: Damien Mathieu <42@dmathieu.com>
2026-01-21 10:42:41 +01:00
renovate[bot] c22dd9267c chore(deps): update module github.com/mirrexone/unqueryvet to v1.5.2 (#7820)
This PR contains the following updates:

| Package | Change |
[Age](https://docs.renovatebot.com/merge-confidence/) |
[Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|
|
[github.com/MirrexOne/unqueryvet](https://redirect.github.com/MirrexOne/unqueryvet)
| `v1.5.1` → `v1.5.2` |
![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fMirrexOne%2funqueryvet/v1.5.2?slim=true)
|
![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fMirrexOne%2funqueryvet/v1.5.1/v1.5.2?slim=true)
|

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>MirrexOne/unqueryvet
(github.com/MirrexOne/unqueryvet)</summary>

###
[`v1.5.2`](https://redirect.github.com/MirrexOne/unqueryvet/releases/tag/v1.5.2)

[Compare
Source](https://redirect.github.com/MirrexOne/unqueryvet/compare/v1.5.1...v1.5.2)

#### Bug Fixes

##### Fixed false positives in SQL builder detection
([#&#8203;5](https://redirect.github.com/MirrexOne/unqueryvet/issues/5))

**Problem:** The linter incorrectly flagged custom interfaces with
methods like `All()`, `One()`, `Count()` as SQLBoiler code.

```go
type WidgetDB interface {
    All(ctx context.Context) ([]Widget, error)
}

// This was incorrectly flagged:
widgetDBMoq.onCall().All(req.Context()).returnResults(...)
// Error: "SQLBoiler model().All() without qm.Select() defaults to SELECT *"
```

**Solution:** All 12 SQL builder checkers now use Go's type system
(`*types.Info`) to verify that method receivers actually belong to the
expected SQL builder package, instead of just checking method names.

#### Breaking Changes

- `IsApplicable()` method signature changed to accept `*types.Info`
parameter
- This only affects users who have custom SQL builder checkers

#### Installation

```bash
go install github.com/MirrexOne/unqueryvet/cmd/unqueryvet@v1.5.2
```

</details>

---

### Configuration

📅 **Schedule**: 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 is behind base branch, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/open-telemetry/opentelemetry-go).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi44NS4xIiwidXBkYXRlZEluVmVyIjoiNDIuODUuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiU2tpcCBDaGFuZ2Vsb2ciLCJkZXBlbmRlbmNpZXMiXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-01-21 09:19:42 +01:00
renovate[bot] b1e7bde5ff chore(deps): update module github.com/mirrexone/unqueryvet to v1.5.1 (#7809)
This PR contains the following updates:

| Package | Change |
[Age](https://docs.renovatebot.com/merge-confidence/) |
[Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|
|
[github.com/MirrexOne/unqueryvet](https://redirect.github.com/MirrexOne/unqueryvet)
| `v1.5.0` → `v1.5.1` |
![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fMirrexOne%2funqueryvet/v1.5.1?slim=true)
|
![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fMirrexOne%2funqueryvet/v1.5.0/v1.5.1?slim=true)
|

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>MirrexOne/unqueryvet
(github.com/MirrexOne/unqueryvet)</summary>

###
[`v1.5.1`](https://redirect.github.com/MirrexOne/unqueryvet/releases/tag/v1.5.1)

[Compare
Source](https://redirect.github.com/MirrexOne/unqueryvet/compare/v1.5.0...v1.5.1)

#### Release v1.5.1

##### New Features

**VS Code Extension - Automatic LSP Installation**

- Automatic LSP server download on first use
- Cross-platform support (Windows, Linux, macOS - amd64/arm64)
- Intelligent LSP discovery (PATH, GOPATH, or auto-download)
- Download progress indicators
- Multiple installation options (auto, manual, custom path)

**Build Automation**

- Cross-compilation scripts for all platforms
- Automated LSP binary builds via GitHub Actions
- Checksums for all binaries

**Extension Synchronization**

- VS Code Extension: v1.5.1
- GoLand Plugin: v1.5.1

##### Installation

**VS Code Extension:**

1. Install from [VS Code
Marketplace](https://marketplace.visualstudio.com/items?itemName=mirrexdev.unqueryvet)
2. Open any Go file
3. Click "Download" when prompted for LSP installation

**GoLand Plugin:**

- Available in JetBrains Marketplace: Settings → Plugins → Search
"unqueryvet"

**Manual LSP Installation:**

```bash
go install github.com/MirrexOne/unqueryvet/cmd/unqueryvet-lsp@v1.5.1
```

##### Assets

- LSP binaries for all platforms (will be attached automatically by
GitHub Actions)
- Checksums file
- GoLand plugin (attached by workflow)

##### Documentation

- [Release
Process](https://redirect.github.com/MirrexOne/unqueryvet/blob/main/RELEASE.md)
- [VS Code Extension
README](https://redirect.github.com/MirrexOne/unqueryvet/blob/main/extensions/vscode/README.md)
-
[Changelog](https://redirect.github.com/MirrexOne/unqueryvet/blob/main/extensions/vscode/CHANGELOG.md)

</details>

---

### Configuration

📅 **Schedule**: 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 is behind base branch, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/open-telemetry/opentelemetry-go).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi44NS4xIiwidXBkYXRlZEluVmVyIjoiNDIuODUuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiU2tpcCBDaGFuZ2Vsb2ciLCJkZXBlbmRlbmNpZXMiXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-01-20 08:39:02 +01:00
renovate[bot] abfc51bddf chore(deps): update module github.com/clipperhouse/uax29/v2 to v2.3.1 (#7805)
This PR contains the following updates:

| Package | Change |
[Age](https://docs.renovatebot.com/merge-confidence/) |
[Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|
|
[github.com/clipperhouse/uax29/v2](https://redirect.github.com/clipperhouse/uax29)
| `v2.3.0` → `v2.3.1` |
![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fclipperhouse%2fuax29%2fv2/v2.3.1?slim=true)
|
![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fclipperhouse%2fuax29%2fv2/v2.3.0/v2.3.1?slim=true)
|

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>clipperhouse/uax29 (github.com/clipperhouse/uax29/v2)</summary>

###
[`v2.3.1`](https://redirect.github.com/clipperhouse/uax29/compare/v2.3.0...v2.3.1)

[Compare
Source](https://redirect.github.com/clipperhouse/uax29/compare/v2.3.0...v2.3.1)

</details>

---

### Configuration

📅 **Schedule**: 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 is behind base branch, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/open-telemetry/opentelemetry-go).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi43NC41IiwidXBkYXRlZEluVmVyIjoiNDIuNzQuNSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiU2tpcCBDaGFuZ2Vsb2ciLCJkZXBlbmRlbmNpZXMiXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-01-19 09:06:28 +01:00
renovate[bot] 34cd3a70ff chore(deps): update module github.com/alecthomas/chroma/v2 to v2.23.0 (#7802)
This PR contains the following updates:

| Package | Change |
[Age](https://docs.renovatebot.com/merge-confidence/) |
[Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|
|
[github.com/alecthomas/chroma/v2](https://redirect.github.com/alecthomas/chroma)
| `v2.22.0` → `v2.23.0` |
![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2falecthomas%2fchroma%2fv2/v2.23.0?slim=true)
|
![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2falecthomas%2fchroma%2fv2/v2.22.0/v2.23.0?slim=true)
|

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>alecthomas/chroma (github.com/alecthomas/chroma/v2)</summary>

###
[`v2.23.0`](https://redirect.github.com/alecthomas/chroma/releases/tag/v2.23.0)

[Compare
Source](https://redirect.github.com/alecthomas/chroma/compare/v2.22.0...v2.23.0)

#### Changelog

-
[`610afd8`](https://redirect.github.com/alecthomas/chroma/commit/610afd8)
feat: add light/dark mode toggle
-
[`1b5aad9`](https://redirect.github.com/alecthomas/chroma/commit/1b5aad9)
fix: make just commands faster
-
[`84583c6`](https://redirect.github.com/alecthomas/chroma/commit/84583c6)
fix: wait for WASM runtime to become ready at startup
-
[`1b6f6e7`](https://redirect.github.com/alecthomas/chroma/commit/1b6f6e7)
fix: need relative import for wasm\_exec.js
-
[`2a78195`](https://redirect.github.com/alecthomas/chroma/commit/2a78195)
fix: wasm builds got broken by the last change
-
[`f8a34ec`](https://redirect.github.com/alecthomas/chroma/commit/f8a34ec)
feat: fix local dev so it falls back to server
-
[`6827057`](https://redirect.github.com/alecthomas/chroma/commit/6827057)
refactor: migrate to Just
-
[`a60896f`](https://redirect.github.com/alecthomas/chroma/commit/a60896f)
Create a lexer for Markless
([#&#8203;1195](https://redirect.github.com/alecthomas/chroma/issues/1195))

</details>

---

### Configuration

📅 **Schedule**: 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 is behind base branch, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/open-telemetry/opentelemetry-go).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi43NC41IiwidXBkYXRlZEluVmVyIjoiNDIuNzQuNSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiU2tpcCBDaGFuZ2Vsb2ciLCJkZXBlbmRlbmNpZXMiXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-01-18 08:22:55 +01:00
renovate[bot] e18a62a1f5 chore(deps): update golang.org/x/telemetry digest to c6413dc (#7795) 2026-01-16 19:18:33 +01:00
renovate[bot] 646c9af193 chore(deps): update module github.com/ghostiam/protogetter to v0.3.19 (#7793)
This PR contains the following updates:

| Package | Change |
[Age](https://docs.renovatebot.com/merge-confidence/) |
[Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|
|
[github.com/ghostiam/protogetter](https://redirect.github.com/ghostiam/protogetter)
| `v0.3.18` → `v0.3.19` |
![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fghostiam%2fprotogetter/v0.3.19?slim=true)
|
![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fghostiam%2fprotogetter/v0.3.18/v0.3.19?slim=true)
|

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>ghostiam/protogetter
(github.com/ghostiam/protogetter)</summary>

###
[`v0.3.19`](https://redirect.github.com/ghostiam/protogetter/releases/tag/v0.3.19)

[Compare
Source](https://redirect.github.com/ghostiam/protogetter/compare/v0.3.18...v0.3.19)

**Full Changelog**:
<https://github.com/ghostiam/protogetter/compare/v0.3.18...v0.3.19>

</details>

---

### Configuration

📅 **Schedule**: 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 is behind base branch, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/open-telemetry/opentelemetry-go).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi43NC41IiwidXBkYXRlZEluVmVyIjoiNDIuNzQuNSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiU2tpcCBDaGFuZ2Vsb2ciLCJkZXBlbmRlbmNpZXMiXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-01-16 15:02:58 +01:00
renovate[bot] 6c410ae038 chore(deps): update module github.com/sirupsen/logrus to v1.9.4 (#7787)
This PR contains the following updates:

| Package | Change |
[Age](https://docs.renovatebot.com/merge-confidence/) |
[Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|
|
[github.com/sirupsen/logrus](https://redirect.github.com/sirupsen/logrus)
| `v1.9.3` → `v1.9.4` |
![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fsirupsen%2flogrus/v1.9.4?slim=true)
|
![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fsirupsen%2flogrus/v1.9.3/v1.9.4?slim=true)
|

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>sirupsen/logrus (github.com/sirupsen/logrus)</summary>

###
[`v1.9.4`](https://redirect.github.com/sirupsen/logrus/releases/tag/v1.9.4)

[Compare
Source](https://redirect.github.com/sirupsen/logrus/compare/v1.9.3...v1.9.4)

#### Notable changes

- go.mod: update minimum supported go version to v1.17
[#&#8203;1460](https://redirect.github.com/sirupsen/logrus/pull/1460)
- go.mod: bump up dependencies
[#&#8203;1460](https://redirect.github.com/sirupsen/logrus/pull/1460)
- Touch-up godoc and add "doc" links.
- README: fix links, grammar, and update examples.
- Add GNU/Hurd support
[#&#8203;1364](https://redirect.github.com/sirupsen/logrus/pull/1364)
- Add WASI wasip1 support
[#&#8203;1388](https://redirect.github.com/sirupsen/logrus/pull/1388)
- Remove uses of deprecated `ioutil` package
[#&#8203;1472](https://redirect.github.com/sirupsen/logrus/pull/1472)
- CI: update actions and golangci-lint
[#&#8203;1459](https://redirect.github.com/sirupsen/logrus/pull/1459)
- CI: remove appveyor, add macOS
[#&#8203;1460](https://redirect.github.com/sirupsen/logrus/pull/1460)

**Full Changelog**:
<https://github.com/sirupsen/logrus/compare/v1.9.3...v1.9.4>

</details>

---

### Configuration

📅 **Schedule**: 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.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/open-telemetry/opentelemetry-go).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi43NC41IiwidXBkYXRlZEluVmVyIjoiNDIuNzQuNSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiU2tpcCBDaGFuZ2Vsb2ciLCJkZXBlbmRlbmNpZXMiXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-01-15 14:09:30 +01:00
renovate[bot] 68ff7093a8 chore(deps): update module dev.gaijin.team/go/golib to v0.8.1 (#7780)
This PR contains the following updates:

| Package | Change |
[Age](https://docs.renovatebot.com/merge-confidence/) |
[Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|
|
[dev.gaijin.team/go/golib](https://redirect.github.com/GaijinEntertainment/golib)
| `v0.8.0` → `v0.8.1` |
![age](https://developer.mend.io/api/mc/badges/age/go/dev.gaijin.team%2fgo%2fgolib/v0.8.1?slim=true)
|
![confidence](https://developer.mend.io/api/mc/badges/confidence/go/dev.gaijin.team%2fgo%2fgolib/v0.8.0/v0.8.1?slim=true)
|

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>GaijinEntertainment/golib (dev.gaijin.team/go/golib)</summary>

###
[`v0.8.1`](https://redirect.github.com/GaijinEntertainment/golib/releases/tag/v0.8.1)

[Compare
Source](https://redirect.github.com/GaijinEntertainment/golib/compare/v0.8.0...v0.8.1)

##### Bug Fixes

- **testing/freeport**: Fix race condition in port reservation

When multiple goroutines concurrently probed for free ports, a race
could occur where two goroutines discover the same port as free before
either registers it in the reserved map. The resolver now holds the port
open until after registration, preventing duplicates.

##### Other Changes

- Added README file

</details>

---

### Configuration

📅 **Schedule**: 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.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/open-telemetry/opentelemetry-go).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi43NC41IiwidXBkYXRlZEluVmVyIjoiNDIuNzQuNSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiU2tpcCBDaGFuZ2Vsb2ciLCJkZXBlbmRlbmNpZXMiXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-01-14 09:31:18 +01:00
renovate[bot] 6b2e470e19 chore(deps): update module github.com/mirrexone/unqueryvet to v1.5.0 (#7779)
This PR contains the following updates:

| Package | Change |
[Age](https://docs.renovatebot.com/merge-confidence/) |
[Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|
|
[github.com/MirrexOne/unqueryvet](https://redirect.github.com/MirrexOne/unqueryvet)
| `v1.4.0` → `v1.5.0` |
![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fMirrexOne%2funqueryvet/v1.5.0?slim=true)
|
![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fMirrexOne%2funqueryvet/v1.4.0/v1.5.0?slim=true)
|

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>MirrexOne/unqueryvet
(github.com/MirrexOne/unqueryvet)</summary>

###
[`v1.5.0`](https://redirect.github.com/MirrexOne/unqueryvet/releases/tag/v1.5.0):
- Custom Rules DSL &amp; IDE Extensions

[Compare
Source](https://redirect.github.com/MirrexOne/unqueryvet/compare/v1.4.0...v1.5.0)

#### New Features

##### Custom Rules DSL

Define your own analysis rules using a simple YAML-based DSL:

- Create custom patterns for detecting SQL anti-patterns
- Configure rule severity (`error` or `warning`)
- Add project-specific rules in `.unqueryvet/rules/`

##### IDE Extensions Support

- **VS Code Extension**: Real-time diagnostics with LSP integration
- **GoLand Plugin**: Native IDE integration with quick-fixes
- **JSON Schema in SchemaStore**: Auto-completion and validation for
`.unqueryvet.yaml` config files in all major IDEs
([SchemaStore#5279](https://redirect.github.com/SchemaStore/schemastore/pull/5279))

#### Improvements

- Updated GoLand plugin description to match implemented features
- Reduced cyclomatic complexity in analyzer functions
- Better code organization with gofumpt formatting

#### Fixes

- Fixed ineffassign warning in pgx.go
- Resolved golangci-lint v2.8.0 compatibility issues

#### Installation

```bash
go install github.com/MirrexOne/unqueryvet/cmd/unqueryvet@v1.5.0
```

**Full Changelog**:
<https://github.com/MirrexOne/unqueryvet/compare/v1.4.0...v1.5.0>

</details>

---

### Configuration

📅 **Schedule**: 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.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/open-telemetry/opentelemetry-go).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi43NC41IiwidXBkYXRlZEluVmVyIjoiNDIuNzQuNSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiU2tpcCBDaGFuZ2Vsb2ciLCJkZXBlbmRlbmNpZXMiXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-01-13 15:38:21 +01:00
renovate[bot] ae47e7425a fix(deps): update golang.org/x (#7776)
This PR contains the following updates:

| Package | Change |
[Age](https://docs.renovatebot.com/merge-confidence/) |
[Confidence](https://docs.renovatebot.com/merge-confidence/) | Type |
Update |
|---|---|---|---|---|---|
| [golang.org/x/crypto](https://pkg.go.dev/golang.org/x/crypto) |
[`v0.46.0` →
`v0.47.0`](https://cs.opensource.google/go/x/crypto/+/refs/tags/v0.46.0...refs/tags/v0.47.0)
|
![age](https://developer.mend.io/api/mc/badges/age/go/golang.org%2fx%2fcrypto/v0.47.0?slim=true)
|
![confidence](https://developer.mend.io/api/mc/badges/confidence/go/golang.org%2fx%2fcrypto/v0.46.0/v0.47.0?slim=true)
| indirect | minor |
| [golang.org/x/exp](https://pkg.go.dev/golang.org/x/exp) | `944ab1f` →
`716be56` |
![age](https://developer.mend.io/api/mc/badges/age/go/golang.org%2fx%2fexp/v0.0.0-20260112195511-716be5621a96?slim=true)
|
![confidence](https://developer.mend.io/api/mc/badges/confidence/go/golang.org%2fx%2fexp/v0.0.0-20251219203646-944ab1f22d93/v0.0.0-20260112195511-716be5621a96?slim=true)
| require | digest |
|
[golang.org/x/exp/typeparams](https://pkg.go.dev/golang.org/x/exp/typeparams)
| `944ab1f` → `716be56` |
![age](https://developer.mend.io/api/mc/badges/age/go/golang.org%2fx%2fexp%2ftypeparams/v0.0.0-20260112195511-716be5621a96?slim=true)
|
![confidence](https://developer.mend.io/api/mc/badges/confidence/go/golang.org%2fx%2fexp%2ftypeparams/v0.0.0-20251219203646-944ab1f22d93/v0.0.0-20260112195511-716be5621a96?slim=true)
| indirect | digest |
| [golang.org/x/net](https://pkg.go.dev/golang.org/x/net) | [`v0.48.0` →
`v0.49.0`](https://cs.opensource.google/go/x/net/+/refs/tags/v0.48.0...refs/tags/v0.49.0)
|
![age](https://developer.mend.io/api/mc/badges/age/go/golang.org%2fx%2fnet/v0.49.0?slim=true)
|
![confidence](https://developer.mend.io/api/mc/badges/confidence/go/golang.org%2fx%2fnet/v0.48.0/v0.49.0?slim=true)
| indirect | minor |
| [golang.org/x/tools](https://pkg.go.dev/golang.org/x/tools) |
[`v0.40.0` →
`v0.41.0`](https://cs.opensource.google/go/x/tools/+/refs/tags/v0.40.0...refs/tags/v0.41.0)
|
![age](https://developer.mend.io/api/mc/badges/age/go/golang.org%2fx%2ftools/v0.41.0?slim=true)
|
![confidence](https://developer.mend.io/api/mc/badges/confidence/go/golang.org%2fx%2ftools/v0.40.0/v0.41.0?slim=true)
| require | minor |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Configuration

📅 **Schedule**: 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](https://redirect.github.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/open-telemetry/opentelemetry-go).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi43NC41IiwidXBkYXRlZEluVmVyIjoiNDIuNzQuNSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiU2tpcCBDaGFuZ2Vsb2ciLCJkZXBlbmRlbmNpZXMiXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-01-12 15:46:08 -08:00
renovate[bot] a218dcdfb0 chore(deps): update module github.com/go-viper/mapstructure/v2 to v2.5.0 (#7775)
This PR contains the following updates:

| Package | Change |
[Age](https://docs.renovatebot.com/merge-confidence/) |
[Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|
|
[github.com/go-viper/mapstructure/v2](https://redirect.github.com/go-viper/mapstructure)
| `v2.4.0` → `v2.5.0` |
![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fgo-viper%2fmapstructure%2fv2/v2.5.0?slim=true)
|
![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fgo-viper%2fmapstructure%2fv2/v2.4.0/v2.5.0?slim=true)
|

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>go-viper/mapstructure
(github.com/go-viper/mapstructure/v2)</summary>

###
[`v2.5.0`](https://redirect.github.com/go-viper/mapstructure/releases/tag/v2.5.0)

[Compare
Source](https://redirect.github.com/go-viper/mapstructure/compare/v2.4.0...v2.5.0)

#### What's Changed

- Print qualified type name when ErrorUnused=true causes errors for
unused keys in embedded fields by
[@&#8203;jmacd](https://redirect.github.com/jmacd) in
[#&#8203;113](https://redirect.github.com/go-viper/mapstructure/pull/113)
- build(deps): bump github/codeql-action from 3.29.2 to 3.29.5 by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;126](https://redirect.github.com/go-viper/mapstructure/pull/126)
- build(deps): bump github/codeql-action from 3.29.7 to 3.29.10 by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;131](https://redirect.github.com/go-viper/mapstructure/pull/131)
- build(deps): bump actions/checkout from 4.2.2 to 5.0.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;129](https://redirect.github.com/go-viper/mapstructure/pull/129)
- feat: support for automatically initializing squashed pointer structs
by [@&#8203;tuunit](https://redirect.github.com/tuunit) in
[#&#8203;71](https://redirect.github.com/go-viper/mapstructure/pull/71)
- build(deps): bump actions/setup-go from 5.5.0 to 6.0.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;134](https://redirect.github.com/go-viper/mapstructure/pull/134)
- build(deps): bump ossf/scorecard-action from 2.4.2 to 2.4.3 by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;142](https://redirect.github.com/go-viper/mapstructure/pull/142)
- Fix slice deep map (owned) by
[@&#8203;jphastings](https://redirect.github.com/jphastings) in
[#&#8203;144](https://redirect.github.com/go-viper/mapstructure/pull/144)
- chore: fix lint violations by
[@&#8203;sagikazarmark](https://redirect.github.com/sagikazarmark) in
[#&#8203;157](https://redirect.github.com/go-viper/mapstructure/pull/157)
- chore: switch to devenv by
[@&#8203;sagikazarmark](https://redirect.github.com/sagikazarmark) in
[#&#8203;158](https://redirect.github.com/go-viper/mapstructure/pull/158)
- build(deps): bump actions/upload-artifact from 4.6.2 to 5.0.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;151](https://redirect.github.com/go-viper/mapstructure/pull/151)
- build(deps): bump github/codeql-action from 3.29.10 to 4.31.2 by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;153](https://redirect.github.com/go-viper/mapstructure/pull/153)
- build(deps): bump golangci/golangci-lint-action from 8.0.0 to 9.0.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;154](https://redirect.github.com/go-viper/mapstructure/pull/154)
- build(deps): bump actions/checkout from 5.0.0 to 6.0.1 by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;160](https://redirect.github.com/go-viper/mapstructure/pull/160)
- build(deps): bump actions/setup-go from 6.0.0 to 6.1.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;159](https://redirect.github.com/go-viper/mapstructure/pull/159)
- build(deps): bump github/codeql-action from 4.31.7 to 4.31.8 by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;162](https://redirect.github.com/go-viper/mapstructure/pull/162)
- build(deps): bump actions/upload-artifact from 5.0.0 to 6.0.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;161](https://redirect.github.com/go-viper/mapstructure/pull/161)
- build(deps): bump github/codeql-action from 4.31.8 to 4.31.9 by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;163](https://redirect.github.com/go-viper/mapstructure/pull/163)
- feature: Add map field name to convert structs dynamically instead of
individually with a tag. by
[@&#8203;thespags](https://redirect.github.com/thespags) in
[#&#8203;149](https://redirect.github.com/go-viper/mapstructure/pull/149)
- feat(decoder): support multiple tag names in order by
[@&#8203;DarkiT](https://redirect.github.com/DarkiT) in
[#&#8203;59](https://redirect.github.com/go-viper/mapstructure/pull/59)
- feat: optional root object name by
[@&#8203;andreev-fn](https://redirect.github.com/andreev-fn) in
[#&#8203;137](https://redirect.github.com/go-viper/mapstructure/pull/137)
- Add unmarshaler interface by
[@&#8203;sagikazarmark](https://redirect.github.com/sagikazarmark) in
[#&#8203;166](https://redirect.github.com/go-viper/mapstructure/pull/166)

#### New Contributors

- [@&#8203;jmacd](https://redirect.github.com/jmacd) made their first
contribution in
[#&#8203;113](https://redirect.github.com/go-viper/mapstructure/pull/113)
- [@&#8203;tuunit](https://redirect.github.com/tuunit) made their first
contribution in
[#&#8203;71](https://redirect.github.com/go-viper/mapstructure/pull/71)
- [@&#8203;jphastings](https://redirect.github.com/jphastings) made
their first contribution in
[#&#8203;144](https://redirect.github.com/go-viper/mapstructure/pull/144)
- [@&#8203;thespags](https://redirect.github.com/thespags) made their
first contribution in
[#&#8203;149](https://redirect.github.com/go-viper/mapstructure/pull/149)
- [@&#8203;DarkiT](https://redirect.github.com/DarkiT) made their first
contribution in
[#&#8203;59](https://redirect.github.com/go-viper/mapstructure/pull/59)
- [@&#8203;andreev-fn](https://redirect.github.com/andreev-fn) made
their first contribution in
[#&#8203;137](https://redirect.github.com/go-viper/mapstructure/pull/137)

**Full Changelog**:
<https://github.com/go-viper/mapstructure/compare/v2.4.0...v2.5.0>

</details>

---

### Configuration

📅 **Schedule**: 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.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/open-telemetry/opentelemetry-go).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi43NC41IiwidXBkYXRlZEluVmVyIjoiNDIuNzQuNSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiU2tpcCBDaGFuZ2Vsb2ciLCJkZXBlbmRlbmNpZXMiXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-01-12 14:04:37 -08:00
Robert Pająk 7706e21e4a metric: add Enabled method to synchronous instruments (#7763)
Fixes https://github.com/open-telemetry/opentelemetry-go/issues/7681
2026-01-12 16:21:49 +01:00
renovate[bot] d573ca25e6 chore(deps): update module github.com/alecthomas/chroma/v2 to v2.22.0 (#7772)
This PR contains the following updates:

| Package | Change |
[Age](https://docs.renovatebot.com/merge-confidence/) |
[Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|
|
[github.com/alecthomas/chroma/v2](https://redirect.github.com/alecthomas/chroma)
| `v2.21.1` → `v2.22.0` |
![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2falecthomas%2fchroma%2fv2/v2.22.0?slim=true)
|
![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2falecthomas%2fchroma%2fv2/v2.21.1/v2.22.0?slim=true)
|

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>alecthomas/chroma (github.com/alecthomas/chroma/v2)</summary>

###
[`v2.22.0`](https://redirect.github.com/alecthomas/chroma/releases/tag/v2.22.0)

[Compare
Source](https://redirect.github.com/alecthomas/chroma/compare/v2.21.1...v2.22.0)

#### Changelog

-
[`467c878`](https://redirect.github.com/alecthomas/chroma/commit/467c878)
fix: reverse order of `--lexer` to name, then file
-
[`649c24d`](https://redirect.github.com/alecthomas/chroma/commit/649c24d)
Add KDL lexer
([#&#8203;1192](https://redirect.github.com/alecthomas/chroma/issues/1192))
-
[`249a634`](https://redirect.github.com/alecthomas/chroma/commit/249a634)
Add MoonBit lexer
([#&#8203;1191](https://redirect.github.com/alecthomas/chroma/issues/1191))
-
[`3e1f428`](https://redirect.github.com/alecthomas/chroma/commit/3e1f428)
Update Zig lexer and example
([#&#8203;1189](https://redirect.github.com/alecthomas/chroma/issues/1189))
-
[`31592d5`](https://redirect.github.com/alecthomas/chroma/commit/31592d5)
fix: no text auto-sizing on webkit
([#&#8203;1186](https://redirect.github.com/alecthomas/chroma/issues/1186))
-
[`2e611c1`](https://redirect.github.com/alecthomas/chroma/commit/2e611c1)
Add APKBUILD as filename to Bash lexer
([#&#8203;1187](https://redirect.github.com/alecthomas/chroma/issues/1187))
-
[`c1adec8`](https://redirect.github.com/alecthomas/chroma/commit/c1adec8)
chore(deps): update all non-major dependencies
([#&#8203;1185](https://redirect.github.com/alecthomas/chroma/issues/1185))
-
[`24cc733`](https://redirect.github.com/alecthomas/chroma/commit/24cc733)
fix(styles): update punctuation in Aura Theme to meet style guidelines
([#&#8203;1184](https://redirect.github.com/alecthomas/chroma/issues/1184))
-
[`b0358e8`](https://redirect.github.com/alecthomas/chroma/commit/b0358e8)
Add lexer for microcad
([#&#8203;1171](https://redirect.github.com/alecthomas/chroma/issues/1171))

</details>

---

### Configuration

📅 **Schedule**: 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.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/open-telemetry/opentelemetry-go).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi43NC41IiwidXBkYXRlZEluVmVyIjoiNDIuNzQuNSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiU2tpcCBDaGFuZ2Vsb2ciLCJkZXBlbmRlbmNpZXMiXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-01-11 07:59:16 -08:00
renovate[bot] 0136c383dc chore(deps): update golang.org/x (#7771)
This PR contains the following updates:

| Package | Type | Update | Change |
[Age](https://docs.renovatebot.com/merge-confidence/) |
[Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|---|---|
| [golang.org/x/telemetry](https://pkg.go.dev/golang.org/x/telemetry) |
indirect | digest | `e51f1e6` → `bd525da` |
![age](https://developer.mend.io/api/mc/badges/age/go/golang.org%2fx%2ftelemetry/v0.0.0-20260109210033-bd525da824e2?slim=true)
|
![confidence](https://developer.mend.io/api/mc/badges/confidence/go/golang.org%2fx%2ftelemetry/v0.0.0-20260109185105-e51f1e621f5b/v0.0.0-20260109210033-bd525da824e2?slim=true)
|
| [golang.org/x/text](https://pkg.go.dev/golang.org/x/text) | indirect |
minor | [`v0.32.0` →
`v0.33.0`](https://cs.opensource.google/go/x/text/+/refs/tags/v0.32.0...refs/tags/v0.33.0)
|
![age](https://developer.mend.io/api/mc/badges/age/go/golang.org%2fx%2ftext/v0.33.0?slim=true)
|
![confidence](https://developer.mend.io/api/mc/badges/confidence/go/golang.org%2fx%2ftext/v0.32.0/v0.33.0?slim=true)
|

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Configuration

📅 **Schedule**: 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](https://redirect.github.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/open-telemetry/opentelemetry-go).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi43NC41IiwidXBkYXRlZEluVmVyIjoiNDIuNzQuNSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiU2tpcCBDaGFuZ2Vsb2ciLCJkZXBlbmRlbmNpZXMiXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-01-09 16:32:35 -08:00
renovate[bot] e1db24df5c chore(deps): update module github.com/alexkohler/prealloc to v1.0.2 (#7767)
This PR contains the following updates:

| Package | Change |
[Age](https://docs.renovatebot.com/merge-confidence/) |
[Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|
|
[github.com/alexkohler/prealloc](https://redirect.github.com/alexkohler/prealloc)
| `v1.0.1` → `v1.0.2` |
![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2falexkohler%2fprealloc/v1.0.2?slim=true)
|
![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2falexkohler%2fprealloc/v1.0.1/v1.0.2?slim=true)
|

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>alexkohler/prealloc (github.com/alexkohler/prealloc)</summary>

###
[`v1.0.2`](https://redirect.github.com/alexkohler/prealloc/compare/v1.0.1...v1.0.2)

[Compare
Source](https://redirect.github.com/alexkohler/prealloc/compare/v1.0.1...v1.0.2)

</details>

---

### Configuration

📅 **Schedule**: 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.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/open-telemetry/opentelemetry-go).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi43NC41IiwidXBkYXRlZEluVmVyIjoiNDIuNzQuNSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiU2tpcCBDaGFuZ2Vsb2ciLCJkZXBlbmRlbmNpZXMiXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-01-09 15:55:14 -08:00
renovate[bot] d26479f1f2 chore(deps): update golang.org/x (#7769)
This PR contains the following updates:

| Package | Change |
[Age](https://docs.renovatebot.com/merge-confidence/) |
[Confidence](https://docs.renovatebot.com/merge-confidence/) | Type |
Update |
|---|---|---|---|---|---|
| [golang.org/x/mod](https://pkg.go.dev/golang.org/x/mod) | [`v0.31.0` →
`v0.32.0`](https://cs.opensource.google/go/x/mod/+/refs/tags/v0.31.0...refs/tags/v0.32.0)
|
![age](https://developer.mend.io/api/mc/badges/age/go/golang.org%2fx%2fmod/v0.32.0?slim=true)
|
![confidence](https://developer.mend.io/api/mc/badges/confidence/go/golang.org%2fx%2fmod/v0.31.0/v0.32.0?slim=true)
| indirect | minor |
| [golang.org/x/telemetry](https://pkg.go.dev/golang.org/x/telemetry) |
`3f2a21f` → `e51f1e6` |
![age](https://developer.mend.io/api/mc/badges/age/go/golang.org%2fx%2ftelemetry/v0.0.0-20260109185105-e51f1e621f5b?slim=true)
|
![confidence](https://developer.mend.io/api/mc/badges/confidence/go/golang.org%2fx%2ftelemetry/v0.0.0-20251222180846-3f2a21fb04ff/v0.0.0-20260109185105-e51f1e621f5b?slim=true)
| indirect | digest |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Configuration

📅 **Schedule**: 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](https://redirect.github.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/open-telemetry/opentelemetry-go).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi43NC41IiwidXBkYXRlZEluVmVyIjoiNDIuNzQuNSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiU2tpcCBDaGFuZ2Vsb2ciLCJkZXBlbmRlbmNpZXMiXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-01-09 13:31:35 -08:00
renovate[bot] 6cc0ae94ed chore(deps): update module go.augendre.info/arangolint to v0.4.0 (#7765)
This PR contains the following updates:

| Package | Change |
[Age](https://docs.renovatebot.com/merge-confidence/) |
[Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|
|
[go.augendre.info/arangolint](https://redirect.github.com/Crocmagnon/arangolint)
| `v0.3.1` → `v0.4.0` |
![age](https://developer.mend.io/api/mc/badges/age/go/go.augendre.info%2farangolint/v0.4.0?slim=true)
|
![confidence](https://developer.mend.io/api/mc/badges/confidence/go/go.augendre.info%2farangolint/v0.3.1/v0.4.0?slim=true)
|

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>Crocmagnon/arangolint (go.augendre.info/arangolint)</summary>

###
[`v0.4.0`](https://redirect.github.com/Crocmagnon/arangolint/releases/tag/v0.4.0)

[Compare
Source](https://redirect.github.com/Crocmagnon/arangolint/compare/v0.3.1...v0.4.0)

#### Summary

- New rule: detect potential query injections
([#&#8203;17](https://redirect.github.com/Crocmagnon/arangolint/issues/17))
- with the help of genAI
- Dependency updates

#### Changelog

-
[`01815fd`](https://redirect.github.com/Crocmagnon/arangolint/commit/01815fdafdb4367c65939ad3cc35e80b0021f5d4)
Bump golang.org/x/tools from 0.38.0 to 0.39.0
-
[`1bc6299`](https://redirect.github.com/Crocmagnon/arangolint/commit/1bc6299893d2ca90391abc27e20aec6e1eabe74d)
Bump golang.org/x/tools from 0.39.0 to 0.40.0
-
[`8be78e8`](https://redirect.github.com/Crocmagnon/arangolint/commit/8be78e89a6df2847e8d68eab3a1c7ef901e28bd9)
Bump the github-actions group with 2 updates
-
[`dad4e88`](https://redirect.github.com/Crocmagnon/arangolint/commit/dad4e88d2e97ee3f1982780cc363dd6cc97d9d9d)
Merge pull request
[#&#8203;14](https://redirect.github.com/Crocmagnon/arangolint/issues/14)
from Crocmagnon/dependabot/go\_modules/golang.org/x/tools-0.39.0
-
[`47cea8b`](https://redirect.github.com/Crocmagnon/arangolint/commit/47cea8b139b116e0ce06a25be2ddb3c20ad1615b)
Merge pull request
[#&#8203;15](https://redirect.github.com/Crocmagnon/arangolint/issues/15)
from Crocmagnon/dependabot/github\_actions/github-actions-14cb627f6c
-
[`06c25ac`](https://redirect.github.com/Crocmagnon/arangolint/commit/06c25ac4d6124a132a08ae636640345570d8d372)
Merge pull request
[#&#8203;16](https://redirect.github.com/Crocmagnon/arangolint/issues/16)
from Crocmagnon/dependabot/go\_modules/golang.org/x/tools-0.40.0
-
[`4faa367`](https://redirect.github.com/Crocmagnon/arangolint/commit/4faa3678ff016d35b44544b5f44bb2efc1cd3b75)
detect potential query injections

</details>

---

### Configuration

📅 **Schedule**: 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.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/open-telemetry/opentelemetry-go).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi43NC41IiwidXBkYXRlZEluVmVyIjoiNDIuNzQuNSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiU2tpcCBDaGFuZ2Vsb2ciLCJkZXBlbmRlbmNpZXMiXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-01-09 08:09:18 +01:00
renovate[bot] 0e575df143 chore(deps): update module github.com/nunnatsa/ginkgolinter to v0.22.0 (#7762)
This PR contains the following updates:

| Package | Change |
[Age](https://docs.renovatebot.com/merge-confidence/) |
[Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|
|
[github.com/nunnatsa/ginkgolinter](https://redirect.github.com/nunnatsa/ginkgolinter)
| `v0.21.2` → `v0.22.0` |
![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fnunnatsa%2fginkgolinter/v0.22.0?slim=true)
|
![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fnunnatsa%2fginkgolinter/v0.21.2/v0.22.0?slim=true)
|

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>nunnatsa/ginkgolinter
(github.com/nunnatsa/ginkgolinter)</summary>

###
[`v0.22.0`](https://redirect.github.com/nunnatsa/ginkgolinter/releases/tag/v0.22.0)

[Compare
Source](https://redirect.github.com/nunnatsa/ginkgolinter/compare/v0.21.2...v0.22.0)

#### What's Changed

- support wrappers by [@&#8203;pohly](https://redirect.github.com/pohly)
in
[#&#8203;217](https://redirect.github.com/nunnatsa/ginkgolinter/pull/217)
- Test the -fix option by
[@&#8203;nunnatsa](https://redirect.github.com/nunnatsa) in
[#&#8203;218](https://redirect.github.com/nunnatsa/ginkgolinter/pull/218)
- fix bug in interval by
[@&#8203;nunnatsa](https://redirect.github.com/nunnatsa) in
[#&#8203;222](https://redirect.github.com/nunnatsa/ginkgolinter/pull/222)

#### New Contributors

- [@&#8203;pohly](https://redirect.github.com/pohly) made their first
contribution in
[#&#8203;217](https://redirect.github.com/nunnatsa/ginkgolinter/pull/217)

**Full Changelog**:
<https://github.com/nunnatsa/ginkgolinter/compare/v0.21.2...v0.22.0>

</details>

---

### Configuration

📅 **Schedule**: 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.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/open-telemetry/opentelemetry-go).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi43NC41IiwidXBkYXRlZEluVmVyIjoiNDIuNzQuNSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiU2tpcCBDaGFuZ2Vsb2ciLCJkZXBlbmRlbmNpZXMiXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-01-08 17:42:56 +01:00
renovate[bot] 8b00c5fa9c fix(deps): update module golang.org/x/sys to v0.40.0 (#7761)
This PR contains the following updates:

| Package | Change |
[Age](https://docs.renovatebot.com/merge-confidence/) |
[Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|
| [golang.org/x/sys](https://pkg.go.dev/golang.org/x/sys) | [`v0.39.0` →
`v0.40.0`](https://cs.opensource.google/go/x/sys/+/refs/tags/v0.39.0...refs/tags/v0.40.0)
|
![age](https://developer.mend.io/api/mc/badges/age/go/golang.org%2fx%2fsys/v0.40.0?slim=true)
|
![confidence](https://developer.mend.io/api/mc/badges/confidence/go/golang.org%2fx%2fsys/v0.39.0/v0.40.0?slim=true)
|

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Configuration

📅 **Schedule**: 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.

🔕 **Ignore**: Close this PR and you won't be reminded about these
updates again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/open-telemetry/opentelemetry-go).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi42OS4xIiwidXBkYXRlZEluVmVyIjoiNDIuNjkuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiU2tpcCBDaGFuZ2Vsb2ciLCJkZXBlbmRlbmNpZXMiXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-01-08 13:46:16 +01:00
renovate[bot] 594a13d31e fix(deps): update module github.com/golangci/golangci-lint/v2 to v2.8.0 (#7758)
This PR contains the following updates:

| Package | Change |
[Age](https://docs.renovatebot.com/merge-confidence/) |
[Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|
|
[github.com/golangci/golangci-lint/v2](https://redirect.github.com/golangci/golangci-lint)
| `v2.7.2` → `v2.8.0` |
![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fgolangci%2fgolangci-lint%2fv2/v2.8.0?slim=true)
|
![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fgolangci%2fgolangci-lint%2fv2/v2.7.2/v2.8.0?slim=true)
|

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>golangci/golangci-lint
(github.com/golangci/golangci-lint/v2)</summary>

###
[`v2.8.0`](https://redirect.github.com/golangci/golangci-lint/blob/HEAD/CHANGELOG.md#v280)

[Compare
Source](https://redirect.github.com/golangci/golangci-lint/compare/v2.7.2...v2.8.0)

*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`](https://redirect.github.com/golangci/golangci-lint/commit/442fd0091d95)
to 0.14.0
   - `gomoddirectives`: from 0.7.1 to 0.8.0
- `gosec`: from
[`daccba6`](https://redirect.github.com/golangci/golangci-lint/commit/daccba6b93d7)
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

</details>

---

### Configuration

📅 **Schedule**: 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.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/open-telemetry/opentelemetry-go).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi42OS4xIiwidXBkYXRlZEluVmVyIjoiNDIuNjkuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiU2tpcCBDaGFuZ2Vsb2ciLCJkZXBlbmRlbmNpZXMiXX0=-->

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: dmathieu <damien.mathieu@elastic.co>
2026-01-08 11:52:17 +01:00
renovate[bot] 92fbeaf9a6 chore(deps): update module github.com/go-critic/go-critic to v0.14.3 (#7757)
This PR contains the following updates:

| Package | Change |
[Age](https://docs.renovatebot.com/merge-confidence/) |
[Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|
|
[github.com/go-critic/go-critic](https://redirect.github.com/go-critic/go-critic)
| `v0.14.2` → `v0.14.3` |
![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fgo-critic%2fgo-critic/v0.14.3?slim=true)
|
![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fgo-critic%2fgo-critic/v0.14.2/v0.14.3?slim=true)
|

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>go-critic/go-critic (github.com/go-critic/go-critic)</summary>

###
[`v0.14.3`](https://redirect.github.com/go-critic/go-critic/releases/tag/v0.14.3)

[Compare
Source](https://redirect.github.com/go-critic/go-critic/compare/v0.14.2...v0.14.3)

#### What's Changed

- perf: cache ruleguard engines for embedded rules by
[@&#8203;dgageot](https://redirect.github.com/dgageot) in
[#&#8203;1522](https://redirect.github.com/go-critic/go-critic/pull/1522)

#### New Contributors

- [@&#8203;dgageot](https://redirect.github.com/dgageot) made their
first contribution in
[#&#8203;1522](https://redirect.github.com/go-critic/go-critic/pull/1522)

**Full Changelog**:
<https://github.com/go-critic/go-critic/compare/v0.14.2...v0.14.3>

</details>

---

### Configuration

📅 **Schedule**: 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.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/open-telemetry/opentelemetry-go).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi42OS4xIiwidXBkYXRlZEluVmVyIjoiNDIuNjkuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiU2tpcCBDaGFuZ2Vsb2ciLCJkZXBlbmRlbmNpZXMiXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-01-08 07:43:41 +01:00
renovate[bot] 67812ec8ee chore(deps): update module github.com/mirrexone/unqueryvet to v1.4.0 (#7756)
This PR contains the following updates:

| Package | Change |
[Age](https://docs.renovatebot.com/merge-confidence/) |
[Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|
|
[github.com/MirrexOne/unqueryvet](https://redirect.github.com/MirrexOne/unqueryvet)
| `v1.3.0` → `v1.4.0` |
![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fMirrexOne%2funqueryvet/v1.4.0?slim=true)
|
![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fMirrexOne%2funqueryvet/v1.3.0/v1.4.0?slim=true)
|

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>MirrexOne/unqueryvet
(github.com/MirrexOne/unqueryvet)</summary>

###
[`v1.4.0`](https://redirect.github.com/MirrexOne/unqueryvet/releases/tag/v1.4.0):
- Advanced SQL Analysis Features

[Compare
Source](https://redirect.github.com/MirrexOne/unqueryvet/compare/v1.3.0...v1.4.0)

#### New Features

##### SQL Builder Support (8 libraries)

| Library | Package | Detection |
| ------------- | ----------------------------------- |
------------------------------------------- |
| **Squirrel** | `github.com/Masterminds/squirrel` | `Select("*")`,
`Columns("*")` |
| **GORM** | `gorm.io/gorm` | `Select("*")`, raw queries, method
chaining |
| **SQLx** | `github.com/jmoiron/sqlx` | `Select()`, `Get()`, `Queryx()`
|
| **Ent** | `entgo.io/ent` | Query builder patterns |
| **PGX** | `github.com/jackc/pgx` | `Query()`, `QueryRow()`, `Exec()` |
| **Bun** | `github.com/uptrace/bun` | `NewSelect()`, raw queries |
| **SQLBoiler** | `github.com/volatiletech/sqlboiler` | Generated query
methods |
| **Jet** | `github.com/go-jet/jet` | `SELECT()`, `STAR` |

##### Advanced Analysis

- **String concatenation** - Detects `"SELECT * " + "FROM users"`
- **Format strings** - `fmt.Sprintf`, `log.Printf`, etc.
- **Aliased wildcards** - `SELECT t.*`, `SELECT alias.*`
- **Subquery detection** - Nested `SELECT *` in subqueries
- **Auto-fix suggestions** - LSP-compatible suggested fixes

##### Configuration Options

- Per-builder enable/disable via `sql-builders` config
- File filtering with glob patterns (`ignored-files`)
- Function filtering with regex (`ignored-functions`)
- Custom allowed patterns (`allowed-patterns`)
- Configurable severity: `error` or `warning`

#### Changes

- Comprehensive test coverage for all SQL builders
- Improved error messages with context-specific explanations
- Better golangci-lint integration

#### Fixes

- Fixed ineffassign warning in pgx.go
- Fixed staticcheck nil pointer warnings in tests
- Fixed empty branch warning in gorm.go
- Fixed redundant nil checks in test files

#### Installation

```bash
go install github.com/MirrexOne/unqueryvet/cmd/unqueryvet@v1.4.0

Or with golangci-lint:
linters:
  enable:
    - unqueryvet

Full Changelog: https://github.com/MirrexOne/unqueryvet/compare/v1.3.0...v1.4.0
```

</details>

---

### Configuration

📅 **Schedule**: 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.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/open-telemetry/opentelemetry-go).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi42OS4xIiwidXBkYXRlZEluVmVyIjoiNDIuNjkuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiU2tpcCBDaGFuZ2Vsb2ciLCJkZXBlbmRlbmNpZXMiXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-01-07 09:10:06 +01:00
renovate[bot] a284b86144 chore(deps): update module github.com/prometheus/common to v0.67.5 (#7752)
This PR contains the following updates:

| Package | Change |
[Age](https://docs.renovatebot.com/merge-confidence/) |
[Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|
|
[github.com/prometheus/common](https://redirect.github.com/prometheus/common)
| `v0.67.4` → `v0.67.5` |
![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fprometheus%2fcommon/v0.67.5?slim=true)
|
![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fprometheus%2fcommon/v0.67.4/v0.67.5?slim=true)
|

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>prometheus/common (github.com/prometheus/common)</summary>

###
[`v0.67.5`](https://redirect.github.com/prometheus/common/releases/tag/v0.67.5)

[Compare
Source](https://redirect.github.com/prometheus/common/compare/v0.67.4...v0.67.5)

##### What's Changed

- build(deps): bump golang.org/x/oauth2 from 0.32.0 to 0.34.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;871](https://redirect.github.com/prometheus/common/pull/871)
- Synchronize common files from prometheus/prometheus by
[@&#8203;prombot](https://redirect.github.com/prombot) in
[#&#8203;866](https://redirect.github.com/prometheus/common/pull/866)
- build(deps): bump golang.org/x/net from 0.46.0 to 0.48.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;872](https://redirect.github.com/prometheus/common/pull/872)
- build(deps): bump google.golang.org/protobuf from 1.36.10 to 1.36.11
by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;870](https://redirect.github.com/prometheus/common/pull/870)

**Full Changelog**:
<https://github.com/prometheus/common/compare/v0.67.4...v0.67.5>

</details>

---

### Configuration

📅 **Schedule**: 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.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/open-telemetry/opentelemetry-go).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi42OS4xIiwidXBkYXRlZEluVmVyIjoiNDIuNjkuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiU2tpcCBDaGFuZ2Vsb2ciLCJkZXBlbmRlbmNpZXMiXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-01-06 09:51:14 +01:00
renovate[bot] 62ceea2afe chore(deps): update module github.com/godoc-lint/godoc-lint to v0.11.1 (#7746)
This PR contains the following updates:

| Package | Change |
[Age](https://docs.renovatebot.com/merge-confidence/) |
[Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|
|
[github.com/godoc-lint/godoc-lint](https://redirect.github.com/godoc-lint/godoc-lint)
| `v0.10.2` → `v0.11.1` |
![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fgodoc-lint%2fgodoc-lint/v0.11.1?slim=true)
|
![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fgodoc-lint%2fgodoc-lint/v0.10.2/v0.11.1?slim=true)
|

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>godoc-lint/godoc-lint
(github.com/godoc-lint/godoc-lint)</summary>

###
[`v0.11.1`](https://redirect.github.com/godoc-lint/godoc-lint/releases/tag/v0.11.1)

[Compare
Source](https://redirect.github.com/godoc-lint/godoc-lint/compare/v0.11.0...v0.11.1)

#### Notable changes

- Improved line/position reporting for `max-len` rule
([#&#8203;88](https://redirect.github.com/godoc-lint/godoc-lint/issues/88)
by [@&#8203;babakks](https://redirect.github.com/babakks), thanks to
[@&#8203;twpayne](https://redirect.github.com/twpayne))

#### Changelog

-
[`c534e5f`](https://redirect.github.com/godoc-lint/godoc-lint/commit/c534e5f398ea3d8fcabfd2c35a6a928a7ff6d93e)
chore: release v0.11.1
([#&#8203;89](https://redirect.github.com/godoc-lint/godoc-lint/issues/89))
-
[`a66679e`](https://redirect.github.com/godoc-lint/godoc-lint/commit/a66679e7141b7b5f5e76d083b6e77749a4c218fa)
Merge pull request
[#&#8203;88](https://redirect.github.com/godoc-lint/godoc-lint/issues/88)
from godoc-lint/babakks/more-accurate-line-reporting
-
[`89442f7`](https://redirect.github.com/godoc-lint/godoc-lint/commit/89442f712fd77cee1bc3dcb1e5de4a73fe4edbf4)
docs: link to `source` exclusion rules in Golangci-lint
-
[`80a5d90`](https://redirect.github.com/godoc-lint/godoc-lint/commit/80a5d90126367fca2eb5d10a219a14262a235330)
fix: improve issue position for `max-len`
-
[`c12721b`](https://redirect.github.com/godoc-lint/godoc-lint/commit/c12721b5846068fa5a16e01fbee167d05b3c47a6)
chore: bump version
([#&#8203;87](https://redirect.github.com/godoc-lint/godoc-lint/issues/87))

***

Released by
[GoReleaser](https://redirect.github.com/goreleaser/goreleaser).

###
[`v0.11.0`](https://redirect.github.com/godoc-lint/godoc-lint/releases/tag/v0.11.0)

[Compare
Source](https://redirect.github.com/godoc-lint/godoc-lint/compare/v0.10.2...v0.11.0)

#### Notable changes

- A new rule, named `require-stdlib-doclink`, is added to detect
plaintext references to stdlib declarations and force them to be proper
[Doc links](https://go.dev/doc/comment#doclinks)
([#&#8203;82](https://redirect.github.com/godoc-lint/godoc-lint/issues/82)
by [@&#8203;babakks](https://redirect.github.com/babakks), thanks to
[@&#8203;ccoVeille](https://redirect.github.com/ccoVeille))
- A new option to the `max-len` rule, named `max-len/ignore-patterns`,
is added to allow skipping lines that match one or more patterns
([#&#8203;81](https://redirect.github.com/godoc-lint/godoc-lint/issues/81)
by [@&#8203;babakks](https://redirect.github.com/babakks), thanks to
[@&#8203;pmalek](https://redirect.github.com/pmalek))
- The `start-with-name` and `require-doc` rules now ignore exported
methods on unexported types by default
([#&#8203;83](https://redirect.github.com/godoc-lint/godoc-lint/issues/83)
by [@&#8203;babakks](https://redirect.github.com/babakks), thanks to
[@&#8203;bufdev](https://redirect.github.com/bufdev))

#### Changelog

-
[`2d72f76`](https://redirect.github.com/godoc-lint/godoc-lint/commit/2d72f76b707ca486ab3faf4f505be6b4a33a2f37)
chore: release v0.11.0
([#&#8203;86](https://redirect.github.com/godoc-lint/godoc-lint/issues/86))
-
[`863c5ce`](https://redirect.github.com/godoc-lint/godoc-lint/commit/863c5ce98291f3d14227b0b8997fb46ee83d590f)
Merge pull request
[#&#8203;85](https://redirect.github.com/godoc-lint/godoc-lint/issues/85)
from godoc-lint/babakks/random-enhancements
-
[`ceb4a93`](https://redirect.github.com/godoc-lint/godoc-lint/commit/ceb4a93b494931ba7545c1bd49c8487691597ef5)
docs: remark min version per rule
-
[`6b63a68`](https://redirect.github.com/godoc-lint/godoc-lint/commit/6b63a680cbeaba6273fc20c4d41e84a747e44249)
refactor: remove unused `option` tags
-
[`011cc78`](https://redirect.github.com/godoc-lint/godoc-lint/commit/011cc78e521803a90b1ea303cb600b5b7e0b25cc)
chore: replace `gopkg.in/yaml.v3` with `go.yaml.in/yaml/v3`
-
[`de5c2a0`](https://redirect.github.com/godoc-lint/godoc-lint/commit/de5c2a0caffcaec171039edf95074439aa8feb4b)
ci: upgrade actions
-
[`2ac3373`](https://redirect.github.com/godoc-lint/godoc-lint/commit/2ac3373d7109f370cb3a129dcc0570c31ddedd07)
Merge pull request
[#&#8203;83](https://redirect.github.com/godoc-lint/godoc-lint/issues/83)
from godoc-lint/babakks/require-doc-ignore-pub-methods-on-priv-types
-
[`a165024`](https://redirect.github.com/godoc-lint/godoc-lint/commit/a1650243ca9ec3382b7c9aad91c5c81ae782eae3)
test: assert `require-stdlib-doclink` is not enabled by default
-
[`f608aa8`](https://redirect.github.com/godoc-lint/godoc-lint/commit/f608aa8e90843cfd0ce34493469d994e3af9bafc)
test: assert exported methods on unexported types are ignored in
`start-with-name`
-
[`17096b4`](https://redirect.github.com/godoc-lint/godoc-lint/commit/17096b4325c9b373463bc4d9d6da46eb63d56a7a)
test: assert exported methods on unexported types are ignored in
`require-doc`
-
[`ec54b1d`](https://redirect.github.com/godoc-lint/godoc-lint/commit/ec54b1d5ba0f49cb0ec2c915070338cde907e354)
fix: ignore exported methods on unexported types in `start-with-name`
-
[`9bcb844`](https://redirect.github.com/godoc-lint/godoc-lint/commit/9bcb8449ea0c97fca818c5b6bb9c55018005cb53)
fix: ignore exported methods on unexported types in `require-doc`
-
[`3d99865`](https://redirect.github.com/godoc-lint/godoc-lint/commit/3d99865d95c39712bb257347c31e19a71ddb4c0e)
test: assert extraction of method receiver base type name
-
[`a05ab69`](https://redirect.github.com/godoc-lint/godoc-lint/commit/a05ab6940a83e1943393b134affaa93f7a25f6c2)
feat: extract method receiver name
-
[`86d5985`](https://redirect.github.com/godoc-lint/godoc-lint/commit/86d5985d00db51ed27eb16fc07721d10b0117f21)
Merge pull request
[#&#8203;82](https://redirect.github.com/godoc-lint/godoc-lint/issues/82)
from godoc-lint/babakks/suggest-doc-links
-
[`25ddf71`](https://redirect.github.com/godoc-lint/godoc-lint/commit/25ddf7133e033c2de41e7f24337fc88d66cb0673)
test: add more tests for `require-stdlib-doclink` rule
-
[`17c8745`](https://redirect.github.com/godoc-lint/godoc-lint/commit/17c8745311dccc2d0040359b6d89f33183ac8760)
docs: apply doclink suggestion
-
[`4b01f97`](https://redirect.github.com/godoc-lint/godoc-lint/commit/4b01f9764789a0a8e7dd7e1054f17cb47d7da2e6)
chore: exclude `/gen`
-
[`52ed512`](https://redirect.github.com/godoc-lint/godoc-lint/commit/52ed51226482a3c6c0027515771783a00089452b)
docs: add link to Golangci-lint config reference
-
[`db77f6d`](https://redirect.github.com/godoc-lint/godoc-lint/commit/db77f6d8426f893e9959b921d30fa1faf3dbf7b5)
docs: add `require-stdlib-doclink`
-
[`904378b`](https://redirect.github.com/godoc-lint/godoc-lint/commit/904378b6f91189387c1cd58f1f7646d99aa82e0d)
test: assert `require-stdlib-doclink` rule function
-
[`2ba1d9f`](https://redirect.github.com/godoc-lint/godoc-lint/commit/2ba1d9f4b4c3175e4122d01eb05ed0a67b8f1b36)
feat: add `require-stdlib-doclink` rule
-
[`8345764`](https://redirect.github.com/godoc-lint/godoc-lint/commit/8345764485a1e994807e294de34110b77bce21cd)
chore: use go1.25.5 toolchain
-
[`1665843`](https://redirect.github.com/godoc-lint/godoc-lint/commit/16658436734ccc9c2c8c38a433ddc0c0c7fae1d3)
chore: upgrade deps
-
[`742c79b`](https://redirect.github.com/godoc-lint/godoc-lint/commit/742c79bb0d716654ae45dd1248feff53acb49ab6)
Merge pull request
[#&#8203;81](https://redirect.github.com/godoc-lint/godoc-lint/issues/81)
from godoc-lint/babakks/allow-max-len-ignore-lines
-
[`95cc2d8`](https://redirect.github.com/godoc-lint/godoc-lint/commit/95cc2d850ee3da87572c3c994142076850b30310)
refactor: use `reflect.TypeFor`
-
[`062c1e4`](https://redirect.github.com/godoc-lint/godoc-lint/commit/062c1e4d27c30315eac9225b075687e2b4aab7fc)
docs: hint at `max-len/ignore-patterns`
-
[`effe2a0`](https://redirect.github.com/godoc-lint/godoc-lint/commit/effe2a0001f778c476a6fef14d5d0c8aa30d4aaf)
test: assert `max-len/ignore-patterns` function
-
[`52f7e69`](https://redirect.github.com/godoc-lint/godoc-lint/commit/52f7e6955a86b03ab9ccd3b323fe61f7a5e59ce1)
feat: add `max-len/ignore-patterns` option
-
[`23761ef`](https://redirect.github.com/godoc-lint/godoc-lint/commit/23761ef10d1e991f08338e42d62950584a8618f9)
chore: bump version
([#&#8203;77](https://redirect.github.com/godoc-lint/godoc-lint/issues/77))

***

Released by
[GoReleaser](https://redirect.github.com/goreleaser/goreleaser).

</details>

---

### Configuration

📅 **Schedule**: 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.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/open-telemetry/opentelemetry-go).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi41OS4wIiwidXBkYXRlZEluVmVyIjoiNDIuNjYuMTQiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbIlNraXAgQ2hhbmdlbG9nIiwiZGVwZW5kZW5jaWVzIl19-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-01-05 09:24:25 +01:00
renovate[bot] d75dedca85 chore(deps): update module github.com/cloudflare/circl to v1.6.2 (#7741)
This PR contains the following updates:

| Package | Change |
[Age](https://docs.renovatebot.com/merge-confidence/) |
[Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|
|
[github.com/cloudflare/circl](https://redirect.github.com/cloudflare/circl)
| `v1.6.1` -> `v1.6.2` |
![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fcloudflare%2fcircl/v1.6.2?slim=true)
|
![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fcloudflare%2fcircl/v1.6.1/v1.6.2?slim=true)
|

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>cloudflare/circl (github.com/cloudflare/circl)</summary>

###
[`v1.6.2`](https://redirect.github.com/cloudflare/circl/releases/tag/v1.6.2):
CIRCL v1.6.2

[Compare
Source](https://redirect.github.com/cloudflare/circl/compare/v1.6.1...v1.6.2)

#### CIRCL v1.6.2

- New SLH-DSA, improvements in ML-DSA for arm64.
- Tested compilation on WASM.

#### What's Changed

- Optimize pairing product computation by moving exponentiations to G1.
by [@&#8203;dfaranha](https://redirect.github.com/dfaranha) in
[#&#8203;547](https://redirect.github.com/cloudflare/circl/pull/547)
- sign: Adding SLH-DSA signature by
[@&#8203;armfazh](https://redirect.github.com/armfazh) in
[#&#8203;512](https://redirect.github.com/cloudflare/circl/pull/512)
- Update code generators to CIRCL v1.6.1. by
[@&#8203;armfazh](https://redirect.github.com/armfazh) in
[#&#8203;548](https://redirect.github.com/cloudflare/circl/pull/548)
- ML-DSA: Add preliminary Wycheproof test vectors by
[@&#8203;bwesterb](https://redirect.github.com/bwesterb) in
[#&#8203;552](https://redirect.github.com/cloudflare/circl/pull/552)
- go fmt by [@&#8203;bwesterb](https://redirect.github.com/bwesterb) in
[#&#8203;554](https://redirect.github.com/cloudflare/circl/pull/554)
- gz-compressing test vectors, use of HexBytes and ReadGzip functions.
by [@&#8203;armfazh](https://redirect.github.com/armfazh) in
[#&#8203;555](https://redirect.github.com/cloudflare/circl/pull/555)
- group: Removes use of elliptic Marshal and Unmarshal functions. by
[@&#8203;armfazh](https://redirect.github.com/armfazh) in
[#&#8203;556](https://redirect.github.com/cloudflare/circl/pull/556)
- Support encoding/decoding ML-DSA private keys (as long as they contain
seeds) by [@&#8203;bwesterb](https://redirect.github.com/bwesterb) in
[#&#8203;559](https://redirect.github.com/cloudflare/circl/pull/559)
- Update to golangci-lint v2 by
[@&#8203;bwesterb](https://redirect.github.com/bwesterb) in
[#&#8203;560](https://redirect.github.com/cloudflare/circl/pull/560)
- Preparation for ARM64 Implementation of poly operations for dilithium
package. by
[@&#8203;elementrics](https://redirect.github.com/elementrics) in
[#&#8203;562](https://redirect.github.com/cloudflare/circl/pull/562)
- prepare power2Round for custom implementations in assembly by
[@&#8203;elementrics](https://redirect.github.com/elementrics) in
[#&#8203;564](https://redirect.github.com/cloudflare/circl/pull/564)
- ARM64 implementation for poly.PackLe16 by
[@&#8203;elementrics](https://redirect.github.com/elementrics) in
[#&#8203;563](https://redirect.github.com/cloudflare/circl/pull/563)
- add arm64 version of polyMulBy2toD by
[@&#8203;elementrics](https://redirect.github.com/elementrics) in
[#&#8203;565](https://redirect.github.com/cloudflare/circl/pull/565)
- add arm64 version of polySub by
[@&#8203;elementrics](https://redirect.github.com/elementrics) in
[#&#8203;566](https://redirect.github.com/cloudflare/circl/pull/566)
- group: add byteLen method for short groups and RandomScalar uses
rand.Int by [@&#8203;armfazh](https://redirect.github.com/armfazh) in
[#&#8203;568](https://redirect.github.com/cloudflare/circl/pull/568)
- add arm64 version of poly.Add/Sub by
[@&#8203;elementrics](https://redirect.github.com/elementrics) in
[#&#8203;572](https://redirect.github.com/cloudflare/circl/pull/572)
- group: Adding cryptobyte marshaling to scalars by
[@&#8203;armfazh](https://redirect.github.com/armfazh) in
[#&#8203;569](https://redirect.github.com/cloudflare/circl/pull/569)
- Bumping up to Go1.25 by
[@&#8203;armfazh](https://redirect.github.com/armfazh) in
[#&#8203;574](https://redirect.github.com/cloudflare/circl/pull/574)
- ci: Including WASM compilation. by
[@&#8203;armfazh](https://redirect.github.com/armfazh) in
[#&#8203;577](https://redirect.github.com/cloudflare/circl/pull/577)
- Revert to using package-declared HPKE errors for shortkem instead of
standard library errors by
[@&#8203;harshiniwho](https://redirect.github.com/harshiniwho) in
[#&#8203;578](https://redirect.github.com/cloudflare/circl/pull/578)
- Release v1.6.2 by
[@&#8203;armfazh](https://redirect.github.com/armfazh) in
[#&#8203;579](https://redirect.github.com/cloudflare/circl/pull/579)

#### New Contributors

- [@&#8203;dfaranha](https://redirect.github.com/dfaranha) made their
first contribution in
[#&#8203;547](https://redirect.github.com/cloudflare/circl/pull/547)
- [@&#8203;elementrics](https://redirect.github.com/elementrics) made
their first contribution in
[#&#8203;562](https://redirect.github.com/cloudflare/circl/pull/562)
- [@&#8203;harshiniwho](https://redirect.github.com/harshiniwho) made
their first contribution in
[#&#8203;578](https://redirect.github.com/cloudflare/circl/pull/578)

**Full Changelog**:
<https://github.com/cloudflare/circl/compare/v1.6.1...v1.6.2>

</details>

---

### Configuration

📅 **Schedule**: 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.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/open-telemetry/opentelemetry-go).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi41OS4wIiwidXBkYXRlZEluVmVyIjoiNDIuNTkuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiU2tpcCBDaGFuZ2Vsb2ciLCJkZXBlbmRlbmNpZXMiXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-12-24 07:55:22 -08:00
renovate[bot] b92f4b59d0 chore(deps): update golang.org/x/telemetry digest to 3f2a21f (#7739)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [golang.org/x/telemetry](https://pkg.go.dev/golang.org/x/telemetry) |
indirect | digest | `e0dd3dd` -> `3f2a21f` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Configuration

📅 **Schedule**: 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.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/open-telemetry/opentelemetry-go).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi41OS4wIiwidXBkYXRlZEluVmVyIjoiNDIuNTkuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiU2tpcCBDaGFuZ2Vsb2ciLCJkZXBlbmRlbmNpZXMiXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-12-24 07:35:04 -08:00
renovate[bot] 1a8d177c2b fix(deps): update golang.org/x to 944ab1f (#7733)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [golang.org/x/exp](https://pkg.go.dev/golang.org/x/exp) | require |
digest | `8475f28` -> `944ab1f` |
|
[golang.org/x/exp/typeparams](https://pkg.go.dev/golang.org/x/exp/typeparams)
| indirect | digest | `8475f28` -> `944ab1f` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Configuration

📅 **Schedule**: 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.

🔕 **Ignore**: Close this PR and you won't be reminded about these
updates again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/open-telemetry/opentelemetry-go).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi41OS4wIiwidXBkYXRlZEluVmVyIjoiNDIuNTkuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiU2tpcCBDaGFuZ2Vsb2ciLCJkZXBlbmRlbmNpZXMiXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-12-20 09:42:34 -08:00
renovate[bot] c306d17734 chore(deps): update golang.org/x/telemetry digest to e0dd3dd (#7732)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [golang.org/x/telemetry](https://pkg.go.dev/golang.org/x/telemetry) |
indirect | digest | `7004b74` -> `e0dd3dd` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Configuration

📅 **Schedule**: 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.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/open-telemetry/opentelemetry-go).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi41OS4wIiwidXBkYXRlZEluVmVyIjoiNDIuNTkuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiU2tpcCBDaGFuZ2Vsb2ciLCJkZXBlbmRlbmNpZXMiXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-12-19 15:48:26 -08:00
renovate[bot] 137e5cd36d chore(deps): update module github.com/ghostiam/protogetter to v0.3.18 (#7731)
This PR contains the following updates:

| Package | Change |
[Age](https://docs.renovatebot.com/merge-confidence/) |
[Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|
|
[github.com/ghostiam/protogetter](https://redirect.github.com/ghostiam/protogetter)
| `v0.3.17` -> `v0.3.18` |
![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fghostiam%2fprotogetter/v0.3.18?slim=true)
|
![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fghostiam%2fprotogetter/v0.3.17/v0.3.18?slim=true)
|

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>ghostiam/protogetter
(github.com/ghostiam/protogetter)</summary>

###
[`v0.3.18`](https://redirect.github.com/ghostiam/protogetter/releases/tag/v0.3.18)

[Compare
Source](https://redirect.github.com/ghostiam/protogetter/compare/v0.3.17...v0.3.18)

**Full Changelog**:
<https://github.com/ghostiam/protogetter/compare/v0.3.17...v0.3.18>

</details>

---

### Configuration

📅 **Schedule**: 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.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/open-telemetry/opentelemetry-go).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi41OS4wIiwidXBkYXRlZEluVmVyIjoiNDIuNTkuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiU2tpcCBDaGFuZ2Vsb2ciLCJkZXBlbmRlbmNpZXMiXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-12-18 14:09:39 -08:00
renovate[bot] 1dfaed5a92 chore(deps): update module github.com/burntsushi/toml to v1.6.0 (#7728)
This PR contains the following updates:

| Package | Change |
[Age](https://docs.renovatebot.com/merge-confidence/) |
[Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|
|
[github.com/BurntSushi/toml](https://redirect.github.com/BurntSushi/toml)
| `v1.5.0` -> `v1.6.0` |
![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fBurntSushi%2ftoml/v1.6.0?slim=true)
|
![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fBurntSushi%2ftoml/v1.5.0/v1.6.0?slim=true)
|

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>BurntSushi/toml (github.com/BurntSushi/toml)</summary>

###
[`v1.6.0`](https://redirect.github.com/BurntSushi/toml/releases/tag/v1.6.0)

[Compare
Source](https://redirect.github.com/BurntSushi/toml/compare/v1.5.0...v1.6.0)

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.

</details>

---

### Configuration

📅 **Schedule**: 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.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/open-telemetry/opentelemetry-go).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi41OS4wIiwidXBkYXRlZEluVmVyIjoiNDIuNTkuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiU2tpcCBDaGFuZ2Vsb2ciLCJkZXBlbmRlbmNpZXMiXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-12-18 18:15:10 +01:00
renovate[bot] d759f03ad6 chore(deps): update golang.org/x/telemetry digest to 7004b74 (#7727)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [golang.org/x/telemetry](https://pkg.go.dev/golang.org/x/telemetry) |
indirect | digest | `2adc8cf` -> `7004b74` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Configuration

📅 **Schedule**: 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.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/open-telemetry/opentelemetry-go).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi41OS4wIiwidXBkYXRlZEluVmVyIjoiNDIuNTkuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiU2tpcCBDaGFuZ2Vsb2ciLCJkZXBlbmRlbmNpZXMiXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-12-18 17:45:12 +01:00
renovate[bot] 87c8b6aef9 chore(deps): update golang.org/x/telemetry digest to 2adc8cf (#7725)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [golang.org/x/telemetry](https://pkg.go.dev/golang.org/x/telemetry) |
indirect | digest | `e75fd47` -> `2adc8cf` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Configuration

📅 **Schedule**: 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.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/open-telemetry/opentelemetry-go).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi41OS4wIiwidXBkYXRlZEluVmVyIjoiNDIuNTkuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiU2tpcCBDaGFuZ2Vsb2ciLCJkZXBlbmRlbmNpZXMiXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Damien Mathieu <42@dmathieu.com>
2025-12-18 09:33:50 +01:00
renovate[bot] 571365cf29 chore(deps): update module github.com/alecthomas/chroma/v2 to v2.21.1 (#7726)
This PR contains the following updates:

| Package | Change |
[Age](https://docs.renovatebot.com/merge-confidence/) |
[Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|
|
[github.com/alecthomas/chroma/v2](https://redirect.github.com/alecthomas/chroma)
| `v2.21.0` -> `v2.21.1` |
![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2falecthomas%2fchroma%2fv2/v2.21.1?slim=true)
|
![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2falecthomas%2fchroma%2fv2/v2.21.0/v2.21.1?slim=true)
|

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>alecthomas/chroma (github.com/alecthomas/chroma/v2)</summary>

###
[`v2.21.1`](https://redirect.github.com/alecthomas/chroma/releases/tag/v2.21.1)

[Compare
Source](https://redirect.github.com/alecthomas/chroma/compare/v2.21.0...v2.21.1)

#### Changelog

-
[`0fe6941`](https://redirect.github.com/alecthomas/chroma/commit/0fe6941)
fix(styles): use kebab-case for style name in Aura Theme variants
([#&#8203;1183](https://redirect.github.com/alecthomas/chroma/issues/1183))
-
[`2408917`](https://redirect.github.com/alecthomas/chroma/commit/2408917)
chore(deps): update all non-major dependencies
([#&#8203;1178](https://redirect.github.com/alecthomas/chroma/issues/1178))
-
[`b527a28`](https://redirect.github.com/alecthomas/chroma/commit/b527a28)
Update lexer lox
([#&#8203;1175](https://redirect.github.com/alecthomas/chroma/issues/1175))

</details>

---

### Configuration

📅 **Schedule**: 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.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/open-telemetry/opentelemetry-go).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi41OS4wIiwidXBkYXRlZEluVmVyIjoiNDIuNTkuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiU2tpcCBDaGFuZ2Vsb2ciLCJkZXBlbmRlbmNpZXMiXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-12-18 06:57:00 +01:00
renovate[bot] 30f1b6cd5b chore(deps): update module github.com/alecthomas/chroma/v2 to v2.21.0 (#7715)
This PR contains the following updates:

| Package | Change |
[Age](https://docs.renovatebot.com/merge-confidence/) |
[Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|
|
[github.com/alecthomas/chroma/v2](https://redirect.github.com/alecthomas/chroma)
| `v2.20.0` -> `v2.21.0` |
![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2falecthomas%2fchroma%2fv2/v2.21.0?slim=true)
|
![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2falecthomas%2fchroma%2fv2/v2.20.0/v2.21.0?slim=true)
|

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>alecthomas/chroma (github.com/alecthomas/chroma/v2)</summary>

###
[`v2.21.0`](https://redirect.github.com/alecthomas/chroma/releases/tag/v2.21.0)

[Compare
Source](https://redirect.github.com/alecthomas/chroma/compare/v2.20.0...v2.21.0)

#### Changelog

-
[`26a0cc1`](https://redirect.github.com/alecthomas/chroma/commit/26a0cc1)
feat(styles): add Aura Theme primary variants
([#&#8203;1177](https://redirect.github.com/alecthomas/chroma/issues/1177))
-
[`fc10487`](https://redirect.github.com/alecthomas/chroma/commit/fc10487)
Fix (D): multiline comments
([#&#8203;1173](https://redirect.github.com/alecthomas/chroma/issues/1173))
-
[`aec4bfc`](https://redirect.github.com/alecthomas/chroma/commit/aec4bfc)
Add support for Device tree
([#&#8203;1172](https://redirect.github.com/alecthomas/chroma/issues/1172))
-
[`8ea696b`](https://redirect.github.com/alecthomas/chroma/commit/8ea696b)
chore(deps): update actions/checkout action to v6
([#&#8203;1167](https://redirect.github.com/alecthomas/chroma/issues/1167))
-
[`a40a9d3`](https://redirect.github.com/alecthomas/chroma/commit/a40a9d3)
chore(deps): update dependency binaryen to v125
([#&#8203;1168](https://redirect.github.com/alecthomas/chroma/issues/1168))
-
[`5486d21`](https://redirect.github.com/alecthomas/chroma/commit/5486d21)
chore(deps): update all non-major dependencies
([#&#8203;1164](https://redirect.github.com/alecthomas/chroma/issues/1164))
-
[`42c2aa1`](https://redirect.github.com/alecthomas/chroma/commit/42c2aa1)
Add helper script to generate supported langs markdown table
([#&#8203;1170](https://redirect.github.com/alecthomas/chroma/issues/1170))
-
[`e799618`](https://redirect.github.com/alecthomas/chroma/commit/e799618)
chore(deps): update actions/checkout digest to
[`93cb6ef`](https://redirect.github.com/alecthomas/chroma/commit/93cb6ef)
([#&#8203;1163](https://redirect.github.com/alecthomas/chroma/issues/1163))
-
[`6b58845`](https://redirect.github.com/alecthomas/chroma/commit/6b58845)
Add Ashen style
([#&#8203;1169](https://redirect.github.com/alecthomas/chroma/issues/1169))
-
[`8b8574c`](https://redirect.github.com/alecthomas/chroma/commit/8b8574c)
Add Protocol Buffer Text Format Language (txtpb)
([#&#8203;1165](https://redirect.github.com/alecthomas/chroma/issues/1165))
-
[`c07ef4b`](https://redirect.github.com/alecthomas/chroma/commit/c07ef4b)
chore(deps): update all non-major dependencies
([#&#8203;1160](https://redirect.github.com/alecthomas/chroma/issues/1160))
-
[`3b5a164`](https://redirect.github.com/alecthomas/chroma/commit/3b5a164)
Add lexer for WebAssembly Text Format
([#&#8203;1161](https://redirect.github.com/alecthomas/chroma/issues/1161))
-
[`84d187e`](https://redirect.github.com/alecthomas/chroma/commit/84d187e)
github style: background should be grey
([#&#8203;1159](https://redirect.github.com/alecthomas/chroma/issues/1159))
-
[`60e616c`](https://redirect.github.com/alecthomas/chroma/commit/60e616c)
Add an alias for Starlark and match \*.star files
([#&#8203;1158](https://redirect.github.com/alecthomas/chroma/issues/1158))
-
[`6e68adb`](https://redirect.github.com/alecthomas/chroma/commit/6e68adb)
chore(deps): update all non-major dependencies
([#&#8203;1157](https://redirect.github.com/alecthomas/chroma/issues/1157))
-
[`9297a7c`](https://redirect.github.com/alecthomas/chroma/commit/9297a7c)
chore(deps): update all non-major dependencies
([#&#8203;1155](https://redirect.github.com/alecthomas/chroma/issues/1155))
-
[`1074a2a`](https://redirect.github.com/alecthomas/chroma/commit/1074a2a)
fix(Kotlin): Number literals
([#&#8203;1139](https://redirect.github.com/alecthomas/chroma/issues/1139))
-
[`9c8da0f`](https://redirect.github.com/alecthomas/chroma/commit/9c8da0f)
chore(deps): update all non-major dependencies
([#&#8203;1153](https://redirect.github.com/alecthomas/chroma/issues/1153))
-
[`fa92e28`](https://redirect.github.com/alecthomas/chroma/commit/fa92e28)
Add file extensions for systemd units using Podman Quadlet
([#&#8203;1151](https://redirect.github.com/alecthomas/chroma/issues/1151))
-
[`57823f0`](https://redirect.github.com/alecthomas/chroma/commit/57823f0)
Add Kakoune lexer
([#&#8203;1150](https://redirect.github.com/alecthomas/chroma/issues/1150))
-
[`1c5b8cb`](https://redirect.github.com/alecthomas/chroma/commit/1c5b8cb)
chore(deps): update all non-major dependencies
([#&#8203;1149](https://redirect.github.com/alecthomas/chroma/issues/1149))
-
[`c688d92`](https://redirect.github.com/alecthomas/chroma/commit/c688d92)
feat: add support for C3
([#&#8203;1148](https://redirect.github.com/alecthomas/chroma/issues/1148))
-
[`ba111b7`](https://redirect.github.com/alecthomas/chroma/commit/ba111b7)
chore(deps): update all non-major dependencies
([#&#8203;1147](https://redirect.github.com/alecthomas/chroma/issues/1147))
-
[`b05fcfb`](https://redirect.github.com/alecthomas/chroma/commit/b05fcfb)
tango: Don't underline whitespace
([#&#8203;1146](https://redirect.github.com/alecthomas/chroma/issues/1146))
-
[`daa879b`](https://redirect.github.com/alecthomas/chroma/commit/daa879b)
chore(deps): update all non-major dependencies
([#&#8203;1141](https://redirect.github.com/alecthomas/chroma/issues/1141))
-
[`a5dc086`](https://redirect.github.com/alecthomas/chroma/commit/a5dc086)
Add argparse to pygemnts2chroma\_xml.py script
([#&#8203;1140](https://redirect.github.com/alecthomas/chroma/issues/1140))
-
[`3f991b1`](https://redirect.github.com/alecthomas/chroma/commit/3f991b1)
chore(deps): update dependency binaryen to v124
([#&#8203;1138](https://redirect.github.com/alecthomas/chroma/issues/1138))
-
[`0ae5ef0`](https://redirect.github.com/alecthomas/chroma/commit/0ae5ef0)
chore(deps): update all non-major dependencies
([#&#8203;1137](https://redirect.github.com/alecthomas/chroma/issues/1137))
-
[`8f9e82f`](https://redirect.github.com/alecthomas/chroma/commit/8f9e82f)
Update Core lexer to adjust for removed keyword `enum`
([#&#8203;1136](https://redirect.github.com/alecthomas/chroma/issues/1136))
-
[`685ad2c`](https://redirect.github.com/alecthomas/chroma/commit/685ad2c)
Update Core lexer to adjust for removed keyword `const`
([#&#8203;1134](https://redirect.github.com/alecthomas/chroma/issues/1134))
-
[`e9ffd5a`](https://redirect.github.com/alecthomas/chroma/commit/e9ffd5a)
fix: don't emit empty tail tokens
([#&#8203;1121](https://redirect.github.com/alecthomas/chroma/issues/1121))
-
[`4e1403e`](https://redirect.github.com/alecthomas/chroma/commit/4e1403e)
Add lexer for Ring Language
([#&#8203;1133](https://redirect.github.com/alecthomas/chroma/issues/1133))
-
[`66a939a`](https://redirect.github.com/alecthomas/chroma/commit/66a939a)
Add lexer for Game Boy Development System ASM.
([#&#8203;1117](https://redirect.github.com/alecthomas/chroma/issues/1117))
-
[`2984b60`](https://redirect.github.com/alecthomas/chroma/commit/2984b60)
chore(deps): update all non-major dependencies
([#&#8203;1132](https://redirect.github.com/alecthomas/chroma/issues/1132))
-
[`260fa90`](https://redirect.github.com/alecthomas/chroma/commit/260fa90)
update css.xml with current properties
([#&#8203;1130](https://redirect.github.com/alecthomas/chroma/issues/1130))
-
[`70521cf`](https://redirect.github.com/alecthomas/chroma/commit/70521cf)
Modelica language support
[#&#8203;1122](https://redirect.github.com/alecthomas/chroma/issues/1122)
([#&#8203;1129](https://redirect.github.com/alecthomas/chroma/issues/1129))
-
[`09cd573`](https://redirect.github.com/alecthomas/chroma/commit/09cd573)
update css.xml for current grid gap properties
([#&#8203;1128](https://redirect.github.com/alecthomas/chroma/issues/1128))
-
[`339bd37`](https://redirect.github.com/alecthomas/chroma/commit/339bd37)
Fixed \*\*free analysis in RPGLE
([#&#8203;1116](https://redirect.github.com/alecthomas/chroma/issues/1116))
-
[`ff52be8`](https://redirect.github.com/alecthomas/chroma/commit/ff52be8)
chore(deps): update actions/checkout action to v5
([#&#8203;1127](https://redirect.github.com/alecthomas/chroma/issues/1127))
-
[`254ca83`](https://redirect.github.com/alecthomas/chroma/commit/254ca83)
Update Core lexer to incorporate change of keyword from `use` to
`import`
([#&#8203;1124](https://redirect.github.com/alecthomas/chroma/issues/1124))
-
[`2d9c0d1`](https://redirect.github.com/alecthomas/chroma/commit/2d9c0d1)
chore(deps): update all non-major dependencies
([#&#8203;1123](https://redirect.github.com/alecthomas/chroma/issues/1123))
-
[`bd10a05`](https://redirect.github.com/alecthomas/chroma/commit/bd10a05)
`moar` has been renamed to `moor`
([#&#8203;1125](https://redirect.github.com/alecthomas/chroma/issues/1125))
-
[`db626fd`](https://redirect.github.com/alecthomas/chroma/commit/db626fd)
Analyse() now cares about case-insensitivity
([#&#8203;1120](https://redirect.github.com/alecthomas/chroma/issues/1120))

</details>

---

### Configuration

📅 **Schedule**: 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.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/open-telemetry/opentelemetry-go).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi41NC4yIiwidXBkYXRlZEluVmVyIjoiNDIuNTQuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiU2tpcCBDaGFuZ2Vsb2ciLCJkZXBlbmRlbmNpZXMiXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: dmathieu <42@dmathieu.com>
2025-12-16 13:52:51 +01:00
renovate[bot] 19a5a6815c chore(deps): update golang.org/x/telemetry digest to e75fd47 (#7710)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [golang.org/x/telemetry](https://pkg.go.dev/golang.org/x/telemetry) |
indirect | digest | `2638a10` -> `e75fd47` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Configuration

📅 **Schedule**: 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.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/open-telemetry/opentelemetry-go).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi41NC4yIiwidXBkYXRlZEluVmVyIjoiNDIuNTQuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiU2tpcCBDaGFuZ2Vsb2ciLCJkZXBlbmRlbmNpZXMiXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-12-15 16:19:58 +01:00
renovate[bot] c34f003e04 fix(deps): update module google.golang.org/protobuf to v1.36.11 (#7704)
This PR contains the following updates:

| Package | Change |
[Age](https://docs.renovatebot.com/merge-confidence/) |
[Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|
|
[google.golang.org/protobuf](https://redirect.github.com/protocolbuffers/protobuf-go)
| `v1.36.10` -> `v1.36.11` |
![age](https://developer.mend.io/api/mc/badges/age/go/google.golang.org%2fprotobuf/v1.36.11?slim=true)
|
![confidence](https://developer.mend.io/api/mc/badges/confidence/go/google.golang.org%2fprotobuf/v1.36.10/v1.36.11?slim=true)
|

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>protocolbuffers/protobuf-go
(google.golang.org/protobuf)</summary>

###
[`v1.36.11`](https://redirect.github.com/protocolbuffers/protobuf-go/releases/tag/v1.36.11)

[Compare
Source](https://redirect.github.com/protocolbuffers/protobuf-go/compare/v1.36.10...v1.36.11)

**Full Changelog**:
<https://github.com/protocolbuffers/protobuf-go/compare/v1.36.10...v1.36.11>

User-visible changes:
[CL/726780](https://go-review.googlesource.com/c/protobuf/+/726780):
encoding/prototext: Support URL chars in type URLs in text-format.

Bug fixes:
[CL/728680](https://go-review.googlesource.com/c/protobuf/+/728680):
internal/impl: check recursion limit in lazy decoding validation
[CL/711015](https://go-review.googlesource.com/c/protobuf/+/711015):
reflect/protodesc: fix handling of import options in dynamic builds

Maintenance:
[CL/728681](https://go-review.googlesource.com/c/protobuf/+/728681):
reflect/protodesc: add support for edition unstable
[CL/727960](https://go-review.googlesource.com/c/protobuf/+/727960):
all: add EDITION\_UNSTABLE support
[CL/727940](https://go-review.googlesource.com/c/protobuf/+/727940):
types: regenerate using latest protobuf v33.2 release
[CL/727140](https://go-review.googlesource.com/c/protobuf/+/727140):
internal/testprotos/lazy: convert .proto files to editions
[CL/723440](https://go-review.googlesource.com/c/protobuf/+/723440):
cmd/protoc-gen-go: add missing annotations for few generated protobuf
symbols.
[CL/720980](https://go-review.googlesource.com/c/protobuf/+/720980):
internal/filedesc: remove duplicative Message.unmarshalOptions
[CL/716360](https://go-review.googlesource.com/c/protobuf/+/716360):
internal/encoding/tag: use proto3 defaults if proto3
[CL/716520](https://go-review.googlesource.com/c/protobuf/+/716520):
proto: un-flake TestHasExtensionNoAlloc
[CL/713342](https://go-review.googlesource.com/c/protobuf/+/713342):
compiler/protogen: properly filter option dependencies in go-protobuf
plugin.
[CL/711200](https://go-review.googlesource.com/c/protobuf/+/711200):
proto: add test for oneofs containing messages with required fields
[CL/710855](https://go-review.googlesource.com/c/protobuf/+/710855):
proto: add explicit test for a non-nil but empty byte slice

</details>

---

### Configuration

📅 **Schedule**: 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.

🔕 **Ignore**: Close this PR and you won't be reminded about these
updates again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/open-telemetry/opentelemetry-go).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi40Mi4yIiwidXBkYXRlZEluVmVyIjoiNDIuNDIuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiU2tpcCBDaGFuZ2Vsb2ciLCJkZXBlbmRlbmNpZXMiXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-12-12 15:30:36 +01:00
renovate[bot] b4578c886a chore(deps): update module github.com/securego/gosec/v2 to v2.22.11 (#7696)
This PR contains the following updates:

| Package | Change |
[Age](https://docs.renovatebot.com/merge-confidence/) |
[Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|
|
[github.com/securego/gosec/v2](https://redirect.github.com/securego/gosec)
| `v2.22.11-0.20251210090230-b6eea26df883` -> `v2.22.11` |
![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fsecurego%2fgosec%2fv2/v2.22.11?slim=true)
|
![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fsecurego%2fgosec%2fv2/v2.22.11-0.20251210090230-b6eea26df883/v2.22.11?slim=true)
|

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>securego/gosec (github.com/securego/gosec/v2)</summary>

###
[`v2.22.11`](https://redirect.github.com/securego/gosec/releases/tag/v2.22.11)

[Compare
Source](https://redirect.github.com/securego/gosec/compare/v2.22.10...v2.22.11)

#### Changelog

-
[`424fc4c`](https://redirect.github.com/securego/gosec/commit/424fc4cd9c82ea0fd6bee9cd49c2db2c3cc0c93f)
feature: add rule for trojan source
([#&#8203;1431](https://redirect.github.com/securego/gosec/issues/1431))
-
[`aa2e2fb`](https://redirect.github.com/securego/gosec/commit/aa2e2fb1bdc12e985c9c1b93a15200baf61350d1)
feat(ai): add OpenAI and custom API provider support
([#&#8203;1424](https://redirect.github.com/securego/gosec/issues/1424))
-
[`b6eea26`](https://redirect.github.com/securego/gosec/commit/b6eea26df883bbf98351d68bf92fa247a232ac20)
chore: Migrate from gopkg.in/yaml.v3 to go.yaml.in/yaml/v3
([#&#8203;1437](https://redirect.github.com/securego/gosec/issues/1437))
-
[`41f28e2`](https://redirect.github.com/securego/gosec/commit/41f28e209a74be7102c923314ab604db2b1adb62)
chore(deps): update module google.golang.org/genai to v1.37.0
([#&#8203;1435](https://redirect.github.com/securego/gosec/issues/1435))
-
[`daccba6`](https://redirect.github.com/securego/gosec/commit/daccba6b93d7303569d133a61ecb6dfa289603b6)
refactor: simplify report functions in main.go
([#&#8203;1434](https://redirect.github.com/securego/gosec/issues/1434))
-
[`d4be287`](https://redirect.github.com/securego/gosec/commit/d4be2876cf1b5bf9bcc659bc78d21ce01aea65fc)
Update go to 1.25.5 and 1.24.11 in CI
([#&#8203;1433](https://redirect.github.com/securego/gosec/issues/1433))
-
[`fde7515`](https://redirect.github.com/securego/gosec/commit/fde75152394005b98542190c73b8eeea4c10db15)
chore(deps): update all dependencies
([#&#8203;1425](https://redirect.github.com/securego/gosec/issues/1425))
-
[`20c9506`](https://redirect.github.com/securego/gosec/commit/20c9506c1996f71fd0e5a06fd4ecdf487699291a)
feat(ai): add support for latest Claude models and update provider flags
([#&#8203;1423](https://redirect.github.com/securego/gosec/issues/1423))
-
[`bd9e372`](https://redirect.github.com/securego/gosec/commit/bd9e372f2045f1c90321109bf57bc946ee07f47c)
Bump golang.org/x/crypto from 0.43.0 to 0.45.0
([#&#8203;1427](https://redirect.github.com/securego/gosec/issues/1427))
-
[`7aa7e93`](https://redirect.github.com/securego/gosec/commit/7aa7e938725d3afaeb210f0721e0d84070e052bd)
chore(deps): update module golang.org/x/crypto to v0.45.0 \[security]
([#&#8203;1428](https://redirect.github.com/securego/gosec/issues/1428))
-
[`a58917f`](https://redirect.github.com/securego/gosec/commit/a58917f611bbd062000eac14a5c45434854f61f6)
fix: correct schema with temporary placeholder
([#&#8203;1418](https://redirect.github.com/securego/gosec/issues/1418))
-
[`8b0d0b8`](https://redirect.github.com/securego/gosec/commit/8b0d0b8871e094af2373cf78efecd795a001aaeb)
perf: skip SSA analysis if no analyzers are loaded
([#&#8203;1419](https://redirect.github.com/securego/gosec/issues/1419))
-
[`8a5d01a`](https://redirect.github.com/securego/gosec/commit/8a5d01aca5eb146cd9e04b7f077ef2246dcac037)
test: add sarif validation
([#&#8203;1417](https://redirect.github.com/securego/gosec/issues/1417))
-
[`a8fefd1`](https://redirect.github.com/securego/gosec/commit/a8fefd17f7f496edd6778796b5ad486d9772e3ff)
chore(deps): update all dependencies
([#&#8203;1421](https://redirect.github.com/securego/gosec/issues/1421))
-
[`c34cbbf`](https://redirect.github.com/securego/gosec/commit/c34cbbf56507211a7bfd749654ba2e76c5851f71)
Update go to version 1.25.4 and 1.24.10 in CI
([#&#8203;1415](https://redirect.github.com/securego/gosec/issues/1415))
-
[`10cf58a`](https://redirect.github.com/securego/gosec/commit/10cf58a4a4a7db110cdb8f9a3e892a150239615a)
fix: build tag parsing.
([#&#8203;1413](https://redirect.github.com/securego/gosec/issues/1413))
-
[`d2d7348`](https://redirect.github.com/securego/gosec/commit/d2d734859ce213cb673795446ac96da4f0de8a17)
chore(deps): update all dependencies
([#&#8203;1411](https://redirect.github.com/securego/gosec/issues/1411))
-
[`afa853e`](https://redirect.github.com/securego/gosec/commit/afa853e9ebabe1410b9b86e3d397e0c138f22041)
chore(deps): update all dependencies
([#&#8203;1409](https://redirect.github.com/securego/gosec/issues/1409))
-
[`6b2e6e4`](https://redirect.github.com/securego/gosec/commit/6b2e6e45a67c8d5e995d849712cd8e895511e495)
chore(deps): update all dependencies
([#&#8203;1408](https://redirect.github.com/securego/gosec/issues/1408))
-
[`0adab9d`](https://redirect.github.com/securego/gosec/commit/0adab9d9bee15a7d79feeddb2998961c97dd9c19)
Update gosec to version v2.22.10 in the github action
([#&#8203;1405](https://redirect.github.com/securego/gosec/issues/1405))

</details>

---

### Configuration

📅 **Schedule**: 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.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/open-telemetry/opentelemetry-go).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi40Mi4yIiwidXBkYXRlZEluVmVyIjoiNDIuNDIuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiU2tpcCBDaGFuZ2Vsb2ciLCJkZXBlbmRlbmNpZXMiXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-12-11 13:42:05 +01:00