-
Notifications
You must be signed in to change notification settings - Fork 5
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
base: master
Are you sure you want to change the base?
Conversation
4dd1093
to
b564b4d
Compare
e2e02c6
to
7ad6a01
Compare
bda5af2
to
2f69055
Compare
fb4dc1a
to
e95e248
Compare
707b0ac
to
9aa7de4
Compare
f09fd19
to
e57abe9
Compare
e8b0b57
to
29ac74a
Compare
There was a problem hiding this 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
29ac74a
to
c3fad6a
Compare
There was a problem hiding this 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
a1ecbbb
to
c3fad6a
Compare
c3fad6a
to
2331eab
Compare
b7f2fb1
to
342a15b
Compare
bd171c3
to
86cef12
Compare
86cef12
to
14cd97c
Compare
This PR contains the following updates:
v4.5.0
->v4.6.0
v0.49.2
->v0.49.3
v0.8.1
->v0.9.0
v0.37.1
->v0.38.0
v1.8.0
->v1.9.0
v2.27.6
->v3.1.1
v3.28.13
->v3.28.15
1.24.1
->1.24.2
v0.31.0
->v0.32.0
^0.37.0
->^0.38.0
5.8.2
->5.8.3
3.0.9
->3.1.1
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
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
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
%$
option to add number of the test to its title - by @kemuridama in https://github.com/vitest-dev/vitest/issues/7412 (df347)diff.maxDepth
option and set non-Infinity
value as a default to reduce crash - by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/7481 (eacab)test.each/for
title formatting - by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/7522 (ea3d6)--configLoader
CLI option - by @Carnageous and @hi-ogawa in https://github.com/vitest-dev/vitest/issues/7574 (2a852)vitest-browser-lit
tovitest init browser
and docs - by @EskiMojo14 and @hi-ogawa in https://github.com/vitest-dev/vitest/issues/7705 (5659a)and
,or
andfilter
locators - by @sheremet-va and @AriPerkkio in https://github.com/vitest-dev/vitest/issues/7463 (63949)--silent=passed-only
to log failed tasks only - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/7530 (f9e1c)test.scoped
to overridetest.extend
fixtures per-suite - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/7233 (e5851)context.skip(boolean)
- by @sheremet-va and @AriPerkkio in https://github.com/vitest-dev/vitest/issues/7659 (6adec)🐞 Bug Fixes
diff.expand: false
as default - by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/7697 (f3420)--hideSkippedTests
should hide suites too - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/7695 (ba9b5)🏎 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.
This PR was generated by Mend Renovate. View the repository job log.