Revert "Bump assets/syntaxes/02_Extra/Docker from 0f6b7bc to c001fb2 (#3024)"#3476
Conversation
|
Is there a reason this isn't merged? |
|
Two reasons:
Feel free to try building |
|
Feel free to merge this without review if you know it's the right thing to do (and it seems to be the right thing). |
|
Edit: |
f94758c to
efa9f0e
Compare
This reverts commit a4212e9. No longer needed because we reverted the Docker submodule.
|
Note to self, reverting the submodule didn't update my local files. In the end I had to: git submodule deinit -f assets/syntaxes/02_Extra/Docker
git submodule init assets/syntaxes/02_Extra/Docker
git submodule update assets/syntaxes/02_Extra/Docker probably there is a quicker way, but I'm not sure I have really got the hang of submodules yet |
otherwise CI fails due to the brownout actions/runner-images#13046
This MR contains the following updates: | Package | Update | Change | |---|---|---| | [sharkdp/bat](https://github.com/sharkdp/bat) | patch | `v0.26.0` -> `v0.26.1` | MR created with the help of [el-capitano/tools/renovate-bot](https://gitlab.com/el-capitano/tools/renovate-bot). **Proposed changes to behavior should be submitted there as MRs.** --- ### Release Notes <details> <summary>sharkdp/bat (sharkdp/bat)</summary> ### [`v0.26.1`](https://github.com/sharkdp/bat/blob/HEAD/CHANGELOG.md#v0261) [Compare Source](sharkdp/bat@v0.26.0...v0.26.1) #### Features - Add paging to '-h' and '--help' see MR [#​3478](sharkdp/bat#3478) ([@​MuntasirSZN](https://github.com/MuntasirSZN)) #### Bugfixes - Fix hang when using `--list-themes` with an explicit pager, see [#​3457](sharkdp/bat#3457) ([@​abhinavcool42](https://github.com/abhinavcool42)) - Fix negative values of N not being parsed in \<N:M> line ranges without `=` flag value separator, see [#​3442](sharkdp/bat#3442) ([@​lmmx](https://github.com/lmmx)) - Fix broken Docker syntax preventing use of custom assets, see [#​3476](sharkdp/bat#3476) ([@​keith-hall](https://github.com/keith-hall)) - Fix decorations being applied unexpectedly when piping. Now only line numbers explicitly required on the command line should be applied in auto decorations mode for `cat` compatibility. See [#​3496](sharkdp/bat#3496) ([@​keith-hall](https://github.com/keith-hall)) - Fix diagnostics attempting to find the version of an executable named builtin when builtin pager is used. See [#​3498](sharkdp/bat#3498) ([@​keith-hall](https://github.com/keith-hall)) - `--help` now correctly reads the config file for theme information etc. See [#​3507](sharkdp/bat#3507) ([@​keith-hall](https://github.com/keith-hall)) #### Other - Improve README documentation on pager options passed to less, see [#​3443](sharkdp/bat#3443) ([@​injust](https://github.com/injust)) - Make PowerShell completions compatible with PowerShell v5.1, see [#​3495](sharkdp/bat#3495) ([@​keith-hall](https://github.com/keith-hall)) - Use more robust approach to escaping in Bash completions, see [#​3448](sharkdp/bat#3448) ([@​akinomyoga](https://github.com/akinomyoga)) #### Syntaxes - Update quadlet syntax mapping to include \*.{build,pod} files [#​3484](sharkdp/bat#3484) ([@​cyqsimon](https://github.com/cyqsimon)) - Fix inconsistencies in Ada syntax, see [#​3481](sharkdp/bat#3481) ([@​AldanTanneo](https://github.com/AldanTanneo)) - Add syntax mapping for podman's `artifact` quadlet files, see [#​3497](sharkdp/bat#3497) ([@​xduugu](https://github.com/xduugu)) - Highlight Korn Shell scripts (i.e. with a shebang of ...`ksh`) using Bash syntax, see [#​3509](sharkdp/bat#3509) ([@​keith-hall](https://github.com/keith-hall)) #### Themes #### `bat` as a library </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever MR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this MR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this MR, check this box --- This MR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4zMC40IiwidXBkYXRlZEluVmVyIjoiNDIuMzAuNCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiUmVub3ZhdGUgQm90Il19-->
This reverts commit 3838766 (#3024) to fix #3446.