Open
Conversation
Contributor
Author
Branch automerge failureThis PR was configured for branch automerge. However, this is not possible, so it has been raised as a PR instead.
|
31a409a to
4fdbebd
Compare
79efe35 to
22870ff
Compare
22870ff to
157cf71
Compare
f4767d1 to
36952d1
Compare
700c7a7 to
2441ee7
Compare
9271c12 to
4a2573a
Compare
d836e4e to
86aa6c7
Compare
e2e98ed to
5dd856f
Compare
c82a937 to
6bdef49
Compare
927955b to
763c666
Compare
81e44bf to
b9b07aa
Compare
9f5f706 to
120d7f7
Compare
5101604 to
893e73c
Compare
1c79a11 to
a46bc5c
Compare
8c7fda8 to
b940517
Compare
66a4852 to
c261e3d
Compare
c261e3d to
671e71b
Compare
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:
9.5.0→10.3.01.8.1→2.0.129.5.14→30.0.022.13.5→24.12.07.0.3→10.1.09.21.0→10.0.328.11.0→29.15.029.7.0→30.3.024.2.3→25.0.3Release Notes
faker-js/faker (@faker-js/faker)
v10.3.0Compare Source
New Locales
Features
sexTypecan return'generic'(#3259) (0e099a1)Changed Locales
Bug Fixes
v10.2.0Compare Source
New Locales
Features
Bug Fixes
v10.1.0Compare Source
New Locales
Bug Fixes
v10.0.0Compare Source
New Locales
Features
Changed Locales
v9.9.0Compare Source
New Locales
Features
v9.8.0Compare Source
New Locales
Changed Locales
Bug Fixes
v9.7.0Compare Source
New Locales
Bug Fixes
v9.6.0Compare Source
Features
v9.5.1Compare Source
Bug Fixes
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
v1.9.7Compare Source
toMontgomeryPriv=>toMontgomerySecretFull Changelog: paulmillr/noble-curves@1.9.6...1.9.7
v1.9.6Compare Source
weierstrass()method (still lazy, waits for first call)towerfrom v2decaf44Full Changelog: paulmillr/noble-curves@1.9.5...1.9.6
v1.9.5Compare Source
Full Changelog: paulmillr/noble-curves@1.9.4...1.9.5
v1.9.4Compare Source
Full Changelog: paulmillr/noble-curves@1.9.3...1.9.4
v1.9.3Compare Source
The release contains bugfixes and a few improvements which pave the way for upcoming v2.0.
There are lots of renamings and API adjustments; but all old code would work as-is. The code would visually flagged as "deprecated" (using jsdoc flag) in typescript-supported code environments, which makes it easy to upgrade to new versions.
*privateKeyto*secretKeyeverywhere for consistency with post-quantum and non-noble librarieskeygenmethod to curves which creates both secret and public keyssecp256k1_hasherSensitive code changes
Full Changelog: paulmillr/noble-curves@1.9.2...1.9.3
v1.9.2Compare Source
The release contains bugfixes and a few improvements which pave the way for upcoming v2.0.
FpandFnstatic properties which are its fieldsbls.longSignaturesandbls.shortSignaturesAPIsSensitive code changes
sign()logic for k generationNew contributors
Full Changelog: paulmillr/noble-curves@1.9.1...1.9.2
v1.9.1Compare Source
Full Changelog: paulmillr/noble-curves@1.9.0...1.9.1
v1.9.0Compare Source
The release contains bugfixes and a few improvements which pave the way for upcoming v2.0.
.jsextension@noble/curves/ed25519@noble/curves/ed25519.jsFull Changelog: paulmillr/noble-curves@1.8.2...1.9.0
v1.8.2Compare Source
ed25519, ed448) always use complete formula in add()ed25519, ed448) ban points with z=0 (zero points have z=1)ed25519: use slower, but more precise CURVE.a definitionFp12fields typeOther changes
New Contributors
Acknowledgments
Thanks to @ChALkeR for spotting edwards bug.
Full Changelog: paulmillr/noble-curves@1.8.1...1.8.2
kentcdodds/cross-env (cross-env)
v10.1.0Compare Source
Features
For example:
If
PORTis already set, use that value, otherwise fallback to8787.Learn more about Shell Parameter Expansion
v10.0.0Compare Source
TL;DR: You should probably not have to change anything if:
In this release (which should have been v8 except I had some issues with automated releases 🙈), I've updated all the things and modernized the package. This happened in #261
Was this needed? Not really, but I just thought it'd be fun to modernize this package.
Here's the highlights of what was done.
The tool maintains its original functionality while being completely modernized with the latest tooling and best practices
BREAKING CHANGES
eslint/eslint (eslint)
v10.0.3Compare Source
v10.0.2Compare Source
v10.0.1Compare Source
Bug Fixes
c87d5bdfix: update eslint (#20531) (renovate[bot])d841001fix: updateminimatchto10.2.1to address security vulnerabilities (#20519) (루밀LuMir)04c2147fix: update error message for unused suppressions (#20496) (fnx)38b089cfix: update dependency @eslint/config-array to ^0.23.1 (#20484) (renovate[bot])Documentation
5b3dbcedocs: add AI acknowledgement section to templates (#20431) (루밀LuMir)6f23076docs: toggle nav in no-JS mode (#20476) (Tanuj Kanti)b69cfb3docs: Update README (GitHub Actions Bot)Chores
e5c281fchore: updates for v9.39.3 release (Jenkins)8c3832achore: update @typescript-eslint/parser to ^8.56.0 (#20514) (Milos Djermanovic)8330d23test: add tests for config-api (#20493) (Milos Djermanovic)37d6e91chore: remove eslint v10 prereleases from eslint-config-eslint deps (#20494) (Milos Djermanovic)da7cd0erefactor: cleanup error message templates (#20479) (Francesco Trotta)84fb885chore: package.json update for @eslint/js release (Jenkins)1f66734chore: addeslinttopeerDependenciesof@eslint/js(#20467) (Milos Djermanovic)v10.0.0Compare Source
v9.39.4Compare Source
Bug Fixes
f18f6c8fix: update dependency minimatch to ^3.1.5 (#20564) (Milos Djermanovic)a3c868ffix: update dependency @eslint/eslintrc to ^3.3.4 (#20554) (Milos Djermanovic)234d005fix: minimatch security vulnerability patch for v9.x (#20549) (Andrej Beles)b1b37eefix: updateajvto6.14.0to address security vulnerabilities (#20538) (루밀LuMir)Documentation
4675152docs: add deprecation notice partial (#20520) (Milos Djermanovic)Chores
b8b4eb1chore: update dependencies for ESLint v9.39.4 (#20596) (Francesco Trotta)71b2f6bchore: package.json update for @eslint/js release (Jenkins)1d16c2fci: pin Node.js 25.6.1 (#20563) (Milos Djermanovic)v9.39.3Compare Source
Bug Fixes
791bf8dfix: restore TypeScript 4.0 compatibility in types (#20504) (sethamus)Chores
8594a43chore: upgrade @eslint/js@9.39.3 (#20529) (Milos Djermanovic)9ceef92chore: package.json update for @eslint/js release (Jenkins)af498c6chore: ignore/docs/v9.xin link checker (#20453) (Milos Djermanovic)v9.39.2Compare Source
v9.39.1Compare Source
v9.39.0Compare Source
v9.38.0Compare Source
Features
ce40f74feat: updatecomplexityrule to only highlight function header (#20048) (Atul Nair)e37e590feat: correctno-loss-of-precisionfalse positives withenotation (#20187) (Francesco Trotta)Bug Fixes
50c3dfdfix: improve type support for isolated dependencies in pnpm (#20201) (Francesco Trotta)a1f06a3fix: correct SourceCode typings (#20114) (Pixel998)Documentation
462675adocs: improve web accessibility by hiding non-semantic character (#20205) (루밀LuMir)c070e65docs: correct formatting inno-irregular-whitespacerule documentation (#20203) (루밀LuMir)b39e71adocs: Update README (GitHub Actions Bot)cd39983docs: movecustom-formatterstype descriptions tonodejs-api(#20190) (Percy Ma)Chores
d17c795chore: upgrade @eslint/js@9.38.0 (#20221) (Milos Djermanovic)25d0e33chore: package.json update for @eslint/js release (Jenkins)c82b5efrefactor: Use types from @eslint/core (#20168) (Nicholas C. Zakas)ff31609ci: add Node.js 25 toci.yml(#20220) (루밀LuMir)004577eci: bump github/codeql-action from 3 to 4 (#20211) (dependabot[bot])eac71fbtest: remove use ofnodejsScopeoption of eslint-scope from tests (#20206) (Milos Djermanovic)4168a18chore: fix typo in legacy-eslint.js (#20202) (Sweta Tanwar)205dbd2chore: fix typos (#20200) (ntnyq)dbb200echore: use team member's username when name is not available in data (#20194) (Milos Djermanovic)8962089chore: mark deprecated rules as available until v11.0.0 (#20184) (Pixel998)v9.37.0Compare Source
Features
39f7fb4feat:preserve-caught-errorshould recognize all static "cause" keys (#20163) (Pixel998)f81eabcfeat: support TS syntax inno-restricted-imports(#19562) (Nitin Kumar)Bug Fixes
a129ccefix: correctno-loss-of-precisionfalse positives for leading zeros (#20164) (Francesco Trotta)09e04fcfix: add missing AST token types (#20172) (Pixel998)861c6dafix: correctESLinttypings (#20122) (Pixel998)Documentation
b950359docs: fix typos across the docs (#20182) (루밀LuMir)42498a2docs: improve ToC accessibility by hiding non-semantic character (#20181) (Percy Ma)29ea092docs: Update README (GitHub Actions Bot)5c97a04docs: showavailableUntilin deprecated rule banner (#20170) (Pixel998)90a71bfdocs: updateREADMEfiles to add badge and instructions (#20115) (루밀LuMir)1603ae1docs: update references frommastertomain(#20153) (루밀LuMir)Chores
afe8a13chore: update@eslint/jsdependency to version 9.37.0 (#20183) (Francesco Trotta)abee4cachore: package.json update for @eslint/js release (Jenkins)fc9381f](https://redirect.github.com/eslint/eslint/commitConfiguration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.