chore(deps): update devdeps (major) #154
Open
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.1.0
1.8.1
->2.0.1
29.5.14
->30.0.0
7.0.3
->10.1.0
28.11.0
->29.0.1
29.7.0
->30.2.0
24.2.3
->25.0.1
Release Notes
faker-js/faker (@faker-js/faker)
v10.1.0
Compare Source
New Locales
Bug Fixes
v10.0.0
Compare Source
New Locales
Features
Changed Locales
v9.9.0
Compare Source
New Locales
Features
v9.8.0
Compare Source
New Locales
Changed Locales
Bug Fixes
v9.7.0
Compare Source
New Locales
Bug Fixes
v9.6.0
Compare Source
Features
v9.5.1
Compare Source
Bug Fixes
paulmillr/noble-curves (@noble/curves)
v2.0.1
Compare Source
/ed25519
, switch to/ed25519.js
now. See 2.0.0 for more details.ed25519
: export map_to_curve_elligator2_curve25519 #211rootsOfUnity
New 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.0
Compare 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.
.js
extension must be used for all modules@noble/curves/ed25519
@noble/curves/ed25519.js
New features
decaf44
isValidSecretKey
,isValidPublicKey
Changes
Point.fromHex
now expects string-only hex inputs, usePoint.fromBytes
for 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.
To bring back old behavior, use option
{lowS: true}
{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()
pippenger
Renamings
p256
,p384
,p521
modules have been moved intonist
jubjub
module has been moved intomisc
abstract/curve.js
submodulePoint.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.7
Compare Source
toMontgomeryPriv
=>toMontgomerySecret
Full Changelog: paulmillr/noble-curves@1.9.6...1.9.7
v1.9.6
Compare Source
weierstrass()
method (still lazy, waits for first call)tower
from v2decaf44
Full Changelog: paulmillr/noble-curves@1.9.5...1.9.6
v1.9.5
Compare Source
Full Changelog: paulmillr/noble-curves@1.9.4...1.9.5
v1.9.4
Compare Source
Full Changelog: paulmillr/noble-curves@1.9.3...1.9.4
v1.9.3
Compare 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.
*privateKey
to*secretKey
everywhere for consistency with post-quantum and non-noble librarieskeygen
method to curves which creates both secret and public keyssecp256k1_hasher
Sensitive code changes
Full Changelog: paulmillr/noble-curves@1.9.2...1.9.3
v1.9.2
Compare Source
The release contains bugfixes and a few improvements which pave the way for upcoming v2.0.
Fp
andFn
static properties which are its fieldsbls.longSignatures
andbls.shortSignatures
APIsSensitive code changes
sign()
logic for k generationNew contributors
Full Changelog: paulmillr/noble-curves@1.9.1...1.9.2
v1.9.1
Compare Source
Full Changelog: paulmillr/noble-curves@1.9.0...1.9.1
v1.9.0
Compare Source
The release contains bugfixes and a few improvements which pave the way for upcoming v2.0.
.js
extension@noble/curves/ed25519
@noble/curves/ed25519.js
Full Changelog: paulmillr/noble-curves@1.8.2...1.9.0
v1.8.2
Compare 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 definitionFp12
fields 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.0
Compare Source
Features
For example:
If
PORT
is already set, use that value, otherwise fallback to8787
.Learn more about Shell Parameter Expansion
v10.0.0
Compare 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
jest-community/eslint-plugin-jest (eslint-plugin-jest)
v29.0.1
Compare Source
Bug Fixes
npm
(#1772) (531c8ba)v29.0.0
Compare Source
Bug Fixes
jest/no-alias-methods
fromstyles
config (d3bf1dc)Features
[@typescript-eslint](https://redirect.github.com/typescript-eslint)
v6 (fe61a40)[@typescript-eslint](https://redirect.github.com/typescript-eslint)
v7 (5ca65d3)docs.recommended
anddocs.requiresTypeChecking
properties (945651c)BREAKING CHANGES
docs.recommend
anddocs.requiresTypeChecking
fromunbound-method
@typescript-eslint
v7@typescript-eslint
v6jest/no-alias-methods
has been removed from thestyles
config as its already inthe
recommended
configv28.14.0
Compare Source
Features
docs.recommended
anddocs.requiresTypeChecking
as deprecated (#1762) (30440ef)28.13.5 (2025-06-13)
Bug Fixes
28.13.4 (2025-06-13)
Bug Fixes
28.13.3 (2025-06-10)
Bug Fixes
require
property renames (#1754) (41b9523)28.13.2 (2025-06-10)
Bug Fixes
as
imports (#1753) (3a5af78)28.13.1 (2025-06-10)
Bug Fixes
await expect
(#1752) (5e3d687)v28.13.5
Compare Source
Features
docs.recommended
anddocs.requiresTypeChecking
as deprecated (#1762) (30440ef)28.13.5 (2025-06-13)
Bug Fixes
28.13.4 (2025-06-13)
Bug Fixes
28.13.3 (2025-06-10)
Bug Fixes
require
property renames (#1754) (41b9523)28.13.2 (2025-06-10)
Bug Fixes
as
imports (#1753) (3a5af78)28.13.1 (2025-06-10)
Bug Fixes
await expect
(#1752) (5e3d687)v28.13.4
Compare Source
Features
docs.recommended
anddocs.requiresTypeChecking
as deprecated (#1762) (30440ef)28.13.5 (2025-06-13)
Bug Fixes
28.13.4 (2025-06-13)
Bug Fixes
28.13.3 (2025-06-10)
Bug Fixes
require
property renames (#1754) (41b9523)28.13.2 (2025-06-10)
Bug Fixes
as
imports (#1753) (3a5af78)28.13.1 (2025-06-10)
Bug Fixes
await expect
(#1752) (5e3d687)v28.13.3
Compare Source
Features
docs.recommended
anddocs.requiresTypeChecking
as deprecated (#1762) (30440ef)28.13.5 (2025-06-13)
Bug Fixes
28.13.4 (2025-06-13)
Bug Fixes
28.13.3 (2025-06-10)
Bug Fixes
require
property renames (#1754) (41b9523)28.13.2 (2025-06-10)
Bug Fixes
as
imports (#1753) (3a5af78)28.13.1 (2025-06-10)
Bug Fixes
await expect
(#1752) (5e3d687)v28.13.2
Compare Source
Features
docs.recommended
anddocs.requiresTypeChecking
as deprecated (#1762) (30440ef)28.13.5 (2025-06-13)
Bug Fixes
28.13.4 (2025-06-13)
Bug Fixes
28.13.3 (2025-06-10)
Bug Fixes
require
property renames (#1754) (41b9523)28.13.2 (2025-06-10)
Bug Fixes
as
imports (#1753) (3a5af78)28.13.1 (2025-06-10)
Bug Fixes
await expect
(#1752) (5e3d687)v28.13.1
Compare Source
Features
docs.recommended
anddocs.requiresTypeChecking
as deprecated (#1762) (30440ef)28.13.5 (2025-06-13)
Bug Fixes
28.13.4 (2025-06-13)
Bug Fixes
28.13.3 (2025-06-10)
Bug Fixes
require
property renames (#1754) (41b9523)28.13.2 (2025-06-10)
Bug Fixes
as
imports (#1753) (3a5af78)28.13.1 (2025-06-10)
Bug Fixes
await expect
(#1752) (5e3d687)v28.13.0
Compare Source
Features
docs.recommended
anddocs.requiresTypeChecking
as deprecated (#1762) (30440ef)28.13.5 (2025-06-13)
Bug Fixes
28.13.4 (2025-06-13)
Bug Fixes
28.13.3 (2025-06-10)
Bug Fixes
require
property renames (#1754) (41b9523)28.13.2 (2025-06-10)
Bug Fixes
as
imports (#1753) (3a5af78)28.13.1 (2025-06-10)
Bug Fixes
await expect
(#1752) (5e3d687)v28.12.0
Compare Source
Features
28.11.2 (2025-05-29)
Bug Fixes
28.11.1 (2025-05-27)
Bug Fixes
v28.11.2
Compare Source
Features
28.11.2 (2025-05-29)
Bug Fixes
28.11.1 (2025-05-27)
Bug Fixes
v28.11.1
[Compare Source](https://redirect.github.com/jest-comm
Configuration
📅 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.