build: update sbt-scalajs, scalajs-library_2.13, ... to 1.22.0
Signed-off-by: Hyperledger Bot <[email protected]>
Signed-off-by: Hyperledger Bot <[email protected]>
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.10.4 to 7.29.7. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.29.7/packages/babel-core) --- updated-dependencies: - dependency-name: "@babel/core" dependency-version: 7.29.7 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
'GetStakeDistribution' raises an error in protocol version >= 13; we must rely on GetPoolDistr2 instead.
This is mostly useless now since Alonzo transactions are mostly valid Conway transactions. So in practice, the fallback are only adding noise to the error message; In particular, the rest of the code cannot upgrade from eras that are too old anyway; which means that even if we would successfully let a BabbageEra transaction parse, it would later fail with a worse error anyway.
Bumps [ts-deepmerge](https://github.com/voodoocreation/ts-deepmerge) from 6.2.0 to 8.0.0. - [Release notes](https://github.com/voodoocreation/ts-deepmerge/releases) - [Commits](https://github.com/voodoocreation/ts-deepmerge/compare/6.2.0...8.0.0) --- updated-dependencies: - dependency-name: ts-deepmerge dependency-version: 8.0.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2) from 1.32.17 to 1.32.25. - [Release notes](https://github.com/aws/aws-sdk-go-v2/releases) - [Commits](https://github.com/aws/aws-sdk-go-v2/compare/config/v1.32.17...config/v1.32.25) --- updated-dependencies: - dependency-name: github.com/aws/aws-sdk-go-v2/config dependency-version: 1.32.25 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [github.com/aws/aws-sdk-go-v2/credentials](https://github.com/aws/aws-sdk-go-v2) from 1.19.23 to 1.19.24. - [Release notes](https://github.com/aws/aws-sdk-go-v2/releases) - [Commits](https://github.com/aws/aws-sdk-go-v2/compare/credentials/v1.19.23...credentials/v1.19.24) --- updated-dependencies: - dependency-name: github.com/aws/aws-sdk-go-v2/credentials dependency-version: 1.19.24 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
The Sept-2025 qix-hack lockdown is no longer needed: all 18 malicious releases have been unpublished from npm (404: [email protected], [email protected], [email protected], ...), so they can neither match a constraint nor be resolved. - .yarn/constraints.pro: dropped the ForbidMaliciousReleases blocklist, kept as a documented placeholder. The constraints plugin and the CI `yarn constraints` check are retained for future supply-chain rules. - resolutions: removed the 18 color/ansi/debug cluster pins. Yarn now resolves them to clean current versions, verified to exclude every previously-blocked release (ansi-regex 6.2.2 not 6.2.1, debug 4.4.3 not 4.4.2, ansi-styles 6.2.3 not 6.2.2). Build green; yarn install --immutable clean; yarn constraints passes. Co-Authored-By: Claude Opus 4.8 (1M context) <[email protected]>