KDE Neon update require removal of Qt6 develompent libraries

,

Recent update for KDE Neon 6.2 User Edition seems to require removal of (among others) Qt6 development libraries, that I had installed (from NEON User repo) before the update:
qt6-base-dev-tools
qt6-base-dev
qt6-svg-dev

See:

Does anyone know, why are these packages expected to be removed?

To resolve this issue, I’ve upgraded packages listed by pkcon update (except *wayland* one) manually one by one:

sudo apt --only-upgrade install ghostscript
sudo apt --only-upgrade install libksane
sudo apt --only-upgrade install neon-keyring
sudo apt --only-upgrade install distro-release-notifier
sudo apt --only-upgrade install wayland-protocols

It seems to resolve the issue. Neither sudo apt dist-upgrade nor pkcon update wants to remove ‘qt6-*’ packages anymore, as a dependency/requirement for “*wayland*” packages upgrade.
Strange…