The {{domData}} helper/call expression was added in can-stache 4.3 as a way to use the new can-dom-data package in templates.
This codemod should convert: {{data key value}} to {{domData(key, value)}} and replace uses of can-util/dom/data/ with can-dom-data.