Skip to content

chore(deps): update linters#2166

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/linters
Open

chore(deps): update linters#2166
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/linters

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Jun 1, 2026

This PR contains the following updates:

Package Update Change Pending Age Confidence
aqua:owenlamont/ryl minor 0.10.00.11.0 age confidence
biome patch 2.4.122.4.16 age confidence
npm:renovate (source) minor 43.150.043.202.1 43.205.3 (+6) age confidence
ruff patch 0.15.140.15.15 age confidence
rumdl patch 0.2.00.2.4 age confidence
typos minor 1.46.31.47.0 age confidence

Release Notes

owenlamont/ryl (aqua:owenlamont/ryl)

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

biomejs/biome (biome)

v2.4.16

Compare Source

v2.4.15

Compare Source

v2.4.14

Compare Source

v2.4.13

Compare Source

renovatebot/renovate (npm:renovate)

v43.202.1

Compare Source

Miscellaneous Chores
  • deps: update dependency protobufjs@​8.0.1 to v8.4.2 (main) (#​43671) (27dd08d)
Build System

v43.202.0

Compare Source

Features
  • deps: update ghcr.io/renovatebot/base-image docker tag to v13.55.0 (main) (#​43669) (f3ed6fb)

v43.201.3

Compare Source

Bug Fixes
  • deps: update ghcr.io/renovatebot/base-image docker tag to v13.54.2 (main) (#​43668) (05bd161)

v43.201.2

Compare Source

Bug Fixes
  • deps: update ghcr.io/renovatebot/base-image docker tag to v13.54.1 (main) (#​43667) (7b74cba)
Miscellaneous Chores
  • deps: update dependency protobufjs@​8.0.1 to v8.4.1 (main) (#​43666) (0b6059d)

v43.201.1

Compare Source

Miscellaneous Chores
Build System

v43.200.1

Compare Source

Bug Fixes
astral-sh/ruff (ruff)

v0.15.15

Compare Source

Released on 2026-05-28.

Preview features
  • Fix Markdown closing fence handling (#​25310)
  • [pyflakes] Report duplicate imports in typing.TYPE_CHECKING block (F811) (#​22560)
Bug fixes
  • [pyflakes] Treat function-scope bare annotations as locals per PEP 526 (F821) (#​21540)
Performance
  • Avoid redundant TokenValue drops in the lexer (#​25300)
  • Reduce memory usage by dropping token-excess capacity and improve performance by approximating the initial tokens Vec size (#​25354)
  • Use ThinVec in AST to shrink Stmt (#​25361)
Documentation
  • Fix line-length example for --config option (#​25389)
  • [flake8-comprehensions] Document RecursionError edge case in __len__ (C416) (#​25286)
  • [mccabe] Improve example (C901) (#​25287)
  • [pyupgrade] Clarify fix safety docs (UP007, UP045) (#​25288)
  • [refurb] Document FURB192 exception change for empty sequences (#​25317)
  • [ruff] Document false negative for user-defined types (RUF013) (#​25289)
Formatter
  • Fix formatting of lambdas nested within f-strings (#​25398)
Server
  • Return code action for codeAction/resolve requests that contain no or no valid URL (#​25365)
Other changes
  • Expand semantic syntax errors for invalid walruses (#​25415)
Contributors
rvben/rumdl (rumdl)

v0.2.4

Compare Source

Fixed
  • md060: apply aligned-delimiter when a table auto-compacts past max-width (663f4ba)
  • md034: don't flag URL arguments of MyST colon directives (d55ed20)
  • embedded: gate markdown code block formatting behind code-block-tools opt-in (bd23ad1)
  • md046: treat MyST directive body as directive, not indented code block (060bae2)

Downloads

File Platform Checksum
rumdl-v0.2.4-x86_64-unknown-linux-gnu.tar.gz Linux x86_64 checksum
rumdl-v0.2.4-x86_64-unknown-linux-musl.tar.gz Linux x86_64 (musl) checksum
rumdl-v0.2.4-aarch64-unknown-linux-gnu.tar.gz Linux ARM64 checksum
rumdl-v0.2.4-aarch64-unknown-linux-musl.tar.gz Linux ARM64 (musl) checksum
rumdl-v0.2.4-x86_64-apple-darwin.tar.gz macOS x86_64 checksum
rumdl-v0.2.4-aarch64-apple-darwin.tar.gz macOS ARM64 (Apple Silicon) checksum
rumdl-v0.2.4-x86_64-pc-windows-msvc.zip Windows x86_64 checksum

Installation

Using uv (Recommended)
uv tool install rumdl
Using pip
pip install rumdl
Using pipx
pipx install rumdl
Direct Download

Download the appropriate binary for your platform from the table above, extract it, and add it to your PATH.

v0.2.3

Compare Source

Fixed
  • code-block-tools: pipe newline-terminated content to external tools (497d892)

Downloads

File Platform Checksum
rumdl-v0.2.3-x86_64-unknown-linux-gnu.tar.gz Linux x86_64 checksum
rumdl-v0.2.3-x86_64-unknown-linux-musl.tar.gz Linux x86_64 (musl) checksum
rumdl-v0.2.3-aarch64-unknown-linux-gnu.tar.gz Linux ARM64 checksum
rumdl-v0.2.3-aarch64-unknown-linux-musl.tar.gz Linux ARM64 (musl) checksum
rumdl-v0.2.3-x86_64-apple-darwin.tar.gz macOS x86_64 checksum
rumdl-v0.2.3-aarch64-apple-darwin.tar.gz macOS ARM64 (Apple Silicon) checksum
rumdl-v0.2.3-x86_64-pc-windows-msvc.zip Windows x86_64 checksum

Installation

Using uv (Recommended)
uv tool install rumdl
Using pip
pip install rumdl
Using pipx
pipx install rumdl
Direct Download

Download the appropriate binary for your platform from the table above, extract it, and add it to your PATH.

v0.2.2

Compare Source

Fixed
  • md081: treat unset and 0 as distinct emphasis thresholds (ca992bd)

Downloads

File Platform Checksum
rumdl-v0.2.2-x86_64-unknown-linux-gnu.tar.gz Linux x86_64 checksum
rumdl-v0.2.2-x86_64-unknown-linux-musl.tar.gz Linux x86_64 (musl) checksum
rumdl-v0.2.2-aarch64-unknown-linux-gnu.tar.gz Linux ARM64 checksum
rumdl-v0.2.2-aarch64-unknown-linux-musl.tar.gz Linux ARM64 (musl) checksum
rumdl-v0.2.2-x86_64-apple-darwin.tar.gz macOS x86_64 checksum
rumdl-v0.2.2-aarch64-apple-darwin.tar.gz macOS ARM64 (Apple Silicon) checksum
rumdl-v0.2.2-x86_64-pc-windows-msvc.zip Windows x86_64 checksum

Installation

Using uv (Recommended)
uv tool install rumdl
Using pip
pip install rumdl
Using pipx
pipx install rumdl
Direct Download

Download the appropriate binary for your platform from the table above, extract it, and add it to your PATH.

v0.2.1

Compare Source

Added
  • md081: add no-excessive-emphasis rule (7e9ac64)

Downloads

File Platform Checksum
rumdl-v0.2.1-x86_64-unknown-linux-gnu.tar.gz Linux x86_64 checksum
rumdl-v0.2.1-x86_64-unknown-linux-musl.tar.gz Linux x86_64 (musl) checksum
rumdl-v0.2.1-aarch64-unknown-linux-gnu.tar.gz Linux ARM64 checksum
rumdl-v0.2.1-aarch64-unknown-linux-musl.tar.gz Linux ARM64 (musl) checksum
rumdl-v0.2.1-x86_64-apple-darwin.tar.gz macOS x86_64 checksum
rumdl-v0.2.1-aarch64-apple-darwin.tar.gz macOS ARM64 (Apple Silicon) checksum
rumdl-v0.2.1-x86_64-pc-windows-msvc.zip Windows x86_64 checksum

Installation

Using uv (Recommended)
uv tool install rumdl
Using pip
pip install rumdl
Using pipx
pipx install rumdl
Direct Download

Download the appropriate binary for your platform from the table above, extract it, and add it to your PATH.

crate-ci/typos (typos)

v1.47.0

Compare Source

Features
  • Updated the dictionary with the May 2026 changes

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

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added the dependencies Pull requests that update a dependency file label Jun 1, 2026
@renovate renovate Bot enabled auto-merge (squash) June 1, 2026 03:17
@renovate renovate Bot force-pushed the renovate/linters branch from 8859d0b to 6af2fc8 Compare June 1, 2026 08:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants