Jake Bailey
Jake Bailey
Er, not yet, I haven't yet looked at the motivating examples...
Ugh. We will need to revert, republish, then revert the revert with the bump.
Does `attw` not cover this? Unless you have a package which is ignored in attw.json, it should complain.
Where does the integration bot live that produces the DT package? It's been failing for months, and the hand-written PR wasn't correct as it forgot to bump the package version....
I don't think it is a fix in full; that PR does not include a `package.json` update to set the version, as that is no longer part of `index.d.ts`.
I sent https://github.com/recurly/recurly-js/pull/886 which do the trick.
I know this is an old PR (and appears to be inactive), but the parent check is affecting a subrepo I've got where the `parent` ref is never never updated...
Your reply confuses me. I am pushing changes upstream (though not via `subrepo push`), and I'm using the merge method, not the rebase method. I can't use `subrepo push` because:...
If you think my problem is out of scope for this PR or wouldn't be fixed by it, then I can open a new issue. I only commented here because...
Sure, I'll open another issue with my usecase. I did think up a workaround for now; run `git subrepo branch` and check if there are any differences between `HEAD` and...