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

Update dependency zeromq to ^6.2.0 #47

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Mar 24, 2023

This PR contains the following updates:

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

Release Notes

zeromq/zeromq.js (zeromq)

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 https://github.com/zeromq/zeromq.js/pull/673

  • fix: fix compiler warnings, sign-conversion, clang-tidy issues by @​aminya in https://github.com/zeromq/zeromq.js/pull/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 https://github.com/zeromq/zeromq.js/pull/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 https://github.com/zeromq/zeromq.js/pull/671

  • ci: add smoke-test for various node version and package managers by @​aminya in https://github.com/zeromq/zeromq.js/pull/670

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

v6.1.1

Compare Source

What's Changed

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 https://github.com/zeromq/zeromq.js/pull/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

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

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

v6.0.2

Compare Source

v6.0.1

Compare Source

What's Changed

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: 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 357ad64 to a780ebd Compare June 13, 2023 20:27
@renovate renovate bot changed the title Update dependency zeromq to ^6.0.0-beta.16 Update dependency zeromq to ^6.0.0-beta.17 Jun 13, 2023
@renovate renovate bot changed the title Update dependency zeromq to ^6.0.0-beta.17 Update dependency zeromq to ^6.0.0-beta.18 Nov 15, 2023
@renovate renovate bot force-pushed the renovate/zeromq-6.x branch from a780ebd to 943ae24 Compare November 15, 2023 19:28
@renovate renovate bot changed the title Update dependency zeromq to ^6.0.0-beta.18 Update dependency zeromq to ^6.0.0-beta.19 Nov 21, 2023
@renovate renovate bot force-pushed the renovate/zeromq-6.x branch from 943ae24 to 966172e Compare November 21, 2023 05:14
@renovate renovate bot force-pushed the renovate/zeromq-6.x branch from 966172e to 36dd6ce Compare June 14, 2024 23:27
@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 14, 2024
@renovate renovate bot force-pushed the renovate/zeromq-6.x branch from 36dd6ce to 97db755 Compare August 13, 2024 06:54
@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 97db755 to f613e9b Compare August 22, 2024 23:24
@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 f613e9b to a1c8ba0 Compare August 23, 2024 12:01
@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 a1c8ba0 to fd2b409 Compare August 23, 2024 22:21
@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 fd2b409 to 73e77d5 Compare August 24, 2024 02:16
@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 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 2 times, most recently from e08c704 to 14eba86 Compare October 3, 2024 03:45
@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 14eba86 to de4c357 Compare October 22, 2024 08:13
@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 de4c357 to ecf102c Compare October 23, 2024 11:40
@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 ecf102c to a9e9a65 Compare November 6, 2024 12:33
@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 a9e9a65 to 982c555 Compare December 30, 2024 12:34
@renovate renovate bot changed the title Update dependency zeromq to ^6.1.2 Update dependency zeromq to ^6.2.0 Dec 30, 2024
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