rgst-io / stencil

📒 A modern living-template engine for evolving repositories
https://stencil.rgst.io
Apache License 2.0
4 stars 1 forks source link

fix(deps): update module go.rgst.io/stencil to v0.5.0 #85

Closed renovate[bot] closed 3 weeks ago

renovate[bot] commented 3 weeks ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
go.rgst.io/stencil v0.0.0-00010101000000-000000000000 -> v0.5.0 age adoption passing confidence

Release Notes

rgst-io/stencil (go.rgst.io/stencil) ### [`v0.5.0`](https://togithub.com/rgst-io/stencil/releases/tag/v0.5.0) [Compare Source](https://togithub.com/rgst-io/stencil/compare/v0.4.0...v0.5.0) #### Changelog ##### New Features - [`42af8aa`](https://togithub.com/rgst-io/stencil/commit/42af8aa) feat: Adding Directory Manifests, currently only for templated dir renaming ([#​63](https://togithub.com/rgst-io/stencil/issues/63)) - [`86cabeb`](https://togithub.com/rgst-io/stencil/commit/86cabeb) feat: add slogext package and switch to use it ([#​69](https://togithub.com/rgst-io/stencil/issues/69)) ##### Other work - [`d3c120a`](https://togithub.com/rgst-io/stencil/commit/d3c120a) fix!(create module): only create stencil.yaml for now ([#​68](https://togithub.com/rgst-io/stencil/issues/68)) - [`98d74db`](https://togithub.com/rgst-io/stencil/commit/98d74db) fix!: remove unused commands (docs and configure) **Full Changelog**: https://github.com/rgst-io/stencil/compare/v0.4.0...v0.5.0 ### [`v0.4.0`](https://togithub.com/rgst-io/stencil/releases/tag/v0.4.0) [Compare Source](https://togithub.com/rgst-io/stencil/compare/v0.3.0...v0.4.0) #### Changelog ##### New Features - [`2b6f34a`](https://togithub.com/rgst-io/stencil/commit/2b6f34a) feat: support library templates ([#​64](https://togithub.com/rgst-io/stencil/issues/64)) ##### Bug fixes - [`3966cd5`](https://togithub.com/rgst-io/stencil/commit/3966cd5) fix: Template base URL, Panics, and nil func returns ([#​62](https://togithub.com/rgst-io/stencil/issues/62)) ##### Dependency updates - [`5293ea8`](https://togithub.com/rgst-io/stencil/commit/5293ea8) chore(deps): update codecov/codecov-action action to v4.3.1 ([#​54](https://togithub.com/rgst-io/stencil/issues/54)) - [`deb8fe9`](https://togithub.com/rgst-io/stencil/commit/deb8fe9) chore(deps): update codecov/codecov-action action to v4.4.1 ([#​59](https://togithub.com/rgst-io/stencil/issues/59)) - [`5af35c1`](https://togithub.com/rgst-io/stencil/commit/5af35c1) chore(deps): update dependency vitepress to v1.1.4 ([#​52](https://togithub.com/rgst-io/stencil/issues/52)) - [`9becdd7`](https://togithub.com/rgst-io/stencil/commit/9becdd7) chore(deps): update dependency vitepress to v1.2.2 ([#​61](https://togithub.com/rgst-io/stencil/issues/61)) - [`27af476`](https://togithub.com/rgst-io/stencil/commit/27af476) chore(deps): update golangci/golangci-lint-action action to v6 ([#​56](https://togithub.com/rgst-io/stencil/issues/56)) - [`bc9ccc8`](https://togithub.com/rgst-io/stencil/commit/bc9ccc8) fix(deps): update module github.com/getoutreach/gobox to v1.90.3 ([#​60](https://togithub.com/rgst-io/stencil/issues/60)) - [`72a81e7`](https://togithub.com/rgst-io/stencil/commit/72a81e7) fix(deps): update module github.com/hashicorp/go-plugin to v1.6.1 ([#​58](https://togithub.com/rgst-io/stencil/issues/58)) - [`5343f17`](https://togithub.com/rgst-io/stencil/commit/5343f17) fix(deps): update module github.com/urfave/cli/v2 to v2.27.2 ([#​53](https://togithub.com/rgst-io/stencil/issues/53)) - [`c75c192`](https://togithub.com/rgst-io/stencil/commit/c75c192) fix(deps): update module golang.org/x/term to v0.20.0 ([#​55](https://togithub.com/rgst-io/stencil/issues/55)) ##### Documentation updates - [`8f2fd37`](https://togithub.com/rgst-io/stencil/commit/8f2fd37) docs(README): update to reflect state of the world - [`7c30873`](https://togithub.com/rgst-io/stencil/commit/7c30873) docs(installation): add brew method ##### Other work - [`c9845ca`](https://togithub.com/rgst-io/stencil/commit/c9845ca) ci: fix gentoo dep creation - [`ad85004`](https://togithub.com/rgst-io/stencil/commit/ad85004) ci: ignore .dist - [`5abe638`](https://togithub.com/rgst-io/stencil/commit/5abe638) ci: release Gentoo Go dependency archive with each release **Full Changelog**: https://github.com/rgst-io/stencil/compare/v0.3.0...v0.4.0 ### [`v0.3.0`](https://togithub.com/rgst-io/stencil/releases/tag/v0.3.0) [Compare Source](https://togithub.com/rgst-io/stencil/compare/v0.2.1...v0.3.0) #### Changelog ##### New Features - [`2098027`](https://togithub.com/rgst-io/stencil/commit/2098027) feat(configuration): support older service.yaml ##### Bug fixes - [`efb53c6`](https://togithub.com/rgst-io/stencil/commit/efb53c6) fix(stencil): don't support older lockfile anymore - [`45b2b75`](https://togithub.com/rgst-io/stencil/commit/45b2b75) fix: remove gobox/pkg/app and fix a flaky test ##### Dependency updates - [`20f0dc6`](https://togithub.com/rgst-io/stencil/commit/20f0dc6) chore(deps): update golangci/golangci-lint-action action to v5 ([#​49](https://togithub.com/rgst-io/stencil/issues/49)) ##### Other work - [`f0a7a52`](https://togithub.com/rgst-io/stencil/commit/f0a7a52) build: support releasing a brew package - [`5787111`](https://togithub.com/rgst-io/stencil/commit/5787111) chore(tasks): add next-version task to get next relver - [`c719a43`](https://togithub.com/rgst-io/stencil/commit/c719a43) ci: use github app for pushing to homebrew tap - [`8724c23`](https://togithub.com/rgst-io/stencil/commit/8724c23) feat!(codegen): return module hook data in second pass only, shuffle templates **Full Changelog**: https://github.com/rgst-io/stencil/compare/v0.2.1...v0.3.0 ### [`v0.2.1`](https://togithub.com/rgst-io/stencil/releases/tag/v0.2.1) [Compare Source](https://togithub.com/rgst-io/stencil/compare/v0.2.0...v0.2.1) #### Changelog ##### Bug fixes - [`7e371aa`](https://togithub.com/rgst-io/stencil/commit/7e371aa) fix(build): link in current version ##### Dependency updates - [`8870f6f`](https://togithub.com/rgst-io/stencil/commit/8870f6f) chore(deps): update dependency vitepress to v1.1.3 ([#​43](https://togithub.com/rgst-io/stencil/issues/43)) **Full Changelog**: https://github.com/rgst-io/stencil/compare/v0.2.0...v0.2.1 ### [`v0.2.0`](https://togithub.com/rgst-io/stencil/releases/tag/v0.2.0) [Compare Source](https://togithub.com/rgst-io/stencil/compare/v0.1.0...v0.2.0) #### Changelog ##### New Features - [`bbac52b`](https://togithub.com/rgst-io/stencil/commit/bbac52b) feat: Changing "service" code/file references to "project" ([#​9](https://togithub.com/rgst-io/stencil/issues/9)) - [`7d8d0f8`](https://togithub.com/rgst-io/stencil/commit/7d8d0f8) feat: Fleshed-out docs with about section and root README links ([#​39](https://togithub.com/rgst-io/stencil/issues/39)) - [`bc75d5b`](https://togithub.com/rgst-io/stencil/commit/bc75d5b) feat: run stencil with stencil-golang ([#​42](https://togithub.com/rgst-io/stencil/issues/42)) ##### Bug fixes - [`706a61d`](https://togithub.com/rgst-io/stencil/commit/706a61d) fix: remove deprecated fields and fix tests ##### Dependency updates - [`48624ce`](https://togithub.com/rgst-io/stencil/commit/48624ce) chore(deps): update codecov/codecov-action action to v4.1.0 ([#​24](https://togithub.com/rgst-io/stencil/issues/24)) - [`04b6e15`](https://togithub.com/rgst-io/stencil/commit/04b6e15) chore(deps): update codecov/codecov-action action to v4.1.1 ([#​30](https://togithub.com/rgst-io/stencil/issues/30)) - [`4b00b28`](https://togithub.com/rgst-io/stencil/commit/4b00b28) chore(deps): update codecov/codecov-action action to v4.2.0 ([#​36](https://togithub.com/rgst-io/stencil/issues/36)) - [`9b71872`](https://togithub.com/rgst-io/stencil/commit/9b71872) chore(deps): update dependency golang to v1.21.6 ([#​15](https://togithub.com/rgst-io/stencil/issues/15)) - [`6b0b067`](https://togithub.com/rgst-io/stencil/commit/6b0b067) chore(deps): update dependency golang to v1.21.7 ([#​18](https://togithub.com/rgst-io/stencil/issues/18)) - [`f62332a`](https://togithub.com/rgst-io/stencil/commit/f62332a) chore(deps): update dependency golang to v1.22.0 ([#​19](https://togithub.com/rgst-io/stencil/issues/19)) - [`09a2d17`](https://togithub.com/rgst-io/stencil/commit/09a2d17) chore(deps): update dependency golangci-lint to v1.56.2 ([#​20](https://togithub.com/rgst-io/stencil/issues/20)) - [`cf966b5`](https://togithub.com/rgst-io/stencil/commit/cf966b5) chore(deps): update dependency shfmt to v3.8.0 ([#​23](https://togithub.com/rgst-io/stencil/issues/23)) - [`97a9f74`](https://togithub.com/rgst-io/stencil/commit/97a9f74) chore(deps): update dependency vitepress to v1.0.2 ([#​33](https://togithub.com/rgst-io/stencil/issues/33)) - [`c2b45bc`](https://togithub.com/rgst-io/stencil/commit/c2b45bc) chore(deps): update dependency vitepress to v1.1.0 ([#​40](https://togithub.com/rgst-io/stencil/issues/40)) - [`a53964c`](https://togithub.com/rgst-io/stencil/commit/a53964c) chore(deps): update golangci/golangci-lint-action action to v4 ([#​22](https://togithub.com/rgst-io/stencil/issues/22)) - [`7b41efb`](https://togithub.com/rgst-io/stencil/commit/7b41efb) fix(deps): update module github.com/charmbracelet/glamour to v0.7.0 ([#​29](https://togithub.com/rgst-io/stencil/issues/29)) - [`695214f`](https://togithub.com/rgst-io/stencil/commit/695214f) fix(deps): update module github.com/getoutreach/gobox to v1.86.0 ([#​16](https://togithub.com/rgst-io/stencil/issues/16)) - [`bd79bf7`](https://togithub.com/rgst-io/stencil/commit/bd79bf7) fix(deps): update module github.com/getoutreach/gobox to v1.88.1 ([#​21](https://togithub.com/rgst-io/stencil/issues/21)) - [`fe53328`](https://togithub.com/rgst-io/stencil/commit/fe53328) fix(deps): update module github.com/getoutreach/gobox to v1.89.1 ([#​27](https://togithub.com/rgst-io/stencil/issues/27)) - [`c59ea2c`](https://togithub.com/rgst-io/stencil/commit/c59ea2c) fix(deps): update module github.com/getoutreach/gobox to v1.90.0 ([#​35](https://togithub.com/rgst-io/stencil/issues/35)) - [`b1521de`](https://togithub.com/rgst-io/stencil/commit/b1521de) fix(deps): update module github.com/go-git/go-git/v5 to v5.12.0 ([#​32](https://togithub.com/rgst-io/stencil/issues/32)) - [`9c84670`](https://togithub.com/rgst-io/stencil/commit/9c84670) fix(deps): update module github.com/hashicorp/go-hclog to v1.6.3 ([#​34](https://togithub.com/rgst-io/stencil/issues/34)) - [`27cde93`](https://togithub.com/rgst-io/stencil/commit/27cde93) fix(deps): update module github.com/urfave/cli/v2 to v2.27.0 ([#​12](https://togithub.com/rgst-io/stencil/issues/12)) - [`5370722`](https://togithub.com/rgst-io/stencil/commit/5370722) fix(deps): update module golang.org/x/term to v0.17.0 ([#​14](https://togithub.com/rgst-io/stencil/issues/14)) - [`3415ca4`](https://togithub.com/rgst-io/stencil/commit/3415ca4) fix(deps): update module golang.org/x/term to v0.18.0 ([#​25](https://togithub.com/rgst-io/stencil/issues/25)) - [`376f934`](https://togithub.com/rgst-io/stencil/commit/376f934) fix(deps): update module golang.org/x/term to v0.19.0 ([#​37](https://togithub.com/rgst-io/stencil/issues/37)) ##### Documentation updates - [`a6dbfae`](https://togithub.com/rgst-io/stencil/commit/a6dbfae) ci(docs): remove in favor of cloudflare pages - [`ddf666b`](https://togithub.com/rgst-io/stencil/commit/ddf666b) ci(docs): set AWS creds - [`941526e`](https://togithub.com/rgst-io/stencil/commit/941526e) docs(README): better release instructions - [`eccaec2`](https://togithub.com/rgst-io/stencil/commit/eccaec2) docs: Pulling in and adapting docs from old stencil ([#​38](https://togithub.com/rgst-io/stencil/issues/38)) - [`bf2618f`](https://togithub.com/rgst-io/stencil/commit/bf2618f) docs: add stub framework ([#​31](https://togithub.com/rgst-io/stencil/issues/31)) - [`21ac81c`](https://togithub.com/rgst-io/stencil/commit/21ac81c) docs: enable algolia ##### Other work - [`a2e6eef`](https://togithub.com/rgst-io/stencil/commit/a2e6eef) build: move to mise from task - [`be2e9dd`](https://togithub.com/rgst-io/stencil/commit/be2e9dd) ci: run tests ([#​10](https://togithub.com/rgst-io/stencil/issues/10)) - [`209e737`](https://togithub.com/rgst-io/stencil/commit/209e737) ci: update codecov-action tag, use correct version of gotestsum - [`58f04d2`](https://togithub.com/rgst-io/stencil/commit/58f04d2) ci: use mise instead of rtx - [`122f951`](https://togithub.com/rgst-io/stencil/commit/122f951) ci: use self-hosted runner, read versions from rtx **Full Changelog**: https://github.com/rgst-io/stencil/compare/v0.1.0...v0.2.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.



This PR has been generated by Mend Renovate. View repository job log here.

cloudflare-pages[bot] commented 3 weeks ago

Deploying stencil with  Cloudflare Pages  Cloudflare Pages

Latest commit: c8abda0
Status: ✅  Deploy successful!
Preview URL: https://1e3e9ad8.stencil-1wj.pages.dev
Branch Preview URL: https://renovate-go-rgst-io-stencil.stencil-1wj.pages.dev

View logs

codecov[bot] commented 3 weeks ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

:loudspeaker: Thoughts on this report? Let us know!

jaredallard commented 3 weeks ago

lol we can't update ourself, GOOD ONE renovate

renovate[bot] commented 3 weeks ago

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (v0.5.0). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.