Commit Graph

2358 Commits

Author SHA1 Message Date
Wesley van Tilburg
4c29637fde Add Trigger and Problem structs
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-29 09:36:08 +00:00
Wesley van Tilburg
f8ac3d7025 Add MODE_PROBLEMS_ALERTING constant
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-29 09:36:08 +00:00
Jocelyn Collado-Kuri
7e279289ec Release 6.1.1 (#2201)
Bug fixes for 6.1.0

---------

Co-authored-by: ismail simsek <ismailsimsek09@gmail.com>
2026-01-29 09:36:04 +00:00
Wesley van Tilburg
b86330a88d datasource: add testing error to make sure its the right place 2026-01-29 09:35:37 +00:00
Wesley van Tilburg
0806f3625c fix built for newer versions 2026-01-29 09:35:33 +00:00
Jocelyn Collado-Kuri
4ebefec030 release version 6.1.2 (#2259)
release version 6.1.2
2026-01-27 10:27:51 +01:00
Zoltán Bedi
3edec69265 chore: Add back debug backend (#2244) 2026-01-26 17:04:45 +01:00
Zoltán Bedi
88ec24c94c Chore: Disable React 19 e2e tests until we fix them (#2257) 2026-01-26 08:01:10 -08:00
Copilot
984f065296 Fix column visibility toggles not working in problem panel (#2228)
## Fix column visibility in problem panel

- [x] Understand the issue: Column IDs in
`initialState.columnVisibility` don't match actual column accessor IDs
- [x] Fix the column ID mapping in Problems.tsx
- [x] Add tests to verify column visibility works correctly
- [x] Fix reactivity issue: Moved columnVisibility from initialState to
state with useMemo
- [x] Add datasource column definition and visibility mapping
- [x] Optimize datasource cell rendering
- [x] Suppress React Compiler warning for useReactTable
- [x] All tests passing (9/9)
- [x] Build successful
- [x] Lint warnings reduced from 65 to 64

## Summary

Fixed three issues with column visibility in the problem panel:

1. **Incorrect column ID mappings**: Fixed three column IDs to match
actual column accessor IDs.
2. **Non-reactive column visibility**: Moved `columnVisibility` from
`initialState` to `state` with `useMemo`.
3. **Missing datasource column**: Added datasource column definition and
visibility mapping.
4. **Lint warning**: Suppressed React Compiler warning for
`useReactTable` hook (known TanStack Table issue).

All column visibility controls now correctly show/hide their respective
columns without requiring a page refresh.

<!-- START COPILOT ORIGINAL PROMPT -->



<details>

<summary>Original prompt</summary>

> 
> ----
> 
> *This section details on the original issue you should resolve*
> 
> <issue_title>Change column in problem panel not working on
6.1.1</issue_title>
> <issue_description>**Describe the bug**
> Since the upgrade from plugin 6.0.3 to 6.1.1, i notice that status
column appears (it was not the case before the upgrade) on existing
problem panels.
> I tried to disable it, and the button was on disable state. The
configuration is great, but not the display. Then i tried to disable or
enable all the colums and it doesn't work too.
> I tried on a new dashboard with a new problem panel and it is the same
issue.
> Font size doesn't work too. All other options seems to work.
> Grafana server has been restarted.
> 
> **Expected behavior**
> Enable or disable the column should change the display of the problem
panel.
> 
> **Screenshots**
> <img width="1916" height="833" alt="Image"
src="https://github.com/user-attachments/assets/1e725aff-fd2d-41cd-bd2b-855ac8c611d0"
/>
> 
> **Network data**
> If it's related to metric data visualization would be great to get the
raw query and response for the network request (check this in browser
dev tools network tab, there you can see metric requests, please include
the request body and request response)
> 
> **Software versions**
> 
> | Grafana | Zabbix | Grafana-Zabbix Plugin |
> | ------- | ------ | --------------------- |
> | 12.3.0   | 7.2.15  | 6.1.1                 |
> </issue_description>
> 
> <agent_instructions>Looks like the regression was introduced via
https://github.com/grafana/grafana-zabbix/pull/2131/changes#diff-85e7fa6e5295bf97f8bf82eabcb5807d695248b9fcd325acd58a8af02824cb70L207</agent_instructions>
> 
> ## Comments on the Issue (you are @copilot in this section)
> 
> <comments>
> <comment_new><author>@yesoreyeram</author><body>
> I can reproduce this issue. Adding to the backlog for further
investigation.</body></comment_new>
> </comments>
> 


</details>



<!-- START COPILOT CODING AGENT SUFFIX -->

- Fixes grafana/grafana-zabbix#2213

<!-- START COPILOT CODING AGENT TIPS -->
---

 Let Copilot coding agent [set things up for
you](https://github.com/grafana/grafana-zabbix/issues/new?title=+Set+up+Copilot+instructions&body=Configure%20instructions%20for%20this%20repository%20as%20documented%20in%20%5BBest%20practices%20for%20Copilot%20coding%20agent%20in%20your%20repository%5D%28https://gh.io/copilot-coding-agent-tips%29%2E%0A%0A%3COnboard%20this%20repo%3E&assignees=copilot)
— coding agent works faster and does higher quality work when set up for
your repo.

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: yesoreyeram <153843+yesoreyeram@users.noreply.github.com>
Co-authored-by: Jocelyn Collado-Kuri <jcolladokuri@icloud.com>
Co-authored-by: jcolladokuri <20448042+jcolladokuri@users.noreply.github.com>
2026-01-26 15:58:40 +00:00
renovate-sh-app[bot]
0e5577e088 chore(deps): update grafana/plugin-ci-workflows/ci-cd-workflows action to v6.1.0 (#2246)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[grafana/plugin-ci-workflows](https://redirect.github.com/grafana/plugin-ci-workflows)
| action | major | `ci-cd-workflows/v5.1.0` → `ci-cd-workflows/v6.1.0` |

---

### Release Notes

<details>
<summary>grafana/plugin-ci-workflows
(grafana/plugin-ci-workflows)</summary>

###
[`vci-cd-workflows/v6.1.0`](https://redirect.github.com/grafana/plugin-ci-workflows/releases/tag/ci-cd-workflows/v6.1.0):
ci-cd-workflows: v6.1.0

[Compare
Source](https://redirect.github.com/grafana/plugin-ci-workflows/compare/ci-cd-workflows/v6.0.0...ci-cd-workflows/v6.1.0)

##### 🎉 Features

- **cd:** export ci outputs in cd job
([#&#8203;518](https://redirect.github.com/grafana/plugin-ci-workflows/issues/518))
([ce2d1bb](ce2d1bb873))

###
[`vci-cd-workflows/v6.0.0`](https://redirect.github.com/grafana/plugin-ci-workflows/releases/tag/ci-cd-workflows/v6.0.0):
ci-cd-workflows: v6.0.0

[Compare
Source](https://redirect.github.com/grafana/plugin-ci-workflows/compare/ci-cd-workflows/v5.1.0...ci-cd-workflows/v6.0.0)

##### ⚠ BREAKING CHANGES

- **playwright:** remove version and image arguments
([#&#8203;507](https://redirect.github.com/grafana/plugin-ci-workflows/issues/507))

`GRAFANA_VERSION` and `GRAFANA_IMAGE` aren't being passed to Playwright
anymore.

For consumers of the shared workflows that wants to detect Grafana
version within plugin-e2e tests, there's an alternative approach using
the [official
API](https://grafana.com/developers/plugin-tools/e2e-test-a-plugin/):

```ts
test('should be possible to enable advanced mode', async ({ grafanaVersion, alertRuleEditPage }) => {
   test.skip(semver.lt(grafanaVersion, '11.6.0'), 'Advanced mode is not supported in Grafana versions < 11.6.0');
   // test code
});
```

***

- **cd:** allow releasing to prod from non-main branches
([#&#8203;378](https://redirect.github.com/grafana/plugin-ci-workflows/issues/378))

Calls to `cd.yml` must be adjusted to include an additional permission:
`pull-requests: read`, otherwise the workflow will fail with the
following error:

```
Invalid workflow file: ...
The workflow is not valid. .github/workflows/publish.yaml (...): Error calling workflow 'grafana/plugin-ci-workflows/.github/workflows/cd.yml@.... The workflow is requesting 'pull-requests: read', but is only allowed 'pull-requests: none'.
```

Example on the required changes to `cd.yml`:

```diff
jobs:
  cd:
    name: CD
    uses: grafana/plugin-ci-workflows/.github/workflows/cd.yml@main
    permissions:
      contents: write
+     pull-requests: read
      id-token: write
      attestations: write
```

***

##### 🎉 Features

- **cd:** allow releasing to prod from non-main branches
([#&#8203;378](https://redirect.github.com/grafana/plugin-ci-workflows/issues/378))
([e1cf5f6](e1cf5f6083))
- **ci:** add warning when ci and cd workflows are not on the same
reference
([#&#8203;492](https://redirect.github.com/grafana/plugin-ci-workflows/issues/492))
([4e9ca04](4e9ca04ed0))
- **ci:** support react image in e2e matrix
([#&#8203;496](https://redirect.github.com/grafana/plugin-ci-workflows/issues/496))
([6d8cb8c](6d8cb8c524))
- **playwright:** remove version and image arguments
([#&#8203;507](https://redirect.github.com/grafana/plugin-ci-workflows/issues/507))
([f70e822](f70e822660))

#####  Tests

- **act:** add gcom mock, cd.yml changes for testing
([#&#8203;501](https://redirect.github.com/grafana/plugin-ci-workflows/issues/501))
([e3f1779](e3f1779be6))
- **act:** fix validator tests
([#&#8203;506](https://redirect.github.com/grafana/plugin-ci-workflows/issues/506))
([3c93dda](3c93dda78d))

##### 🔧 Chores

- **ci:** run golangci-lint on internal go packages
([#&#8203;485](https://redirect.github.com/grafana/plugin-ci-workflows/issues/485))
([303148f](303148fcc6))
- **deps:** update actions/attest-build-provenance action to v3.1.0
([#&#8203;484](https://redirect.github.com/grafana/plugin-ci-workflows/issues/484))
([ba9c56e](ba9c56e299))
- **deps:** update actions/cache action to v5
([#&#8203;481](https://redirect.github.com/grafana/plugin-ci-workflows/issues/481))
([3eaee5a](3eaee5a68d))
- **deps:** update stefanzweifel/git-auto-commit-action action to v7.1.0
([#&#8203;483](https://redirect.github.com/grafana/plugin-ci-workflows/issues/483))
([f9a22aa](f9a22aa894))
- **deps:** update step-security/harden-runner action to v2.14.0
([#&#8203;477](https://redirect.github.com/grafana/plugin-ci-workflows/issues/477))
([cdab179](cdab179fe0))

</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

---

## Need help?
You can ask for more help in the following Slack channel:
#proj-renovate-self-hosted. In that channel you can also find ADR and
FAQ docs in the Resources section.

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

---------

Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
Co-authored-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
Co-authored-by: Zoltán Bedi <zoltan.bedi@gmail.com>
2026-01-26 11:27:00 +00:00
renovate-sh-app[bot]
db587e709b chore(deps): update dependency sass to v1.97.3 (#2253)
This PR contains the following updates:

| Package | Change |
[Age](https://docs.renovatebot.com/merge-confidence/) |
[Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|
| [sass](https://redirect.github.com/sass/dart-sass) | [`1.97.2` →
`1.97.3`](https://renovatebot.com/diffs/npm/sass/1.97.2/1.97.3) |
![age](https://developer.mend.io/api/mc/badges/age/npm/sass/1.97.3?slim=true)
|
![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/sass/1.97.2/1.97.3?slim=true)
|

---

### Release Notes

<details>
<summary>sass/dart-sass (sass)</summary>

###
[`v1.97.3`](https://redirect.github.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#1973)

[Compare
Source](https://redirect.github.com/sass/dart-sass/compare/1.97.2...1.97.3)

- Fix a bug where nesting an at-rule within multiple style rules in
plain CSS
  could cause outer style rules to be omitted.

</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

---

## Need help?
You can ask for more help in the following Slack channel:
#proj-renovate-self-hosted. In that channel you can also find ADR and
FAQ docs in the Resources section.

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi44Mi4zIiwidXBkYXRlZEluVmVyIjoiNDIuODIuMyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsidXBkYXRlLXBhdGNoIl19-->

Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
Co-authored-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
2026-01-26 10:36:12 +01:00
renovate-sh-app[bot]
ea955c5ffa chore(deps): update dependency @types/node to v25.0.10 (#2252)
This PR contains the following updates:

| Package | Change |
[Age](https://docs.renovatebot.com/merge-confidence/) |
[Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|
|
[@types/node](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node)
([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node))
| [`25.0.9` →
`25.0.10`](https://renovatebot.com/diffs/npm/@types%2fnode/25.0.9/25.0.10)
|
![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fnode/25.0.10?slim=true)
|
![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2fnode/25.0.9/25.0.10?slim=true)
|

---

### 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

---

## Need help?
You can ask for more help in the following Slack channel:
#proj-renovate-self-hosted. In that channel you can also find ADR and
FAQ docs in the Resources section.

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi44Mi4zIiwidXBkYXRlZEluVmVyIjoiNDIuODIuMyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsidXBkYXRlLXBhdGNoIl19-->

Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
Co-authored-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
2026-01-26 10:07:27 +01:00
renovate-sh-app[bot]
97e158c582 chore(deps): update dependency prettier to v3.8.1 (#2251)
This PR contains the following updates:

| Package | Change |
[Age](https://docs.renovatebot.com/merge-confidence/) |
[Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|
| [prettier](https://prettier.io)
([source](https://redirect.github.com/prettier/prettier)) | [`3.8.0` →
`3.8.1`](https://renovatebot.com/diffs/npm/prettier/3.8.0/3.8.1) |
![age](https://developer.mend.io/api/mc/badges/age/npm/prettier/3.8.1?slim=true)
|
![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/prettier/3.8.0/3.8.1?slim=true)
|

---

### Release Notes

<details>
<summary>prettier/prettier (prettier)</summary>

###
[`v3.8.1`](https://redirect.github.com/prettier/prettier/blob/HEAD/CHANGELOG.md#381)

[Compare
Source](https://redirect.github.com/prettier/prettier/compare/3.8.0...3.8.1)


[diff](https://redirect.github.com/prettier/prettier/compare/3.8.0...3.8.1)

##### Include available `printers` in plugin type declarations
([#&#8203;18706](https://redirect.github.com/prettier/prettier/pull/18706)
by [@&#8203;porada](https://redirect.github.com/porada))

<!-- prettier-ignore -->

```ts
// Input
import * as prettierPluginEstree from "prettier/plugins/estree";

// Prettier 3.8.0
// Property 'printers' does not exist on type 'typeof import("prettier/plugins/estree")'. ts(2339)
prettierPluginEstree.printers.estree; //=> any

// Prettier 3.8.1
prettierPluginEstree.printers.estree; //=> Printer
prettierPluginEstree.printers["estree-json"]; //=> Printer
```

</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

---

## Need help?
You can ask for more help in the following Slack channel:
#proj-renovate-self-hosted. In that channel you can also find ADR and
FAQ docs in the Resources section.

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi44Mi4zIiwidXBkYXRlZEluVmVyIjoiNDIuODIuMyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsidXBkYXRlLXBhdGNoIl19-->

Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
Co-authored-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
2026-01-26 10:06:57 +01:00
renovate-sh-app[bot]
fdef858e9c chore(deps): update dependency eslint-plugin-jsdoc to v62.3.1 (#2249)
This PR contains the following updates:

| Package | Change |
[Age](https://docs.renovatebot.com/merge-confidence/) |
[Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|
|
[eslint-plugin-jsdoc](https://redirect.github.com/gajus/eslint-plugin-jsdoc)
| [`62.2.0` →
`62.3.1`](https://renovatebot.com/diffs/npm/eslint-plugin-jsdoc/62.2.0/62.3.1)
|
![age](https://developer.mend.io/api/mc/badges/age/npm/eslint-plugin-jsdoc/62.3.1?slim=true)
|
![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/eslint-plugin-jsdoc/62.2.0/62.3.1?slim=true)
|

---

### Release Notes

<details>
<summary>gajus/eslint-plugin-jsdoc (eslint-plugin-jsdoc)</summary>

###
[`v62.3.1`](https://redirect.github.com/gajus/eslint-plugin-jsdoc/releases/tag/v62.3.1)

[Compare
Source](https://redirect.github.com/gajus/eslint-plugin-jsdoc/compare/v62.3.0...v62.3.1)

##### Bug Fixes

- update comment-parser, devDeps
([#&#8203;1637](https://redirect.github.com/gajus/eslint-plugin-jsdoc/issues/1637))
([f443986](f44398601f))

###
[`v62.3.0`](https://redirect.github.com/gajus/eslint-plugin-jsdoc/releases/tag/v62.3.0)

[Compare
Source](https://redirect.github.com/gajus/eslint-plugin-jsdoc/compare/v62.2.0...v62.3.0)

##### Features

- **`type-formatting`:** add `objectTypeBracketSpacing` option; fixes
[#&#8203;1615](https://redirect.github.com/gajus/eslint-plugin-jsdoc/issues/1615)
([#&#8203;1632](https://redirect.github.com/gajus/eslint-plugin-jsdoc/issues/1632))
([78b6980](78b69804f7))

</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

---

## Need help?
You can ask for more help in the following Slack channel:
#proj-renovate-self-hosted. In that channel you can also find ADR and
FAQ docs in the Resources section.

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi44Mi4zIiwidXBkYXRlZEluVmVyIjoiNDIuODIuMyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsidXBkYXRlLW1pbm9yIl19-->

Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
Co-authored-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
2026-01-26 10:06:13 +01:00
renovate-sh-app[bot]
fb1bb19834 chore(deps): update dependency @grafana/plugin-e2e to v3.1.4 (#2250)
This PR contains the following updates:

| Package | Change |
[Age](https://docs.renovatebot.com/merge-confidence/) |
[Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|
|
[@grafana/plugin-e2e](https://redirect.github.com/grafana/plugin-tools)
([source](https://redirect.github.com/grafana/plugin-tools/tree/HEAD/packages/plugin-e2e))
| [`3.1.3` →
`3.1.4`](https://renovatebot.com/diffs/npm/@grafana%2fplugin-e2e/3.1.3/3.1.4)
|
![age](https://developer.mend.io/api/mc/badges/age/npm/@grafana%2fplugin-e2e/3.1.4?slim=true)
|
![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@grafana%2fplugin-e2e/3.1.3/3.1.4?slim=true)
|

---

### Release Notes

<details>
<summary>grafana/plugin-tools (@&#8203;grafana/plugin-e2e)</summary>

###
[`v3.1.4`](https://redirect.github.com/grafana/plugin-tools/blob/HEAD/packages/plugin-e2e/CHANGELOG.md#v314-Wed-Jan-21-2026)

[Compare
Source](https://redirect.github.com/grafana/plugin-tools/compare/@grafana/plugin-e2e@3.1.3...@grafana/plugin-e2e@3.1.4)

##### 🐛 Bug Fix

- Plugin E2E: Bump
[@&#8203;grafana/e2e-selectors](https://redirect.github.com/grafana/e2e-selectors)
to 12.4.0-21205677807
[#&#8203;2410](https://redirect.github.com/grafana/plugin-tools/pull/2410)
([@&#8203;grafana-plugins-platform-bot\[bot\]](https://redirect.github.com/grafana-plugins-platform-bot\[bot]))

##### Authors: 1

-
[@&#8203;grafana-plugins-platform-bot\[bot\]](https://redirect.github.com/grafana-plugins-platform-bot\[bot])

***

</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

---

## Need help?
You can ask for more help in the following Slack channel:
#proj-renovate-self-hosted. In that channel you can also find ADR and
FAQ docs in the Resources section.

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi44Mi4zIiwidXBkYXRlZEluVmVyIjoiNDIuODIuMyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsidXBkYXRlLXBhdGNoIl19-->

Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
Co-authored-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
2026-01-26 09:55:05 +01:00
renovate-sh-app[bot]
d76ffd9cbb fix(deps): update module github.com/grafana/grafana-plugin-sdk-go to v0.286.0 (#2254)
This PR contains the following updates:

| Package | Change |
[Age](https://docs.renovatebot.com/merge-confidence/) |
[Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|
|
[github.com/grafana/grafana-plugin-sdk-go](https://redirect.github.com/grafana/grafana-plugin-sdk-go)
| `v0.285.0` → `v0.286.0` |
![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fgrafana%2fgrafana-plugin-sdk-go/v0.286.0?slim=true)
|
![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fgrafana%2fgrafana-plugin-sdk-go/v0.285.0/v0.286.0?slim=true)
|

---

### Release Notes

<details>
<summary>grafana/grafana-plugin-sdk-go
(github.com/grafana/grafana-plugin-sdk-go)</summary>

###
[`v0.286.0`](https://redirect.github.com/grafana/grafana-plugin-sdk-go/releases/tag/v0.286.0)

[Compare
Source](https://redirect.github.com/grafana/grafana-plugin-sdk-go/compare/v0.285.0...v0.286.0)

#### What's Changed

- DataFrame: Enable setting vector length to zero by
[@&#8203;ryantxu](https://redirect.github.com/ryantxu) in
[#&#8203;1461](https://redirect.github.com/grafana/grafana-plugin-sdk-go/pull/1461)
- feat: Add chunking query support for datasource plugins by
[@&#8203;dgiagio](https://redirect.github.com/dgiagio) in
[#&#8203;1449](https://redirect.github.com/grafana/grafana-plugin-sdk-go/pull/1449)
- string type for sql query format by
[@&#8203;yesoreyeram](https://redirect.github.com/yesoreyeram) in
[#&#8203;1462](https://redirect.github.com/grafana/grafana-plugin-sdk-go/pull/1462)
- fix(sqlutil): fix FrameFromRows rowLimit handling across result sets
and repeated calls by
[@&#8203;dgiagio](https://redirect.github.com/dgiagio) in
[#&#8203;1463](https://redirect.github.com/grafana/grafana-plugin-sdk-go/pull/1463)
- Fix race condition panic in HARLogger by
[@&#8203;Multimo](https://redirect.github.com/Multimo) in
[#&#8203;1464](https://redirect.github.com/grafana/grafana-plugin-sdk-go/pull/1464)

#### New Contributors

- [@&#8203;Multimo](https://redirect.github.com/Multimo) made their
first contribution in
[#&#8203;1464](https://redirect.github.com/grafana/grafana-plugin-sdk-go/pull/1464)

**Full Changelog**:
<https://github.com/grafana/grafana-plugin-sdk-go/compare/v0.285.0...v0.286.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

---

## Need help?
You can ask for more help in the following Slack channel:
#proj-renovate-self-hosted. In that channel you can also find ADR and
FAQ docs in the Resources section.

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi44Mi4zIiwidXBkYXRlZEluVmVyIjoiNDIuODIuMyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsidXBkYXRlLW1pbm9yIl19-->

Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
Co-authored-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
2026-01-26 09:51:49 +01:00
Zoltán Bedi
05ab443cef fix(zabbix): prevent silent removal of itemTagFilter when no tags match regex (#2248)
Added a test to ensure that when a regex itemTagFilter does not match
any tags, the GetItems function returns an empty list instead of all
items. This addresses a bug where an empty tag filter would lead to
unintended behavior by removing the filter silently.

Fixes #2247
2026-01-26 09:50:49 +01:00
renovate-sh-app[bot]
7a2e6185ff chore(deps): update dependency @grafana/plugin-e2e to v3.1.3 (#2245)
This PR contains the following updates:

| Package | Change |
[Age](https://docs.renovatebot.com/merge-confidence/) |
[Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|
|
[@grafana/plugin-e2e](https://redirect.github.com/grafana/plugin-tools)
([source](https://redirect.github.com/grafana/plugin-tools/tree/HEAD/packages/plugin-e2e))
| [`3.1.2` →
`3.1.3`](https://renovatebot.com/diffs/npm/@grafana%2fplugin-e2e/3.1.2/3.1.3)
|
![age](https://developer.mend.io/api/mc/badges/age/npm/@grafana%2fplugin-e2e/3.1.3?slim=true)
|
![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@grafana%2fplugin-e2e/3.1.2/3.1.3?slim=true)
|

---

### Release Notes

<details>
<summary>grafana/plugin-tools (@&#8203;grafana/plugin-e2e)</summary>

###
[`v3.1.3`](https://redirect.github.com/grafana/plugin-tools/blob/HEAD/packages/plugin-e2e/CHANGELOG.md#v313-Tue-Jan-20-2026)

[Compare
Source](https://redirect.github.com/grafana/plugin-tools/compare/@grafana/plugin-e2e@3.1.2...@grafana/plugin-e2e@3.1.3)

🎉 This release contains work from a new contributor! 🎉

Thank you, Paul Marbach
([@&#8203;fastfrwrd](https://redirect.github.com/fastfrwrd)), for all
your work!

##### 🐛 Bug Fix

- Suggestions: Add All Visualizations click for 12.4 and greater
[#&#8203;2399](https://redirect.github.com/grafana/plugin-tools/pull/2399)
([@&#8203;fastfrwrd](https://redirect.github.com/fastfrwrd)
[@&#8203;hugohaggmark](https://redirect.github.com/hugohaggmark)
[@&#8203;sunker](https://redirect.github.com/sunker))

##### Authors: 3

- Erik Sundell ([@&#8203;sunker](https://redirect.github.com/sunker))
- Hugo Häggmark
([@&#8203;hugohaggmark](https://redirect.github.com/hugohaggmark))
- Paul Marbach
([@&#8203;fastfrwrd](https://redirect.github.com/fastfrwrd))

***

</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

---

## Need help?
You can ask for more help in the following Slack channel:
#proj-renovate-self-hosted. In that channel you can also find ADR and
FAQ docs in the Resources section.

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi44Mi4zIiwidXBkYXRlZEluVmVyIjoiNDIuODIuMyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsidXBkYXRlLXBhdGNoIl19-->

Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
Co-authored-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
2026-01-23 08:52:46 -08:00
renovate-sh-app[bot]
dc1af6dbfb fix(deps): update module github.com/grafana/grafana-plugin-sdk-go to v0.285.0 (#2225)
This PR contains the following updates:

| Package | Change |
[Age](https://docs.renovatebot.com/merge-confidence/) |
[Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|
|
[github.com/grafana/grafana-plugin-sdk-go](https://redirect.github.com/grafana/grafana-plugin-sdk-go)
| `v0.284.0` → `v0.285.0` |
![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fgrafana%2fgrafana-plugin-sdk-go/v0.285.0?slim=true)
|
![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fgrafana%2fgrafana-plugin-sdk-go/v0.284.0/v0.285.0?slim=true)
|

---

### Release Notes

<details>
<summary>grafana/grafana-plugin-sdk-go
(github.com/grafana/grafana-plugin-sdk-go)</summary>

###
[`v0.285.0`](https://redirect.github.com/grafana/grafana-plugin-sdk-go/releases/tag/v0.285.0)

[Compare
Source](https://redirect.github.com/grafana/grafana-plugin-sdk-go/compare/v0.284.0...v0.285.0)

#### What's Changed

- chore(deps): Update actions/checkout action to v5.0.1 by
[@&#8203;renovate-sh-app](https://redirect.github.com/renovate-sh-app)\[bot]
in
[#&#8203;1439](https://redirect.github.com/grafana/grafana-plugin-sdk-go/pull/1439)
- chore(deps): Update Upstream packages by
[@&#8203;renovate-sh-app](https://redirect.github.com/renovate-sh-app)\[bot]
in
[#&#8203;1442](https://redirect.github.com/grafana/grafana-plugin-sdk-go/pull/1442)
- chore(deps): Update go-openapi packages by
[@&#8203;renovate-sh-app](https://redirect.github.com/renovate-sh-app)\[bot]
in
[#&#8203;1440](https://redirect.github.com/grafana/grafana-plugin-sdk-go/pull/1440)
- chore(deps): Update module github.com/prometheus/common to v0.67.3 by
[@&#8203;renovate-sh-app](https://redirect.github.com/renovate-sh-app)\[bot]
in
[#&#8203;1441](https://redirect.github.com/grafana/grafana-plugin-sdk-go/pull/1441)
- chore(deps): Update module github.com/go-openapi/swag/loading to
v0.25.3 by
[@&#8203;renovate-sh-app](https://redirect.github.com/renovate-sh-app)\[bot]
in
[#&#8203;1443](https://redirect.github.com/grafana/grafana-plugin-sdk-go/pull/1443)
- chore(deps): Update module github.com/prometheus/common to v0.67.4 by
[@&#8203;renovate-sh-app](https://redirect.github.com/renovate-sh-app)\[bot]
in
[#&#8203;1444](https://redirect.github.com/grafana/grafana-plugin-sdk-go/pull/1444)
- chore(deps): Update GitHub Actions by
[@&#8203;renovate-sh-app](https://redirect.github.com/renovate-sh-app)\[bot]
in
[#&#8203;1445](https://redirect.github.com/grafana/grafana-plugin-sdk-go/pull/1445)
- chore(deps): Update module google.golang.org/grpc to v1.77.0 by
[@&#8203;renovate-sh-app](https://redirect.github.com/renovate-sh-app)\[bot]
in
[#&#8203;1446](https://redirect.github.com/grafana/grafana-plugin-sdk-go/pull/1446)
- docs: remove SECURITY.md by
[@&#8203;Proximyst](https://redirect.github.com/Proximyst) in
[#&#8203;1448](https://redirect.github.com/grafana/grafana-plugin-sdk-go/pull/1448)
- chore(deps): Update dependency go to v1.25.5 by
[@&#8203;renovate-sh-app](https://redirect.github.com/renovate-sh-app)\[bot]
in
[#&#8203;1450](https://redirect.github.com/grafana/grafana-plugin-sdk-go/pull/1450)
- chore(deps): Update go-openapi packages by
[@&#8203;renovate-sh-app](https://redirect.github.com/renovate-sh-app)\[bot]
in
[#&#8203;1451](https://redirect.github.com/grafana/grafana-plugin-sdk-go/pull/1451)
- chore(deps): Update module google.golang.org/protobuf to v1.36.11 by
[@&#8203;renovate-sh-app](https://redirect.github.com/renovate-sh-app)\[bot]
in
[#&#8203;1452](https://redirect.github.com/grafana/grafana-plugin-sdk-go/pull/1452)
- chore(deps): Update golangci/golangci-lint-action action to v9.2.0 by
[@&#8203;renovate-sh-app](https://redirect.github.com/renovate-sh-app)\[bot]
in
[#&#8203;1453](https://redirect.github.com/grafana/grafana-plugin-sdk-go/pull/1453)
- chore(deps): Update module github.com/apache/arrow-go/v18 to v18.5.0
by
[@&#8203;renovate-sh-app](https://redirect.github.com/renovate-sh-app)\[bot]
in
[#&#8203;1454](https://redirect.github.com/grafana/grafana-plugin-sdk-go/pull/1454)
- chore(deps): Update actions/checkout action to v6 by
[@&#8203;renovate-sh-app](https://redirect.github.com/renovate-sh-app)\[bot]
in
[#&#8203;1458](https://redirect.github.com/grafana/grafana-plugin-sdk-go/pull/1458)
- chore(deps): Update module google.golang.org/grpc to v1.78.0 by
[@&#8203;renovate-sh-app](https://redirect.github.com/renovate-sh-app)\[bot]
in
[#&#8203;1455](https://redirect.github.com/grafana/grafana-plugin-sdk-go/pull/1455)
- chore(deps): Update Upstream packages by
[@&#8203;renovate-sh-app](https://redirect.github.com/renovate-sh-app)\[bot]
in
[#&#8203;1457](https://redirect.github.com/grafana/grafana-plugin-sdk-go/pull/1457)
- chore(deps): Update OpenTelemetry packages by
[@&#8203;renovate-sh-app](https://redirect.github.com/renovate-sh-app)\[bot]
in
[#&#8203;1456](https://redirect.github.com/grafana/grafana-plugin-sdk-go/pull/1456)
- Add LiveClientQueueMaxSize by
[@&#8203;itsgareth](https://redirect.github.com/itsgareth) in
[#&#8203;1459](https://redirect.github.com/grafana/grafana-plugin-sdk-go/pull/1459)

#### New Contributors

- [@&#8203;itsgareth](https://redirect.github.com/itsgareth) made their
first contribution in
[#&#8203;1459](https://redirect.github.com/grafana/grafana-plugin-sdk-go/pull/1459)

**Full Changelog**:
<https://github.com/grafana/grafana-plugin-sdk-go/compare/v0.284.0...v0.285.0>

```
 gorelease -base v0.284.0 -version v0.285.0      

# github.com/grafana/grafana-plugin-sdk-go/backend
## compatible changes
LiveClientQueueMaxSize: added

# summary
v0.285.0 is a valid semantic version for this release.
```

</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

---

## Need help?
You can ask for more help in the following Slack channel:
#proj-renovate-self-hosted. In that channel you can also find ADR and
FAQ docs in the Resources section.

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi44Mi4zIiwidXBkYXRlZEluVmVyIjoiNDIuODIuMyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsidXBkYXRlLW1pbm9yIl19-->

Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
Co-authored-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
Co-authored-by: Jocelyn Collado-Kuri <jcolladokuri@icloud.com>
2026-01-22 18:39:31 -08:00
renovate-sh-app[bot]
4d97988677 chore(deps): update actions/checkout action to v6.0.2 (#2239)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [actions/checkout](https://redirect.github.com/actions/checkout) |
action | patch | `v6.0.1` → `v6.0.2` |

---

### Release Notes

<details>
<summary>actions/checkout (actions/checkout)</summary>

###
[`v6.0.2`](https://redirect.github.com/actions/checkout/blob/HEAD/CHANGELOG.md#v602)

[Compare
Source](https://redirect.github.com/actions/checkout/compare/v6.0.1...v6.0.2)

- Fix tag handling: preserve annotations and explicit fetch-tags by
[@&#8203;ericsciple](https://redirect.github.com/ericsciple) in
[#&#8203;2356](https://redirect.github.com/actions/checkout/pull/2356)

</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

---

## Need help?
You can ask for more help in the following Slack channel:
#proj-renovate-self-hosted. In that channel you can also find ADR and
FAQ docs in the Resources section.

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi44Mi4zIiwidXBkYXRlZEluVmVyIjoiNDIuODIuMyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsidXBkYXRlLXBhdGNoIl19-->

Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
Co-authored-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
Co-authored-by: Jocelyn Collado-Kuri <jcolladokuri@icloud.com>
2026-01-22 18:28:36 -08:00
renovate-sh-app[bot]
d9f20da91d chore(deps): update dependency @swc/core to v1.15.10 (#2240)
This PR contains the following updates:

| Package | Change |
[Age](https://docs.renovatebot.com/merge-confidence/) |
[Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|
| [@swc/core](https://swc.rs)
([source](https://redirect.github.com/swc-project/swc)) | [`1.15.8` →
`1.15.10`](https://renovatebot.com/diffs/npm/@swc%2fcore/1.15.8/1.15.10)
|
![age](https://developer.mend.io/api/mc/badges/age/npm/@swc%2fcore/1.15.10?slim=true)
|
![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@swc%2fcore/1.15.8/1.15.10?slim=true)
|

---

### Release Notes

<details>
<summary>swc-project/swc (@&#8203;swc/core)</summary>

###
[`v1.15.10`](https://redirect.github.com/swc-project/swc/blob/HEAD/CHANGELOG.md#11510---2026-01-19)

[Compare
Source](https://redirect.github.com/swc-project/swc/compare/v1.15.8...v1.15.10)

##### Bug Fixes

- **(ci)** Handle merged PRs separately in milestone manager
([#&#8203;11409](https://redirect.github.com/swc-project/swc/issues/11409))
([3554268](3554268dcb))

- **(es/compat)** Preserve this context in nested arrow functions
([#&#8203;11423](https://redirect.github.com/swc-project/swc/issues/11423))
([f2bdaf2](f2bdaf27d8))

- **(es/es2017)** Replace `this` in arrow functions during
async-to-generator
([#&#8203;11450](https://redirect.github.com/swc-project/swc/issues/11450))
([a993da6](a993da6fb6))

##### Features

- **(bindings/wasm)** Enable ecma\_lints feature to support semantic
error detection
([#&#8203;11414](https://redirect.github.com/swc-project/swc/issues/11414))
([1faa4a5](1faa4a5745))

- **(es/hooks)** Implement VisitMutHook for Either type
([#&#8203;11428](https://redirect.github.com/swc-project/swc/issues/11428))
([395c85e](395c85e921))

- **(es/hooks)** Implement VisitMutHook for Option<H>
([#&#8203;11429](https://redirect.github.com/swc-project/swc/issues/11429))
([0bf1954](0bf195421d))

- **(es/hooks)** Add VisitHook trait for immutable AST visitors
([#&#8203;11437](https://redirect.github.com/swc-project/swc/issues/11437))
([3efb41d](3efb41d97e))

- **(es/minifier)** Improve nested template literal evaluation
([#&#8203;11411](https://redirect.github.com/swc-project/swc/issues/11411))
([147df2f](147df2f023))

- **(es/minifier)** Remove inlined IIFE arg and param
([#&#8203;11436](https://redirect.github.com/swc-project/swc/issues/11436))
([2bc5d40](2bc5d402ad))

- **(es/minifier)** Remove inlined IIFE arg and param
([#&#8203;11446](https://redirect.github.com/swc-project/swc/issues/11446))
([baa1ae3](baa1ae3510))

##### Miscellaneous Tasks

- **(deps)** Update `rkyv`
([#&#8203;11419](https://redirect.github.com/swc-project/swc/issues/11419))
([432197b](432197bdc7))

- **(deps)** Update lru to 0.16.3
([#&#8203;11438](https://redirect.github.com/swc-project/swc/issues/11438))
([67c2d75](67c2d75291))

- **(deps)** Update browserslist-data to v0.1.5
([#&#8203;11454](https://redirect.github.com/swc-project/swc/issues/11454))
([e9f78f0](e9f78f032f))

- **(helpers)** Replace MagicString with ast-grep's built-in edit API
([#&#8203;11410](https://redirect.github.com/swc-project/swc/issues/11410))
([a3f0d33](a3f0d33916))

- **(hstr/wtf8)** Address legacy FIXME comments by switching to derives
([#&#8203;11416](https://redirect.github.com/swc-project/swc/issues/11416))
([f03bfd8](f03bfd8dd1))

##### Performance

- **(es/codegen, es/utils)** Migrate to dragonbox\_ecma for faster
Number::toString
([#&#8203;11412](https://redirect.github.com/swc-project/swc/issues/11412))
([b7978cc](b7978cc9db))

- **(es/react)** Optimize JSX transforms to reduce allocations
([#&#8203;11425](https://redirect.github.com/swc-project/swc/issues/11425))
([2a20cb6](2a20cb6e34))

##### Refactor

- **(es)** Improve TypeScript transform configuration structure
([#&#8203;11434](https://redirect.github.com/swc-project/swc/issues/11434))
([f33a975](f33a975c74))

- **(es/minifier)** Migrate MinifierPass to Pass trait
([#&#8203;11442](https://redirect.github.com/swc-project/swc/issues/11442))
([a41e631](a41e63193c))

- **(es/minifier)** Improve tpl to str
([#&#8203;11415](https://redirect.github.com/swc-project/swc/issues/11415))
([0239523](0239523c38))

- **(es/react)** Port to VisitMutHook
([#&#8203;11418](https://redirect.github.com/swc-project/swc/issues/11418))
([9604d9c](9604d9cc8a))

- **(es/transformer)** Remove OptionalHook wrapper in favor of Option<H>
([#&#8203;11430](https://redirect.github.com/swc-project/swc/issues/11430))
([72da6bd](72da6bdd52))

- **(es/transforms)** Migrate TypeScript transform to Pass trait
([#&#8203;11439](https://redirect.github.com/swc-project/swc/issues/11439))
([dd007c6](dd007c64a6))

##### Testing

- **(es)** Enable benchmark for `swc`
([#&#8203;11420](https://redirect.github.com/swc-project/swc/issues/11420))
([3a50a25](3a50a25927))

- Disable LTO for benchmarks
([#&#8203;11421](https://redirect.github.com/swc-project/swc/issues/11421))
([af3c2d3](af3c2d36d7))

- Use rstest as the test framework
([#&#8203;11417](https://redirect.github.com/swc-project/swc/issues/11417))
([fae258f](fae258f530))

##### Ci

- Collapse preivous `claude[bot]` PR review comments
([affb6a2](affb6a29de))

</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

---

## Need help?
You can ask for more help in the following Slack channel:
#proj-renovate-self-hosted. In that channel you can also find ADR and
FAQ docs in the Resources section.

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi44Mi4zIiwidXBkYXRlZEluVmVyIjoiNDIuODIuMyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsidXBkYXRlLXBhdGNoIl19-->

Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
Co-authored-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
2026-01-22 18:13:24 -08:00
renovate-sh-app[bot]
6607957d80 chore(deps): update typescript-eslint monorepo to v8.53.1 (#2241)
This PR contains the following updates:

| Package | Change |
[Age](https://docs.renovatebot.com/merge-confidence/) |
[Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|
|
[@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin)
([source](https://redirect.github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin))
| [`8.53.0` →
`8.53.1`](https://renovatebot.com/diffs/npm/@typescript-eslint%2feslint-plugin/8.53.0/8.53.1)
|
![age](https://developer.mend.io/api/mc/badges/age/npm/@typescript-eslint%2feslint-plugin/8.53.1?slim=true)
|
![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@typescript-eslint%2feslint-plugin/8.53.0/8.53.1?slim=true)
|
|
[@typescript-eslint/parser](https://typescript-eslint.io/packages/parser)
([source](https://redirect.github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser))
| [`8.53.0` →
`8.53.1`](https://renovatebot.com/diffs/npm/@typescript-eslint%2fparser/8.53.0/8.53.1)
|
![age](https://developer.mend.io/api/mc/badges/age/npm/@typescript-eslint%2fparser/8.53.1?slim=true)
|
![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@typescript-eslint%2fparser/8.53.0/8.53.1?slim=true)
|

---

### Release Notes

<details>
<summary>typescript-eslint/typescript-eslint
(@&#8203;typescript-eslint/eslint-plugin)</summary>

###
[`v8.53.1`](https://redirect.github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#8531-2026-01-19)

[Compare
Source](https://redirect.github.com/typescript-eslint/typescript-eslint/compare/v8.53.0...v8.53.1)

##### 🩹 Fixes

- **utils:** make RuleCreator root defaultOptions optional
([#&#8203;11956](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11956))
- **eslint-plugin:** \[consistent-indexed-object-style] skip fixer if
interface is a default export
([#&#8203;11951](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11951))

##### ❤️ Thank You

- Cameron
- Yukihiro Hasegawa [@&#8203;y-hsgw](https://redirect.github.com/y-hsgw)

You can read about our [versioning
strategy](https://typescript-eslint.io/users/versioning) and
[releases](https://typescript-eslint.io/users/releases) on our website.

</details>

<details>
<summary>typescript-eslint/typescript-eslint
(@&#8203;typescript-eslint/parser)</summary>

###
[`v8.53.1`](https://redirect.github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#8531-2026-01-19)

[Compare
Source](https://redirect.github.com/typescript-eslint/typescript-eslint/compare/v8.53.0...v8.53.1)

This was a version bump only for parser to align it with other projects,
there were no code changes.

You can read about our [versioning
strategy](https://typescript-eslint.io/users/versioning) and
[releases](https://typescript-eslint.io/users/releases) on our website.

</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

---

## Need help?
You can ask for more help in the following Slack channel:
#proj-renovate-self-hosted. In that channel you can also find ADR and
FAQ docs in the Resources section.

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi44Mi4zIiwidXBkYXRlZEluVmVyIjoiNDIuODIuMyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsidXBkYXRlLXBhdGNoIl19-->

Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
Co-authored-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
2026-01-22 18:12:50 -08:00
renovate-sh-app[bot]
96061f4c4e chore(deps): update python:3 docker digest to 17bc9f1 (#2234)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| python | final | digest | `37cba11` → `17bc9f1` |

---

### 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

---

## Need help?
You can ask for more help in the following Slack channel:
#proj-renovate-self-hosted. In that channel you can also find ADR and
FAQ docs in the Resources section.

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi44Mi4zIiwidXBkYXRlZEluVmVyIjoiNDIuODIuMyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZG9ja2VyIl19-->

Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
Co-authored-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
Co-authored-by: Jocelyn Collado-Kuri <jcolladokuri@icloud.com>
2026-01-22 11:43:49 -08:00
renovate-sh-app[bot]
55c11e8e3d chore(deps): update dependency @testing-library/react to v16.3.2 (#2237)
This PR contains the following updates:

| Package | Change |
[Age](https://docs.renovatebot.com/merge-confidence/) |
[Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|
|
[@testing-library/react](https://redirect.github.com/testing-library/react-testing-library)
| [`16.3.1` →
`16.3.2`](https://renovatebot.com/diffs/npm/@testing-library%2freact/16.3.1/16.3.2)
|
![age](https://developer.mend.io/api/mc/badges/age/npm/@testing-library%2freact/16.3.2?slim=true)
|
![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@testing-library%2freact/16.3.1/16.3.2?slim=true)
|

---

### Release Notes

<details>
<summary>testing-library/react-testing-library
(@&#8203;testing-library/react)</summary>

###
[`v16.3.2`](https://redirect.github.com/testing-library/react-testing-library/releases/tag/v16.3.2)

[Compare
Source](https://redirect.github.com/testing-library/react-testing-library/compare/v16.3.1...v16.3.2)

##### Bug Fixes

- Update 'onCaughtError' type inference in 'RenderOptions' to work with
React v19
([#&#8203;1438](https://redirect.github.com/testing-library/react-testing-library/issues/1438))
([f32bd1b](f32bd1b033))

</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

---

## Need help?
You can ask for more help in the following Slack channel:
#proj-renovate-self-hosted. In that channel you can also find ADR and
FAQ docs in the Resources section.

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi44Mi4zIiwidXBkYXRlZEluVmVyIjoiNDIuODIuMyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsidXBkYXRlLXBhdGNoIl19-->

Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
Co-authored-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
2026-01-22 09:56:42 -08:00
renovate-sh-app[bot]
4ba5394fe5 chore(deps): update dependency eslint-plugin-jsdoc to v62.2.0 (#2238)
This PR contains the following updates:

| Package | Change |
[Age](https://docs.renovatebot.com/merge-confidence/) |
[Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|
|
[eslint-plugin-jsdoc](https://redirect.github.com/gajus/eslint-plugin-jsdoc)
| [`62.1.0` →
`62.2.0`](https://renovatebot.com/diffs/npm/eslint-plugin-jsdoc/62.1.0/62.2.0)
|
![age](https://developer.mend.io/api/mc/badges/age/npm/eslint-plugin-jsdoc/62.2.0?slim=true)
|
![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/eslint-plugin-jsdoc/62.1.0/62.2.0?slim=true)
|

---

### Release Notes

<details>
<summary>gajus/eslint-plugin-jsdoc (eslint-plugin-jsdoc)</summary>

###
[`v62.2.0`](https://redirect.github.com/gajus/eslint-plugin-jsdoc/releases/tag/v62.2.0)

[Compare
Source](https://redirect.github.com/gajus/eslint-plugin-jsdoc/compare/v62.1.0...v62.2.0)

##### Features

- **`no-undefined-types`:** support strict validation for TS namespaces
([#&#8203;1616](https://redirect.github.com/gajus/eslint-plugin-jsdoc/issues/1616))
([ed260c5](ed260c59ee))

</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

---

## Need help?
You can ask for more help in the following Slack channel:
#proj-renovate-self-hosted. In that channel you can also find ADR and
FAQ docs in the Resources section.

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi44Mi4zIiwidXBkYXRlZEluVmVyIjoiNDIuODIuMyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsidXBkYXRlLW1pbm9yIl19-->

Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
Co-authored-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
2026-01-22 09:56:06 -08:00
renovate-sh-app[bot]
e388bd7d08 chore(deps): update dependency lodash to v4.17.23 [security] (#2236)
This PR contains the following updates:

| Package | Change |
[Age](https://docs.renovatebot.com/merge-confidence/) |
[Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|
| [lodash](https://lodash.com/)
([source](https://redirect.github.com/lodash/lodash)) | [`4.17.21` →
`4.17.23`](https://renovatebot.com/diffs/npm/lodash/4.17.21/4.17.23) |
![age](https://developer.mend.io/api/mc/badges/age/npm/lodash/4.17.23?slim=true)
|
![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/lodash/4.17.21/4.17.23?slim=true)
|

### GitHub Vulnerability Alerts

####
[CVE-2025-13465](https://redirect.github.com/lodash/lodash/security/advisories/GHSA-xxjr-mmjv-4gpg)

### Impact

Lodash versions 4.0.0 through 4.17.22 are vulnerable to prototype
pollution in the `_.unset` and `_.omit` functions. An attacker can pass
crafted paths which cause Lodash to delete methods from global
prototypes.

The issue permits deletion of properties but does not allow overwriting
their original behavior.

### Patches

This issue is patched on 4.17.23.

---

### Lodash has Prototype Pollution Vulnerability in `_.unset` and
`_.omit` functions
[CVE-2025-13465](https://nvd.nist.gov/vuln/detail/CVE-2025-13465) /
[GHSA-xxjr-mmjv-4gpg](https://redirect.github.com/advisories/GHSA-xxjr-mmjv-4gpg)

<details>
<summary>More information</summary>

#### Details
##### Impact

Lodash versions 4.0.0 through 4.17.22 are vulnerable to prototype
pollution in the `_.unset` and `_.omit` functions. An attacker can pass
crafted paths which cause Lodash to delete methods from global
prototypes.

The issue permits deletion of properties but does not allow overwriting
their original behavior.

##### Patches

This issue is patched on 4.17.23.

#### Severity
- CVSS Score: 6.9 / 10 (Medium)
- Vector String:
`CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:L/VA:L/SC:H/SI:H/SA:H/E:P`

#### References
-
[https://github.com/lodash/lodash/security/advisories/GHSA-xxjr-mmjv-4gpg](https://redirect.github.com/lodash/lodash/security/advisories/GHSA-xxjr-mmjv-4gpg)
-
[https://nvd.nist.gov/vuln/detail/CVE-2025-13465](https://nvd.nist.gov/vuln/detail/CVE-2025-13465)
-
[edadd45214)
-
[https://github.com/lodash/lodash](https://redirect.github.com/lodash/lodash)

This data is provided by
[OSV](https://osv.dev/vulnerability/GHSA-xxjr-mmjv-4gpg) and the [GitHub
Advisory Database](https://redirect.github.com/github/advisory-database)
([CC-BY
4.0](https://redirect.github.com/github/advisory-database/blob/main/LICENSE.md)).
</details>

---

### Release Notes

<details>
<summary>lodash/lodash (lodash)</summary>

###
[`v4.17.23`](https://redirect.github.com/lodash/lodash/compare/4.17.21...4.17.23)

[Compare
Source](https://redirect.github.com/lodash/lodash/compare/4.17.21...4.17.23)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "" (UTC), Automerge - At any time (no
schedule defined).

🚦 **Automerge**: Enabled.

♻ **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

---

## Need help?
You can ask for more help in the following Slack channel:
#proj-renovate-self-hosted. In that channel you can also find ADR and
FAQ docs in the Resources section.

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

Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
Co-authored-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
2026-01-22 10:51:48 +00:00
dependabot[bot]
ff4ddc6ead Chore(deps): Bump tar from 7.5.2 to 7.5.6 (#2232)
Bumps [tar](https://github.com/isaacs/node-tar) from 7.5.2 to 7.5.6.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="394ece6ad8"><code>394ece6</code></a>
7.5.6</li>
<li><a
href="7d4cc17c76"><code>7d4cc17</code></a>
fix race puting a Link ahead of its target File</li>
<li><a
href="26ab90474e"><code>26ab904</code></a>
7.5.5</li>
<li><a
href="e9a1ddb821"><code>e9a1ddb</code></a>
fix: do not prevent valid linkpaths within archive</li>
<li><a
href="911c886bb1"><code>911c886</code></a>
7.5.4</li>
<li><a
href="3b1abfae65"><code>3b1abfa</code></a>
normalize out unicode ligatures</li>
<li><a
href="a43478c5c5"><code>a43478c</code></a>
remove some unused files</li>
<li><a
href="970c58f6d3"><code>970c58f</code></a>
update deps</li>
<li><a
href="bb21974894"><code>bb21974</code></a>
update changelog</li>
<li><a
href="03138441b2"><code>0313844</code></a>
7.5.3</li>
<li>Additional commits viewable in <a
href="https://github.com/isaacs/node-tar/compare/v7.5.2...v7.5.6">compare
view</a></li>
</ul>
</details>
<details>
<summary>Maintainer changes</summary>
<p>This version was pushed to npm by <a
href="https://www.npmjs.com/~isaacs">isaacs</a>, a new releaser for tar
since your current version.</p>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tar&package-manager=npm_and_yarn&previous-version=7.5.2&new-version=7.5.6)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
You can disable automated security fix PRs for this repo from the
[Security Alerts
page](https://github.com/grafana/grafana-zabbix/network/alerts).

</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-21 12:25:32 +00:00
renovate-sh-app[bot]
e88b15b32c chore(deps): update typescript-eslint monorepo to v8.53.0 (#2224)
This PR contains the following updates:

| Package | Change |
[Age](https://docs.renovatebot.com/merge-confidence/) |
[Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|
|
[@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin)
([source](https://redirect.github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin))
| [`8.52.0` →
`8.53.0`](https://renovatebot.com/diffs/npm/@typescript-eslint%2feslint-plugin/8.52.0/8.53.0)
|
![age](https://developer.mend.io/api/mc/badges/age/npm/@typescript-eslint%2feslint-plugin/8.53.0?slim=true)
|
![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@typescript-eslint%2feslint-plugin/8.52.0/8.53.0?slim=true)
|
|
[@typescript-eslint/parser](https://typescript-eslint.io/packages/parser)
([source](https://redirect.github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser))
| [`8.52.0` →
`8.53.0`](https://renovatebot.com/diffs/npm/@typescript-eslint%2fparser/8.52.0/8.53.0)
|
![age](https://developer.mend.io/api/mc/badges/age/npm/@typescript-eslint%2fparser/8.53.0?slim=true)
|
![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@typescript-eslint%2fparser/8.52.0/8.53.0?slim=true)
|

---

### Release Notes

<details>
<summary>typescript-eslint/typescript-eslint
(@&#8203;typescript-eslint/eslint-plugin)</summary>

###
[`v8.53.0`](https://redirect.github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#8530-2026-01-12)

[Compare
Source](https://redirect.github.com/typescript-eslint/typescript-eslint/compare/v8.52.0...v8.53.0)

##### 🚀 Features

- **eslint-plugin:** add rule \[strict-void-return]
([#&#8203;9707](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9707))
- **eslint-plugin:** \[no-unused-vars] add a fixer to remove unused
imports
([#&#8203;11922](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11922))

##### 🩹 Fixes

- **eslint-plugin:** \[no-useless-default-assignment] fix false positive
for parameters corresponding to a rest parameter
([#&#8203;11916](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11916))
- **eslint-plugin:** replace unclear "`error` typed" with more helpful
description
([#&#8203;11704](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11704))
- **typescript-estree:** forbid invalid `extends` and `implements` in
interface declaration
([#&#8203;11935](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11935))
- **typescript-estree:** forbid invalid class implements
([#&#8203;11934](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11934))
- **typescript-estree:** forbid type-only import with both default and
named specifiers
([#&#8203;11930](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11930))

##### ❤️ Thank You

- Brad Zacher
[@&#8203;bradzacher](https://redirect.github.com/bradzacher)
- fisker Cheung [@&#8203;fisker](https://redirect.github.com/fisker)
- Josh Goldberg
- Josh Goldberg 
- Kirk Waiblinger
- Niki [@&#8203;phaux](https://redirect.github.com/phaux)
- Nikita
- SungHyun627
[@&#8203;SungHyun627](https://redirect.github.com/SungHyun627)
- Will Harney [@&#8203;wjhsf](https://redirect.github.com/wjhsf)

You can read about our [versioning
strategy](https://typescript-eslint.io/users/versioning) and
[releases](https://typescript-eslint.io/users/releases) on our website.

</details>

<details>
<summary>typescript-eslint/typescript-eslint
(@&#8203;typescript-eslint/parser)</summary>

###
[`v8.53.0`](https://redirect.github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#8530-2026-01-12)

[Compare
Source](https://redirect.github.com/typescript-eslint/typescript-eslint/compare/v8.52.0...v8.53.0)

This was a version bump only for parser to align it with other projects,
there were no code changes.

You can read about our [versioning
strategy](https://typescript-eslint.io/users/versioning) and
[releases](https://typescript-eslint.io/users/releases) on our website.

</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

---

## Need help?
You can ask for more help in the following Slack channel:
#proj-renovate-self-hosted. In that channel you can also find ADR and
FAQ docs in the Resources section.

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi44Mi4zIiwidXBkYXRlZEluVmVyIjoiNDIuODIuMyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsidXBkYXRlLW1pbm9yIl19-->

Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
Co-authored-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
2026-01-21 12:24:56 +00:00
renovate-sh-app[bot]
ef773399c6 chore(deps): update dependency eslint-plugin-jsdoc to v62.1.0 (#2231)
This PR contains the following updates:

| Package | Change |
[Age](https://docs.renovatebot.com/merge-confidence/) |
[Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|
|
[eslint-plugin-jsdoc](https://redirect.github.com/gajus/eslint-plugin-jsdoc)
| [`62.0.1` →
`62.1.0`](https://renovatebot.com/diffs/npm/eslint-plugin-jsdoc/62.0.1/62.1.0)
|
![age](https://developer.mend.io/api/mc/badges/age/npm/eslint-plugin-jsdoc/62.1.0?slim=true)
|
![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/eslint-plugin-jsdoc/62.0.1/62.1.0?slim=true)
|

---

### Release Notes

<details>
<summary>gajus/eslint-plugin-jsdoc (eslint-plugin-jsdoc)</summary>

###
[`v62.1.0`](https://redirect.github.com/gajus/eslint-plugin-jsdoc/releases/tag/v62.1.0)

[Compare
Source](https://redirect.github.com/gajus/eslint-plugin-jsdoc/compare/v62.0.1...v62.1.0)

##### Features

- update comment-parser; fixes
[#&#8203;1116](https://redirect.github.com/gajus/eslint-plugin-jsdoc/issues/1116)
; fixes
[#&#8203;1348](https://redirect.github.com/gajus/eslint-plugin-jsdoc/issues/1348)
([0170773](0170773d9a))

</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

---

## Need help?
You can ask for more help in the following Slack channel:
#proj-renovate-self-hosted. In that channel you can also find ADR and
FAQ docs in the Resources section.

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi44Mi4zIiwidXBkYXRlZEluVmVyIjoiNDIuODIuMyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsidXBkYXRlLW1pbm9yIl19-->

Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
Co-authored-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
2026-01-21 10:03:32 +00:00
renovate-sh-app[bot]
c96155c4a1 chore(deps): update dependency eslint-plugin-jsdoc to v62.0.1 (#2230)
This PR contains the following updates:

| Package | Change |
[Age](https://docs.renovatebot.com/merge-confidence/) |
[Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|
|
[eslint-plugin-jsdoc](https://redirect.github.com/gajus/eslint-plugin-jsdoc)
| [`62.0.0` →
`62.0.1`](https://renovatebot.com/diffs/npm/eslint-plugin-jsdoc/62.0.0/62.0.1)
|
![age](https://developer.mend.io/api/mc/badges/age/npm/eslint-plugin-jsdoc/62.0.1?slim=true)
|
![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/eslint-plugin-jsdoc/62.0.0/62.0.1?slim=true)
|

---

### Release Notes

<details>
<summary>gajus/eslint-plugin-jsdoc (eslint-plugin-jsdoc)</summary>

###
[`v62.0.1`](https://redirect.github.com/gajus/eslint-plugin-jsdoc/releases/tag/v62.0.1)

[Compare
Source](https://redirect.github.com/gajus/eslint-plugin-jsdoc/compare/v62.0.0...v62.0.1)

##### Bug Fixes

- **`require-template`:** treat infer statement types as defined; fixes
[#&#8203;1628](https://redirect.github.com/gajus/eslint-plugin-jsdoc/issues/1628)
([e63dc23](e63dc23feb))

</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

---

## Need help?
You can ask for more help in the following Slack channel:
#proj-renovate-self-hosted. In that channel you can also find ADR and
FAQ docs in the Resources section.

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi44Mi4zIiwidXBkYXRlZEluVmVyIjoiNDIuODIuMyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsidXBkYXRlLXBhdGNoIl19-->

Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
Co-authored-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
2026-01-20 13:56:14 +00:00
renovate-sh-app[bot]
98af1074cd fix(deps): update module golang.org/x/net to v0.49.0 (#2226)
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/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)
|

---

### 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

---

## Need help?
You can ask for more help in the following Slack channel:
#proj-renovate-self-hosted. In that channel you can also find ADR and
FAQ docs in the Resources section.

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi44Mi4zIiwidXBkYXRlZEluVmVyIjoiNDIuODIuMyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsidXBkYXRlLW1pbm9yIl19-->

Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
Co-authored-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
2026-01-20 10:43:26 +00:00
renovate-sh-app[bot]
17883d72b4 chore(deps): update zabbix/zabbix-web-nginx-pgsql:alpine-7.0-latest docker digest to 927b9a2 (#2215)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| zabbix/zabbix-web-nginx-pgsql | digest | `08b2b13` → `927b9a2` |

---

### 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

---

## Need help?
You can ask for more help in the following Slack channel:
#proj-renovate-self-hosted. In that channel you can also find ADR and
FAQ docs in the Resources section.

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

Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
Co-authored-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
2026-01-20 07:24:18 +00:00
renovate-sh-app[bot]
64c73445d2 chore(deps): update dependency @babel/core to v7.28.6 (#2216)
This PR contains the following updates:

| Package | Change |
[Age](https://docs.renovatebot.com/merge-confidence/) |
[Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|
| [@babel/core](https://babel.dev/docs/en/next/babel-core)
([source](https://redirect.github.com/babel/babel/tree/HEAD/packages/babel-core))
| [`7.28.5` →
`7.28.6`](https://renovatebot.com/diffs/npm/@babel%2fcore/7.28.5/7.28.6)
|
![age](https://developer.mend.io/api/mc/badges/age/npm/@babel%2fcore/7.28.6?slim=true)
|
![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@babel%2fcore/7.28.5/7.28.6?slim=true)
|

---

### Release Notes

<details>
<summary>babel/babel (@&#8203;babel/core)</summary>

###
[`v7.28.6`](https://redirect.github.com/babel/babel/releases/tag/v7.28.6)

[Compare
Source](https://redirect.github.com/babel/babel/compare/v7.28.5...v7.28.6)

#### v7.28.6 (2026-01-12)

Thanks [@&#8203;kadhirash](https://redirect.github.com/kadhirash) and
[@&#8203;kolvian](https://redirect.github.com/kolvian) for your first
PRs!

##### 🐛 Bug Fix

- `babel-cli`, `babel-code-frame`, `babel-core`,
`babel-helper-check-duplicate-nodes`, `babel-helper-fixtures`,
`babel-helper-plugin-utils`, `babel-node`,
`babel-plugin-transform-flow-comments`,
`babel-plugin-transform-modules-commonjs`,
`babel-plugin-transform-property-mutators`, `babel-preset-env`,
`babel-traverse`, `babel-types`
- [#&#8203;17589](https://redirect.github.com/babel/babel/pull/17589)
Improve Unicode handling in code-frame tokenizer
([@&#8203;JLHwung](https://redirect.github.com/JLHwung))
- `babel-plugin-transform-regenerator`
- [#&#8203;17556](https://redirect.github.com/babel/babel/pull/17556)
fix: `transform-regenerator` correctly handles scope
([@&#8203;liuxingbaoyu](https://redirect.github.com/liuxingbaoyu))
- `babel-plugin-transform-react-jsx`
- [#&#8203;17538](https://redirect.github.com/babel/babel/pull/17538)
fix: Keep jsx comments
([@&#8203;liuxingbaoyu](https://redirect.github.com/liuxingbaoyu))

##### :nail\_care: Polish

- `babel-core`, `babel-standalone`
- [#&#8203;17606](https://redirect.github.com/babel/babel/pull/17606)
Polish(standalone): improve message on invalid preset/plugin
([@&#8203;JLHwung](https://redirect.github.com/JLHwung))

##### 🏠 Internal

- `babel-plugin-bugfix-v8-static-class-fields-redefine-readonly`,
`babel-plugin-proposal-decorators`,
`babel-plugin-proposal-import-attributes-to-assertions`,
`babel-plugin-proposal-import-wasm-source`,
`babel-plugin-syntax-async-do-expressions`,
`babel-plugin-syntax-decorators`,
`babel-plugin-syntax-destructuring-private`,
`babel-plugin-syntax-do-expressions`,
`babel-plugin-syntax-explicit-resource-management`,
`babel-plugin-syntax-export-default-from`, `babel-plugin-syntax-flow`,
`babel-plugin-syntax-function-bind`,
`babel-plugin-syntax-function-sent`,
`babel-plugin-syntax-import-assertions`,
`babel-plugin-syntax-import-attributes`,
`babel-plugin-syntax-import-defer`, `babel-plugin-syntax-import-source`,
`babel-plugin-syntax-jsx`, `babel-plugin-syntax-module-blocks`,
`babel-plugin-syntax-optional-chaining-assign`,
`babel-plugin-syntax-partial-application`,
`babel-plugin-syntax-pipeline-operator`,
`babel-plugin-syntax-throw-expressions`,
`babel-plugin-syntax-typescript`,
`babel-plugin-transform-async-generator-functions`,
`babel-plugin-transform-async-to-generator`,
`babel-plugin-transform-class-properties`,
`babel-plugin-transform-class-static-block`,
`babel-plugin-transform-dotall-regex`,
`babel-plugin-transform-duplicate-named-capturing-groups-regex`,
`babel-plugin-transform-explicit-resource-management`,
`babel-plugin-transform-exponentiation-operator`,
`babel-plugin-transform-json-strings`,
`babel-plugin-transform-logical-assignment-operators`,
`babel-plugin-transform-nullish-coalescing-operator`,
`babel-plugin-transform-numeric-separator`,
`babel-plugin-transform-object-rest-spread`,
`babel-plugin-transform-optional-catch-binding`,
`babel-plugin-transform-optional-chaining`,
`babel-plugin-transform-private-methods`,
`babel-plugin-transform-private-property-in-object`,
`babel-plugin-transform-regexp-modifiers`,
`babel-plugin-transform-unicode-property-regex`,
`babel-plugin-transform-unicode-sets-regex`
- [#&#8203;17580](https://redirect.github.com/babel/babel/pull/17580)
Allow Babel 8 in compatible Babel 7 plugins
([@&#8203;nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo))

##### :running\_woman: Performance

- `babel-plugin-transform-react-jsx`
- [#&#8203;17555](https://redirect.github.com/babel/babel/pull/17555)
perf: Use lighter traversal for jsx `__source,__self`
([@&#8203;liuxingbaoyu](https://redirect.github.com/liuxingbaoyu))

##### Committers: 7

- Babel Bot ([@&#8203;babel-bot](https://redirect.github.com/babel-bot))
- Eliot Pontarelli
([@&#8203;kolvian](https://redirect.github.com/kolvian))
- Huáng Jùnliàng
([@&#8203;JLHwung](https://redirect.github.com/JLHwung))
- Kadhirash Sivakumar
([@&#8203;kadhirash](https://redirect.github.com/kadhirash))
- Nicolò Ribaudo
([@&#8203;nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo))
- [@&#8203;liuxingbaoyu](https://redirect.github.com/liuxingbaoyu)
- coderaiser
([@&#8203;coderaiser](https://redirect.github.com/coderaiser))

</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

---

## Need help?
You can ask for more help in the following Slack channel:
#proj-renovate-self-hosted. In that channel you can also find ADR and
FAQ docs in the Resources section.

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi44Mi4zIiwidXBkYXRlZEluVmVyIjoiNDIuODIuMyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsidXBkYXRlLXBhdGNoIl19-->

Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
Co-authored-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
2026-01-20 07:23:53 +00:00
renovate-sh-app[bot]
f511ec060e chore(deps): update dependency @grafana/plugin-e2e to v3.1.2 (#2217)
This PR contains the following updates:

| Package | Change |
[Age](https://docs.renovatebot.com/merge-confidence/) |
[Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|
|
[@grafana/plugin-e2e](https://redirect.github.com/grafana/plugin-tools)
([source](https://redirect.github.com/grafana/plugin-tools/tree/HEAD/packages/plugin-e2e))
| [`3.1.1` →
`3.1.2`](https://renovatebot.com/diffs/npm/@grafana%2fplugin-e2e/3.1.1/3.1.2)
|
![age](https://developer.mend.io/api/mc/badges/age/npm/@grafana%2fplugin-e2e/3.1.2?slim=true)
|
![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@grafana%2fplugin-e2e/3.1.1/3.1.2?slim=true)
|

---

### Release Notes

<details>
<summary>grafana/plugin-tools (@&#8203;grafana/plugin-e2e)</summary>

###
[`v3.1.2`](https://redirect.github.com/grafana/plugin-tools/compare/@grafana/plugin-e2e@3.1.1...@grafana/plugin-e2e@3.1.2)

[Compare
Source](https://redirect.github.com/grafana/plugin-tools/compare/@grafana/plugin-e2e@3.1.1...@grafana/plugin-e2e@3.1.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

---

## Need help?
You can ask for more help in the following Slack channel:
#proj-renovate-self-hosted. In that channel you can also find ADR and
FAQ docs in the Resources section.

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi44Mi4zIiwidXBkYXRlZEluVmVyIjoiNDIuODIuMyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsidXBkYXRlLXBhdGNoIl19-->

Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
Co-authored-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
2026-01-20 07:23:24 +00:00
renovate-sh-app[bot]
092e1c6014 chore(deps): update dependency eslint-plugin-prettier to v5.5.5 (#2218)
This PR contains the following updates:

| Package | Change |
[Age](https://docs.renovatebot.com/merge-confidence/) |
[Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|
|
[eslint-plugin-prettier](https://redirect.github.com/prettier/eslint-plugin-prettier)
| [`5.5.4` →
`5.5.5`](https://renovatebot.com/diffs/npm/eslint-plugin-prettier/5.5.4/5.5.5)
|
![age](https://developer.mend.io/api/mc/badges/age/npm/eslint-plugin-prettier/5.5.5?slim=true)
|
![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/eslint-plugin-prettier/5.5.4/5.5.5?slim=true)
|

---

### Release Notes

<details>
<summary>prettier/eslint-plugin-prettier
(eslint-plugin-prettier)</summary>

###
[`v5.5.5`](https://redirect.github.com/prettier/eslint-plugin-prettier/blob/HEAD/CHANGELOG.md#555)

[Compare
Source](https://redirect.github.com/prettier/eslint-plugin-prettier/compare/v5.5.4...v5.5.5)

##### Patch Changes

-
[#&#8203;772](https://redirect.github.com/prettier/eslint-plugin-prettier/pull/772)
[`7264ed0`](7264ed0a6c)
Thanks [@&#8203;BPScott](https://redirect.github.com/BPScott)! - Bump
prettier-linter-helpers dependency to v1.0.1

-
[#&#8203;776](https://redirect.github.com/prettier/eslint-plugin-prettier/pull/776)
[`77651a3`](77651a33cd)
Thanks [@&#8203;aswils](https://redirect.github.com/aswils)! - fix: bump
synckit for yarn PnP ESM issue

</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

---

## Need help?
You can ask for more help in the following Slack channel:
#proj-renovate-self-hosted. In that channel you can also find ADR and
FAQ docs in the Resources section.

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi44Mi4zIiwidXBkYXRlZEluVmVyIjoiNDIuODIuMyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsidXBkYXRlLXBhdGNoIl19-->

Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
Co-authored-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
2026-01-20 07:22:59 +00:00
renovate-sh-app[bot]
a05b93314d chore(deps): update dependency swc-loader to v0.2.7 (#2219)
This PR contains the following updates:

| Package | Change |
[Age](https://docs.renovatebot.com/merge-confidence/) |
[Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|
| [swc-loader](https://redirect.github.com/swc-project/pkgs) | [`0.2.6`
→ `0.2.7`](https://renovatebot.com/diffs/npm/swc-loader/0.2.6/0.2.7) |
![age](https://developer.mend.io/api/mc/badges/age/npm/swc-loader/0.2.7?slim=true)
|
![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/swc-loader/0.2.6/0.2.7?slim=true)
|

---

### 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

---

## Need help?
You can ask for more help in the following Slack channel:
#proj-renovate-self-hosted. In that channel you can also find ADR and
FAQ docs in the Resources section.

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi44Mi4zIiwidXBkYXRlZEluVmVyIjoiNDIuODIuMyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsidXBkYXRlLXBhdGNoIl19-->

Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
Co-authored-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
2026-01-20 07:22:34 +00:00
renovate-sh-app[bot]
0a5129cf2c chore(deps): update actions/setup-go action to v6.2.0 (#2220)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [actions/setup-go](https://redirect.github.com/actions/setup-go) |
action | minor | `v6.1.0` → `v6.2.0` |

---

### Release Notes

<details>
<summary>actions/setup-go (actions/setup-go)</summary>

###
[`v6.2.0`](https://redirect.github.com/actions/setup-go/releases/tag/v6.2.0)

[Compare
Source](https://redirect.github.com/actions/setup-go/compare/v6.1.0...v6.2.0)

#### What's Changed

##### Enhancements

- Example for restore-only cache in documentation by
[@&#8203;aparnajyothi-y](https://redirect.github.com/aparnajyothi-y) in
[#&#8203;696](https://redirect.github.com/actions/setup-go/pull/696)
- Update Node.js version in action.yml by
[@&#8203;ccoVeille](https://redirect.github.com/ccoVeille) in
[#&#8203;691](https://redirect.github.com/actions/setup-go/pull/691)
- Documentation update of actions/checkout by
[@&#8203;deining](https://redirect.github.com/deining) in
[#&#8203;683](https://redirect.github.com/actions/setup-go/pull/683)

##### Dependency updates

- Upgrade js-yaml from 3.14.1 to 3.14.2 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;682](https://redirect.github.com/actions/setup-go/pull/682)
- Upgrade
[@&#8203;actions/cache](https://redirect.github.com/actions/cache) to v5
by [@&#8203;salmanmkc](https://redirect.github.com/salmanmkc) in
[#&#8203;695](https://redirect.github.com/actions/setup-go/pull/695)
- Upgrade actions/checkout from 5 to 6 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;686](https://redirect.github.com/actions/setup-go/pull/686)
- Upgrade qs from 6.14.0 to 6.14.1 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;703](https://redirect.github.com/actions/setup-go/pull/703)

#### New Contributors

- [@&#8203;ccoVeille](https://redirect.github.com/ccoVeille) made their
first contribution in
[#&#8203;691](https://redirect.github.com/actions/setup-go/pull/691)
- [@&#8203;deining](https://redirect.github.com/deining) made their
first contribution in
[#&#8203;683](https://redirect.github.com/actions/setup-go/pull/683)

**Full Changelog**:
<https://github.com/actions/setup-go/compare/v6...v6.2.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

---

## Need help?
You can ask for more help in the following Slack channel:
#proj-renovate-self-hosted. In that channel you can also find ADR and
FAQ docs in the Resources section.

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi44Mi4zIiwidXBkYXRlZEluVmVyIjoiNDIuODIuMyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsidXBkYXRlLW1pbm9yIl19-->

Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
Co-authored-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
2026-01-20 07:22:10 +00:00
renovate-sh-app[bot]
b56f9e7ebb chore(deps): update dependency cspell to v9.6.0 (#2221)
This PR contains the following updates:

| Package | Change |
[Age](https://docs.renovatebot.com/merge-confidence/) |
[Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|
| [cspell](https://cspell.org/)
([source](https://redirect.github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell))
| [`9.4.0` →
`9.6.0`](https://renovatebot.com/diffs/npm/cspell/9.4.0/9.6.0) |
![age](https://developer.mend.io/api/mc/badges/age/npm/cspell/9.6.0?slim=true)
|
![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/cspell/9.4.0/9.6.0?slim=true)
|

---

### Release Notes

<details>
<summary>streetsidesoftware/cspell (cspell)</summary>

###
[`v9.6.0`](https://redirect.github.com/streetsidesoftware/cspell/blob/HEAD/packages/cspell/CHANGELOG.md#v960-2026-01-12)

[Compare
Source](https://redirect.github.com/streetsidesoftware/cspell/compare/v9.4.0...v9.6.0)

##### Features

<details>
<summary>feat: ESLint-plugin -- Distinguish between Forbidden,
Misspelled, and Unknown words. (<a
href="https://redirect.github.com/streetsidesoftware/cspell/pull/8337">#&#8203;8337</a>)</summary>

##### feat: ESLint-plugin -- Distinguish between Forbidden, Misspelled,
and Unknown words.
([#&#8203;8337](https://redirect.github.com/streetsidesoftware/cspell/pull/8337))

</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

---

## Need help?
You can ask for more help in the following Slack channel:
#proj-renovate-self-hosted. In that channel you can also find ADR and
FAQ docs in the Resources section.

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi44Mi4zIiwidXBkYXRlZEluVmVyIjoiNDIuODIuMyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsidXBkYXRlLW1pbm9yIl19-->

Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
Co-authored-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
2026-01-20 07:21:42 +00:00
renovate-sh-app[bot]
97aeabed61 chore(deps): update dependency mini-css-extract-plugin to v2.10.0 (#2222)
This PR contains the following updates:

| Package | Change |
[Age](https://docs.renovatebot.com/merge-confidence/) |
[Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|
|
[mini-css-extract-plugin](https://redirect.github.com/webpack/mini-css-extract-plugin)
| [`2.9.4` →
`2.10.0`](https://renovatebot.com/diffs/npm/mini-css-extract-plugin/2.9.4/2.10.0)
|
![age](https://developer.mend.io/api/mc/badges/age/npm/mini-css-extract-plugin/2.10.0?slim=true)
|
![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/mini-css-extract-plugin/2.9.4/2.10.0?slim=true)
|

---

### Release Notes

<details>
<summary>webpack/mini-css-extract-plugin
(mini-css-extract-plugin)</summary>

###
[`v2.10.0`](https://redirect.github.com/webpack/mini-css-extract-plugin/blob/HEAD/CHANGELOG.md#2100-2026-01-16)

[Compare
Source](https://redirect.github.com/webpack/mini-css-extract-plugin/compare/v2.9.4...v2.10.0)

##### Features

- respect `output.cssFilename` and `output.cssChunkFilename`
([#&#8203;1151](https://redirect.github.com/webpack/mini-css-extract-plugin/issues/1151))
([54f775d](54f775ddac))

##### Bug Fixes

- prevent generation of a contentHash for a chunk when the set of css
modules is of size 0
([#&#8203;1154](https://redirect.github.com/webpack/mini-css-extract-plugin/issues/1154))
([4e4a95d](4e4a95d164))

#####
[2.9.4](https://redirect.github.com/webpack-contrib/mini-css-extract-plugin/compare/v2.9.3...v2.9.4)
(2025-08-11)

##### Bug Fixes

- hmr crash in some situations
([#&#8203;1140](https://redirect.github.com/webpack-contrib/mini-css-extract-plugin/issues/1140))
([f67c05a](f67c05a230))

#####
[2.9.3](https://redirect.github.com/webpack-contrib/mini-css-extract-plugin/compare/v2.9.2...v2.9.3)
(2025-08-04)

##### Bug Fixes

- should update initial chunks correctly with filename
([dab023f](dab023f4a7))

#####
[2.9.2](https://redirect.github.com/webpack-contrib/mini-css-extract-plugin/compare/v2.9.1...v2.9.2)
(2024-11-01)

##### Bug Fixes

- prefetch and preload runtime generation
([#&#8203;1116](https://redirect.github.com/webpack-contrib/mini-css-extract-plugin/issues/1116))
([58c6b74](58c6b7422a))

#####
[2.9.1](https://redirect.github.com/webpack-contrib/mini-css-extract-plugin/compare/v2.9.0...v2.9.1)
(2024-08-19)

##### Bug Fixes

- add `export default {}` when CSS modules enabled and a file is empty
for the `defaultExport` option
([8f77e19](8f77e19a89))

</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

---

## Need help?
You can ask for more help in the following Slack channel:
#proj-renovate-self-hosted. In that channel you can also find ADR and
FAQ docs in the Resources section.

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi44Mi4zIiwidXBkYXRlZEluVmVyIjoiNDIuODIuMyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsidXBkYXRlLW1pbm9yIl19-->

Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
Co-authored-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
2026-01-20 07:21:21 +00:00
renovate-sh-app[bot]
eecde20d39 chore(deps): update dependency prettier to v3.8.0 (#2223)
This PR contains the following updates:

| Package | Change |
[Age](https://docs.renovatebot.com/merge-confidence/) |
[Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|
| [prettier](https://prettier.io)
([source](https://redirect.github.com/prettier/prettier)) | [`3.7.4` →
`3.8.0`](https://renovatebot.com/diffs/npm/prettier/3.7.4/3.8.0) |
![age](https://developer.mend.io/api/mc/badges/age/npm/prettier/3.8.0?slim=true)
|
![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/prettier/3.7.4/3.8.0?slim=true)
|

---

### Release Notes

<details>
<summary>prettier/prettier (prettier)</summary>

###
[`v3.8.0`](https://redirect.github.com/prettier/prettier/blob/HEAD/CHANGELOG.md#380)

[Compare
Source](https://redirect.github.com/prettier/prettier/compare/3.7.4...3.8.0)


[diff](https://redirect.github.com/prettier/prettier/compare/3.7.4...3.8.0)

🔗 [Release Notes](https://prettier.io/blog/2026/01/14/3.8.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

---

## Need help?
You can ask for more help in the following Slack channel:
#proj-renovate-self-hosted. In that channel you can also find ADR and
FAQ docs in the Resources section.

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi44Mi4zIiwidXBkYXRlZEluVmVyIjoiNDIuODIuMyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsidXBkYXRlLW1pbm9yIl19-->

Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
Co-authored-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
2026-01-20 07:20:57 +00:00
renovate-sh-app[bot]
56a06171ec chore(deps): update dependency @types/node to v25.0.9 (#2196)
This PR contains the following updates:

| Package | Change |
[Age](https://docs.renovatebot.com/merge-confidence/) |
[Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|
|
[@types/node](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node)
([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node))
| [`25.0.5` →
`25.0.9`](https://renovatebot.com/diffs/npm/@types%2fnode/25.0.5/25.0.9)
|
![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fnode/25.0.9?slim=true)
|
![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2fnode/25.0.5/25.0.9?slim=true)
|

---

### 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

---

## Need help?
You can ask for more help in the following Slack channel:
#proj-renovate-self-hosted. In that channel you can also find ADR and
FAQ docs in the Resources section.

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi42NC4xIiwidXBkYXRlZEluVmVyIjoiNDIuNjQuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsidXBkYXRlLXBhdGNoIl19-->

Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
Co-authored-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
Co-authored-by: yesoreyeram <153843+yesoreyeram@users.noreply.github.com>
2026-01-19 23:30:35 +00:00
renovate-sh-app[bot]
92e90c027e chore(deps): update zabbix/zabbix-server-pgsql:alpine-7.0-latest docker digest to 2cec4dd (#2206)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| zabbix/zabbix-server-pgsql | digest | `b3c1451` → `2cec4dd` |

---

### 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

---

## Need help?
You can ask for more help in the following Slack channel:
#proj-renovate-self-hosted. In that channel you can also find ADR and
FAQ docs in the Resources section.

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

Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
Co-authored-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
2026-01-19 23:23:13 +00:00
renovate-sh-app[bot]
0a1121ed73 chore(deps): update dependency @types/lodash to v4.17.23 (#2195)
This PR contains the following updates:

| Package | Change |
[Age](https://docs.renovatebot.com/merge-confidence/) |
[Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|
|
[@types/lodash](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/lodash)
([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash))
| [`4.17.22` →
`4.17.23`](https://renovatebot.com/diffs/npm/@types%2flodash/4.17.22/4.17.23)
|
![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2flodash/4.17.23?slim=true)
|
![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2flodash/4.17.22/4.17.23?slim=true)
|

---

### 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

---

## Need help?
You can ask for more help in the following Slack channel:
#proj-renovate-self-hosted. In that channel you can also find ADR and
FAQ docs in the Resources section.

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi42NC4xIiwidXBkYXRlZEluVmVyIjoiNDIuNjQuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsidXBkYXRlLXBhdGNoIl19-->

Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
Co-authored-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
2026-01-19 23:22:50 +00:00
renovate-sh-app[bot]
a26d77f6e3 chore(deps): update postgres:18 docker digest to 5773fe7 (#2190)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| postgres | digest | `bfe50b2` → `5773fe7` |

---

### 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

---

## Need help?
You can ask for more help in the following Slack channel:
#proj-renovate-self-hosted. In that channel you can also find ADR and
FAQ docs in the Resources section.

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

Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
Co-authored-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
2026-01-19 23:22:21 +00:00
renovate-sh-app[bot]
f92bea2580 chore(deps): update zabbix/zabbix-agent:alpine-7.0-latest docker digest to 5286501 (#2203)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| zabbix/zabbix-agent | digest | `71f1f22` → `5286501` |

---

### 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

---

## Need help?
You can ask for more help in the following Slack channel:
#proj-renovate-self-hosted. In that channel you can also find ADR and
FAQ docs in the Resources section.

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

Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
Co-authored-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
2026-01-19 23:21:49 +00:00
renovate-sh-app[bot]
71127842ea chore(deps): update zabbix/zabbix-server-pgsql:alpine-7.4-latest docker digest to 0337912 (#2207)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| zabbix/zabbix-server-pgsql | digest | `a6f748d` → `0337912` |

---

### 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

---

## Need help?
You can ask for more help in the following Slack channel:
#proj-renovate-self-hosted. In that channel you can also find ADR and
FAQ docs in the Resources section.

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

Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
Co-authored-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
2026-01-19 23:21:26 +00:00
renovate-sh-app[bot]
ffa62a1631 chore(deps): update zabbix/zabbix-web-apache-pgsql:alpine-7.4-latest docker digest to f735795 (#2208)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| zabbix/zabbix-web-apache-pgsql | digest | `9b5ad53` → `f735795` |

---

### 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

---

## Need help?
You can ask for more help in the following Slack channel:
#proj-renovate-self-hosted. In that channel you can also find ADR and
FAQ docs in the Resources section.

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

Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
Co-authored-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
2026-01-19 23:20:39 +00:00
renovate-sh-app[bot]
b926aa85bc chore(deps): update zabbix/zabbix-web-nginx-pgsql:alpine-6.0-latest docker digest to b38d7ae (#2209)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| zabbix/zabbix-web-nginx-pgsql | digest | `e034dd9` → `b38d7ae` |

---

### 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

---

## Need help?
You can ask for more help in the following Slack channel:
#proj-renovate-self-hosted. In that channel you can also find ADR and
FAQ docs in the Resources section.

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

Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
Co-authored-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
2026-01-19 23:20:15 +00:00
dependabot[bot]
fb80f4cc4c Chore(deps): Bump tar from 7.5.2 to 7.5.3 (#2212)
Bumps [tar](https://github.com/isaacs/node-tar) from 7.5.2 to 7.5.3.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="03138441b2"><code>0313844</code></a>
7.5.3</li>
<li><a
href="340eb285b6"><code>340eb28</code></a>
fix: sanitize absolute linkpaths properly</li>
<li><a
href="8bb83f7e51"><code>8bb83f7</code></a>
update deps</li>
<li><a
href="1c4aedd28a"><code>1c4aedd</code></a>
Fix typo in onWriteEntry documentation</li>
<li>See full diff in <a
href="https://github.com/isaacs/node-tar/compare/v7.5.2...v7.5.3">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tar&package-manager=npm_and_yarn&previous-version=7.5.2&new-version=7.5.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
You can disable automated security fix PRs for this repo from the
[Security Alerts
page](https://github.com/grafana/grafana-zabbix/network/alerts).

</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-19 23:19:47 +00:00
renovate-sh-app[bot]
baed463010 chore(deps): update python:3 docker digest to 37cba11 (#2191)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| python | final | digest | `6d58c1a` → `37cba11` |

---

### 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

---

## Need help?
You can ask for more help in the following Slack channel:
#proj-renovate-self-hosted. In that channel you can also find ADR and
FAQ docs in the Resources section.

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi42NC4xIiwidXBkYXRlZEluVmVyIjoiNDIuNjQuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZG9ja2VyIl19-->

Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
Co-authored-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
2026-01-19 23:19:25 +00:00