DeprecationHelper BC wrapping + version gating
### Problem/Motivation Disables BC wrapping by default for composer-based deprecation sets and extends wrapping support to 21 rectors across Groups A and B. Broadens the guard from CallLike expressions to all Expr node types for BC wrapping eligibility. ### Work items - Commit(s): [ac22c3c848](https://github.com/palantirnet/drupal-rector/commit/ac22c3c8482d), [0e2211bf37](https://github.com/palantirnet/drupal-rector/commit/0e2211bf378f), [6d62e04e6b](https://github.com/palantirnet/drupal-rector/commit/6d62e04e6b0d), [7b507f49cc](https://github.com/palantirnet/drupal-rector/commit/7b507f49cccd), [895d1f772f](https://github.com/palantirnet/drupal-rector/commit/895d1f772f32), [a31bf43329](https://github.com/palantirnet/drupal-rector/commit/a31bf4332986) - Pull request(s): [PR #373](https://github.com/palantirnet/drupal-rector/pull/373) ### Credit - Implemented by: @bbrala --- *Filed retroactively as part of the Drupal 12 rector coverage effort. Closed as fixed; credit to be applied to the contributors listed above.* *AI was used extensively to build this change and to file this issue. See [Dries Buytaert: AI-generated Rector rules for Drupal](https://dri.es/ai-generated-rector-rules-for-drupal) and [Björn Brala: Drupal Rector rules are config, not code. Mostly.](https://www.linkedin.com/pulse/drupal-rector-rules-config-code-mostly-bj%C3%B6rn-brala-vfpwe/).*
issue