Drop --update-proposal-file from era-based transaction build / build-raw
Removes the deprecated `--update-proposal-file` flag from the era-based `transaction build` and `transaction build-raw` commands by dropping the two `pUpdateProposalFile` parser hookups and the corresponding record fields (`mUpdateProposalFile` / `mUpdateProprosalFile`) from `TransactionBuildCmdArgs` and `TransactionBuildRawCmdArgs`. Update proposals are deprecated since Conway and the value was already being discarded internally — the flag was a no-op. Conway and later eras already excluded the flag from --help (the `Featured ShelleyToBabbageEra` constraint), so this only affects scripts that were silently passing the flag for show. Compatible-mode (`compatible <era> transaction signed-transaction`) keeps `--update-proposal-file`, since pre-Conway eras still need it.