Skip to content

chore(deps): update linters#375

Merged
renovate-sh-app[bot] merged 5 commits into
mainfrom
grafanarenovatebot/linters
Jul 1, 2026
Merged

chore(deps): update linters#375
renovate-sh-app[bot] merged 5 commits into
mainfrom
grafanarenovatebot/linters

Conversation

@renovate-sh-app

@renovate-sh-app renovate-sh-app Bot commented Jun 29, 2026

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Update Change Pending Age Confidence
actionlint patch 1.7.101.7.12 age confidence
aqua:jonwiggins/xmloxide patch 0.4.20.4.3 age confidence
aqua:owenlamont/ryl minor 0.8.00.21.0 age confidence
biome minor 2.4.122.5.1 age confidence
editorconfig-checker minor v3.6.13.7.0 3.8.0 age confidence
golangci-lint patch 2.12.12.12.2 age confidence
npm:renovate (source) minor 43.150.043.245.0 43.249.5 (+10) age confidence
ruff patch 0.15.120.15.20 age confidence
rumdl minor 0.1.780.2.24 v0.2.27 (+2) age confidence
typos minor 1.46.01.47.2 1.48.0 age confidence
zizmor minor 1.25.21.26.1 age confidence

Release Notes

rhysd/actionlint (actionlint)

v1.7.12

Compare Source

[Changes][v1.7.12]

v1.7.11

Compare Source

  • Support the case() function in ${{ }} expressions which was recently added to GitHub Actions. (#​612, #​614, thanks @​heppu)
    env:
      # ERROR: case() requires an odd number of arguments
      ENVIRONMENT: |-
        ${{ case(
          github.ref == 'refs/heads/main', 'production',
          github.ref == 'refs/heads/staging', 'staging'
        ) }}
  • Support new macos-26-large and windows-2025-vs2026 runner labels. See the GitHub's announce for more details. (#​615, thanks @​hugovk and @​muzimuzhi)
  • Enable Artifact attestations for the released binaries. From v1.7.11 gh command can verify the integrity of the downloaded binaries as follows. The verification is highly recommended in terms of supply chain security. (#​608, thanks @​takaram)
    $ gh release download --repo rhysd/actionlint --pattern '*_darwin_amd64.tar.gz' v1.7.11
    $ gh attestation verify --repo rhysd/actionlint actionlint_1.7.11_darwin_amd64.tar.gz
    Loaded digest sha256:17ffc17fed8f0258ef6ad4aed932d3272464c7ef7d64e1cb0d65aa97c9752107 for file://actionlint_1.7.11_darwin_amd64.tar.gz
    Loaded 1 attestation from GitHub API
    
    The following policy criteria will be enforced:
    - Predicate type must match:................ https://slsa.dev/provenance/v1
    - Source Repository Owner URI must match:... https://github.com/rhysd
    - Source Repository URI must match:......... https://github.com/rhysd/actionlint
    - Subject Alternative Name must match regex: (?i)^https://github.com/rhysd/actionlint/
    - OIDC Issuer must match:................... https://token.actions.githubusercontent.com
    
    ✓ Verification succeeded!
    
    The following 1 attestation matched the policy criteria
    
    - Attestation #​1
      - Build repo:..... rhysd/actionlint
      - Build workflow:. .github/workflows/release.yaml@refs/tags/v1.7.11
      - Signer repo:.... rhysd/actionlint
      - Signer workflow: .github/workflows/release.yaml@refs/tags/v1.7.11
  • Report path filters with ./ as error because they never match anything. (#​521)
    on:
      push:
        paths:
          # ERROR: This never matches anything. `foo/bar.txt` is correct.
          - ./foo/bar.txt
  • Fix comparing matrix items when an item is a super set of another item. (#​523, #​613, thanks @​michaelgruenewald)
  • Fix stack overflow crash by a recursive anchor in matrix items. (#​610)
  • Fix an unassigned variable false positive from shellcheck by disabling SC2153 rule. (#​573)
  • Reduce the number of memory allocations on resolving anchors.
  • Update the popular actions data set to the latest.
  • Update Go dependencies to the latest.
  • Remove legacy Homebrew formula in rhysd/actionlint repository in favor of the cask package. Note that this change does not affect Homebrew's official formula.
  • Add a link to the release page of the version in the playground.

[Changes][v1.7.11]

jonwiggins/xmloxide (aqua:jonwiggins/xmloxide)

v0.4.3

Compare Source

Fixed
  • Exclusive C14N: emit xmlns="" default-namespace undeclaration when an
    element with no default namespace is canonicalized inside scope of an
    inherited default namespace (#​16, thanks @​williamareynolds). Previously the
    undeclaration was only emitted in inclusive C14N. Per Canonical XML 1.0 §2.3
    (inherited by Exclusive C14N §3), the empty default namespace must be made
    explicit so the canonical form correctly reflects the element's namespace
    context.
CI / Maintenance
  • Bump actions/checkout 4.3.1 → 6.0.2 across all workflows (#​14)
  • Bump actions/download-artifact v4 → v8.0.1 in release workflow (#​13)
  • Bump actions/upload-artifact v4 → v7.0.1 in release workflow (#​15)
  • Bump softprops/action-gh-release v2 → v3.0.0 in release workflow (#​12)
  • Bump taiki-e/install-action 2.75.19 → 2.75.26 in release workflow (#​17)
  • Remove bench.yml workflow — the regression check required a gh-pages
    branch that was never created, so it had been failing on every PR. Run
    benchmarks locally with cargo bench.
owenlamont/ryl (aqua:owenlamont/ryl)

v0.21.0

Compare Source

What's Changed

Full Changelog: owenlamont/ryl@v0.20.0...v0.21.0

v0.20.0

Compare Source

What's Changed

Full Changelog: owenlamont/ryl@v0.19.1...v0.20.0

v0.19.1

Compare Source

What's Changed

Full Changelog: owenlamont/ryl@v0.19.0...v0.19.1

v0.19.0

Compare Source

What's Changed

Full Changelog: owenlamont/ryl@v0.18.1...v0.19.0

v0.18.1

Compare Source

What's Changed

Full Changelog: owenlamont/ryl@v0.18.0...v0.18.1

v0.18.0

Compare Source

What's Changed

Full Changelog: owenlamont/ryl@v0.17.0...v0.18.0

v0.17.0

Compare Source

What's Changed

Full Changelog: owenlamont/ryl@v0.16.0...v0.17.0

v0.16.0

Compare Source

What's Changed

Full Changelog: owenlamont/ryl@v0.15.0...v0.16.0

v0.15.0

Compare Source

What's Changed

Full Changelog: owenlamont/ryl@v0.14.0...v0.15.0

v0.14.0

Compare Source

What's Changed

Full Changelog: owenlamont/ryl@v0.13.0...v0.14.0

v0.13.0

Compare Source

What's Changed

New Contributors

Full Changelog: owenlamont/ryl@v0.12.0...v0.13.0

v0.12.0

Compare Source

What's Changed

Full Changelog: owenlamont/ryl@v0.11.0...v0.12.0

v0.11.0

Compare Source

⚠️ Breaking changes (0.10.2 → 0.11.0)

This release is not purely additive. Before upgrading:

  1. TOML yaml-files is rejected — use [files].yaml instead. A
    ryl.toml / .ryl.toml / [tool.ryl] that sets yaml-files = [...] now
    fails with exit 2 (yaml-files is not valid in TOML; use [files] with yaml = [...]).
    YAML (.yamllint) configs are unaffected, and ryl --migrate-configs
    converts it for you.
  2. A file matching no source kind is now an error (exit 2), not a silent skip.
    This applies both to files passed explicitly (e.g. ryl README.md,
    ryl $(git diff --name-only)) and to ryl - --stdin-filename <non-YAML-path>.
    Plain ryl - and the types: [yaml] pre-commit hook are unaffected.
  3. Multibyte column fixcommas / colons / braces / brackets now
    report character-based columns. No diagnostics are added or removed, but the
    reported col can shift on lines containing multibyte characters.
  4. Inline disable directives are now strictly yamllint-conformant. Malformed
    # yamllint disable… comments (extra spaces after #, a missing rule:
    prefix, or trailing tokens) are treated as plain comments and no longer
    suppress diagnostics, matching yamllint exactly.

New, opt-in and non-breaking: YAML-in-Markdown linting ([files].markdown or
the --markdown flag) and a preferred # ryl … spelling for inline directives
(# yamllint … still works as a compatibility alias).


What's Changed

Full Changelog: owenlamont/ryl@v0.10.2...v0.11.0

v0.10.2

Compare Source

What's Changed

Full Changelog: owenlamont/ryl@v0.10.1...v0.10.2

v0.10.1

Compare Source

What's Changed

Full Changelog: owenlamont/ryl@v0.10.0...v0.10.1

v0.10.0

Compare Source

What's Changed

Full Changelog: owenlamont/ryl@v0.9.2...v0.10.0

v0.9.2

Compare Source

What's Changed

Full Changelog: owenlamont/ryl@v0.9.1...v0.9.2

v0.9.1

Compare Source

What's Changed

Full Changelog: owenlamont/ryl@v0.9.0...v0.9.1

v0.9.0

Compare Source

What's Changed

Full Changelog: owenlamont/ryl@v0.8.0...v0.9.0

biomejs/biome (biome)

v2.5.1: Biome CLI v2.5.1

Compare Source

2.5.1

Patch Changes

What's Changed

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "before 4am on Monday"
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

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.

martincostello
martincostello previously approved these changes Jun 29, 2026
martincostello
martincostello previously approved these changes Jun 29, 2026
@renovate-sh-app renovate-sh-app Bot force-pushed the grafanarenovatebot/linters branch 4 times, most recently from dfb1081 to 375b6d0 Compare June 30, 2026 13:29
| datasource      | package                                   | from     | to       |
| --------------- | ----------------------------------------- | -------- | -------- |
| github-releases | rhysd/actionlint                          | 1.7.10   | 1.7.12   |
| github-tags     | jonwiggins/xmloxide                       | 0.4.2    | 0.4.3    |
| github-tags     | owenlamont/ryl                            | 0.8.0    | 0.21.0   |
| github-tags     | biomejs/biome                             | 2.4.12   | 2.5.1    |
| github-releases | editorconfig-checker/editorconfig-checker | 3.6.1    | 3.7.0    |
| github-tags     | golangci/golangci-lint                    | 2.12.1   | 2.12.2   |
| npm             | renovate                                  | 43.150.0 | 43.245.0 |
| github-releases | astral-sh/ruff                            | 0.15.12  | 0.15.20  |
| github-releases | rvben/rumdl                               | v0.1.78  | v0.2.24  |
| github-releases | crate-ci/typos                            | 1.46.0   | 1.47.2   |
| github-tags     | zizmorcore/zizmor                         | 1.25.2   | 1.26.1   |


Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
@renovate-sh-app renovate-sh-app Bot force-pushed the grafanarenovatebot/linters branch from 375b6d0 to b820398 Compare June 30, 2026 16:28
Signed-off-by: Gregor Zeitlinger <gregor.zeitlinger@grafana.com>
zeitlinger
zeitlinger previously approved these changes Jul 1, 2026
@renovate-sh-app

Copy link
Copy Markdown
Contributor Author

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

Signed-off-by: Gregor Zeitlinger <gregor.zeitlinger@grafana.com>
Signed-off-by: Gregor Zeitlinger <gregor.zeitlinger@grafana.com>
Signed-off-by: Gregor Zeitlinger <gregor.zeitlinger@grafana.com>
@renovate-sh-app renovate-sh-app Bot merged commit 0a6cb8a into main Jul 1, 2026
14 checks passed
@renovate-sh-app renovate-sh-app Bot deleted the grafanarenovatebot/linters branch July 1, 2026 15:16
@github-actions github-actions Bot mentioned this pull request Jul 1, 2026
zeitlinger pushed a commit that referenced this pull request Jul 7, 2026
## 🤖 New release

* `flint`: 0.22.6 -> 0.22.7

<details><summary><i><b>Changelog</b></i></summary><p>

<blockquote>

## [0.22.7](v0.22.6...v0.22.7)
- 2026-07-07

### Added

- *(renovate-deps)* detect new files matching customManagers patterns
locally ([#379](#379))

### Fixed

- *(renovate-deps)* keep deps with skipReason=invalid-version
([#385](#385))

### Other

- *(deps)* update taiki-e/install-action action to v2.82.8
([#384](#384))
- *(deps)* update linters
([#382](#382))
- *(deps)* update dependency mise to v2026.7.0
([#383](#383))
- *(deps)* update taiki-e/install-action action to v2.82.7
([#381](#381))
- *(deps)* update dependency rust to v1.96.1
([#380](#380))
- *(deps)* update taiki-e/install-action action to v2.82.6
([#378](#378))
- *(deps)* update linters
([#375](#375))
- *(deps)* update taiki-e/install-action action to v2.82.4
([#373](#373))
- *(deps)* lock file maintenance
([#377](#377))
- *(deps)* update mise to v2026.6.14
([#376](#376))
- *(deps)* update taiki-e/install-action action to v2.82.3
([#372](#372))
- *(deps)* update actions/attest-build-provenance digest to 0f67c3f
([#371](#371))
- *(deps)* update node.js to v24.18.0
([#370](#370))
</blockquote>


</p></details>

---
This PR was generated with
[release-plz](https://github.com/release-plz/release-plz/).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants