Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 4, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@aptre/common ^0.16.1 -> ^0.22.0 age adoption passing confidence devDependencies minor
@aptre/it-ws 1.0.1 -> 1.1.2 age adoption passing confidence dependencies minor
@aptre/protobuf-es-lite ^0.4.3 -> ^0.5.0 age adoption passing confidence dependencies minor
actions/checkout v4.1.7 -> v5.0.0 age adoption passing confidence action major
actions/dependency-review-action v4.3.3 -> v4.7.3 age adoption passing confidence action minor
actions/setup-go v5.0.1 -> v6.0.0 age adoption passing confidence action major
actions/setup-node v4.0.2 -> v5.0.0 age adoption passing confidence action major
github.com/aperturerobotics/common v0.16.12 -> v0.22.12 age adoption passing confidence require minor
github.com/aperturerobotics/protobuf-go-lite v0.6.5 -> v0.11.0 age adoption passing confidence require minor
github.com/aperturerobotics/starpc v0.32.15 -> v0.39.8 age adoption passing confidence require minor
github/codeql-action v3.25.11 -> v3.30.1 age adoption passing confidence action minor
google.golang.org/protobuf v1.34.2 -> v1.36.8 age adoption passing confidence require minor
prettier (source) 3.3.2 -> 3.6.2 age adoption passing confidence devDependencies minor
rimraf ^5.0.7 -> ^6.0.0 age adoption passing confidence devDependencies major
starpc ^0.32.8 -> ^0.39.0 age adoption passing confidence dependencies minor
typescript (source) 5.5.3 -> 5.9.2 age adoption passing confidence devDependencies minor

Release Notes

aperturerobotics/common (@​aptre/common)

v0.22.12

Compare Source

v0.22.11

Compare Source

v0.22.10

Compare Source

v0.22.9

Compare Source

v0.22.8

Compare Source

v0.22.7

Compare Source

v0.22.6

Compare Source

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

v0.18.8

Compare Source

v0.18.7

Compare Source

v0.18.6

Compare Source

v0.18.5

Compare Source

v0.18.4

Compare Source

v0.18.3

Compare Source

v0.18.2

Compare Source

v0.18.1

Compare Source

v0.18.0

Compare Source

v0.17.3

Compare Source

v0.17.2

Compare Source

v0.17.1

Compare Source

v0.17.0

Compare Source

alanshaw/it-ws (@​aptre/it-ws)

v1.1.2

Compare Source

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

v0.5.2

Compare Source

v0.5.1

Compare Source

v0.5.0

Compare Source

v0.4.9

Compare Source

v0.4.8

Compare Source

v0.4.7

Compare Source

actions/checkout (actions/checkout)

v5.0.0

Compare Source

What's Changed
⚠️ Minimum Compatible Runner Version

v2.327.1
Release Notes

Make sure your runner is updated to this version or newer to use this release.

Full Changelog: actions/checkout@v4...v5.0.0

v4.3.0

Compare Source

What's Changed
New Contributors

Full Changelog: actions/checkout@v4...v4.3.0

v4.2.2

Compare Source

v4.2.1

Compare Source

v4.2.0

Compare Source

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

v4.7.3: 4.7.3

Compare Source

What's Changed

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

v4.7.2: 4.7.2

Compare Source

What's Changed

New Contributors

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

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

v4.3.4

Compare Source

What's Changed

  • Include all added dependencies in scorecard entries by @​elireisman in #​783
  • Update SPDX Expression Parsing by @​febuiles in #​719
    • This PR is a significant refactor of SPDX expression parsing that may fix some bugs, but unfortunately there are several related known issues that remain unresolved as of this version.

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

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

v6.0.0

Compare Source

What's Changed

Breaking Changes

Make sure your runner is on version v2.327.1 or later to ensure compatibility with this release. See Release Notes

Dependency Upgrades

New Contributors

Full Changelog: actions/setup-go@v5...v6.0.0

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

  • Leveraging the raw API to retrieve the version-manifest, as it does not impose a rate limit and hence facilitates unrestricted consumption without the need for a token for Github Enterprise Servers by @​Shegox in #​496

New Contributors

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

v5.1.0

Compare Source

What's Changed

  • Add workflow file for publishing releases to immutable action package by @​Jcambass in #​500
  • Upgrade IA Publish by @​Jcambass in #​502
  • Add architecture to cache key by @​Zxilly in #​493
    This addresses issues with caching by adding the architecture (arch) to the cache key, ensuring that cache keys are accurate to prevent conflicts.
    Note: This change may break previous cache keys as they will no longer be compatible with the new format.
  • Enhance workflows and Upgrade micromatch Dependency by @​priyagupta108 in #​510

Bug Fixes

New Contributors

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

v5.0.2

Compare Source

What's Changed

Bug fixes:
Dependency updates:

New Contributors

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

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

v5.0.0

Compare Source

What's Changed

Breaking Changes

Make sure your runner is updated to this version or newer to use this release. v2.327.1 Release Notes

Dependency Upgrades
Enhancement:

New Contributors

Full Changelog: actions/setup-node@v4...v5.0.0

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

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 force-pushed the renovate/all branch 8 times, most recently from 66e408e to 9641ec2 Compare July 11, 2024 01:37
@renovate renovate bot force-pushed the renovate/all branch 7 times, most recently from 10acd47 to 5306151 Compare July 16, 2024 08:18
@renovate renovate bot force-pushed the renovate/all branch 9 times, most recently from cd427d5 to 3cb31cd Compare July 26, 2024 17:02
@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from 7f59f3f to aa36101 Compare August 5, 2024 13:21
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 4d598be to 7c01319 Compare August 6, 2024 20:23
@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from 3f0b54a to 397a8fb Compare July 23, 2025 18:10
@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from 87418e9 to f61283e Compare August 2, 2025 18:03
@renovate renovate bot force-pushed the renovate/all branch 7 times, most recently from 271c278 to b06c4a9 Compare August 8, 2025 13:54
Copy link

socket-security bot commented Aug 8, 2025

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Addednpm/​@​esbuild/​openbsd-arm64@​0.25.91001003691100
Updatednpm/​@​esbuild/​freebsd-arm64@​0.21.5 ⏵ 0.25.91001003692100
Updatednpm/​@​esbuild/​freebsd-x64@​0.21.5 ⏵ 0.25.91001003692100
Updatednpm/​@​esbuild/​linux-arm64@​0.21.5 ⏵ 0.25.91001003692100
Updatednpm/​@​esbuild/​linux-arm@​0.21.5 ⏵ 0.25.91001003692100
Updatednpm/​@​esbuild/​linux-ppc64@​0.21.5 ⏵ 0.25.91001003692100
Updatednpm/​@​esbuild/​linux-s390x@​0.21.5 ⏵ 0.25.91001003692100
Updatednpm/​@​esbuild/​openbsd-x64@​0.21.5 ⏵ 0.25.91001003692100
Updatednpm/​@​esbuild/​win32-arm64@​0.21.5 ⏵ 0.25.91001003692100
Updatednpm/​@​esbuild/​win32-ia32@​0.21.5 ⏵ 0.25.91001003692100
Updatednpm/​@​esbuild/​win32-x64@​0.21.5 ⏵ 0.25.91001003692100
Updatednpm/​@​esbuild/​aix-ppc64@​0.21.5 ⏵ 0.25.91001003692100
Updatednpm/​@​esbuild/​android-arm64@​0.21.5 ⏵ 0.25.91001003692100
Updatednpm/​@​esbuild/​darwin-arm64@​0.21.5 ⏵ 0.25.91001003692100
Updatednpm/​@​esbuild/​darwin-x64@​0.21.5 ⏵ 0.25.91001003692100
Updatednpm/​@​esbuild/​linux-ia32@​0.21.5 ⏵ 0.25.91001003692100
Updatednpm/​@​esbuild/​linux-loong64@​0.21.5 ⏵ 0.25.91001003692100
Updatednpm/​@​esbuild/​linux-mips64el@​0.21.5 ⏵ 0.25.91001003692100
Updatednpm/​@​esbuild/​linux-riscv64@​0.21.5 ⏵ 0.25.91001003692100
Updatednpm/​@​esbuild/​linux-x64@​0.21.5 ⏵ 0.25.91001003692100
Updatednpm/​@​esbuild/​sunos-x64@​0.21.5 ⏵ 0.25.91001003692100
Addednpm/​@​esbuild/​netbsd-arm64@​0.25.91001003791100
Updatednpm/​@​esbuild/​netbsd-x64@​0.21.5 ⏵ 0.25.91001003792100
Addednpm/​@​rollup/​rollup-freebsd-arm64@​4.50.01001003799100
Addednpm/​@​rollup/​rollup-linux-loongarch64-gnu@​4.50.01001003799100
Addednpm/​@​rollup/​rollup-linux-riscv64-musl@​4.50.01001003798100
Addednpm/​@​rollup/​rollup-linux-ppc64-gnu@​4.50.01001003796100
Addednpm/​@​rollup/​rollup-freebsd-x64@​4.50.01001003799100
Addednpm/​@​rollup/​rollup-openharmony-arm64@​4.50.0941003788100
Updatednpm/​@​rollup/​rollup-darwin-arm64@​4.18.0 ⏵ 4.50.01001003799100
Updatednpm/​@​rollup/​rollup-android-arm64@​4.18.0 ⏵ 4.50.01001003799100
Updatednpm/​@​rollup/​rollup-win32-arm64-msvc@​4.18.0 ⏵ 4.50.01001003799100
See 131 more rows in the dashboard

View full report

@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from ce9c753 to 13c787e Compare August 13, 2025 11:55
@renovate renovate bot force-pushed the renovate/all branch 6 times, most recently from 4831df7 to 8baec3d Compare August 21, 2025 18:36
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from c8d25c7 to 8b5bcb6 Compare August 31, 2025 11:23
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