Skip to content

Commit ae3245e

Browse files
committed
chore: update deps
Signed-off-by: Christian Stewart <christian@aperture.us>
1 parent 89a583d commit ae3245e

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

.goreleaser.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ builds:
2626
- arm64
2727

2828
archives:
29-
- format: tar.gz
29+
- formats: ["tar.gz"]
3030
# this name template makes the OS and Arch compatible with the results of `uname`.
3131
name_template: >-
3232
{{ .ProjectName }}_
@@ -37,7 +37,7 @@ archives:
3737
# use zip for windows archives
3838
format_overrides:
3939
- goos: windows
40-
format: zip
40+
formats: ['zip']
4141

4242
changelog:
4343
sort: asc

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.24
55
toolchain go1.24.1
66

77
require (
8-
github.com/aperturerobotics/common v0.21.1 // latest
8+
github.com/aperturerobotics/common v0.21.2 // latest
99
github.com/aperturerobotics/controllerbus v0.49.1 // latest
1010
github.com/aperturerobotics/entitygraph v0.11.0 // latest
1111
github.com/aperturerobotics/protobuf-go-lite v0.8.0 // latest

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ github.com/aperturerobotics/bifrost-nats-client v1.10.1-0.20200831103200-24c3d04
44
github.com/aperturerobotics/bifrost-nats-client v1.10.1-0.20200831103200-24c3d0464e58/go.mod h1:ougcjYEZDYV8pVtaNbA5sgYDukkYHyKtSsW/T3B13j0=
55
github.com/aperturerobotics/bifrost-nats-server/v2 v2.1.8-0.20221228081037-b7c2df0c151f h1:bmScByQNGDPPy9T+zdwu816XaCbFtD5UDyqZMRiHJ80=
66
github.com/aperturerobotics/bifrost-nats-server/v2 v2.1.8-0.20221228081037-b7c2df0c151f/go.mod h1:kIcZtLpq4UIZzOqduYLm1mYU1nuMBtN6XuDCtQ21QT8=
7-
github.com/aperturerobotics/common v0.21.1 h1:n2kPPTVhTkNeJ5pDeH6u3tMuv07A53bek/TRMGNZIAs=
8-
github.com/aperturerobotics/common v0.21.1/go.mod h1:FrecdNcsYvVS8RcWCR8FUkKFh+XmouFOYKHpBdMqqBA=
7+
github.com/aperturerobotics/common v0.21.2 h1:fqnPL5Oovpd8nDaNBYGiD1UpZhcH/JfpsS8gt5iBDyA=
8+
github.com/aperturerobotics/common v0.21.2/go.mod h1:FrecdNcsYvVS8RcWCR8FUkKFh+XmouFOYKHpBdMqqBA=
99
github.com/aperturerobotics/controllerbus v0.49.1 h1:LfDc13n2xlHPosotFdMSUKdw/lKV9Ae8AMt7/4KpqtA=
1010
github.com/aperturerobotics/controllerbus v0.49.1/go.mod h1:vOvxTtl3Tkkn/ALtPHfcVWevpi7V17O38K/2BkiDU98=
1111
github.com/aperturerobotics/entitygraph v0.11.0 h1:nPnT0SXsEMqsxmn/lWGR50JHbfmSd3pVanyJAm6v8rI=

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"singleQuote": true
4545
},
4646
"devDependencies": {
47-
"@aptre/common": "^0.21.0",
47+
"@aptre/common": "^0.21.2",
4848
"depcheck": "^1.4.6",
4949
"prettier": "^3.1.1",
5050
"rimraf": "^6.0.0",

yarn.lock

+6-6
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
# yarn lockfile v1
33

44

5-
"@aptre/common@^0.21.0":
6-
version "0.21.1"
7-
resolved "https://registry.yarnpkg.com/@aptre/common/-/common-0.21.1.tgz#c73acbf76f4c7eb586fea23cdf87ba685cb95de6"
8-
integrity sha512-G6sHajqF8Q29QLAv308gbRSgT9pJ8li85j8viqhK+WSiZTAJB+4nd69IDT/1vb3M/Kex1H4zDyqDv//ZMgGKcw==
5+
"@aptre/common@^0.21.2":
6+
version "0.21.2"
7+
resolved "https://registry.yarnpkg.com/@aptre/common/-/common-0.21.2.tgz#0a6c0dec997829cc2d5d31c897ae6cf260abdb20"
8+
integrity sha512-zqCq4jlBZXaqbY4Bqjl0XokLGcPuZCzvbyibPdCRqcDCIzYiBa3wMVuoAVr18M/TmlMYXXGf3eauctmq1AAp+g==
99
dependencies:
1010
"@aptre/protobuf-es-lite" "^0.4.7"
1111
"@typescript-eslint/eslint-plugin" "^8.18.0"
1212
"@typescript-eslint/parser" "^8.18.0"
13-
eslint "^9.19.0"
13+
eslint "^9.22.0"
1414
eslint-config-prettier "^10.0.0"
1515
eslint-plugin-react-hooks "^5.1.0"
1616
eslint-plugin-unused-imports "^4.0.0"
@@ -1235,7 +1235,7 @@ eslint-visitor-keys@^4.2.0:
12351235
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.0.tgz#687bacb2af884fcdda8a6e7d65c606f46a14cd45"
12361236
integrity sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==
12371237

1238-
eslint@^9.19.0:
1238+
eslint@^9.22.0:
12391239
version "9.22.0"
12401240
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.22.0.tgz#0760043809fbf836f582140345233984d613c552"
12411241
integrity sha512-9V/QURhsRN40xuHXWjV64yvrzMjcz7ZyNoF2jJFmy9j/SLk0u1OLSZgXi28MrXjymnjEGSR80WCdab3RGMDveQ==

0 commit comments

Comments
 (0)