renovate-bot opened a new pull request, #199:
URL: https://github.com/apache/superset-kubernetes-operator/pull/199

   This PR contains the following updates:
   
   | Package | Update | Change | Pending |
   |---|---|---|---|
   | [rvben/rumdl](https://redirect.github.com/rvben/rumdl) | patch | `v0.2.32` 
→ `v0.2.33` | `v0.2.38` (+4) |
   
   ---
   
   ### Release Notes
   
   <details>
   <summary>rvben/rumdl (rvben/rumdl)</summary>
   
   ### [`v0.2.33`](https://redirect.github.com/rvben/rumdl/releases/tag/v0.2.33)
   
   [Compare 
Source](https://redirect.github.com/rvben/rumdl/compare/v0.2.32...v0.2.33)
   
   ##### Fixed
   
   - **md044**: stop flagging proper names inside bare URLs 
([5e9b51a](https://redirect.github.com/rvben/rumdl/commit/5e9b51a9936b9e009a332914951b1b89d91c4655))
   - **md040**: recognize file-extension fence labels as known languages 
([686ba20](https://redirect.github.com/rvben/rumdl/commit/686ba20b9bfa573cf6fdd66193a0736f3f50cbd0))
   - **cli**: replace unhelpful panic message with an actionable one 
([#&#8203;717](https://redirect.github.com/rvben/rumdl/issues/717)) 
([37ac880](https://redirect.github.com/rvben/rumdl/commit/37ac880b9804322dee3523e200592b3e4d82d524))
   - **reflow**: re-search cached inline-math after a dollar sign 
([a30a4f9](https://redirect.github.com/rvben/rumdl/commit/a30a4f97cd0328e60347e402b3332e2bf896741e))
   - **reflow**: support multiple backticks and optimize code span parsing 
([81944c5](https://redirect.github.com/rvben/rumdl/commit/81944c5addd6579b729f438c8768cedd55a2816d))
   - **md013**: stop reflow from starting lines with block markers 
([eebd18b](https://redirect.github.com/rvben/rumdl/commit/eebd18b751bfe880e5a16fab8544e07070f08de2))
   
   ##### Performance
   
   - **reflow**: implement cached match lookups to prevent quadratic suffix 
scanning 
([1cc8d2b](https://redirect.github.com/rvben/rumdl/commit/1cc8d2bc6ea3b37848ab4253cb1059bc7e77b69e))
   
   #### Downloads
   
   | File                                                                       
                                                                                
 | Platform                    | Checksum                                       
                                                                             |
   | 
-----------------------------------------------------------------------------------------------------------------------------------------------------------
 | --------------------------- | 
---------------------------------------------------------------------------------------------------------------------------
 |
   | 
[rumdl-v0.2.33-x86\_64-unknown-linux-gnu.tar.gz](https://redirect.github.com/rvben/rumdl/releases/download/v0.2.33/rumdl-v0.2.33-x86_64-unknown-linux-gnu.tar.gz)
    | Linux x86\_64               | 
[checksum](https://redirect.github.com/rvben/rumdl/releases/download/v0.2.33/rumdl-v0.2.33-x86_64-unknown-linux-gnu.tar.gz.sha256)
   |
   | 
[rumdl-v0.2.33-x86\_64-unknown-linux-musl.tar.gz](https://redirect.github.com/rvben/rumdl/releases/download/v0.2.33/rumdl-v0.2.33-x86_64-unknown-linux-musl.tar.gz)
  | Linux x86\_64 (musl)        | 
[checksum](https://redirect.github.com/rvben/rumdl/releases/download/v0.2.33/rumdl-v0.2.33-x86_64-unknown-linux-musl.tar.gz.sha256)
  |
   | 
[rumdl-v0.2.33-aarch64-unknown-linux-gnu.tar.gz](https://redirect.github.com/rvben/rumdl/releases/download/v0.2.33/rumdl-v0.2.33-aarch64-unknown-linux-gnu.tar.gz)
   | Linux ARM64                 | 
[checksum](https://redirect.github.com/rvben/rumdl/releases/download/v0.2.33/rumdl-v0.2.33-aarch64-unknown-linux-gnu.tar.gz.sha256)
  |
   | 
[rumdl-v0.2.33-aarch64-unknown-linux-musl.tar.gz](https://redirect.github.com/rvben/rumdl/releases/download/v0.2.33/rumdl-v0.2.33-aarch64-unknown-linux-musl.tar.gz)
 | Linux ARM64 (musl)          | 
[checksum](https://redirect.github.com/rvben/rumdl/releases/download/v0.2.33/rumdl-v0.2.33-aarch64-unknown-linux-musl.tar.gz.sha256)
 |
   | 
[rumdl-v0.2.33-x86\_64-apple-darwin.tar.gz](https://redirect.github.com/rvben/rumdl/releases/download/v0.2.33/rumdl-v0.2.33-x86_64-apple-darwin.tar.gz)
              | macOS x86\_64               | 
[checksum](https://redirect.github.com/rvben/rumdl/releases/download/v0.2.33/rumdl-v0.2.33-x86_64-apple-darwin.tar.gz.sha256)
        |
   | 
[rumdl-v0.2.33-aarch64-apple-darwin.tar.gz](https://redirect.github.com/rvben/rumdl/releases/download/v0.2.33/rumdl-v0.2.33-aarch64-apple-darwin.tar.gz)
             | macOS ARM64 (Apple Silicon) | 
[checksum](https://redirect.github.com/rvben/rumdl/releases/download/v0.2.33/rumdl-v0.2.33-aarch64-apple-darwin.tar.gz.sha256)
       |
   | 
[rumdl-v0.2.33-x86\_64-pc-windows-msvc.zip](https://redirect.github.com/rvben/rumdl/releases/download/v0.2.33/rumdl-v0.2.33-x86_64-pc-windows-msvc.zip)
              | Windows x86\_64             | 
[checksum](https://redirect.github.com/rvben/rumdl/releases/download/v0.2.33/rumdl-v0.2.33-x86_64-pc-windows-msvc.zip.sha256)
        |
   
   #### Installation
   
   ##### Using uv (Recommended)
   
   ```bash
   uv tool install rumdl
   ```
   
   ##### Using pip
   
   ```bash
   pip install rumdl
   ```
   
   ##### Using pipx
   
   ```bash
   pipx install rumdl
   ```
   
   ##### Direct Download
   
   Download the appropriate binary for your platform from the table above, 
extract it, and add it to your PATH.
   
   </details>
   
   ---
   
   ### Configuration
   
   📅 **Schedule**: (UTC)
   
   - Branch creation
     - At any time (no schedule defined)
   - Automerge
     - At any time (no schedule defined)
   
   🚦 **Automerge**: Disabled by config. Please merge this manually once you are 
satisfied.
   
   ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry 
checkbox.
   
   🔕 **Ignore**: Close this PR and you won't be reminded about this update 
again.
   
   ---
   
    - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this 
box
   
   ---
   
   This PR was generated by [Mend Renovate](https://mend.io/renovate/). View 
the [repository job 
log](https://developer.mend.io/github/apache/superset-kubernetes-operator).
   
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yNzIuNCIsInVwZGF0ZWRJblZlciI6IjQzLjI3Mi40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to