Earlier quoted context omitted.
Semver was invented to facilitate that. Only if everyone adhered to it.
> Semver was invented to facilitate that First time I've heard that. How does semver facilitate backporting?
Of course, the actual issue is that maintaining backports isn't free, so expecting it from random single-person projects is a little unrealistic. Bug fixes in new code often need to be rewritten to work on old code. I do maintain old release branches for some projects and backporting single patches can cause whole new bugs that were never present in the main branch quite easily.