Update `swc_core` to `v0.83.28` (#6003)
### Description
- Use better implementation for `react-remove-properties` and
`remove-conosle`.
---
I concluded `react-remove-properties` and `remove-conosle` deserve
official plugins, so I promoted them.
- https://github.com/swc-project/plugins/pull/213
- https://github.com/swc-project/plugins/pull/215
### Testing Instructions
Let's look at the CI of https://github.com/vercel/next.js/pull/55780
Closes WEB-1639