What's Changed
- ci: improved workflow process for PR from forked repos by @petruki in #208
 - Bump dev deps chai, env-cmd, eslint and ci sonar action to v5.3.1 by @petruki in #209
 - Bump sonarsource/sonarqube-scan-action from 5.3.1 to 6.0.0 in /.github/workflows by @dependabot[bot] in #210
 - chore: fixes code smells, added Node v24 test matrix by @petruki in #211
 - feat: removed data attribute from snapshot by @petruki in #212
 
Breaking change #212
Snapshot content before:
{
   "data": {
        "domain": {
            "name": "switcher-domain",
            "activated": true,
            "group": [...]
        }
    }
}Snapshot content now:
{
    "domain": {
        "name": "switcher-domain",
        "activated": true,
        "group": [...]
    }
}Full Changelog: v4.4.1...v4.5.0