forus-labs / forui

Forus Lab's Flutter UI library
https://forui.dev
Other
416 stars 18 forks source link

Update chuhlomin/render-template action to v1.10 - autoclosed #153

Closed renovate[bot] closed 2 months ago

renovate[bot] commented 2 months ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
chuhlomin/render-template action minor v1.4 -> v1.10

[!WARNING] Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

chuhlomin/render-template (chuhlomin/render-template) ### [`v1.10`](https://togithub.com/chuhlomin/render-template/releases/tag/v1.10) [Compare Source](https://togithub.com/chuhlomin/render-template/compare/v1.9...v1.10) Added template functions: `split`, `toJSON`. Example: `{{ "1,2,3" | split "," | toJSON }}` in template will result in `["1","2","3"]`. Updated from `github.com/caarlos0/env/v6` to `github.com/caarlos0/env/v10`. Fixed golangci-lint warnings. **Full Changelog**: https://github.com/chuhlomin/render-template/compare/v1.9...v1.10 ### [`v1.9`](https://togithub.com/chuhlomin/render-template/releases/tag/v1.9) [Compare Source](https://togithub.com/chuhlomin/render-template/compare/v1.8...v1.9) #### What's Changed - Fix multiplatform compatibility by [@​pavlospt](https://togithub.com/pavlospt) in [https://github.com/chuhlomin/render-template/pull/17](https://togithub.com/chuhlomin/render-template/pull/17) #### New Contributors - [@​pavlospt](https://togithub.com/pavlospt) made their first contribution in [https://github.com/chuhlomin/render-template/pull/17](https://togithub.com/chuhlomin/render-template/pull/17) **Full Changelog**: https://github.com/chuhlomin/render-template/compare/v1.8...v1.9 ### [`v1.8`](https://togithub.com/chuhlomin/render-template/releases/tag/v1.8) [Compare Source](https://togithub.com/chuhlomin/render-template/compare/v1.7...v1.8) Added multi-achitecture Docker image support. Supported architectures are `linux/amd64`, `linux/arm/v7`, `linux/arm64`. **Full Changelog**: https://github.com/chuhlomin/render-template/compare/v1.7...v1.8 ### [`v1.7`](https://togithub.com/chuhlomin/render-template/releases/tag/v1.7) [Compare Source](https://togithub.com/chuhlomin/render-template/compare/v1.6...v1.7) Added template functions: `date`, `mdlink`, `number` and `base64`. **Full Changelog**: https://github.com/chuhlomin/render-template/compare/v1.6...v1.7 ### [`v1.6`](https://togithub.com/chuhlomin/render-template/releases/tag/v1.6) [Compare Source](https://togithub.com/chuhlomin/render-template/compare/v1.5...v1.6) Switch from `set-output` to `GITHUB_OUTPUT` ([GitHub Actions: Deprecating save-state and set-output commands](https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/)) **Full Changelog**: https://github.com/chuhlomin/render-template/compare/v1.5...v1.6 ### [`v1.5`](https://togithub.com/chuhlomin/render-template/releases/tag/v1.5) [Compare Source](https://togithub.com/chuhlomin/render-template/compare/v1.4...v1.5) Added `vars_path` input. You must set either `vars` or `vars_path`, or you may set both of them (`vars` values will take precedence over `vars_path`). Updated dependencies.

Configuration

📅 Schedule: Branch creation - "on wednesday" (UTC), 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.



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