Skip to content

Update dependency zeromq to ^6.5.0#74

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/zeromq-6.x
Open

Update dependency zeromq to ^6.5.0#74
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/zeromq-6.x

Conversation

@renovate
Copy link
Copy Markdown

@renovate renovate bot commented Mar 21, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
zeromq (source) ^6.0.0-beta.6^6.5.0 age adoption passing confidence

Release Notes

zeromq/zeromq.js (zeromq)

v6.5.0

Compare Source

What's Changed

Full Changelog: zeromq/zeromq.js@v6.4.2...v6.5.0

v6.4.2

Compare Source

What's Changed

Full Changelog: zeromq/zeromq.js@v6.4.1...v6.4.2

v6.4.1

Compare Source

What's Changed

Full Changelog: zeromq/zeromq.js@v6.4.0...v6.4.1

v6.4.0

Compare Source

What's Changed

Full Changelog: zeromq/zeromq.js@v6.3.0...v6.4.0

v6.3.0

Compare Source

What's Changed

Full Changelog: zeromq/zeromq.js@v6.2.0...v6.3.0

v6.2.0

Compare Source

What's Changed

Full Changelog: zeromq/zeromq.js@v6.1.2...v6.2.0

v6.1.2

Compare Source

What's Changed

  • fix: fix zeromq on Electron Windows by delay loading node.exe by @​aminya in #​673

  • fix: fix compiler warnings, sign-conversion, clang-tidy issues by @​aminya in #​666

    • fix: fix buffer to value safe conversion
    • fix: use std::array instead of C-arrays
    • fix: use reference wrappers as ref data members
    • fix: add missing special functions for classes with destructors
    • fix: explicit conversions for getting uv handles
    • fix: use explicit conversions for msg pointers
    • fix: avoid bitwise operations on integers
    • fix: remove unnecessary static/inline keywords
    • fix: disable -Wshadow on gcc/AppleClang
    • fix: useless cast warnings
    • fix: remove to_string override for int64_t
    • fix: use int32_t for the socket type
    • fix: avoid conversion issue for max double limits
    • fix: set global variables as static
    • fix: avoid sign conversion for options/errors/timeout
    • fix: make Closable's destructor virtual
    • fix: guard force inline behind not clang
    • fix: explicit fall through in switch
    • fix: set error/status as maybe unused
    • fix: remove unnecessary macros
    • fix: silence poller UV reinterpret cast warnings
    • fix: use a lambda instead of goto
  • fix: improve TypeScript types @​aminya in #​671

    • fix: accept numbers in MessageLike
    • fix: export the type of the compat options in TypeScript
    • fix: make the properties of monitor optional in compat
    • fix: accept single message in send of compat mode
    • fix: use import for loading the addon
    • fix: fix linting issues in the compat layer
  • test: convert compat tests to TypeScript by @​aminya in #​671

  • ci: add smoke-test for various node version and package managers by @​aminya in #​670

Full Changelog: zeromq/zeromq.js@v6.1.1...v6.1.2

v6.1.1

Compare Source

What's Changed

  • fix: update cmake-ts's dependencies + fix installation failures in npm by @​aminya in #​669

Full Changelog: zeromq/zeromq.js@v6.1.0...v6.1.1

v6.1.0

Compare Source

What's Changed

  • feat: build zeromq with CMake and vcpkg by @​aminya in #​665
    • This removes all the node-gyp-specific build scripts replacing it with CMake, vcpkg, and project_options. This significantly improves the reliability of the builds and allows for further improvements in future releases.
    • The Visual Studio runtimes are now statically linked. So, the bundled binaries should work without needing VC++ redistributable.
    • Most of the previously failing tests are now passing.
    • Now the users can enable the draft, curve, or web socket features easily through .npmrc during installation. See the readme for more details.

Full Changelog: zeromq/zeromq.js@v6.0.8...v6.1.0

v6.0.8

What's Changed

Full Changelog: zeromq/zeromq.js@v6.0.6...v6.0.8

v6.0.6

Compare Source

What's Changed

  • ci: build on Windows server 2019 for more portability with older Windows versions by @​aminya in #​660

Full Changelog: zeromq/zeromq.js@v6.0.4...v6.0.6

v6.0.5

Compare Source

v6.0.4

Compare Source

  • fix: add missing prebuilds
    The last release didn't include the prebuilds. This version contains the prebuilds for darwin-arm64, darwin-x64, linux-x64, win32-ia32, and win32-x64

  • fix: add node-gyp to dependencies
    This makes sure an up-to-date Node-gyp is used if the build fallback to building from the source in case the prebuild is not available for your platform.

Full Changelog: zeromq/zeromq.js@v6.0.3...v6.0.4

v6.0.3

Compare Source

What's Changed

  • fix: make postinstall script production specific + check in build script dists by @​aminya in #​652
    This ensures that build scripts are not rebuilt during installation. The installation should directly load the prebuilds and fallback to the building from the source in case of a platform that lacks binaries.
  • fix: fix the typesVersion field for TypeScript by @​aminya in #​652

Full Changelog: zeromq/zeromq.js@v6.0.2...v6.0.3

v6.0.2

Compare Source

v6.0.1

Compare Source

What's Changed

  • fix: specify build_from_source using env vars by @​aminya in #​648
    Fixes the issue where the build failed or hangs on newer npm/yarn package managers

Full Changelog: zeromq/zeromq.js@v6.0.0...v6.0.1

v6.0.0

Compare Source

What's Changed

Complete rewrite of ZeroMQ.js with a modern and safe API.
http://zeromq.github.io/zeromq.js/

Reaching this point has been a significant achievement, with many people contributing over the years. We are excited to announce the stable v6 version of zeromq.js.

This release includes all the changes from 6.0.0-beta.1 to 6.0.0-beta-20. Here's a complete list of the changes:

Full Changelog: zeromq/zeromq.js@v5.1.0...v6.0.0

v6.0.0-beta.20

Compare Source

What's Changed

New Contributors

Full Changelog: zeromq/zeromq.js@v6.0.0-beta.19...v6.0.0-beta.20

v6.0.0-beta.19

Compare Source

What's Changed

Full Changelog: zeromq/zeromq.js@v6.0.0-beta.18...v6.0.0-beta.19

v6.0.0-beta.18

Compare Source

What's Changed

Full Changelog: zeromq/zeromq.js@v6.0.0-beta.17...v6.0.0-beta.18

v6.0.0-beta.17

Compare Source

What's Changed

New Contributors

Full Changelog: zeromq/zeromq.js@v6.0.0-beta.16...v6.0.0-beta.17

v6.0.0-beta.16

Compare Source

What's Changed

Full Changelog: zeromq/zeromq.js@v6.0.0-beta.15...v6.0.0-beta.16

v6.0.0-beta.15

Compare Source

What's Changed

Full Changelog: zeromq/zeromq.js@v6.0.0-beta.14...v6.0.0-beta.15

v6.0.0-beta.14

Compare Source

What's Changed

Full Changelog: zeromq/zeromq.js@v6.0.0-beta.13...v6.0.0-beta.14

v6.0.0-beta.13

Compare Source

What's Changed

Full Changelog: zeromq/zeromq.js@v6.0.0-beta.12...v6.0.0-beta.13

v6.0.0-beta.12

Compare Source

What's Changed

Full Changelog: zeromq/zeromq.js@v6.0.0-beta.11...v6.0.0-beta.12

v6.0.0-beta.11

Compare Source

What's Changed

Full Changelog: zeromq/zeromq.js@v6.0.0-beta.10...v6.0.0-beta.11

v6.0.0-beta.10

Compare Source

What's Changed

Full Changelog: zeromq/zeromq.js@v6.0.0-beta.9...v6.0.0-beta.10

v6.0.0-beta.9

Compare Source

What's Changed

Full Changelog: zeromq/zeromq.js@v6.0.0-beta.8...v6.0.0-beta.9

v6.0.0-beta.8

Compare Source

What's Changed

Full Changelog: zeromq/zeromq.js@v6.0.0-beta.7...v6.0.0-beta.8

v6.0.0-beta.7

Compare Source

What's Changed

New Contributors

Full Changelog: zeromq/zeromq.js@v6.0.0-beta.6...v6.0.0-beta.7


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • 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/zeromq-6.x branch from 4761cb4 to d34c893 Compare March 29, 2025 10:34
@renovate renovate bot changed the title Update dependency zeromq to ^6.3.0 Update dependency zeromq to ^6.4.0 Mar 29, 2025
@renovate renovate bot force-pushed the renovate/zeromq-6.x branch from d34c893 to ddf75d1 Compare April 1, 2025 03:26
@renovate renovate bot changed the title Update dependency zeromq to ^6.4.0 Update dependency zeromq to ^6.4.1 Apr 1, 2025
@renovate renovate bot force-pushed the renovate/zeromq-6.x branch from ddf75d1 to eaac0a0 Compare April 10, 2025 10:46
@renovate renovate bot changed the title Update dependency zeromq to ^6.4.1 Update dependency zeromq to ^6.4.2 Apr 10, 2025
@renovate renovate bot force-pushed the renovate/zeromq-6.x branch from eaac0a0 to 863e019 Compare July 6, 2025 13:45
@renovate renovate bot changed the title Update dependency zeromq to ^6.4.2 Update dependency zeromq to ^6.5.0 Jul 6, 2025
@renovate renovate bot force-pushed the renovate/zeromq-6.x branch from 863e019 to b484a86 Compare August 10, 2025 14:13
@renovate renovate bot force-pushed the renovate/zeromq-6.x branch from b484a86 to c477155 Compare March 5, 2026 20:16
@renovate renovate bot force-pushed the renovate/zeromq-6.x branch from c477155 to 73e112a Compare April 1, 2026 16:38
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