chore: bump argon2 from 0.31.1 to 0.41.1
Bumps argon2 from 0.31.1 to 0.41.1.
Release notes
Sourced from argon2's releases.
v0.41.1
Finally fixed the bug with generated types specifying
anyinstead ofBufferfor 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: https://github.com/ranisalt/node-argon2/compare/v0.41.0...v0.41.1
v0.41.0
What's Changed
- Disable LTO to avoid missing symbols in some envs by
@amarshallin ranisalt/node-argon2#415New Contributors
@amarshallmade their first contribution in ranisalt/node-argon2#415Full Changelog: https://github.com/ranisalt/node-argon2/compare/v0.40.2...v0.41.0
v0.40.0
What's Changed
Prebuilt binaries are now shipped regardless of the platform, to avoid increasingly common issues of mismatch between development and production platform, and to help shipping Electron apps.
Full Changelog: https://github.com/ranisalt/node-argon2/compare/v0.31.2...v0.40.0
v0.31.2
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
- Fix macos m1 build/release by
@CarsonFin ranisalt/node-argon2#387- Change workflow bridge routes by
@RavelloHin ranisalt/node-argon2#388New Contributors
@CarsonFmade their first contribution in ranisalt/node-argon2#387@RavelloHmade their first contribution in ranisalt/node-argon2#388Full Changelog: https://github.com/ranisalt/node-argon2/compare/v0.31.1...v0.31.2
Commits
e25cc740.41.130e2a51Add provenance to publishing9ac10bdInstall dependencies before packing4a4c19eFix publishing with NPM tag without git tag0fffd190.41.0c1f756fDisable LTO to avoid missing symbols in some envs (#415)2afef9cCleanup unused include <cstdint>0c5cea2Update biome schema1a7c8baargon2_node.cpp -> argon2.cppe4656aeAdd test coverage report to Codacy- Additional commits viewable in compare view
You can trigger a rebase of this PR by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.