fix(deps): update dependency @noble/curves to v2#951
Closed
renovate[bot] wants to merge 1261 commits into
Closed
Conversation
…utput extraction (#828)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Workflow completed/created/updated messages used the green 'success' banner which visually clashed with the chat UI. Switch to 'info' style to match other workflow system messages like workflow started.
Align test expectations with 423f637 which changed workflow completed/created/updated tags from 'success' to 'info'.
67532ed to
65ccca5
Compare
65ccca5 to
31d0426
Compare
1d32dbe to
f6bab3a
Compare
- Remove unused exports DOCUMENT_UPLOAD_ALLOWED_TYPES and DOCUMENT_UPLOAD_ALLOWED_EXTENSIONS (knip) - Remove unused SqlIntegrationResult import (lint) - Fix status field types in product/customer edit dialogs to use enum literals instead of plain string - Fix conversation list helper ts-expect-error placement - Add type annotation to get_user_organizations filter callback - Default rowCount/duration to 0 in SQL integration result - Add Link mock to login form test for router compatibility - Update customer edit test expectations to include status field
f6bab3a to
18be15c
Compare
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
18be15c to
097c0d2
Compare
097c0d2 to
52da791
Compare
Remove unnecessary non-null assertions in data-table tests and suppress no-unsafe-type-assertion for Select status callbacks constrained by options.
52da791 to
9c5dd22
Compare
Contributor
Author
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: methosiea <ym@tale.dev>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: methosiea <ym@tale.dev>
fba5d74 to
7d8f2ad
Compare
7d8f2ad to
8755534
Compare
Contributor
Author
Renovate Ignore NotificationBecause you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR. |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
^1.8.0→^2.0.0Release Notes
paulmillr/noble-curves (@noble/curves)
v2.0.1Compare Source
/ed25519, switch to/ed25519.jsnow. See 2.0.0 for more details.ed25519: export map_to_curve_elligator2_curve25519 #211rootsOfUnityNew Contributors
GitHub Immutable Releases
This GH release does not include standalone noble-curves.js: use 2.0.0 for now, until we upgrade to newly added Immutable Releases
Full Changelog: paulmillr/noble-curves@2.0.0...2.0.1
v2.0.0Compare Source
High-level
v2 massively simplifies internals, improves security, reduces bundle size and lays path for the future. To simplify upgrading, upgrade first to curves 1.9.x. It would show deprecations in vscode-like text editor.
.jsextension must be used for all modules@noble/curves/ed25519@noble/curves/ed25519.jsNew features
decaf44isValidSecretKey,isValidPublicKeyChanges
Point.fromHexnow expects string-only hex inputs, usePoint.fromBytesfor Uint8ArraymessageHash, the methods now expect unhashed message.
To bring back old behavior, use option
{prehash: false}This change doesn't affect secp256k1, which has been using lowS since beginning.
If you tested against specific sign / verify vectors, upgrading to v2 would fail, unless old behavior is brought back.
To bring back old behavior, use option
{lowS: false}{format: 'der'}.This reduces malleability
signature.toBytes()bls.longSignatures (G1 pubkeys, G2 sigs) and bls.shortSignatures (G1 sigs, G2 pubkeys).
{message: ..., publicKey: ...}[]weierstrass() + ecdsa()/edwards() + eddsa()pippengerRenamings
p256,p384,p521modules have been moved intonistjubjubmodule has been moved intomiscabstract/curve.jssubmodulePoint.BASE.multiply()andPoint.Fn.fromBytes(secretKey)decaf44.Point*curve*_hasher.Example:
secp256k1.hashToCurve=>secp256k1_hasher.hashToCurve()Removed features
curve parameters
pasta,bn254_weierstrass(NOT pairing-based bn254) curvesFull Changelog: paulmillr/noble-curves@1.9.6...2.0.0
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.