Forward keyword arguments when using @deprecate without a signature (#46261)
When using the @deprecate macro without specifying the deprecated
signature, a method is created for the old name that accepts a
variable number of positional arguments. This commit makes the created
method also accept a variable number of keyword arguments.