Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: aperturerobotics/common
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.16.12
Choose a base ref
...
head repository: aperturerobotics/common
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.17.0
Choose a head ref
  • 4 commits
  • 11 files changed
  • 2 contributors

Commits on Jul 4, 2024

  1. refactor: update deps

    Signed-off-by: Christian Stewart <christian@aperture.us>
    paralin committed Jul 4, 2024

    Verified

    This commit was signed with the committer’s verified signature.
    tanemaki d-prime
    Copy the full SHA
    5f20dde View commit details
  2. fix(deps): update all dependencies

    Signed-off-by: Christian Stewart <christian@aperture.us>
    renovate[bot] authored and paralin committed Jul 4, 2024

    Verified

    This commit was signed with the committer’s verified signature.
    tanemaki d-prime
    Copy the full SHA
    a891c94 View commit details
  3. refactor: goreleaser v2

    Signed-off-by: Christian Stewart <christian@aperture.us>
    paralin committed Jul 4, 2024
    Copy the full SHA
    0246c9b View commit details
  4. release: v0.17.0

    Signed-off-by: Christian Stewart <christian@aperture.us>
    paralin committed Jul 4, 2024
    Copy the full SHA
    258fe86 View commit details
Showing with 619 additions and 694 deletions.
  1. +3 −3 .github/workflows/codeql-analysis.yml
  2. +1 −1 Makefile
  3. +1 −1 deps.go.tools
  4. +1 −1 go.mod
  5. +2 −2 go.mod.tools
  6. +4 −4 go.sum.tools
  7. +7 −7 package.json
  8. +1 −1 tools/deps.go
  9. +2 −2 tools/go.mod
  10. +4 −4 tools/go.sum
  11. +593 −668 yarn.lock
6 changes: 3 additions & 3 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
@@ -46,12 +46,12 @@ jobs:
cache: 'yarn'

- name: Initialize CodeQL
uses: github/codeql-action/init@23acc5c183826b7a8a97bce3cecc52db901f8251 # v3.25.10
uses: github/codeql-action/init@b611370bb5703a7efb587f9d136a52ea24c5c38c # v3.25.11
with:
languages: ${{ matrix.language }}

- name: Autobuild
uses: github/codeql-action/autobuild@23acc5c183826b7a8a97bce3cecc52db901f8251 # v3.25.10
uses: github/codeql-action/autobuild@b611370bb5703a7efb587f9d136a52ea24c5c38c # v3.25.11

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@23acc5c183826b7a8a97bce3cecc52db901f8251 # v3.25.10
uses: github/codeql-action/analyze@b611370bb5703a7efb587f9d136a52ea24c5c38c # v3.25.11
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -63,7 +63,7 @@ $(eval $(call build_tool,$(GOFUMPT),mvdan.cc/gofumpt))
$(eval $(call build_tool,$(PROTOWRAP),github.com/aperturerobotics/goprotowrap/cmd/protowrap))
$(eval $(call build_tool,$(GOLANGCI_LINT),github.com/golangci/golangci-lint/cmd/golangci-lint))
$(eval $(call build_tool,$(GO_MOD_OUTDATED),github.com/psampaz/go-mod-outdated))
$(eval $(call build_tool,$(GORELEASER),github.com/goreleaser/goreleaser))
$(eval $(call build_tool,$(GORELEASER),github.com/goreleaser/goreleaser/v2))
$(eval $(call build_tool,$(WASMBROWSERTEST),github.com/agnivade/wasmbrowsertest))

.PHONY: protodeps
2 changes: 1 addition & 1 deletion deps.go.tools
Original file line number Diff line number Diff line change
@@ -25,7 +25,7 @@ import (
_ "mvdan.cc/gofumpt"

// _ imports goreleaser
_ "github.com/goreleaser/goreleaser"
_ "github.com/goreleaser/goreleaser/v2"

// _ imports wasmbrowsertest
_ "github.com/agnivade/wasmbrowsertest"
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@ module github.com/aperturerobotics/common
go 1.22

// This fork uses protobuf-go-lite. This replace can be safely removed but optimizes binary size.
replace github.com/libp2p/go-libp2p => github.com/aperturerobotics/go-libp2p v0.33.1-0.20240504075939-591fc65373be // aperture
replace github.com/libp2p/go-libp2p => github.com/aperturerobotics/go-libp2p v0.33.1-0.20240511223728-e0b67c111765 // aperture

replace github.com/ipfs/go-log/v2 => github.com/paralin/ipfs-go-logrus v0.0.0-20240410105224-e24cb05f9e98 // master

4 changes: 2 additions & 2 deletions go.mod.tools
Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@ replace (
require (
github.com/aperturerobotics/goprotowrap v0.3.1 // latest
github.com/aperturerobotics/protobuf-go-lite v0.6.5 // latest
github.com/aperturerobotics/starpc v0.32.14 // latest
github.com/aperturerobotics/starpc v0.32.15 // latest
)

require (
@@ -23,7 +23,7 @@ require (

require (
github.com/agnivade/wasmbrowsertest v0.8.0
github.com/goreleaser/goreleaser v1.26.2
github.com/goreleaser/goreleaser/v2 v2.0.1
)

require (
8 changes: 4 additions & 4 deletions go.sum.tools
Original file line number Diff line number Diff line change
@@ -140,8 +140,8 @@ github.com/aperturerobotics/protobuf-go v1.33.1-0.20240411062030-e36f75e0a3b8 h1
github.com/aperturerobotics/protobuf-go v1.33.1-0.20240411062030-e36f75e0a3b8/go.mod h1:c6P6GXX6sHbq/GpV6MGZEdwhWPcYBgnhAHhKbcUYpos=
github.com/aperturerobotics/protobuf-go-lite v0.6.5 h1:AuPPcZ7ZaJe9ZYYC4gF7/5/Xbn9Mt9uXyV3+ADWy+Ys=
github.com/aperturerobotics/protobuf-go-lite v0.6.5/go.mod h1:YTbfnUj3feSULhs8VgepAHFnF3wUc0CPj4jd2axy21I=
github.com/aperturerobotics/starpc v0.32.14 h1:6KV6jK0+1ViStyYEebsNnEKHvTJOWTqXWHlXZ+zga7c=
github.com/aperturerobotics/starpc v0.32.14/go.mod h1:yYc6X6YQLpCYF2xZ6Rwcr//tno9uhRi+RAuQpSv5VQU=
github.com/aperturerobotics/starpc v0.32.15 h1:DhGM6jp6NWGj+GsjHHad5aO3v0TAz3btMATzuxAzz7o=
github.com/aperturerobotics/starpc v0.32.15/go.mod h1:yYc6X6YQLpCYF2xZ6Rwcr//tno9uhRi+RAuQpSv5VQU=
github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5 h1:0CwZNZbxp69SHPdPJAN/hZIm0C4OItdklCFmMRWYpio=
github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5/go.mod h1:wHh0iHkYZB8zMSxRWpUBQtwG5a7fFgvEO+odwuTv2gs=
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 h1:DklsrG3dyBCFEj5IhUbnKptjxatkF07cF2ak3yi77so=
@@ -564,8 +564,8 @@ github.com/goreleaser/chglog v0.6.1 h1:NZKiX8l0FTQPRzBgKST7knvNZmZ04f7PEGkN2wInf
github.com/goreleaser/chglog v0.6.1/go.mod h1:Bnnfo07jMZkaAb0uRNASMZyOsX6ROW6X1qbXqN3guUo=
github.com/goreleaser/fileglob v1.3.0 h1:/X6J7U8lbDpQtBvGcwwPS6OpzkNVlVEsFUVRx9+k+7I=
github.com/goreleaser/fileglob v1.3.0/go.mod h1:Jx6BoXv3mbYkEzwm9THo7xbr5egkAraxkGorbJb4RxU=
github.com/goreleaser/goreleaser v1.26.2 h1:1iY1HaXtRiMTrwy6KE1sNjkRjsjMi+9l0k6WUX8GpWw=
github.com/goreleaser/goreleaser v1.26.2/go.mod h1:mHi6zr6fuuOh5eHdWWgyo/N8BWED5WEVtb/4GETc9jQ=
github.com/goreleaser/goreleaser/v2 v2.0.1 h1:Wx2peRnvixEBRKxU6T0Gh+3wlire+Jv2IOW5eNPan3U=
github.com/goreleaser/goreleaser/v2 v2.0.1/go.mod h1:SGz1F91ryOlG6pnf5F2BiyiFcK1uA3j0mzwbI3Bp3yo=
github.com/goreleaser/nfpm/v2 v2.37.1 h1:RUmeEt8OlEVeSzKRrO5Vl5qVWCtUwx4j9uivGuRo5fw=
github.com/goreleaser/nfpm/v2 v2.37.1/go.mod h1:q8+sZXFqn106/eGw+9V+I8+izFxZ/sJjrhwmEUxXhUg=
github.com/gorilla/mux v1.8.1 h1:TuBL49tXwgrFYWhqrNgrUNEY92u81SPhu7sTdzQEiWY=
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aptre/common",
"description": "Common project configuration files and dependencies.",
"version": "0.16.12",
"version": "0.17.0",
"license": "MIT",
"author": {
"name": "Aperture Robotics LLC.",
@@ -73,20 +73,20 @@
"depcheck": "^1.4.6",
"prettier": "^3.0.3",
"rimraf": "^5.0.5",
"typescript": "^5.4.5"
"typescript": "^5.5.3"
},
"dependencies": {
"@aptre/protobuf-es-lite": "^0.4.5",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"eslint": "^8.57.0",
"@typescript-eslint/eslint-plugin": "^7.15.0",
"@typescript-eslint/parser": "^7.15.0",
"eslint": "^9.6.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-react-hooks": "^4.6.1",
"eslint-plugin-unused-imports": "^4.0.0",
"starpc": "^0.32.14",
"starpc": "^0.32.16",
"vitest": "^1.6.0"
},
"resolutions": {
"@aptre/protobuf-es-lite": "0.4.5"
"@aptre/protobuf-es-lite": "0.4.6"
}
}
2 changes: 1 addition & 1 deletion tools/deps.go
Original file line number Diff line number Diff line change
@@ -26,7 +26,7 @@ import (
_ "mvdan.cc/gofumpt"

// _ imports goreleaser
_ "github.com/goreleaser/goreleaser"
_ "github.com/goreleaser/goreleaser/v2"

// _ imports wasmbrowsertest
_ "github.com/agnivade/wasmbrowsertest"
4 changes: 2 additions & 2 deletions tools/go.mod
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@ require (
github.com/aperturerobotics/common v0.15.4 // latest
github.com/aperturerobotics/goprotowrap v0.3.1 // latest
github.com/aperturerobotics/protobuf-go-lite v0.6.5 // latest
github.com/aperturerobotics/starpc v0.32.14 // latest
github.com/aperturerobotics/starpc v0.32.15 // latest
)

require (
@@ -25,7 +25,7 @@ require (

require (
github.com/agnivade/wasmbrowsertest v0.8.0
github.com/goreleaser/goreleaser v1.26.2
github.com/goreleaser/goreleaser/v2 v2.0.1
)

require (
8 changes: 4 additions & 4 deletions tools/go.sum
Original file line number Diff line number Diff line change
@@ -140,8 +140,8 @@ github.com/aperturerobotics/protobuf-go v1.33.1-0.20240411062030-e36f75e0a3b8 h1
github.com/aperturerobotics/protobuf-go v1.33.1-0.20240411062030-e36f75e0a3b8/go.mod h1:c6P6GXX6sHbq/GpV6MGZEdwhWPcYBgnhAHhKbcUYpos=
github.com/aperturerobotics/protobuf-go-lite v0.6.5 h1:AuPPcZ7ZaJe9ZYYC4gF7/5/Xbn9Mt9uXyV3+ADWy+Ys=
github.com/aperturerobotics/protobuf-go-lite v0.6.5/go.mod h1:YTbfnUj3feSULhs8VgepAHFnF3wUc0CPj4jd2axy21I=
github.com/aperturerobotics/starpc v0.32.14 h1:6KV6jK0+1ViStyYEebsNnEKHvTJOWTqXWHlXZ+zga7c=
github.com/aperturerobotics/starpc v0.32.14/go.mod h1:yYc6X6YQLpCYF2xZ6Rwcr//tno9uhRi+RAuQpSv5VQU=
github.com/aperturerobotics/starpc v0.32.15 h1:DhGM6jp6NWGj+GsjHHad5aO3v0TAz3btMATzuxAzz7o=
github.com/aperturerobotics/starpc v0.32.15/go.mod h1:yYc6X6YQLpCYF2xZ6Rwcr//tno9uhRi+RAuQpSv5VQU=
github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5 h1:0CwZNZbxp69SHPdPJAN/hZIm0C4OItdklCFmMRWYpio=
github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5/go.mod h1:wHh0iHkYZB8zMSxRWpUBQtwG5a7fFgvEO+odwuTv2gs=
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 h1:DklsrG3dyBCFEj5IhUbnKptjxatkF07cF2ak3yi77so=
@@ -564,8 +564,8 @@ github.com/goreleaser/chglog v0.6.1 h1:NZKiX8l0FTQPRzBgKST7knvNZmZ04f7PEGkN2wInf
github.com/goreleaser/chglog v0.6.1/go.mod h1:Bnnfo07jMZkaAb0uRNASMZyOsX6ROW6X1qbXqN3guUo=
github.com/goreleaser/fileglob v1.3.0 h1:/X6J7U8lbDpQtBvGcwwPS6OpzkNVlVEsFUVRx9+k+7I=
github.com/goreleaser/fileglob v1.3.0/go.mod h1:Jx6BoXv3mbYkEzwm9THo7xbr5egkAraxkGorbJb4RxU=
github.com/goreleaser/goreleaser v1.26.2 h1:1iY1HaXtRiMTrwy6KE1sNjkRjsjMi+9l0k6WUX8GpWw=
github.com/goreleaser/goreleaser v1.26.2/go.mod h1:mHi6zr6fuuOh5eHdWWgyo/N8BWED5WEVtb/4GETc9jQ=
github.com/goreleaser/goreleaser/v2 v2.0.1 h1:Wx2peRnvixEBRKxU6T0Gh+3wlire+Jv2IOW5eNPan3U=
github.com/goreleaser/goreleaser/v2 v2.0.1/go.mod h1:SGz1F91ryOlG6pnf5F2BiyiFcK1uA3j0mzwbI3Bp3yo=
github.com/goreleaser/nfpm/v2 v2.37.1 h1:RUmeEt8OlEVeSzKRrO5Vl5qVWCtUwx4j9uivGuRo5fw=
github.com/goreleaser/nfpm/v2 v2.37.1/go.mod h1:q8+sZXFqn106/eGw+9V+I8+izFxZ/sJjrhwmEUxXhUg=
github.com/gorilla/mux v1.8.1 h1:TuBL49tXwgrFYWhqrNgrUNEY92u81SPhu7sTdzQEiWY=
1,261 changes: 593 additions & 668 deletions yarn.lock

Large diffs are not rendered by default.