Skip to content

align polkadot js dependencies#2160

Open
anstylian wants to merge 9 commits into
paritytech:mainfrom
anstylian:main
Open

align polkadot js dependencies#2160
anstylian wants to merge 9 commits into
paritytech:mainfrom
anstylian:main

Conversation

@anstylian

@anstylian anstylian commented Apr 14, 2026

Copy link
Copy Markdown

Currently when you try to run zombienet from main it fails due to misaligned js dependencies

> nix run github:paritytech/zombienet#default -- version
@polkadot/util has multiple versions, ensure that there is only one installed.
Either remove and explicitly install matching versions or dedupe using your package manager.
The following conflicting packages were found:
	cjs 13.3.1	node_modules/zombienet/node_modules/@polkadot/util/cjs
	cjs 13.5.7	node_modules/zombienet/node_modules/@polkadot/util-crypto/node_modules/@polkadot/util/cjs
@polkadot/util-crypto has multiple versions, ensure that there is only one installed.
Either remove and explicitly install matching versions or dedupe using your package manager.
The following conflicting packages were found:
	cjs 13.3.1	node_modules/zombienet/node_modules/@polkadot/keyring/node_modules/@polkadot/util-crypto/cjs
	cjs 13.5.7	node_modules/zombienet/node_modules/@polkadot/util-crypto/cjs
1.3.138

@anstylian anstylian requested a review from pepoviola as a code owner April 14, 2026 08:44
@socket-security

socket-security Bot commented Apr 14, 2026

Copy link
Copy Markdown

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updatednpm/​@​polkadot/​util-crypto@​13.5.7 ⏵ 13.5.940 -531008093 +4100
Updatednpm/​@​polkadot/​keyring@​13.3.1 ⏵ 13.5.91001007893 +6100
Addednpm/​@​types/​node@​25.5.21001008196100

View full report

The following warning originates from Nix during the execution of `nix flake check`.
evaluation warning: Nixpkgs 26.05 will be the last release to support x86_64-darwin; see https://nixos.org/manual/nixpkgs/unstable/release-notes#x86_64-darwin-26.05
nix run github:paritytech/zombienet#default -- version
@polkadot/util has multiple versions, ensure that there is only one installed.
Either remove and explicitly install matching versions or dedupe using your package manager.
The following conflicting packages were found:
        cjs 13.3.1      node_modules/zombienet/node_modules/@polkadot/util/cjs
        cjs 13.5.7      node_modules/zombienet/node_modules/@polkadot/util-crypto/node_modules/@polkadot/util/cjs
@polkadot/util-crypto has multiple versions, ensure that there is only one installed.
Either remove and explicitly install matching versions or dedupe using your package manager.
The following conflicting packages were found:
        cjs 13.3.1      node_modules/zombienet/node_modules/@polkadot/keyring/node_modules/@polkadot/util-crypto/cjs
        cjs 13.5.7      node_modules/zombienet/node_modules/@polkadot/util-crypto/cjs
1.3.138
Fixes supply-chain policy failures in CI caused by older @polkadot/* package versions in the resolved dependency graph.
@cla-bot-2021

cla-bot-2021 Bot commented May 12, 2026

Copy link
Copy Markdown

User @anstylian, please sign the CLA here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants