Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 6, 2024

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

Compare Source

Changelog

New Features
  • 42af8aa feat: Adding Directory Manifests, currently only for templated dir renaming (#​63)
  • 86cabeb feat: add slogext package and switch to use it (#​69)
Other work
  • d3c120a fix!(create module): only create stencil.yaml for now (#​68)
  • 98d74db fix!: remove unused commands (docs and configure)

Full Changelog: v0.4.0...v0.5.0

v0.4.0

Compare Source

Changelog

New Features
Bug fixes
  • 3966cd5 fix: Template base URL, Panics, and nil func returns (#​62)
Dependency updates
  • 5293ea8 chore(deps): update codecov/codecov-action action to v4.3.1 (#​54)
  • deb8fe9 chore(deps): update codecov/codecov-action action to v4.4.1 (#​59)
  • 5af35c1 chore(deps): update dependency vitepress to v1.1.4 (#​52)
  • 9becdd7 chore(deps): update dependency vitepress to v1.2.2 (#​61)
  • 27af476 chore(deps): update golangci/golangci-lint-action action to v6 (#​56)
  • bc9ccc8 fix(deps): update module github.com/getoutreach/gobox to v1.90.3 (#​60)
  • 72a81e7 fix(deps): update module github.com/hashicorp/go-plugin to v1.6.1 (#​58)
  • 5343f17 fix(deps): update module github.com/urfave/cli/v2 to v2.27.2 (#​53)
  • c75c192 fix(deps): update module golang.org/x/term to v0.20.0 (#​55)
Documentation updates
  • 8f2fd37 docs(README): update to reflect state of the world
  • 7c30873 docs(installation): add brew method
Other work
  • c9845ca ci: fix gentoo dep creation
  • ad85004 ci: ignore .dist
  • 5abe638 ci: release Gentoo Go dependency archive with each release

Full Changelog: v0.3.0...v0.4.0

v0.3.0

Compare Source

Changelog

New Features
  • 2098027 feat(configuration): support older service.yaml
Bug fixes
  • efb53c6 fix(stencil): don't support older lockfile anymore
  • 45b2b75 fix: remove gobox/pkg/app and fix a flaky test
Dependency updates
  • 20f0dc6 chore(deps): update golangci/golangci-lint-action action to v5 (#​49)
Other work
  • f0a7a52 build: support releasing a brew package
  • 5787111 chore(tasks): add next-version task to get next relver
  • c719a43 ci: use github app for pushing to homebrew tap
  • 8724c23 feat!(codegen): return module hook data in second pass only, shuffle templates

Full Changelog: v0.2.1...v0.3.0

v0.2.1

Compare Source

Changelog

Bug fixes
  • 7e371aa fix(build): link in current version
Dependency updates
  • 8870f6f chore(deps): update dependency vitepress to v1.1.3 (#​43)

Full Changelog: v0.2.0...v0.2.1

v0.2.0

Compare Source

Changelog

New Features
  • bbac52b feat: Changing "service" code/file references to "project" (#​9)
  • 7d8d0f8 feat: Fleshed-out docs with about section and root README links (#​39)
  • bc75d5b feat: run stencil with stencil-golang (#​42)
Bug fixes
  • 706a61d fix: remove deprecated fields and fix tests
Dependency updates
  • 48624ce chore(deps): update codecov/codecov-action action to v4.1.0 (#​24)
  • 04b6e15 chore(deps): update codecov/codecov-action action to v4.1.1 (#​30)
  • 4b00b28 chore(deps): update codecov/codecov-action action to v4.2.0 (#​36)
  • 9b71872 chore(deps): update dependency golang to v1.21.6 (#​15)
  • 6b0b067 chore(deps): update dependency golang to v1.21.7 (#​18)
  • f62332a chore(deps): update dependency golang to v1.22.0 (#​19)
  • 09a2d17 chore(deps): update dependency golangci-lint to v1.56.2 (#​20)
  • cf966b5 chore(deps): update dependency shfmt to v3.8.0 (#​23)
  • 97a9f74 chore(deps): update dependency vitepress to v1.0.2 (#​33)
  • c2b45bc chore(deps): update dependency vitepress to v1.1.0 (#​40)
  • a53964c chore(deps): update golangci/golangci-lint-action action to v4 (#​22)
  • 7b41efb fix(deps): update module github.com/charmbracelet/glamour to v0.7.0 (#​29)
  • 695214f fix(deps): update module github.com/getoutreach/gobox to v1.86.0 (#​16)
  • bd79bf7 fix(deps): update module github.com/getoutreach/gobox to v1.88.1 (#​21)
  • fe53328 fix(deps): update module github.com/getoutreach/gobox to v1.89.1 (#​27)
  • c59ea2c fix(deps): update module github.com/getoutreach/gobox to v1.90.0 (#​35)
  • b1521de fix(deps): update module github.com/go-git/go-git/v5 to v5.12.0 (#​32)
  • 9c84670 fix(deps): update module github.com/hashicorp/go-hclog to v1.6.3 (#​34)
  • 27cde93 fix(deps): update module github.com/urfave/cli/v2 to v2.27.0 (#​12)
  • 5370722 fix(deps): update module golang.org/x/term to v0.17.0 (#​14)
  • 3415ca4 fix(deps): update module golang.org/x/term to v0.18.0 (#​25)
  • 376f934 fix(deps): update module golang.org/x/term to v0.19.0 (#​37)
Documentation updates
  • a6dbfae ci(docs): remove in favor of cloudflare pages
  • ddf666b ci(docs): set AWS creds
  • 941526e docs(README): better release instructions
  • eccaec2 docs: Pulling in and adapting docs from old stencil (#​38)
  • bf2618f docs: add stub framework (#​31)
  • 21ac81c docs: enable algolia
Other work
  • a2e6eef build: move to mise from task
  • be2e9dd ci: run tests (#​10)
  • 209e737 ci: update codecov-action tag, use correct version of gotestsum
  • 58f04d2 ci: use mise instead of rtx
  • 122f951 ci: use self-hosted runner, read versions from rtx

Full Changelog: 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.


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

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

Copy link

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

Copy link

codecov bot commented Jun 6, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

📢 Thoughts on this report? Let us know!

@jaredallard
Copy link
Member

lol we can't update ourself, GOOD ONE renovate

@jaredallard jaredallard closed this Jun 6, 2024
Copy link
Contributor Author

renovate bot commented Jun 6, 2024

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.

@renovate renovate bot deleted the renovate/go.rgst.io-stencil-0.x branch June 6, 2024 15:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant