-
Notifications
You must be signed in to change notification settings - Fork 19
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: hverlin/mise-vscode
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.21.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: hverlin/mise-vscode
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.22.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 6 commits
- 20 files changed
- 5 contributors
Commits on Aug 5, 2026
-
fix: handle //:name depends without crashing task graph (#274)
`//:name` refers to a task at the monorepo root config root, so the `pathPattern` between `//` and `:` is empty. `dependsPatternMatchesTask` short-circuits when that empty string exactly matches a root target's config root, but for a target in a non-root config root it fell through to `micromatch.isMatch(targetConfigRoot, "", ...)`, which picomatch rejects with `Expected pattern to be a non-empty string`. That path is hit for every non-root task while building the task graph, so a single `//:name` depends entry took the whole graph webview down. Skip the micromatch call for an empty pathPattern (the exact-match branch already yields the correct answer for root-only targets), and guard `matchesTaskName` against empty patterns defensively so any other edge case that leaks an empty pattern returns `false` instead of throwing. Co-authored-by: Claude <noreply@anthropic.com>
Configuration menu - View commit details
-
Copy full SHA for 9db4aae - Browse repository at this point
Copy the full SHA 9db4aaeView commit details -
Configuration menu - View commit details
-
Copy full SHA for a0c01b6 - Browse repository at this point
Copy the full SHA a0c01b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6db882d - Browse repository at this point
Copy the full SHA 6db882dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3eaa690 - Browse repository at this point
Copy the full SHA 3eaa690View commit details -
Configuration menu - View commit details
-
Copy full SHA for dbe9a33 - Browse repository at this point
Copy the full SHA dbe9a33View commit details -
Configuration menu - View commit details
-
Copy full SHA for 271c3d9 - Browse repository at this point
Copy the full SHA 271c3d9View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.21.0...v1.22.0