Skip to content
New issue

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

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

Already on GitHub? # to your account

fix(deps): update all dependencies #181

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

fix(deps): update all dependencies #181

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 29, 2025

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
actions/dependency-review-action action minor v4.5.0 -> v4.6.0 age adoption passing confidence
github.com/aperturerobotics/controllerbus require patch v0.49.2 -> v0.49.3 age adoption passing confidence
github.com/aperturerobotics/protobuf-go-lite require minor v0.8.1 -> v0.9.0 age adoption passing confidence
github.com/aperturerobotics/starpc require minor v0.37.1 -> v0.38.0 age adoption passing confidence
github.com/fsnotify/fsnotify require minor v1.8.0 -> v1.9.0 age adoption passing confidence
github.com/urfave/cli/v2 require major v2.27.6 -> v3.1.1 age adoption passing confidence
github/codeql-action action patch v3.28.13 -> v3.28.15 age adoption passing confidence
go (source) toolchain patch 1.24.1 -> 1.24.2 age adoption passing confidence
golang.org/x/tools require minor v0.31.0 -> v0.32.0 age adoption passing confidence
starpc dependencies minor ^0.37.0 -> ^0.38.0 age adoption passing confidence
typescript (source) devDependencies patch 5.8.2 -> 5.8.3 age adoption passing confidence
vitest (source) devDependencies minor 3.0.9 -> 3.1.1 age adoption passing confidence

Release Notes

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

v4.6.0

Compare Source

What's Changed

New Contributors

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

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

v0.49.3

Compare Source

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

v0.9.0

Compare Source

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

v0.38.0

Compare Source

fsnotify/fsnotify (github.com/fsnotify/fsnotify)

v1.9.0

Compare Source

Changes and fixes
  • all: make BufferedWatcher buffered again (#​657)

  • inotify: fix race when adding/removing watches while a watched path is being deleted (#​678, #​686)

  • inotify: don't send empty event if a watched path is unmounted (#​655)

  • inotify: don't register duplicate watches when watching both a symlink and its target; previously that would get "half-added" and removing the second would panic (#​679)

  • kqueue: fix watching relative symlinks (#​681)

  • kqueue: correctly mark pre-existing entries when watching a link to a dir on kqueue (#​682)

  • illumos: don't send error if changed file is deleted while processing the event (#​678)

urfave/cli (github.com/urfave/cli/v2)

v3.1.1

Compare Source

v3.1.0

Compare Source

What's Changed

New Contributors

Full Changelog: urfave/cli@v3.0.0-beta1.01...v3.1.0

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

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.

golang/go (go)

v1.24.2

microsoft/TypeScript (typescript)

v5.8.3

Compare Source

vitest-dev/vitest (vitest)

v3.1.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v3.1.0

Compare Source

🚀 Features
🐞 Bug Fixes
🏎 Performance
View changes on GitHub

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.28.7 chore(deps): update github/codeql-action action to v3.28.8 Jan 29, 2025
@renovate renovate bot changed the title chore(deps): update github/codeql-action action to v3.28.8 fix(deps): update all dependencies Feb 4, 2025
@renovate renovate bot force-pushed the renovate/all branch 5 times, most recently from e2e02c6 to 7ad6a01 Compare February 11, 2025 11:31
@renovate renovate bot force-pushed the renovate/all branch 5 times, most recently from bda5af2 to 2f69055 Compare February 18, 2025 16:40
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from fb4dc1a to e95e248 Compare February 28, 2025 07:02
@renovate renovate bot force-pushed the renovate/all branch 11 times, most recently from 707b0ac to 9aa7de4 Compare March 7, 2025 17:36
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from f09fd19 to e57abe9 Compare March 11, 2025 12:26
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from e8b0b57 to 29ac74a Compare March 31, 2025 00:12
@paralin paralin requested a review from Copilot March 31, 2025 00:58
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR updates various dependency versions used in the repository's GitHub workflows.

  • Updates the commit references for actions/setup-go and actions/setup-node in the tests workflow.
  • Updates the commit references for actions/setup-go, actions/setup-node, and github/codeql-action (init, autobuild, analyze) in the CodeQL analysis workflow.

Reviewed Changes

Copilot reviewed 4 out of 6 changed files in this pull request and generated no comments.

File Description
.github/workflows/tests.yml Updated commit hashes for setup-go and setup-node to v5.4.0 and v4.3.0.
.github/workflows/codeql-analysis.yml Updated commit hashes for setup-go, setup-node, and CodeQL Action to v5.4.0, v4.3.0, and v3.28.13 respectively.
Files not reviewed (2)
  • example/plugin-demo/go.mod: Language not supported
  • go.mod: Language not supported

@paralin paralin requested a review from Copilot March 31, 2025 00:58
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR updates several dependency versions used in the GitHub Actions workflows to their latest releases.

  • Updates actions/setup-go and actions/setup-node to versions v5.4.0 and v4.3.0, respectively.
  • Upgrades CodeQL Action components from v3.28.6 to v3.28.13 in the code analysis workflow.

Reviewed Changes

Copilot reviewed 4 out of 6 changed files in this pull request and generated no comments.

File Description
.github/workflows/tests.yml Updated setup action versions for Go and Node in the test workflow.
.github/workflows/codeql-analysis.yml Updated setup actions and CodeQL action components to newer versions.
Files not reviewed (2)
  • example/plugin-demo/go.mod: Language not supported
  • go.mod: Language not supported

@renovate renovate bot changed the title fix(deps): update all dependencies fix(deps): update all dependencies - autoclosed Mar 31, 2025
@renovate renovate bot closed this Mar 31, 2025
@renovate renovate bot deleted the renovate/all branch March 31, 2025 01:00
@renovate renovate bot changed the title fix(deps): update all dependencies - autoclosed fix(deps): update all dependencies Mar 31, 2025
@renovate renovate bot reopened this Mar 31, 2025
@renovate renovate bot changed the title fix(deps): update all dependencies fix(deps): update module github.com/aperturerobotics/controllerbus to v0.49.3 Mar 31, 2025
@renovate renovate bot changed the title fix(deps): update module github.com/aperturerobotics/controllerbus to v0.49.3 fix(deps): update all dependencies Mar 31, 2025
Copy link

socket-security bot commented Mar 31, 2025

New, updated, and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
golang/github.com/aperturerobotics/controllerbus@v0.49.2v0.49.3 None 0 1.45 MB
golang/github.com/aperturerobotics/protobuf-go-lite@v0.8.1v0.9.0 None 0 2.41 MB
golang/github.com/aperturerobotics/starpc@v0.36.2-0.20241223085748-77ec8d462920v0.38.0 None 0 470 kB
golang/github.com/fsnotify/fsnotify@v1.9.0 environment, eval, filesystem, unsafe 0 254 kB
golang/github.com/urfave/cli/v3@v3.1.1 environment, eval, filesystem, network, shell, unsafe 0 607 kB
golang/golang.org/x/tools@v0.30.0v0.32.0 None 0 8.54 MB
npm/@rollup/rollup-android-arm-eabi@4.38.04.39.0 None 0 0 B
npm/@rollup/rollup-android-arm64@4.38.04.39.0 None 0 0 B
npm/@rollup/rollup-darwin-arm64@4.38.04.39.0 None 0 2.34 MB lukastaegert
npm/@rollup/rollup-darwin-x64@4.38.04.39.0 None 0 0 B
npm/@rollup/rollup-freebsd-arm64@4.38.04.39.0 None 0 0 B
npm/@rollup/rollup-freebsd-x64@4.38.04.39.0 None 0 0 B
npm/@rollup/rollup-linux-arm-gnueabihf@4.38.04.39.0 None 0 0 B
npm/@rollup/rollup-linux-arm-musleabihf@4.38.04.39.0 None 0 0 B
npm/@rollup/rollup-linux-arm64-gnu@4.38.04.39.0 None 0 2.29 MB lukastaegert
npm/@rollup/rollup-linux-arm64-musl@4.38.04.39.0 None 0 0 B
npm/@rollup/rollup-linux-loongarch64-gnu@4.38.04.39.0 None 0 0 B
npm/@rollup/rollup-linux-powerpc64le-gnu@4.38.04.39.0 None 0 0 B
npm/@rollup/rollup-linux-riscv64-gnu@4.38.04.39.0 None 0 0 B
npm/@rollup/rollup-linux-riscv64-musl@4.38.04.39.0 None 0 2.35 MB guybedford, lukastaegert, rich_harris, ...1 more
npm/@rollup/rollup-linux-s390x-gnu@4.38.04.39.0 None 0 0 B
npm/@rollup/rollup-linux-x64-gnu@4.38.04.39.0 None 0 0 B
npm/@rollup/rollup-linux-x64-musl@4.38.04.39.0 None 0 0 B
npm/@rollup/rollup-win32-arm64-msvc@4.38.04.39.0 None 0 0 B
npm/@rollup/rollup-win32-ia32-msvc@4.38.04.39.0 None 0 0 B
npm/@rollup/rollup-win32-x64-msvc@4.38.04.39.0 None 0 0 B
npm/@vitest/expect@3.0.93.1.1 None 0 0 B
npm/@vitest/mocker@3.0.93.1.1 None 0 0 B
npm/@vitest/pretty-format@3.0.93.1.1 None 0 0 B
npm/@vitest/runner@3.0.93.1.1 None 0 0 B
npm/@vitest/snapshot@3.0.93.1.1 None 0 0 B
npm/@vitest/spy@3.0.93.1.1 None 0 0 B
npm/@vitest/utils@3.0.93.1.1 None 0 0 B
npm/expect-type@1.2.01.2.1 None 0 116 kB mmkale
npm/rollup@4.38.04.39.0 None 0 2.72 MB lukastaegert
npm/starpc@0.38.0 None 0 393 kB paralin
npm/std-env@3.8.13.9.0 None 0 26.1 kB pi0
npm/typescript@5.8.25.8.3 None 0 22.9 MB typescript-bot
npm/vite-node@3.0.93.1.1 None 0 0 B
npm/vite@6.2.36.2.5 None 0 2.85 MB vitebot
npm/vitest@3.0.93.1.1 None 0 0 B

View full report↗︎

@renovate renovate bot force-pushed the renovate/all branch 8 times, most recently from b7f2fb1 to 342a15b Compare April 7, 2025 10:59
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from bd171c3 to 86cef12 Compare April 8, 2025 02:15
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

0 participants