You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(ng-dev): properly encode URLs for GitHub queries in caretaker check (#766)
* fix(ng-dev): properly encode URLs for GitHub queries in caretaker check
The URLs constructed by `caretaker/github.ts` were incorrectly escaped
and ended up e.g. not escaping a colon in URLs.
* fixup! fix(ng-dev): properly encode URLs for GitHub queries in caretaker check
Fix old invalid test and add additional query test
0 commit comments