-
Notifications
You must be signed in to change notification settings - Fork 3
fix(deps): update dependency argon2 to v0.44.0 #133
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
Open
renovate
wants to merge
1
commit into
master
Choose a base branch
from
renovate/argon2-0.x
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Branch automerge failureThis PR was configured for branch automerge, however this is not possible so it has been raised as a PR instead.
|
1b5a925
to
fba3a71
Compare
fba3a71
to
dba91a2
Compare
dba91a2
to
6676612
Compare
6676612
to
dffee51
Compare
dffee51
to
015e8f6
Compare
015e8f6
to
c9e9b7a
Compare
c9e9b7a
to
aa36818
Compare
aa36818
to
a6944a5
Compare
a6944a5
to
6505893
Compare
6505893
to
a0cdda5
Compare
a0cdda5
to
f5c4975
Compare
f5c4975
to
905c307
Compare
905c307
to
464cecc
Compare
464cecc
to
e373d95
Compare
e373d95
to
93d446a
Compare
93d446a
to
60c725e
Compare
60c725e
to
b0d4569
Compare
b0d4569
to
c57f0c1
Compare
c57f0c1
to
cfbc8e1
Compare
cfbc8e1
to
d2f70b8
Compare
d2f70b8
to
bed3da0
Compare
bed3da0
to
456ba47
Compare
456ba47
to
6e4fb55
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.25.1
->0.44.0
Release Notes
ranisalt/node-argon2 (argon2)
v0.44.0
Compare Source
What's Changed
Full Changelog: ranisalt/node-argon2@v0.43.1...v0.44.0
v0.43.1
Compare Source
Fixes #456 caused by Typescript 5.7 changing how Buffer types work (see microsoft/TypeScript#59417). FreeBSD ARM64 prebuilds are now available.
What's Changed
New Contributors
Full Changelog: ranisalt/node-argon2@v0.43.0...v0.43.1
v0.43.0
Compare Source
This release fixes builds for iOS and Mac, adds support for AIX and prebuilds for ARMv7 (glibc and musl)
What's Changed
New Contributors
Full Changelog: ranisalt/node-argon2@v0.41.0...v0.43.0
v0.41.1
Compare Source
Finally fixed the bug with generated types specifying
any
instead ofBuffer
for byte inputs (closes #403)We also added provenance to the publishing, so you can track what commit was used to build each published version from now on.
Full Changelog: ranisalt/node-argon2@v0.41.0...v0.41.1
v0.41.0
What's Changed
New Contributors
Full Changelog: ranisalt/node-argon2@v0.40.2...v0.41.0
v0.31.2
Compare Source
Note: this is the last version that will support Node 16 since it's support has ended on 2023-09-11. Please upgrade to 18 or preferably 20 as soon as possible.
What's Changed
New Contributors
Full Changelog: ranisalt/node-argon2@v0.31.1...v0.31.2
v0.31.1
Compare Source
Maintenance release intended to fix missing prebuilts due to failure when building v0.31.0
Note: v0.31.x will be the last version supporting Node v16. Please update to Node v18 or newer.
Full Changelog: ranisalt/node-argon2@v0.31.0...v0.31.1
v0.31.0
Compare Source
What's Changed
Please update to v0.31.0 as soon as possible.
New Contributors
Full Changelog: ranisalt/node-argon2@v0.30.3...v0.31.0
v0.30.3
Compare Source
What's Changed
New Contributors
Full Changelog: ranisalt/node-argon2@v0.30.2...v0.30.3
v0.30.2
Compare Source
Fixes #362
v0.30.1
Compare Source
Defaults have been updated to use RFC recommended values, see #360
v0.29.1
Compare Source
Added builds for FreeBSD, closes #320 and hopefully fixes coder/code-server#4669 coder/code-server#4670
v0.29.0
Compare Source
MacOS M1 builds are here! We are finally closing #305
New Contributors
Full Changelog: ranisalt/node-argon2@v0.28.7...v0.29.0
v0.28.7
Compare Source
Previous release did not build due to Node 18 not supporting Ubuntu 18. Please stop using Ubuntu 18.
v0.28.5
Compare Source
v0.28.4
Compare Source
Upgrades dependencies with vulnerabilities and fixes build on FreeBSD (#335)
v0.28.3
Compare Source
v0.28.2
: ARM64 buildsCompare Source
See #296 for more info
v0.28.1
: Fix Alpine buildsCompare Source
Since node-gyp was updated, it was requiring Python 3 instead of Python 2 (finally!). This release fixes the build process.
Fixes #301
v0.28.0
: Bump to minimum requirementsCompare Source
Drops support for Node 10.x and Ubuntu 16.04, upgrade to Node 12.x and Ubuntu 18.04 if you need the latest updates. Older versions do not provide required features for node-argon2 to work properly.
Solves #300
v0.27.2
: Security updateCompare Source
Upgrades dependencies to fix a security vulnerability
v0.27.1
: Security updateCompare Source
Upgrades dependencies to fix a security vulnerability
v0.27.0
Compare Source
v0.26.2
Compare Source
v0.26.1
Compare Source
v0.26.0
Compare Source
Yet another try to fix prebuilds, also fixes associated data typing.
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.
This PR was generated by Mend Renovate. View the repository job log.