Skip to content

fix(deps): update all dependencies#205

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/all
Open

fix(deps): update all dependencies#205
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/all

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Feb 23, 2026

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
actions/setup-go action minor v6.3.0v6.4.0 age adoption passing confidence
actions/setup-node action minor v6.3.0v6.4.0 age adoption passing confidence
github.com/aperturerobotics/common require patch v0.32.0v0.32.8 age adoption passing confidence
github.com/aperturerobotics/controllerbus require minor v0.52.5v0.53.1 age adoption passing confidence
github.com/aperturerobotics/json-iterator-lite require digest 12a7c33783bbb0
github.com/aperturerobotics/protobuf-go-lite require minor v0.12.2v0.13.0 age adoption passing confidence
github.com/aperturerobotics/starpc require patch v0.49.1v0.49.6 age adoption passing confidence
github.com/aperturerobotics/util require minor v1.33.0v1.34.3 age adoption passing confidence
github.com/mr-tron/base58 require minor v1.2.0v1.3.0 age adoption passing confidence
github/codeql-action action patch v4.35.1v4.35.2 age adoption passing confidence
go (source) toolchain patch 1.26.11.26.2 age adoption passing confidence
golang.org/x/mod require minor v0.34.0v0.35.0 age adoption passing confidence
golang.org/x/tools require minor v0.43.0v0.44.0 age adoption passing confidence

Release Notes

actions/setup-go (actions/setup-go)

v6.4.0

Compare Source

What's Changed
Enhancement
  • Add go-download-base-url input for custom Go distributions by @​gdams in #​721
Dependency update
Documentation update
New Contributors

Full Changelog: actions/setup-go@v6...v6.4.0

actions/setup-node (actions/setup-node)

v6.4.0

Compare Source

aperturerobotics/common (github.com/aperturerobotics/common)

v0.32.8

Compare Source

Full Changelog: aperturerobotics/common@v0.32.7...v0.32.8

v0.32.7

Compare Source

Full Changelog: aperturerobotics/common@v0.32.6...v0.32.7

v0.32.6

Compare Source

Full Changelog: aperturerobotics/common@v0.32.5...v0.32.6

v0.32.5

Compare Source

Full Changelog: aperturerobotics/common@v0.32.4...v0.32.5

v0.32.4

Compare Source

Full Changelog: aperturerobotics/common@v0.32.3...v0.32.4

v0.32.3

Compare Source

Full Changelog: aperturerobotics/common@v0.32.2...v0.32.3

v0.32.2

Compare Source

Full Changelog: aperturerobotics/common@v0.32.1...v0.32.2

v0.32.1

Compare Source

Full Changelog: aperturerobotics/common@v0.32.0...v0.32.1

aperturerobotics/controllerbus (github.com/aperturerobotics/controllerbus)

v0.53.1

Compare Source

v0.53.0

Compare Source

aperturerobotics/protobuf-go-lite (github.com/aperturerobotics/protobuf-go-lite)

v0.13.0

Compare Source

aperturerobotics/starpc (github.com/aperturerobotics/starpc)

v0.49.6

Compare Source

What's Changed

  • fix(deps): update module github.com/aperturerobotics/util to v1.34.3 by @​renovate[bot] in #​205

Full Changelog: aperturerobotics/starpc@v0.49.5...v0.49.6

v0.49.5

Compare Source

Full Changelog: aperturerobotics/starpc@v0.49.4...v0.49.5

v0.49.4

Compare Source

What's Changed

Full Changelog: aperturerobotics/starpc@v0.49.3...v0.49.4

v0.49.3

Compare Source

Full Changelog: aperturerobotics/starpc@v0.49.2...v0.49.3

v0.49.2

Compare Source

Full Changelog: aperturerobotics/starpc@v0.49.1...v0.49.2

aperturerobotics/util (github.com/aperturerobotics/util)

v1.34.3

Compare Source

v1.34.2

Compare Source

v1.34.1

Compare Source

v1.34.0

Compare Source

v1.33.1

Compare Source

mr-tron/base58 (github.com/mr-tron/base58)

v1.3.0: x10 speedup

Compare Source

What's Changed

Previous version:

cpu: Apple M4
BenchmarkTrivialBase58Encoding
BenchmarkTrivialBase58Encoding-10       	  704328	      1554 ns/op
BenchmarkFastBase58Encoding
BenchmarkFastBase58Encoding-10          	 1000000	      1065 ns/op
BenchmarkTrivialBase58Decoding
BenchmarkTrivialBase58Decoding-10       	 1541754	       767.0 ns/op
BenchmarkFastBase58Decoding
BenchmarkFastBase58Decoding-10          	 4358894	       278.3 ns/op
BenchmarkTrivialBase58Encoding32
BenchmarkTrivialBase58Encoding32-10     	  729949	      1627 ns/op
BenchmarkFastBase58Encoding32
BenchmarkFastBase58Encoding32-10        	 1000000	      1118 ns/op
BenchmarkTrivialBase58Encoding36
BenchmarkTrivialBase58Encoding36-10     	  608595	      1813 ns/op
BenchmarkFastBase58Encoding36
BenchmarkFastBase58Encoding36-10        	  893626	      1275 ns/op
BenchmarkTrivialBase58Encoding64
BenchmarkTrivialBase58Encoding64-10     	  284566	      4028 ns/op
BenchmarkFastBase58Encoding64
BenchmarkFastBase58Encoding64-10        	  279295	      3955 ns/op
BenchmarkTrivialBase58Encoding256
BenchmarkTrivialBase58Encoding256-10    	   33140	     35533 ns/op
BenchmarkFastBase58Encoding256
BenchmarkFastBase58Encoding256-10       	   17833	     67081 ns/op
BenchmarkTrivialBase58Decoding32
BenchmarkTrivialBase58Decoding32-10     	 1512828	       875.7 ns/op
BenchmarkFastBase58Decoding32
BenchmarkFastBase58Decoding32-10        	 4247128	       341.9 ns/op
BenchmarkTrivialBase58Decoding36
BenchmarkTrivialBase58Decoding36-10     	 1319317	       880.9 ns/op
BenchmarkFastBase58Decoding36
BenchmarkFastBase58Decoding36-10        	 3449229	       366.6 ns/op
BenchmarkTrivialBase58Decoding64
BenchmarkTrivialBase58Decoding64-10     	  663181	      1636 ns/op
BenchmarkFastBase58Decoding64
BenchmarkFastBase58Decoding64-10        	 1327443	       903.0 ns/op
BenchmarkTrivialBase58Decoding256
BenchmarkTrivialBase58Decoding256-10    	  153183	      7469 ns/op
BenchmarkFastBase58Decoding256
BenchmarkFastBase58Decoding256-10       	   93289	     12428 ns/op

New version:

cpu: Apple M4
BenchmarkTrivialBase58Encoding
BenchmarkTrivialBase58Encoding-10       	  712528	      1539 ns/op
BenchmarkFastBase58Encoding
BenchmarkFastBase58Encoding-10          	 6090552	       193.7 ns/op
BenchmarkTrivialBase58Decoding
BenchmarkTrivialBase58Decoding-10       	 1539550	       767.5 ns/op
BenchmarkFastBase58Decoding
BenchmarkFastBase58Decoding-10          	18001034	        64.68 ns/op
BenchmarkTrivialBase58Encoding32
BenchmarkTrivialBase58Encoding32-10     	  632319	      1664 ns/op
BenchmarkFastBase58Encoding32
BenchmarkFastBase58Encoding32-10        	 6023108	       195.3 ns/op
BenchmarkTrivialBase58Encoding36
BenchmarkTrivialBase58Encoding36-10     	  575576	      1799 ns/op
BenchmarkFastBase58Encoding36
BenchmarkFastBase58Encoding36-10        	 4596517	       242.7 ns/op
BenchmarkTrivialBase58Encoding64
BenchmarkTrivialBase58Encoding64-10     	  308518	      3802 ns/op
BenchmarkFastBase58Encoding64
BenchmarkFastBase58Encoding64-10        	 1829064	       662.5 ns/op
BenchmarkTrivialBase58Encoding256
BenchmarkTrivialBase58Encoding256-10    	   33804	     35967 ns/op
BenchmarkFastBase58Encoding256
BenchmarkFastBase58Encoding256-10       	  125356	      9546 ns/op
BenchmarkTrivialBase58Decoding32
BenchmarkTrivialBase58Decoding32-10     	 1489977	       780.0 ns/op
BenchmarkFastBase58Decoding32
BenchmarkFastBase58Decoding32-10        	18067844	        66.52 ns/op
BenchmarkTrivialBase58Decoding36
BenchmarkTrivialBase58Decoding36-10     	 1245730	       867.8 ns/op
BenchmarkFastBase58Decoding36
BenchmarkFastBase58Decoding36-10        	15569721	        77.47 ns/op
BenchmarkTrivialBase58Decoding64
BenchmarkTrivialBase58Decoding64-10     	  609102	      1654 ns/op
BenchmarkFastBase58Decoding64
BenchmarkFastBase58Decoding64-10        	 9637953	       130.8 ns/op
BenchmarkTrivialBase58Decoding256
BenchmarkTrivialBase58Decoding256-10    	  163030	      7345 ns/op
BenchmarkFastBase58Decoding256
BenchmarkFastBase58Decoding256-10       	 1918304	       629.3 ns/op
PASS
github/codeql-action (github/codeql-action)

v4.35.2

Compare Source

  • The undocumented TRAP cache cleanup feature that could be enabled using the CODEQL_ACTION_CLEANUP_TRAP_CACHES environment variable is deprecated and will be removed in May 2026. If you are affected by this, we recommend disabling TRAP caching by passing the trap-caching: false input to the init Action. #​3795
  • The Git version 2.36.0 requirement for improved incremental analysis now only applies to repositories that contain submodules. #​3789
  • Python analysis on GHES no longer extracts the standard library, relying instead on models of the standard library. This should result in significantly faster extraction and analysis times, while the effect on alerts should be minimal. #​3794
  • Fixed a bug in the validation of OIDC configurations for private registries that was added in CodeQL Action 4.33.0 / 3.33.0. #​3807
  • Update default CodeQL bundle version to 2.25.2. #​3823
golang/go (go)

v1.26.2


Configuration

📅 Schedule: (UTC)

  • 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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot changed the title fix(deps): update all dependencies fix(deps): update github.com/aperturerobotics/json-iterator-lite digest to 12a7c33 Feb 23, 2026
@renovate renovate Bot changed the title fix(deps): update github.com/aperturerobotics/json-iterator-lite digest to 12a7c33 fix(deps): update github.com/aperturerobotics/json-iterator-lite digest to 12a7c33 - autoclosed Feb 23, 2026
@renovate renovate Bot closed this Feb 23, 2026
@renovate renovate Bot deleted the renovate/all branch February 23, 2026 13:07
@renovate renovate Bot changed the title fix(deps): update github.com/aperturerobotics/json-iterator-lite digest to 12a7c33 - autoclosed chore(deps): update dependency @aptre/common to ^0.31.0 Feb 23, 2026
@renovate renovate Bot reopened this Feb 23, 2026
@renovate renovate Bot force-pushed the renovate/all branch 3 times, most recently from 7733050 to 1103078 Compare February 23, 2026 19:14
@renovate renovate Bot changed the title chore(deps): update dependency @aptre/common to ^0.31.0 fix(deps): update all dependencies Feb 23, 2026
@renovate renovate Bot force-pushed the renovate/all branch 10 times, most recently from ccc9560 to 17dcb0a Compare March 2, 2026 18:36
@renovate renovate Bot force-pushed the renovate/all branch 8 times, most recently from eb09c28 to d83758f Compare March 7, 2026 00:39
@renovate renovate Bot force-pushed the renovate/all branch 5 times, most recently from 082435e to 90f103c Compare March 26, 2026 17:12
@renovate renovate Bot force-pushed the renovate/all branch 3 times, most recently from 57cba88 to 3df7ba0 Compare March 29, 2026 12:50
@renovate renovate Bot changed the title fix(deps): update all dependencies fix(deps): update github.com/aperturerobotics/json-iterator-lite digest to 783bbb0 Mar 29, 2026
@renovate renovate Bot force-pushed the renovate/all branch 2 times, most recently from b0f2bb8 to c14c70c Compare March 30, 2026 01:00
@renovate renovate Bot changed the title fix(deps): update github.com/aperturerobotics/json-iterator-lite digest to 783bbb0 fix(deps): update all dependencies Mar 30, 2026
@renovate renovate Bot force-pushed the renovate/all branch 2 times, most recently from e56ecbb to 6e852a2 Compare March 30, 2026 15:02
@renovate
Copy link
Copy Markdown
Contributor Author

renovate Bot commented Mar 30, 2026

ℹ️ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 2 additional dependencies were updated

Details:

Package Change
github.com/aperturerobotics/go-websocket v1.8.15-0.20260228132212-c5f88237fdf8 -> v1.8.15-0.20260329113544-74dbfb8f11c6
golang.org/x/sys v0.42.0 -> v0.43.0

@renovate renovate Bot force-pushed the renovate/all branch 3 times, most recently from 15015df to 25a555f Compare April 4, 2026 22:03
@renovate renovate Bot force-pushed the renovate/all branch 5 times, most recently from 064e310 to 5476560 Compare April 12, 2026 04:51
@renovate renovate Bot force-pushed the renovate/all branch 6 times, most recently from 1870da6 to b688ad9 Compare April 21, 2026 20:57
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

0 participants