Commit 2025-08-14 19:32 47680695
View on Github →chore: remove >6 month old deprecations (#28370) I spent some time trying to write a script to automate this, but it's not something that should be done by regex. :-) We really need the combination:
- a linter that detects old deprecations
- and can generate code actions
- and a tool to apply all code actions across the repo...