Skip to content
This repository has been archived by the owner on Jul 14, 2024. It is now read-only.

Commit

Permalink
dev -> main (#94)
Browse files Browse the repository at this point in the history
* fix(js): update @sveltejs/kit to 2.5.15

| datasource | package       | from   | to     |
| ---------- | ------------- | ------ | ------ |
| npm        | @sveltejs/kit | 2.5.14 | 2.5.15 |

* fix(container): update image ghcr.io/ullbergm/hajimari to v0.4.5 (#93)

| datasource | package                   | from   | to     |
| ---------- | ------------------------- | ------ | ------ |
| docker     | ghcr.io/ullbergm/hajimari | v0.4.4 | v0.4.5 |

Co-authored-by: ullberg-github-app <ullberg-github-app[bot]@users.noreply.github.com>

* fix(js): update @sveltejs/kit to 2.5.16

| datasource | package       | from   | to     |
| ---------- | ------------- | ------ | ------ |
| npm        | @sveltejs/kit | 2.5.15 | 2.5.16 |

* fix(js): update svelte-check to 3.8.1

| datasource | package      | from  | to    |
| ---------- | ------------ | ----- | ----- |
| npm        | svelte-check | 3.8.0 | 3.8.1 |

* fix(go): update module github.com/go-chi/chi/v5 to v5.0.13

| datasource | package                  | from    | to      |
| ---------- | ------------------------ | ------- | ------- |
| go         | github.com/go-chi/chi/v5 | v5.0.12 | v5.0.13 |

* fix(js): update @sveltejs/kit to 2.5.17

| datasource | package       | from   | to     |
| ---------- | ------------- | ------ | ------ |
| npm        | @sveltejs/kit | 2.5.16 | 2.5.17 |

* Update values.yaml

---------

Co-authored-by: ullberg-github-app <ullberg-github-app[bot]@users.noreply.github.com>
Co-authored-by: ullberg-github-app[bot] <117079803+ullberg-github-app[bot]@users.noreply.github.com>
  • Loading branch information
3 people authored Jun 19, 2024
1 parent 8ad6780 commit 09ee58c
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 18 deletions.
2 changes: 1 addition & 1 deletion charts/hajimari/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ image:
# -- image pull policy
pullPolicy: IfNotPresent
# -- image tag
tag: v0.4.5
tag: v0.4.6

# -- environment variables.
# @default -- See below
Expand Down
28 changes: 14 additions & 14 deletions frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
"devDependencies": {
"@iconify/svelte": "4.0.2",
"@sveltejs/adapter-static": "3.0.2",
"@sveltejs/kit": "2.5.14",
"@sveltejs/kit": "2.5.17",
"@types/codemirror": "5.60.15",
"@types/js-yaml": "4.0.9",
"svelte": "4.2.18",
"svelte-check": "3.8.0",
"svelte-check": "3.8.1",
"svelte-preprocess": "6.0.1",
"tslib": "2.6.3",
"typescript": "5.4.5",
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ toolchain go1.22.4
require (
github.com/chi-middleware/logrus-logger v0.3.0
github.com/fsnotify/fsnotify v1.7.0
github.com/go-chi/chi/v5 v5.0.12
github.com/go-chi/chi/v5 v5.0.13
github.com/go-chi/cors v1.2.1
github.com/go-chi/render v1.0.3
github.com/matoous/go-nanoid/v2 v2.1.0
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ github.com/fsnotify/fsnotify v1.7.0/go.mod h1:40Bi/Hjc2AVfZrqy+aj+yEI+/bRxZnMJyT
github.com/go-chi/chi/v5 v5.0.8/go.mod h1:DslCQbL2OYiznFReuXYUmQ2hGd1aDpCnlMNITLSKoi8=
github.com/go-chi/chi/v5 v5.0.12 h1:9euLV5sTrTNTRUU9POmDUvfxyj6LAABLUcEWO+JJb4s=
github.com/go-chi/chi/v5 v5.0.12/go.mod h1:DslCQbL2OYiznFReuXYUmQ2hGd1aDpCnlMNITLSKoi8=
github.com/go-chi/chi/v5 v5.0.13 h1:JlH2F2M8qnwl0N1+JFFzlX9TlKJYas3aPXdiuTmJL+w=
github.com/go-chi/chi/v5 v5.0.13/go.mod h1:DslCQbL2OYiznFReuXYUmQ2hGd1aDpCnlMNITLSKoi8=
github.com/go-chi/cors v1.2.1 h1:xEC8UT3Rlp2QuWNEr4Fs/c2EAGVKBwy/1vHx3bppil4=
github.com/go-chi/cors v1.2.1/go.mod h1:sSbTewc+6wYHBBCW7ytsFSn836hqM7JxpglAy2Vzc58=
github.com/go-chi/render v1.0.3 h1:AsXqd2a1/INaIfUSKq3G5uA8weYx20FOsM7uSoCyyt4=
Expand Down

0 comments on commit 09ee58c

Please sign in to comment.