fix(deps): update all dependencies #264
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v4.7.3
->v4.8.0
df418ca
->faadf02
v0.43.0
->v0.44.0
v4.1.4
->v4.1.5
v0.54.0
->v0.55.0
v3.30.3
->v4.30.7
v0.42.0
->v0.43.0
5.9.2
->5.9.3
Release Notes
actions/dependency-review-action (actions/dependency-review-action)
v4.8.0
Compare Source
What's Changed
New Contributors
Full Changelog: actions/dependency-review-action@v4...v4.8.0
v4.7.4
Compare Source
libp2p/go-libp2p (github.com/libp2p/go-libp2p)
v0.44.0
Compare Source
Highlights
Address Pipeline:
github.com/libp2p/go-libp2p/p2p/host/obsaddrs
DisableObservedAddrManager
Option. The top level libp2p optionDisableIdentifyAddressDiscovery
works as it used to.What's Changed
New Contributors
Full Changelog: libp2p/go-libp2p@v0.43.0...v0.44.0
pion/webrtc (github.com/pion/webrtc/v4)
v4.1.5
Compare Source
Changelog
0575dfb
Add interface for getting media-playout statsbf15721
Update module github.com/pion/transport/v3 to v3.0.8041211f
Update module github.com/pion/interceptor to v0.1.41706c75b
Update module github.com/pion/srtp/v3 to v3.0.843976dc
Update CI configs to v0.11.29e0181e9
Update TestPeerConnection_SessionID to run on WASM5a0e56e
Prefer makezero with a cap9acbc66
Cleanup statsGetter after peer is closed4c1261f
Add inbound-rtp stats370412f
Improve code cov7f1ab45
Remove unused file39d1b3c
Apply go modernize suggestions781ff73
Create examples/data-channels-detach-createf5fd0fa
Update dependency @roamhq/wrtc to v0.9.16ef2888
Fix RTPSender.SetReadDeadline crash634a904
Fire OnBufferedAmountLow in a goroutine1527bfa
Allow IVFWriter Framerate to be modifiedcf7625d
Allow IVFWriter Width/Height to be modified882f699
Update actions/setup-node action to v5e9efed4
Fix trailing space in rtcp-fb with no Parameter457679c
Update module github.com/pion/rtp to v1.8.223bb8fce
Update module github.com/pion/sdp/v3 to v3.0.164eebb3e
Update actions/checkout action to v55b098de
Update CI configs to v0.11.26cda9130
Update CI configs to v0.11.25e7183f9
Update CI configs to v0.11.24c376d0e
Match codec order of remote peer42b3cfd
Update module github.com/stretchr/testify to v1.11.12af60a4
Filter unattached RTX when getting codecs123f138
Update module github.com/stretchr/testify to v1.11.04b37165
Tests to ensure proper direction in SDP6424d85
Consider remote direction in add track469ca2c
Disallow incompatible transceiver directions2299a71
Add opt control transceiver re-use in recvonly3e84081
Add partialMatch codecs to transceiver from remotec82d96c
Remove RTX codec if no primaryquic-go/quic-go (github.com/quic-go/quic-go)
v0.55.0
Compare Source
This release contains a number of improvements and fixes, and it updates the supported Go versions to 1.24 and 1.25.
Optimizations
When sending packets on a QUIC connection, RFC 9002 requires us to save the timestamp for every packet sent. In #5344, we implemented a memory-optimized drop-in replacement for
time.Time
, which reduces the memory required from 24 to 8 bytes, and vastly speeds up timer calculations (which happen very frequently).New Features
Conn.ConnectionStats
, thanks to @MarcoPoloNotable Fixes
Transport
: #5324, thanks to @GloneeTransport.Roundtrip
calls: #5323, thanks to @GloneeBehind the Scenes
We have started transitioning tests to make use of the new
synctest
package that was added in Go 1.25 (and was available as aGOEXPERIMENT
in Go 1.24): #5291, #5296, #5298, #5299, #5302, #5304, #5305, #5306, #5317. This is a lot of work, but it makes the test execution both faster and more reliable.Changelog
interface{}
withany
by @marten-seemann in #5290go mod tidy -diff
to check for tidiedgo.mod
by @marten-seemann in #5303New Contributors
Full Changelog: quic-go/quic-go@v0.54.0...v0.55.0
v0.54.1
Compare Source
github/codeql-action (github/codeql-action)
v4.30.7
Compare Source
v3.30.7
Compare Source
v3.30.6
Compare Source
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
3.30.6 - 02 Oct 2025
See the full CHANGELOG.md for more information.
v3.30.5
Compare Source
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
3.30.5 - 26 Sep 2025
3.30.4
withupload-sarif
which resulted in files without a.sarif
extension not getting uploaded. #3160See the full CHANGELOG.md for more information.
v3.30.4
Compare Source
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
3.30.4 - 25 Sep 2025
codeql-action/init
step if different versions of the CodeQL Action are detected in the workflow file. Additionally, an error will now be thrown by the other CodeQL Action steps if they load a configuration file that was generated by a different version of thecodeql-action/init
step. #3099 and #3100tools: nightly
to theinit
action. In general, the nightly bundle is unstable and we only recommend running it when directed by GitHub staff. #3130See the full CHANGELOG.md for more information.
microsoft/TypeScript (typescript)
v5.9.3
Compare Source
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.