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 #69

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 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 force-pushed the renovate/zeromq-6.x branch from 557f09d to 1d8e7b4 Compare June 13, 2023 20:31
@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 1d8e7b4 to 866bf0d Compare November 15, 2023 19:47
@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 866bf0d to d3bdd49 Compare November 21, 2023 04:58
@renovate renovate bot force-pushed the renovate/zeromq-6.x branch from d3bdd49 to dd3fd9d Compare June 15, 2024 00:52
@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 dd3fd9d to 94d645b Compare August 13, 2024 06:34
@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 94d645b to e76c2e4 Compare August 22, 2024 22:33
@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 e76c2e4 to d20f0fd Compare August 23, 2024 07:34
@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 d20f0fd to 65980fa Compare August 23, 2024 23:07
@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 65980fa to 3293a04 Compare August 24, 2024 03:50
@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 3293a04 to 838195a Compare October 3, 2024 01:30
@renovate renovate bot changed the title Update dependency zeromq to ^6.0.4 Update dependency zeromq to ^6.0.6 Oct 3, 2024
@renovate renovate bot force-pushed the renovate/zeromq-6.x branch from 838195a to df3796d Compare October 3, 2024 03:07
@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 df3796d to a3202c7 Compare October 22, 2024 09:18
@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 a3202c7 to 6d770db Compare October 23, 2024 14:06
@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 6d770db to d0c2ef2 Compare November 6, 2024 13:43
@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 changed the title Update dependency zeromq to ^6.1.2 Update dependency zeromq to ^6.1.2 - autoclosed Dec 8, 2024
@renovate renovate bot closed this Dec 8, 2024
@renovate renovate bot deleted the renovate/zeromq-6.x branch December 8, 2024 18:38
@renovate renovate bot changed the title Update dependency zeromq to ^6.1.2 - autoclosed Update dependency zeromq to ^6.1.2 Dec 9, 2024
@renovate renovate bot reopened this Dec 9, 2024
@renovate renovate bot force-pushed the renovate/zeromq-6.x branch from 92ab3c9 to d0c2ef2 Compare December 9, 2024 08:40
@renovate renovate bot force-pushed the renovate/zeromq-6.x branch from d0c2ef2 to 2ef3532 Compare December 30, 2024 13:20
@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