Skip to content

Commit 122b09c

Browse files
chore(deps): update dependency grafana/flint to v0.7.0 (#1911)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [grafana/flint](https://redirect.github.com/grafana/flint) | minor | `v0.6.0` → `v0.7.0` | --- ### Release Notes <details> <summary>grafana/flint (grafana/flint)</summary> ### [`v0.7.0`](https://redirect.github.com/grafana/flint/releases/tag/v0.7.0) [Compare Source](https://redirect.github.com/grafana/flint/compare/v0.6.0...v0.7.0) ##### Features - handle line-number anchors and issue comments globally ([#&#8203;56](https://redirect.github.com/grafana/flint/issues/56)) ([cf751df](https://redirect.github.com/grafana/flint/commit/cf751df1093a06d8dfac60c9918ef129944494e4)) ##### Bug Fixes - **release-please:** fix footer not appearing on release PRs ([#&#8203;40](https://redirect.github.com/grafana/flint/issues/40)) ([d7a55e4](https://redirect.github.com/grafana/flint/commit/d7a55e4a2ea3754afb84c5c31eeb742b374c21e0)) - use remap instead of exclude for issue comment anchors ([#&#8203;58](https://redirect.github.com/grafana/flint/issues/58)) ([656f355](https://redirect.github.com/grafana/flint/commit/656f355db5280a86c885da957f34193d1efc800e)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), 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 --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/prometheus/client_java). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yNi41IiwidXBkYXRlZEluVmVyIjoiNDMuMjYuNSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7cc774c commit 122b09c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

mise.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,15 +53,15 @@ run = "./mvnw install -DskipTests -Dcoverage.skip=true"
5353
# Shared lint tasks from flint (https://github.com/grafana/flint)
5454
[tasks."lint:super-linter"]
5555
description = "Run Super-Linter on the repository"
56-
file = "https://raw.githubusercontent.com/grafana/flint/5bb3726cfe3305072457c0c4fa85dce5ca154680/tasks/lint/super-linter.sh" # v0.6.0
56+
file = "https://raw.githubusercontent.com/grafana/flint/8822bdc543f28f2c7dd1f697af4df6d89768c507/tasks/lint/super-linter.sh" # v0.7.0
5757

5858
[tasks."lint:links"]
5959
description = "Lint links"
60-
file = "https://raw.githubusercontent.com/grafana/flint/5bb3726cfe3305072457c0c4fa85dce5ca154680/tasks/lint/links.sh" # v0.6.0
60+
file = "https://raw.githubusercontent.com/grafana/flint/8822bdc543f28f2c7dd1f697af4df6d89768c507/tasks/lint/links.sh" # v0.7.0
6161

6262
[tasks."lint:renovate-deps"]
6363
description = "Verify renovate-tracked-deps.json is up to date"
64-
file = "https://raw.githubusercontent.com/grafana/flint/5bb3726cfe3305072457c0c4fa85dce5ca154680/tasks/lint/renovate-deps.py" # v0.6.0
64+
file = "https://raw.githubusercontent.com/grafana/flint/8822bdc543f28f2c7dd1f697af4df6d89768c507/tasks/lint/renovate-deps.py" # v0.7.0
6565

6666
[tasks."lint"]
6767
description = "Run all lints"

0 commit comments

Comments
 (0)