Do not load `ScopedValues` with `using` (#55452)
Stop loading `ScopedValues` with `using` so folks use
`ScopedValues.with` or `using ScopedValues` rather than `Base.with`.
Implements
https://github.com/JuliaLang/julia/pull/55095#issuecomment-2272334437
~Have to bump the StyledStrings stdlib to include
https://github.com/JuliaLang/StyledStrings.jl/pull/80~ Done
---------
Co-authored-by: Dilum Aluthge <dilum@aluthge.com>