build: Update `swc_core` to `v10.5.0` (#75098)
### What?
Update SWC crates.
- ChangeLog: https://github.com/swc-project/swc/compare/swc_core%40v10.3.0...swc_core%40v10.5.0
### Why?
To keep in sync and apply minifier perf PRs like
- https://github.com/swc-project/swc/pull/9894
- https://github.com/swc-project/swc/pull/9895
- https://github.com/swc-project/swc/pull/9900
- https://github.com/swc-project/swc/pull/9901
- https://github.com/swc-project/swc/pull/9902
### How?