Skip to content

fix(deps): update all dependencies #38

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 13, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@aptre/common ^0.18.3 -> ^0.22.0 age adoption passing confidence devDependencies minor
@aptre/protobuf-es-lite 0.4.8 -> 0.4.9 age adoption passing confidence resolutions patch
@aptre/protobuf-es-lite 0.4.8 -> 0.4.9 age adoption passing confidence dependencies patch
actions/checkout v4.2.1 -> v4.2.2 age adoption passing confidence action patch
actions/dependency-review-action v4.3.4 -> v4.7.1 age adoption passing confidence action minor
actions/setup-go v5.0.2 -> v5.5.0 age adoption passing confidence action minor
actions/setup-node v4.0.4 -> v4.4.0 age adoption passing confidence action minor
github.com/aperturerobotics/common v0.20.3 -> v0.22.5 age adoption passing confidence require minor
github.com/aperturerobotics/controllerbus v0.49.0 -> v0.50.1 age adoption passing confidence require minor
github.com/aperturerobotics/protobuf-go-lite v0.8.0 -> v0.9.1 age adoption passing confidence require minor
github/codeql-action v3.26.12 -> v3.29.1 age adoption passing confidence action minor
go (source) 1.23.3 -> 1.24.4 age adoption passing confidence toolchain minor
prettier (source) 3.3.3 -> 3.6.2 age adoption passing confidence devDependencies minor
starpc ^0.35.0 -> ^0.39.0 age adoption passing confidence dependencies minor
typescript (source) 5.6.3 -> 5.8.3 age adoption passing confidence devDependencies minor

Release Notes

aperturerobotics/common (@​aptre/common)

v0.22.5

Compare Source

v0.22.4

Compare Source

v0.22.3

Compare Source

v0.22.2

Compare Source

v0.22.1

Compare Source

v0.22.0

Compare Source

v0.21.2

Compare Source

v0.21.1

Compare Source

v0.21.0

Compare Source

v0.20.3

Compare Source

v0.20.2

Compare Source

v0.20.1

Compare Source

v0.20.0

Compare Source

v0.19.1

Compare Source

aperturerobotics/protobuf-es-lite (@​aptre/protobuf-es-lite)

v0.4.9

Compare Source

actions/checkout (actions/checkout)

v4.2.2

Compare Source

actions/dependency-review-action (actions/dependency-review-action)

v4.7.1

Compare Source

  • Packages added to allow-dependencies-licenses will be allowed even if the package in question has no license information #​889
  • License expressions (e.g. Ruby OR GPL-2.0) in the allow list are automatically discarded so that they don't invalidate the whole allow list, which should just be license identifier (e.g. Ruby)

v4.7.0

Compare Source

  • Handle complex license expressions (e.g. MIT AND GPL-2.0) in allow lists (fixes #​809 and probably others)
  • Replace OTHER in package licenses with LicenseRef-clearlydefined-OTHER so that parsing passes

v4.6.0

Compare Source

What's Changed

New Contributors

Full Changelog: actions/dependency-review-action@v4.5.0...v4.6.0

v4.5.0

Compare Source

What's Changed

New Contributors

Full Changelog: actions/dependency-review-action@v4...v4.5.0

v4.4.0

Compare Source

What's Changed

Full Changelog: actions/dependency-review-action@v4.3.5...v4.4.0

v4.3.5

Compare Source

What's Changed

New Contributors

Full Changelog: actions/dependency-review-action@v4.3.4...v4.3.5

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

v5.5.0

Compare Source

What's Changed
Bug fixes:
Dependency updates:
New Contributors

Full Changelog: actions/setup-go@v5...v5.5.0

v5.4.0

Compare Source

What's Changed
Dependency updates :
New Contributors

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

v5.3.0

Compare Source

What's Changed
New Contributors

Full Changelog: actions/setup-go@v5...v5.3.0

v5.2.0

Compare Source

What's Changed

New Contributors

Full Changelog: actions/setup-go@v5...v5.2.0

v5.1.0

Compare Source

What's Changed

Bug Fixes

New Contributors

Full Changelog: actions/setup-go@v5...v5.1.0

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

v4.4.0

Compare Source

What's Changed
Bug fixes:
Enhancement:
Dependency update:
New Contributors

Full Changelogactions/setup-node@v4...v4.4.0

v4.3.0

Compare Source

What's Changed
Dependency updates
New Contributors

Full Changelog: actions/setup-node@v4...v4.3.0

v4.2.0

Compare Source

What's Changed
New Contributors

Full Changelog: actions/setup-node@v4...v4.2.0

v4.1.0

Compare Source

What's Changed

New Contributors

Full Changelog: actions/setup-node@v4...v4.1.0

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

v0.50.1

Compare Source

v0.50.0

Compare Source

v0.49.3

Compare Source

v0.49.2

Compare Source

v0.49.1

Compare Source

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

v0.9.1

Compare Source

v0.9.0

Compare Source

v0.8.1

Compare Source

github/codeql-action (github/codeql-action)

v3.29.1

Compare Source

v3.29.0

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

3.29.0 - 11 Jun 2025

  • Update default CodeQL bundle version to 2.22.0. #​2925
  • Bump minimum CodeQL bundle version to 2.16.6. #​2912

See the full CHANGELOG.md for more information.

v3.28.19

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

3.28.19 - 03 Jun 2025
  • The CodeQL Action no longer includes its own copy of the extractor for the actions language, which is currently in public preview.
    The actions extractor has been included in the CodeQL CLI since v2.20.6. If your workflow has enabled the actions language and you have pinned
    your tools: property to a specific version of the CodeQL CLI earlier than v2.20.6, you will need to update to at least CodeQL v2.20.6 or disable
    actions analysis.
  • Update default CodeQL bundle version to 2.21.4. #​2910

See the full CHANGELOG.md for more information.

v3.28.18

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

3.28.18 - 16 May 2025
  • Update default CodeQL bundle version to 2.21.3. #​2893
  • Skip validating SARIF produced by CodeQL for improved performance. #​2894
  • The number of threads and amount of RAM used by CodeQL can now be set via the CODEQL_THREADS and CODEQL_RAM runner environment variables. If set, these environment variables override the threads and ram inputs respectively. #​2891

See the full CHANGELOG.md for more information.

v3.28.17

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

3.28.17 - 02 May 2025
  • Update default CodeQL bundle version to 2.21.2. #​2872

See the full CHANGELOG.md for more information.

v3.28.16

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

3.28.16 - 23 Apr 2025
  • Update default CodeQL bundle version to 2.21.1. #​2863

See the full CHANGELOG.md for more information.

v3.28.15

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

3.28.15 - 07 Apr 2025
  • Fix bug where the action would fail if it tried to produce a debug artifact with more than 65535 files. #​2842

See the full CHANGELOG.md for more information.

v3.28.14

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

3.28.14 - 07 Apr 2025

  • Update default CodeQL bundle version to 2.21.0. #​2838

See the full CHANGELOG.md for more information.

v3.28.13

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

3.28.13 - 24 Mar 2025

No user facing changes.

See the full CHANGELOG.md for more information.

v3.28.12

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

3.28.12 - 19 Mar 2025

  • Dependency caching should now cache more dependencies for Java build-mode: none extractions. This should speed up workflows and avoid inconsistent alerts in some cases.
  • Update default CodeQL bundle version to 2.20.7. #​2810

See the full CHANGELOG.md for more information.

v3.28.11

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

3.28.11 - 07 Mar 2025

  • Update default CodeQL bundle version to 2.20.6. #​2793

See the full CHANGELOG.md for more information.

v3.28.10

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

3.28.10 - 21 Feb 2025

  • Update default CodeQL bundle version to 2.20.5. #​2772
  • Address an issue where the CodeQL Bundle would occasionally fail to decompress on macOS. #​2768

See the full CHANGELOG.md for more information.

v3.28.9

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

3.28.9 - 07 Feb 2025
  • Update default CodeQL bundle version to 2.20.4. #​2753

See the full CHANGELOG.md for more information.

v3.28.8

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

3.28.8 - 29 Jan 2025

  • Enable support for Kotlin 2.1.10 when running with CodeQL CLI v2.20.3. #​2744

See the full CHANGELOG.md for more information.

v3.28.7

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

3.28.7 - 29 Jan 2025

No user facing changes.

See the full CHANGELOG.md for more information.

v3.28.6

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

3.28.6 - 27 Jan 2025
  • Re-enable debug artifact upload for CLI versions 2.20.3 or greater. #​2726

See the full CHANGELOG.md for more information.

v3.28.5

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

3.28.5 - 24 Jan 2025
  • Update default CodeQL bundle version to 2.20.3. #​2717

See th


Configuration

📅 Schedule: 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 chore(deps): update github/codeql-action action to v3.26.1 chore(deps): update all dependencies Aug 14, 2024
@renovate renovate bot force-pushed the renovate/all branch 7 times, most recently from cb50f57 to ff7b1b4 Compare August 21, 2024 06:14
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 9218482 to c7a1839 Compare August 28, 2024 11:08
@renovate renovate bot force-pushed the renovate/all branch 5 times, most recently from 686a235 to 4572c9d Compare September 14, 2024 01:51
@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from 4bbd136 to 04910d6 Compare September 20, 2024 00:40
@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from 3deb01d to b80a679 Compare September 30, 2024 14:11
@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from c09ffb2 to 7d97925 Compare October 7, 2024 18:13
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 4bab969 to 99c1cc2 Compare April 15, 2025 03:41
@renovate renovate bot force-pushed the renovate/all branch 5 times, most recently from 9dcff85 to a7835ec Compare April 29, 2025 02:16
@renovate renovate bot force-pushed the renovate/all branch 5 times, most recently from 58ee4af to f3a1df5 Compare May 8, 2025 19:34
@renovate renovate bot force-pushed the renovate/all branch 6 times, most recently from 56bee43 to a9268b3 Compare May 20, 2025 01:39
@renovate renovate bot force-pushed the renovate/all branch from a9268b3 to 16b1503 Compare May 28, 2025 14:44
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 6c56d55 to 24ea660 Compare June 11, 2025 23:05
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from d8af263 to 3ef1bc5 Compare June 23, 2025 03:33
Copy link
Contributor Author

renovate bot commented Jun 23, 2025

ℹ 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
golang.org/x/exp v0.0.0-20241217172543-b2144cdd0a67 -> v0.0.0-20250408133849-7e4ce0ab07d0
golang.org/x/sys v0.28.0 -> v0.32.0

@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 9a07a51 to a03ce0f Compare June 27, 2025 03:11
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