-
-
Notifications
You must be signed in to change notification settings - Fork 41
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
fix(deps): update dependency argon2 to v0.41.1 #1264
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 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
BanManager-WebUI Run #8049
Run Properties:
|
Project |
BanManager-WebUI
|
Branch Review |
refs/pull/1264/merge
|
Run status |
Failed #8049
|
Run duration | 00m 44s |
Commit |
92b9b58942 ℹ️: Merge 6120a09a8e3540e2d185b25790ccc8733345d801 into 86855e230ade3802de1473d413e6...
|
Committer | renovate[bot] |
View all properties for this run ↗︎ |
Test results | |
---|---|
Failures |
1
|
Flaky |
0
|
Pending |
0
|
Skipped |
0
|
Passing |
14
|
View all changes introduced in this branch ↗︎ |
Tests for review
cypress/integration/pages/login.spec.js • 1 failed test
Test | Artifacts | |
---|---|---|
Login > logs in via email |
Screenshots
Video
|
renovate
bot
force-pushed
the
renovate/argon2-0.x
branch
6 times, most recently
from
November 30, 2022 06:06
10b2ea6
to
4bb6dd7
Compare
renovate
bot
force-pushed
the
renovate/argon2-0.x
branch
5 times, most recently
from
December 6, 2022 07:48
f7508d0
to
6817192
Compare
renovate
bot
changed the title
fix(deps): update dependency argon2 to v0.30.2
Update dependency argon2 to v0.30.2
Dec 17, 2022
renovate
bot
changed the title
Update dependency argon2 to v0.30.2
fix(deps): update dependency argon2 to v0.30.2
Dec 17, 2022
renovate
bot
force-pushed
the
renovate/argon2-0.x
branch
from
January 5, 2023 04:36
6817192
to
51fd251
Compare
renovate
bot
changed the title
fix(deps): update dependency argon2 to v0.30.2
fix(deps): update dependency argon2 to v0.30.3
Jan 5, 2023
renovate
bot
force-pushed
the
renovate/argon2-0.x
branch
from
January 10, 2023 10:38
51fd251
to
8445c77
Compare
renovate
bot
force-pushed
the
renovate/argon2-0.x
branch
6 times, most recently
from
May 7, 2023 13:37
0a159f0
to
2cba13d
Compare
renovate
bot
force-pushed
the
renovate/argon2-0.x
branch
3 times, most recently
from
May 20, 2023 12:03
75b977a
to
39f9f35
Compare
renovate
bot
force-pushed
the
renovate/argon2-0.x
branch
3 times, most recently
from
July 30, 2023 18:14
4f7aff1
to
afe5588
Compare
renovate
bot
changed the title
fix(deps): update dependency argon2 to v0.30.3
fix(deps): update dependency argon2 to v0.31.0
Aug 2, 2023
renovate
bot
force-pushed
the
renovate/argon2-0.x
branch
12 times, most recently
from
December 14, 2024 10:10
1bbbfcb
to
8defeb3
Compare
renovate
bot
force-pushed
the
renovate/argon2-0.x
branch
9 times, most recently
from
December 21, 2024 20:01
672b3be
to
1b42e94
Compare
renovate
bot
force-pushed
the
renovate/argon2-0.x
branch
7 times, most recently
from
December 28, 2024 07:16
43f8a29
to
5f6bd6f
Compare
renovate
bot
force-pushed
the
renovate/argon2-0.x
branch
from
December 28, 2024 10:22
5f6bd6f
to
6120a09
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.29.1
->0.41.1
Release Notes
ranisalt/node-argon2 (argon2)
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
Configuration
📅 Schedule: Branch creation - "after 10pm every weekday,before 5am every weekday" in timezone Europe/London, 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.