Skip to content

Update dependency zeromq to ^6.5.0#75

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

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

Conversation

@renovate
Copy link
Copy Markdown

@renovate renovate bot commented Mar 26, 2024

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 dc71077 to 3253d6d Compare June 15, 2024 02:25
@renovate renovate bot changed the title Update dependency zeromq to ^6.0.0-beta.19 Update dependency zeromq to ^6.0.0-beta.20 Jun 15, 2024
@renovate renovate bot force-pushed the renovate/zeromq-6.x branch from 3253d6d to 652de4f Compare August 13, 2024 09:11
@renovate renovate bot changed the title Update dependency zeromq to ^6.0.0-beta.20 Update dependency zeromq to ^6.0.0 Aug 13, 2024
@renovate renovate bot force-pushed the renovate/zeromq-6.x branch from 652de4f to 02c23df Compare August 22, 2024 22:27
@renovate renovate bot changed the title Update dependency zeromq to ^6.0.0 Update dependency zeromq to ^6.0.1 Aug 22, 2024
@renovate renovate bot force-pushed the renovate/zeromq-6.x branch from 02c23df to aa58bdb Compare August 23, 2024 09:32
@renovate renovate bot changed the title Update dependency zeromq to ^6.0.1 Update dependency zeromq to ^6.0.2 Aug 23, 2024
@renovate renovate bot force-pushed the renovate/zeromq-6.x branch from aa58bdb to a931416 Compare August 23, 2024 21:24
@renovate renovate bot changed the title Update dependency zeromq to ^6.0.2 Update dependency zeromq to ^6.0.3 Aug 23, 2024
@renovate renovate bot force-pushed the renovate/zeromq-6.x branch from a931416 to 41f6f68 Compare August 24, 2024 04:15
@renovate renovate bot changed the title Update dependency zeromq to ^6.0.3 Update dependency zeromq to ^6.0.4 Aug 24, 2024
@renovate renovate bot force-pushed the renovate/zeromq-6.x branch from 41f6f68 to bd0b303 Compare October 2, 2024 22:11
@renovate renovate bot changed the title Update dependency zeromq to ^6.0.4 Update dependency zeromq to ^6.0.6 Oct 2, 2024
@renovate renovate bot force-pushed the renovate/zeromq-6.x branch from bd0b303 to 73d92bb Compare October 3, 2024 03:41
@renovate renovate bot changed the title Update dependency zeromq to ^6.0.6 Update dependency zeromq to ^6.0.8 Oct 3, 2024
@renovate renovate bot force-pushed the renovate/zeromq-6.x branch from 73d92bb to 149b0a3 Compare October 22, 2024 08:41
@renovate renovate bot changed the title Update dependency zeromq to ^6.0.8 Update dependency zeromq to ^6.1.0 Oct 22, 2024
@renovate renovate bot force-pushed the renovate/zeromq-6.x branch from 149b0a3 to 7c1025b Compare October 23, 2024 12:32
@renovate renovate bot changed the title Update dependency zeromq to ^6.1.0 Update dependency zeromq to ^6.1.1 Oct 23, 2024
@renovate renovate bot force-pushed the renovate/zeromq-6.x branch from 7c1025b to 83c40e9 Compare November 6, 2024 12:49
@renovate renovate bot changed the title Update dependency zeromq to ^6.1.1 Update dependency zeromq to ^6.1.2 Nov 6, 2024
@renovate renovate bot force-pushed the renovate/zeromq-6.x branch from 83c40e9 to f9e5939 Compare December 30, 2024 09:40
@renovate renovate bot changed the title Update dependency zeromq to ^6.1.2 Update dependency zeromq to ^6.2.0 Dec 30, 2024
@renovate renovate bot force-pushed the renovate/zeromq-6.x branch from f9e5939 to e55c495 Compare January 5, 2025 22:25
@renovate renovate bot changed the title Update dependency zeromq to ^6.2.0 Update dependency zeromq to ^6.3.0 Jan 5, 2025
@renovate renovate bot force-pushed the renovate/zeromq-6.x branch from e55c495 to 2035b97 Compare March 29, 2025 09:42
@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 2035b97 to f379710 Compare April 1, 2025 03:29
@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 f379710 to 279e5e4 Compare April 10, 2025 08:14
@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 279e5e4 to 3d07bf0 Compare July 6, 2025 14:08
@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 3d07bf0 to a4301a2 Compare August 10, 2025 14:33
@renovate renovate bot force-pushed the renovate/zeromq-6.x branch from a4301a2 to eccba5d Compare November 10, 2025 16:50
@renovate renovate bot force-pushed the renovate/zeromq-6.x branch from eccba5d to 397887c Compare November 19, 2025 00:00
@renovate renovate bot force-pushed the renovate/zeromq-6.x branch from 397887c to 9e1e6fd Compare March 5, 2026 17:59
@renovate renovate bot force-pushed the renovate/zeromq-6.x branch from 9e1e6fd to adbaafd Compare April 1, 2026 17:33
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