fix(deps): update rust crate sailfish to 0.11.0 #63

Open
renovate-bot wants to merge 1 commit from renovate/sailfish-0.x into master
Collaborator

This PR contains the following updates:

Package Type Update Change
sailfish dependencies minor 0.8.1 -> 0.11.0

Release Notes

rust-sailfish/sailfish (sailfish)

v0.11.6

What's Changed

New Contributors

Full Changelog: https://github.com/rust-sailfish/sailfish/compare/v0.11.2...v0.11.6

Thank you very much to the following contributors:
@​ChrisJr404 @​Zian25

v0.11.2

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/rust-sailfish/sailfish/compare/v0.11.1...v0.11.2

Thanks everyone for your help!
I'm working next on getting the extension updated, it might be a long~ish time though, due to scheduling commitments.

v0.11.1

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/rust-sailfish/sailfish/compare/v0.10.2...v0.11.1

Thank you @​glamberson and @​An-uking for your helpful contributions!

v0.10.2: Update To The Latest Dependencies

Compare Source

Full Changelog: https://github.com/rust-sailfish/sailfish/compare/v0.10.1...v0.10.2

v0.10.1

Compare Source

What's Changed

  • build(deps-dev): bump js-yaml from 4.1.0 to 4.1.1 in /syntax/vscode by @​dependabot[bot] in #​169
  • build(deps): bump glob from 10.4.5 to 10.5.0 in /syntax/vscode by @​dependabot[bot] in #​170
  • Allow NestedTemplateOnce to render directly to buffer when no filter is present by @​Kromgart in #​171

New Contributors

Full Changelog: https://github.com/rust-sailfish/sailfish/compare/v0.10.0...v0.10.1

v0.10.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/rust-sailfish/sailfish/compare/v0.9.1...v0.10.0

v0.9.1

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/rust-sailfish/sailfish/compare/v0.9.0...v0.9.1

v0.9.0

What's Changed

New Contributors

Full Changelog: https://github.com/rust-sailfish/sailfish/compare/v0.8.1...v0.9.0


Configuration

📅 Schedule: 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.


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

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [sailfish](https://github.com/rust-sailfish/sailfish) | dependencies | minor | `0.8.1` -> `0.11.0` | --- ### Release Notes <details> <summary>rust-sailfish/sailfish (sailfish)</summary> ### [`v0.11.6`](https://github.com/rust-sailfish/sailfish/releases/tag/v0.11.6) #### What's Changed - build(deps): bump actix-http from 3.11.2 to 3.12.1 in /examples by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;181](https://github.com/rust-sailfish/sailfish/pull/181) - ci: replace deprecated actions-rs/toolchain with dtolnay/rust-toolchain by [@&#8203;MariaChrysafis](https://github.com/MariaChrysafis) in [#&#8203;185](https://github.com/rust-sailfish/sailfish/pull/185) - build(deps-dev): bump shell-quote from 1.8.4 to 1.10.0 in /syntax/vscode by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;190](https://github.com/rust-sailfish/sailfish/pull/190) - build(deps): bump js-yaml from 4.2.0 to 4.3.1 in /syntax/vscode by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;192](https://github.com/rust-sailfish/sailfish/pull/192) - build(deps): bump brace-expansion in /syntax/vscode by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;191](https://github.com/rust-sailfish/sailfish/pull/191) - Potential fix for code scanning alert no. 11: Workflow does not contain permissions by [@&#8203;vthg2themax](https://github.com/vthg2themax) in [#&#8203;193](https://github.com/rust-sailfish/sailfish/pull/193) - Add hermetic build mode by [@&#8203;PaulDotSH](https://github.com/PaulDotSH) in [#&#8203;183](https://github.com/rust-sailfish/sailfish/pull/183) - build(deps): bump mkdocs-material from 8.2.3 to 9.7.7 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;196](https://github.com/rust-sailfish/sailfish/pull/196) - build(deps): bump js-yaml from 4.3.1 to 4.3.2 in /syntax/vscode by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;197](https://github.com/rust-sailfish/sailfish/pull/197) - Add source option to compile inline templates by [@&#8203;ChrisJr404](https://github.com/ChrisJr404) in [#&#8203;194](https://github.com/rust-sailfish/sailfish/pull/194) - Fix/upper filter escaping by [@&#8203;Zian25](https://github.com/Zian25) in [#&#8203;195](https://github.com/rust-sailfish/sailfish/pull/195) #### New Contributors - [@&#8203;ChrisJr404](https://github.com/ChrisJr404) made their first contribution in [#&#8203;194](https://github.com/rust-sailfish/sailfish/pull/194) - [@&#8203;Zian25](https://github.com/Zian25) made their first contribution in [#&#8203;195](https://github.com/rust-sailfish/sailfish/pull/195) **Full Changelog**: <https://github.com/rust-sailfish/sailfish/compare/v0.11.2...v0.11.6> Thank you very much to the following contributors: [@&#8203;ChrisJr404](https://github.com/ChrisJr404) [@&#8203;Zian25](https://github.com/Zian25) ### [`v0.11.2`](https://github.com/rust-sailfish/sailfish/releases/tag/v0.11.2) [Compare Source](https://github.com/rust-sailfish/sailfish/compare/v0.11.1...v0.11.2) #### What's Changed - build(deps-dev): bump minimatch from 3.1.2 to 3.1.5 in /syntax/vscode by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;182](https://github.com/rust-sailfish/sailfish/pull/182) - allow the creation of "language regions" in syntax highlighting by [@&#8203;Ryex](https://github.com/Ryex) in [#&#8203;172](https://github.com/rust-sailfish/sailfish/pull/172) - Bump optional toml dependency from 0.8 to 1 by [@&#8203;MariaChrysafis](https://github.com/MariaChrysafis) in [#&#8203;184](https://github.com/rust-sailfish/sailfish/pull/184) - build(deps-dev): bump shell-quote from 1.8.1 to 1.8.4 in /syntax/vscode by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;186](https://github.com/rust-sailfish/sailfish/pull/186) - build(deps-dev): bump esbuild from 0.25.0 to 0.28.1 in /syntax/vscode by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;187](https://github.com/rust-sailfish/sailfish/pull/187) - build(deps-dev): bump flatted from 3.3.1 to 3.4.2 in /syntax/vscode by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;189](https://github.com/rust-sailfish/sailfish/pull/189) #### New Contributors - [@&#8203;Ryex](https://github.com/Ryex) made their first contribution in [#&#8203;172](https://github.com/rust-sailfish/sailfish/pull/172) - [@&#8203;MariaChrysafis](https://github.com/MariaChrysafis) made their first contribution in [#&#8203;184](https://github.com/rust-sailfish/sailfish/pull/184) **Full Changelog**: <https://github.com/rust-sailfish/sailfish/compare/v0.11.1...v0.11.2> Thanks everyone for your help! I'm working next on getting the extension updated, it might be a long\~ish time though, due to scheduling commitments. ### [`v0.11.1`](https://github.com/rust-sailfish/sailfish/releases/tag/v0.11.1) [Compare Source](https://github.com/rust-sailfish/sailfish/compare/v0.10.2...v0.11.1) #### What's Changed - Bump toml from 0.8 to 0.9 by [@&#8203;glamberson](https://github.com/glamberson) in [#&#8203;180](https://github.com/rust-sailfish/sailfish/pull/180) - build(deps): bump picomatch from 2.3.1 to 2.3.2 in /syntax/vscode by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;179](https://github.com/rust-sailfish/sailfish/pull/179) - build(deps-dev): bump flatted from 3.3.1 to 3.4.2 in /syntax/vscode by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;178](https://github.com/rust-sailfish/sailfish/pull/178) - build(deps-dev): bump minimatch from 3.1.2 to 3.1.5 in /syntax/vscode by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;176](https://github.com/rust-sailfish/sailfish/pull/176) - build(deps): bump time from 0.3.44 to 0.3.47 in /examples by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;175](https://github.com/rust-sailfish/sailfish/pull/175) - build(deps): bump bytes from 1.11.0 to 1.11.1 in /examples by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;174](https://github.com/rust-sailfish/sailfish/pull/174) - Fix rust-analyzer macro error for templates by [@&#8203;An-uking](https://github.com/An-uking) in [#&#8203;173](https://github.com/rust-sailfish/sailfish/pull/173) #### New Contributors - [@&#8203;glamberson](https://github.com/glamberson) made their first contribution in [#&#8203;180](https://github.com/rust-sailfish/sailfish/pull/180) - [@&#8203;An-uking](https://github.com/An-uking) made their first contribution in [#&#8203;173](https://github.com/rust-sailfish/sailfish/pull/173) **Full Changelog**: <https://github.com/rust-sailfish/sailfish/compare/v0.10.2...v0.11.1> Thank you [@&#8203;glamberson](https://github.com/glamberson) and [@&#8203;An-uking](https://github.com/An-uking) for your helpful contributions! ### [`v0.10.2`](https://github.com/rust-sailfish/sailfish/releases/tag/v0.10.2): Update To The Latest Dependencies [Compare Source](https://github.com/rust-sailfish/sailfish/compare/v0.10.1...v0.10.2) **Full Changelog**: <https://github.com/rust-sailfish/sailfish/compare/v0.10.1...v0.10.2> ### [`v0.10.1`](https://github.com/rust-sailfish/sailfish/releases/tag/v0.10.1) [Compare Source](https://github.com/rust-sailfish/sailfish/compare/v0.10.0...v0.10.1) #### What's Changed - build(deps-dev): bump js-yaml from 4.1.0 to 4.1.1 in /syntax/vscode by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;169](https://github.com/rust-sailfish/sailfish/pull/169) - build(deps): bump glob from 10.4.5 to 10.5.0 in /syntax/vscode by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;170](https://github.com/rust-sailfish/sailfish/pull/170) - Allow NestedTemplateOnce to render directly to buffer when no filter is present by [@&#8203;Kromgart](https://github.com/Kromgart) in [#&#8203;171](https://github.com/rust-sailfish/sailfish/pull/171) #### New Contributors - [@&#8203;Kromgart](https://github.com/Kromgart) made their first contribution in [#&#8203;171](https://github.com/rust-sailfish/sailfish/pull/171) **Full Changelog**: <https://github.com/rust-sailfish/sailfish/compare/v0.10.0...v0.10.1> ### [`v0.10.0`](https://github.com/rust-sailfish/sailfish/releases/tag/v0.10.0) [Compare Source](https://github.com/rust-sailfish/sailfish/compare/v0.9.1...v0.10.0) #### What's Changed - Use proper lockfile by [@&#8203;r-ml](https://github.com/r-ml) in [#&#8203;165](https://github.com/rust-sailfish/sailfish/pull/165) #### New Contributors - [@&#8203;r-ml](https://github.com/r-ml) made their first contribution in [#&#8203;165](https://github.com/rust-sailfish/sailfish/pull/165) **Full Changelog**: <https://github.com/rust-sailfish/sailfish/compare/v0.9.1...v0.10.0> ### [`v0.9.1`](https://github.com/rust-sailfish/sailfish/releases/tag/v0.9.1) [Compare Source](https://github.com/rust-sailfish/sailfish/compare/v0.9.0...v0.9.1) #### What's Changed - build(deps-dev): bump esbuild from 0.21.5 to 0.25.0 in /syntax/vscode by [@&#8203;dependabot](https://github.com/dependabot) in [#&#8203;162](https://github.com/rust-sailfish/sailfish/pull/162) - Implement rm\_newline by [@&#8203;hronro](https://github.com/hronro) in [#&#8203;163](https://github.com/rust-sailfish/sailfish/pull/163) #### New Contributors - [@&#8203;hronro](https://github.com/hronro) made their first contribution in [#&#8203;163](https://github.com/rust-sailfish/sailfish/pull/163) **Full Changelog**: <https://github.com/rust-sailfish/sailfish/compare/v0.9.0...v0.9.1> ### [`v0.9.0`](https://github.com/rust-sailfish/sailfish/releases/tag/v0.9.0) #### What's Changed - dep: update toml to 0.8.2 by [@&#8203;miranbastaja](https://github.com/miranbastaja) in [#&#8203;136](https://github.com/rust-sailfish/sailfish/pull/136) - Fix filename conflict by [@&#8203;levkk](https://github.com/levkk) in [#&#8203;138](https://github.com/rust-sailfish/sailfish/pull/138) - build(deps): bump h2 from 0.3.17 to 0.3.24 in /examples by [@&#8203;dependabot](https://github.com/dependabot) in [#&#8203;142](https://github.com/rust-sailfish/sailfish/pull/142) - build(deps): bump mio from 0.8.6 to 0.8.11 in /examples by [@&#8203;dependabot](https://github.com/dependabot) in [#&#8203;144](https://github.com/rust-sailfish/sailfish/pull/144) - build(deps): bump h2 from 0.3.24 to 0.3.26 in /examples by [@&#8203;dependabot](https://github.com/dependabot) in [#&#8203;148](https://github.com/rust-sailfish/sailfish/pull/148) - Apply clippy lints for code readability by [@&#8203;PaulDotSH](https://github.com/PaulDotSH) in [#&#8203;152](https://github.com/rust-sailfish/sailfish/pull/152) - Update MSRV to fix CI issues by [@&#8203;PaulDotSH](https://github.com/PaulDotSH) in [#&#8203;155](https://github.com/rust-sailfish/sailfish/pull/155) - Add tree-sitter by [@&#8203;dianhenglau](https://github.com/dianhenglau) in [#&#8203;158](https://github.com/rust-sailfish/sailfish/pull/158) - Format Document for vscode extension by [@&#8203;ambiso](https://github.com/ambiso) in [#&#8203;159](https://github.com/rust-sailfish/sailfish/pull/159) #### New Contributors - [@&#8203;miranbastaja](https://github.com/miranbastaja) made their first contribution in [#&#8203;136](https://github.com/rust-sailfish/sailfish/pull/136) - [@&#8203;levkk](https://github.com/levkk) made their first contribution in [#&#8203;138](https://github.com/rust-sailfish/sailfish/pull/138) - [@&#8203;PaulDotSH](https://github.com/PaulDotSH) made their first contribution in [#&#8203;152](https://github.com/rust-sailfish/sailfish/pull/152) - [@&#8203;dianhenglau](https://github.com/dianhenglau) made their first contribution in [#&#8203;158](https://github.com/rust-sailfish/sailfish/pull/158) - [@&#8203;ambiso](https://github.com/ambiso) made their first contribution in [#&#8203;159](https://github.com/rust-sailfish/sailfish/pull/159) **Full Changelog**: <https://github.com/rust-sailfish/sailfish/compare/v0.8.1...v0.9.0> </details> --- ### Configuration 📅 **Schedule**: 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 has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC41Mi4zIiwidXBkYXRlZEluVmVyIjoiNDIuNTIuOCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJyZW5vdmF0ZS1ib3QiXX0=-->
renovate-bot force-pushed renovate/sailfish-0.x from a37ad5718c
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
ci/woodpecker/pr/woodpecker Pipeline failed
to d323101000 2025-04-07 05:15:01 +05:30
Compare
renovate-bot force-pushed renovate/sailfish-0.x from d323101000 to d982f90086 2025-08-18 05:54:15 +05:30 Compare
renovate-bot changed title from fix(deps): update rust crate sailfish to 0.9.0 to fix(deps): update rust crate sailfish to 0.10.0 2025-08-18 05:54:16 +05:30
renovate-bot force-pushed renovate/sailfish-0.x from d982f90086 to 46e386aed6 2026-05-11 05:15:29 +05:30 Compare
renovate-bot changed title from fix(deps): update rust crate sailfish to 0.10.0 to fix(deps): update rust crate sailfish to 0.11.0 2026-05-11 05:15:31 +05:30
renovate-bot force-pushed renovate/sailfish-0.x from 46e386aed6 to 197b20d5de 2026-06-19 16:08:55 +05:30 Compare
renovate-bot force-pushed renovate/sailfish-0.x from 197b20d5de to 733f305204
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
ci/woodpecker/pr/woodpecker Pipeline failed
2026-06-19 17:10:15 +05:30
Compare
renovate-bot force-pushed renovate/sailfish-0.x from 733f305204
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
ci/woodpecker/pr/woodpecker Pipeline failed
to 27ccabdf62
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
ci/woodpecker/pr/woodpecker Pipeline failed
2026-06-19 22:08:11 +05:30
Compare
renovate-bot force-pushed renovate/sailfish-0.x from 27ccabdf62
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
ci/woodpecker/pr/woodpecker Pipeline failed
to 7d490b1307
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
ci/woodpecker/pr/woodpecker Pipeline failed
2026-06-20 19:07:48 +05:30
Compare
renovate-bot force-pushed renovate/sailfish-0.x from 7d490b1307
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
ci/woodpecker/pr/woodpecker Pipeline failed
to c2bf476283
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
ci/woodpecker/pr/woodpecker Pipeline failed
2026-06-21 22:08:51 +05:30
Compare
renovate-bot force-pushed renovate/sailfish-0.x from c2bf476283
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
ci/woodpecker/pr/woodpecker Pipeline failed
to 24ec373315
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
ci/woodpecker/pr/woodpecker Pipeline failed
ci/woodpecker/pull_request_metadata/woodpecker Pipeline was successful
2026-06-22 16:07:16 +05:30
Compare
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
ci/woodpecker/pr/woodpecker Pipeline failed
ci/woodpecker/pull_request_metadata/woodpecker Pipeline was successful
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/sailfish-0.x:renovate/sailfish-0.x
git switch renovate/sailfish-0.x

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch master
git merge --no-ff renovate/sailfish-0.x
git switch renovate/sailfish-0.x
git rebase master
git switch master
git merge --ff-only renovate/sailfish-0.x
git switch renovate/sailfish-0.x
git rebase master
git switch master
git merge --no-ff renovate/sailfish-0.x
git switch master
git merge --squash renovate/sailfish-0.x
git switch master
git merge --ff-only renovate/sailfish-0.x
git switch master
git merge renovate/sailfish-0.x
git push origin master
Sign in to join this conversation.
No description provided.