An import used only as a type was being elided or preserved depending on flags nobody could keep straight, and the bundler saw a different module graph from…
The operator checks a value against a type without widening it, which is exactly what a configuration object needs and nothing else does as well. An annotation checks…
The policy said a burnt budget triggers a deploy freeze; the budget was burnt by one incident and the freeze would have blocked the fix. A freeze assumes…
Extracting a package while still changing it daily, without the tag-and-update cycle that makes that unbearable. The symlink option is the part that matters: without it Composer copies,…
The trigger exists so a workflow on a fork pull request can access secrets, which is precisely why checking out the fork’s code under it is dangerous. A…
The DESC keyword in an index definition was parsed and ignored until 8.0, so mixed-direction sorts always needed a filesort. This only matters for mixed directions — a…
A status filter validated with an in: rule listing seven values, which had drifted from the eight the enum defined. The drift is the whole point: any list…