Skip to content
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

chore(deps): update all non-major dependencies #936

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 16, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@nuxtjs/i18n (source) 9.1.1 -> 9.1.3 age adoption passing confidence devDependencies patch
docker.io/library/golang 1.23.4 -> 1.23.5 age adoption passing confidence stage patch
github.com/nats-io/nats-server/v2 v2.10.24 -> v2.10.25 age adoption passing confidence require patch
github.com/puzpuzpuz/xsync/v3 v3.4.1 -> v3.5.0 age adoption passing confidence require minor
go (source) 1.23.4 -> 1.23.5 age adoption passing confidence golang patch
google.golang.org/grpc v1.69.4 -> v1.70.0 age adoption passing confidence require minor
google.golang.org/protobuf v1.36.3 -> v1.36.4 age adoption passing confidence require patch

Release Notes

nuxt-modules/i18n (@​nuxtjs/i18n)

v9.1.3

Compare Source

This changelog is generated by GitHub Releases

   🐞 Bug Fixes
    View changes on GitHub

v9.1.2

Compare Source

This changelog is generated by GitHub Releases

   🐞 Bug Fixes
    View changes on GitHub
nats-io/nats-server (github.com/nats-io/nats-server/v2)

v2.10.25

Compare Source

Changelog

Refer to the 2.10 Upgrade Guide for backwards compatibility notes with 2.9.x.

Go Version
Dependencies
Improved

JetStream

  • Raft groups will no longer snapshot too often in some situations, improving performance (#​6277)
  • Optimistically perform stream and consumer snapshots on a normal shutdown (#​6279)
  • The stream snapshot interval has been removed, now relying on the compaction minimum, which improves performance (#​6289)
  • Raft groups will no longer report current while they are paused with pending commits (#​6317)
  • Unnecessary client info fields have been removed from stream and consumer assignment proposals, API advisories and stream snapshot/restore advisories (#​6326, #​6338)
  • Reduced lock contention between the JetStream lock and Raft group locks (#​6335)
  • Advisories will only be encoded and sent when there is interest, reducing CPU usage (#​6341)
  • Consumers with inactivity thresholds will now start less clean-up goroutines, which can reduce load on the goroutine scheduler (#​6344)
  • Consumer cleanup goroutines will now stop faster when the server shuts down (#​6351)
Fixed

JetStream

  • Subject state consistency with some message removal patterns (#​6226)
  • A performance issue has been fixed when updating the per-subject state (#​6235)
  • Fixed consistency issues with detecting partial writes in the filestore (#​6283)
  • A race condition between removing peers and updating replica counts has been fixed (#​6316)
  • Pre-acks for a sequence are now removed when the message is removed, correcting a potential memory leak (#​6325)
  • Metalayer snapshot errors are now surfaced correctly (#​6361)
  • Healthchecks no longer re-evaluate stream and consumer assignments, avoiding some streams and consumers being unexpectedly recreated shortly after a deletion (#​6362)
  • Clients should no longer timeout on a retried ack with the AckAll policy after a server restart (#​6392)
  • Replicated consumers should no longer get stuck after leader changes due to incorrect accounting (#​6387)
  • Consumers will now correctly handle the case where messages queued for delivery have been removed, fixing a delivery slowdown (#​6387, #​6399)
  • The API in-flight metric has been fixed so that it does not drift after the queue has been dropped (#​6373)
  • Handles for temporary files are now closed correctly if compression errors occur (#​6390) — Thanks to @​deem0n for the contribution!
  • JetStream will now shut down correctly when detecting that the store directory underlying filesystem has become read-only (#​6292) — Thanks to @​souravagrawal for the contribution!

Leafnodes

  • Fixed an interest propagation issue that could occur when the hub has a user with subscribe permissions on a literal subject (#​6291)
  • Fixed a bug where all queue interest across leafnodes could be dropped over gateways in a supercluster deployment after a leafnode connection drops (#​6377)

Tests

Complete Changes
puzpuzpuz/xsync (github.com/puzpuzpuz/xsync/v3)

v3.5.0

Compare Source

  • Add SPSCQueue/SPSCQueueOf #​152
  • Add LoadOrTryCompute method to Map/MapOf #​153

Thanks @​mattjohnsonpint for suggesting the map enhancement.

golang/go (go)

v1.23.5

grpc/grpc-go (google.golang.org/grpc)

v1.70.0: Release 1.70.0

Compare Source

Behavior Changes
  • client: reject service configs containing an invalid retryPolicy in accordance with gRFCs A21 and A6. (#​7905)
    • Note that this is a potential breaking change for some users using an invalid configuration, but continuing to allow this behavior would violate our cross-language compatibility requirements.
New Features
  • xdsclient: fallback to a secondary management server (if specified in the bootstrap configuration) when the primary is down is enabled by default. Can be disabled by setting the environment variable GRPC_EXPERIMENTAL_XDS_FALLBACK to false. (#​7949)
  • experimental/credentials: experimental transport credentials are added which don't enforce ALPN. (#​7980)
    • These credentials will be removed in an upcoming grpc-go release. Users must not rely on these credentials directly. Instead, they should either vendor a specific version of gRPC or copy the relevant credentials into their own codebase if absolutely necessary.
Bug Fixes
  • xds: fix a possible deadlock that happens when both the client application and the xDS management server (responsible for configuring the client) are using the xds:/// scheme in their target URIs. (#​8011)
Performance
  • server: for unary requests, free raw request message data as soon as parsing is finished instead of waiting until the method handler returns. (#​7998)
Documentation
  • examples/features/gracefulstop: add example to demonstrate server graceful stop. (#​7865)
protocolbuffers/protobuf-go (google.golang.org/protobuf)

v1.36.4

Compare Source

Full Changelog: protocolbuffers/protobuf-go@v1.36.3...v1.36.4

Bug fixes:
CL/642975: reflect/protodesc: fix panic when working with dynamicpb

Maintenance:
CL/643276: internal_gengo: avoid allocations in rawDescGZIP() accessors
CL/642857: internal_gengo: switch back from string literal to hex byte slice
CL/642055: internal_gengo: use unsafe.StringData() to avoid a descriptor copy
CL/638135: internal_gengo: store raw descriptor in .rodata section


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-minor-patch branch from 887f7b6 to a4fe400 Compare January 17, 2025 01:21
@renovate renovate bot changed the title chore(deps): update dependency go to v1.23.5 chore(deps): update all non-major dependencies to v1.23.5 Jan 17, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from a4fe400 to 7a947b9 Compare January 18, 2025 10:49
@renovate renovate bot changed the title chore(deps): update all non-major dependencies to v1.23.5 chore(deps): update all non-major dependencies Jan 18, 2025
@renovate renovate bot changed the title chore(deps): update all non-major dependencies chore(deps): update all non-major dependencies to v1.23.5 Jan 18, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 81416b1 to 410119e Compare January 19, 2025 08:22
@renovate renovate bot changed the title chore(deps): update all non-major dependencies to v1.23.5 chore(deps): update all non-major dependencies Jan 19, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 2e59e12 to 936760c Compare January 20, 2025 12:49
@renovate renovate bot changed the title chore(deps): update all non-major dependencies chore(deps): update all non-major dependencies to v1.23.5 Jan 20, 2025
@renovate renovate bot changed the title chore(deps): update all non-major dependencies to v1.23.5 chore(deps): update all non-major dependencies Jan 20, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 936760c to a2c0b9a Compare January 20, 2025 21:28
@renovate renovate bot changed the title chore(deps): update all non-major dependencies chore(deps): update all non-major dependencies to v1.23.5 Jan 20, 2025
@renovate renovate bot changed the title chore(deps): update all non-major dependencies to v1.23.5 chore(deps): update all non-major dependencies Jan 21, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 13 times, most recently from 6d56534 to b032caa Compare January 24, 2025 21:22
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b032caa to d02f30f Compare January 25, 2025 14:29
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d02f30f to cd84e92 Compare January 26, 2025 09:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants