19 Commits

Author SHA1 Message Date
argoyle 8e872747c5 Merge branch 'next-release' into 'main'
chore(release): prepare for v0.1.7

See merge request unboundsoftware/shiny/presenter!65
2025-09-17 21:13:30 +02:00
Unbound Release 155bc96d69 chore(release): prepare for v0.1.7 2025-09-17 21:13:30 +02:00
argoyle c584852dab Merge branch 'renovate/github.com-99designs-gqlgen-0.x' into 'main'
fix(deps): update module github.com/99designs/gqlgen to v0.17.80

See merge request unboundsoftware/shiny/presenter!71
2025-09-17 19:17:21 +02:00
Renovate 0c747d142c fix(deps): update module github.com/99designs/gqlgen to v0.17.80 2025-09-17 16:55:29 +00:00
argoyle 2f4c2c5f18 Merge branch 'renovate/github.com-99designs-gqlgen-0.x' into 'main'
fix(deps): update module github.com/99designs/gqlgen to v0.17.79

See merge request unboundsoftware/shiny/presenter!70
2025-09-15 07:11:25 +02:00
Renovate 551b07b417 fix(deps): update module github.com/99designs/gqlgen to v0.17.79 2025-09-14 20:55:24 +00:00
argoyle 204641b65a Merge branch 'renovate/lietu-go-pre-commit-1.x' into 'main'
chore(deps): update pre-commit hook lietu/go-pre-commit to v1

See merge request unboundsoftware/shiny/presenter!69
2025-09-13 17:23:11 +02:00
Renovate 88b8a55bd4 chore(deps): update pre-commit hook lietu/go-pre-commit to v1 2025-09-13 09:10:03 +00:00
Renovate d29e5a940a chore(deps): update golang:1.25.1 docker digest to 53f7808 2025-09-08 23:10:33 +00:00
Renovate 072c665f60 chore(deps): update golang docker tag to v1.25.1 2025-09-03 19:55:14 +00:00
Renovate 3b518bad73 fix(deps): update module github.com/stretchr/testify to v1.11.1 2025-08-27 11:55:35 +00:00
Renovate c771483282 fix(deps): update module github.com/stretchr/testify to v1.11.0 2025-08-24 16:55:19 +00:00
Renovate 7f6dfe2776 chore(deps): update golang:1.25.0 docker digest to f6b9e1a 2025-08-22 18:55:23 +00:00
Renovate 1545e23e7a chore(deps): update golang docker tag to v1.25.0 2025-08-14 09:48:43 +02:00
Renovate a9ec99008f chore(deps): update pre-commit hook golangci/golangci-lint to v2.4.0 2025-08-13 20:55:23 +00:00
Renovate de82176779 chore(deps): update golang:1.24.6 docker digest to 958bfd1 2025-08-12 22:55:01 +00:00
Renovate b284ee5b82 chore(deps): update pre-commit hook pre-commit/pre-commit-hooks to v6 2025-08-09 19:55:39 +00:00
Renovate 3cb71a9ebc chore(deps): update golang docker tag to v1.24.6 2025-08-06 20:55:10 +00:00
Renovate 70198e90a4 chore(deps): update pre-commit hook golangci/golangci-lint to v2.3.1 2025-08-02 21:55:14 +00:00
6 changed files with 21 additions and 11 deletions
+2 -2
View File
@@ -7,7 +7,7 @@ include:
- project: unboundsoftware/ci-templates
file: Pre-Commit-Go.gitlab-ci.yml
image: amd64/golang:1.24.5@sha256:0a156a4a26df7babc9944fa442dfe38e9f867b45869e182d056a174b7f949f8c
image: amd64/golang:1.25.1@sha256:53f7808857782118f3a062261f721507dfa36e5c545e5d39c2dcf9916e3f0b1b
stages:
- deps
@@ -32,7 +32,7 @@ test:
vulnerabilities:
stage: test
image: amd64/golang:1.24.5@sha256:0a156a4a26df7babc9944fa442dfe38e9f867b45869e182d056a174b7f949f8c
image: amd64/golang:1.25.1@sha256:53f7808857782118f3a062261f721507dfa36e5c545e5d39c2dcf9916e3f0b1b
script:
- go install golang.org/x/vuln/cmd/govulncheck@latest
- govulncheck ./...
+3 -3
View File
@@ -2,7 +2,7 @@
# See https://pre-commit.com/hooks.html for more hooks
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v5.0.0
rev: v6.0.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
@@ -32,12 +32,12 @@ repos:
- -local
- gitlab.com/unboundsoftware/shiny/presenter
- repo: https://github.com/lietu/go-pre-commit
rev: v0.1.0
rev: v1.0.0
hooks:
- id: go-test
- id: gofumpt
- repo: https://github.com/golangci/golangci-lint
rev: v2.3.0
rev: v2.4.0
hooks:
- id: golangci-lint-full
- repo: https://github.com/gitleaks/gitleaks
+1
View File
@@ -0,0 +1 @@
{"version":"v0.1.7"}
+9
View File
@@ -2,6 +2,15 @@
All notable changes to this project will be documented in this file.
## [0.1.7] - 2025-09-17
### 🐛 Bug Fixes
- *(deps)* Update module github.com/stretchr/testify to v1.11.0
- *(deps)* Update module github.com/stretchr/testify to v1.11.1
- *(deps)* Update module github.com/99designs/gqlgen to v0.17.79
- *(deps)* Update module github.com/99designs/gqlgen to v0.17.80
## [0.1.6] - 2025-07-28
### 🐛 Bug Fixes
+2 -2
View File
@@ -3,8 +3,8 @@ module gitlab.com/unboundsoftware/shiny/presenter
go 1.24.1
require (
github.com/99designs/gqlgen v0.17.78
github.com/stretchr/testify v1.10.0
github.com/99designs/gqlgen v0.17.80
github.com/stretchr/testify v1.11.1
github.com/vektah/gqlparser/v2 v2.5.30
)
+4 -4
View File
@@ -1,5 +1,5 @@
github.com/99designs/gqlgen v0.17.78 h1:bhIi7ynrc3js2O8wu1sMQj1YHPENDt3jQGyifoBvoVI=
github.com/99designs/gqlgen v0.17.78/go.mod h1:yI/o31IauG2kX0IsskM4R894OCCG1jXJORhtLQqB7Oc=
github.com/99designs/gqlgen v0.17.80 h1:S64VF9SK+q3JjQbilgdrM0o4iFQgB54mVQ3QvXEO4Ek=
github.com/99designs/gqlgen v0.17.80/go.mod h1:vgNcZlLwemsUhYim4dC1pvFP5FX0pr2Y+uYUoHFb1ig=
github.com/andreyvit/diff v0.0.0-20170406064948-c7f18ee00883 h1:bvNMNQO63//z+xNgfBlViaCIJKLlCJ6/fmUseuG0wVQ=
github.com/andreyvit/diff v0.0.0-20170406064948-c7f18ee00883/go.mod h1:rCTlJbsFo29Kk6CurOXKm700vrz8f0KW0JNfpkRJY/8=
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
@@ -12,8 +12,8 @@ github.com/sergi/go-diff v1.3.1 h1:xkr+Oxo4BOQKmkn/B9eMK0g5Kg/983T9DqqPHwYqD+8=
github.com/sergi/go-diff v1.3.1/go.mod h1:aMJSSKb2lpPvRNec0+w3fl7LP9IOFzdc9Pa4NFbPK1I=
github.com/sosodev/duration v1.3.1 h1:qtHBDMQ6lvMQsL15g4aopM4HEfOaYuhWBw3NPTtlqq4=
github.com/sosodev/duration v1.3.1/go.mod h1:RQIBBX0+fMLc/D9+Jb/fwvVmo0eZvDDEERAikUR6SDg=
github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOfJA=
github.com/stretchr/testify v1.10.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
github.com/stretchr/testify v1.11.1 h1:7s2iGBzp5EwR7/aIZr8ao5+dra3wiQyKjjFuvgVKu7U=
github.com/stretchr/testify v1.11.1/go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U=
github.com/vektah/gqlparser/v2 v2.5.30 h1:EqLwGAFLIzt1wpx1IPpY67DwUujF1OfzgEyDsLrN6kE=
github.com/vektah/gqlparser/v2 v2.5.30/go.mod h1:D1/VCZtV3LPnQrcPBeR/q5jkSQIPti0uYCP/RI0gIeo=
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM=