Commit fbd56e1
authored
fix: remove unnecessary quotes from vitest-dev override in upgrade script (#1368)
## Summary
- The upgrade script was wrapping the `vitest-dev` override value in
single quotes (`'npm:vitest@^x.y.z'`), but `pnpm-workspace.yaml` stores
it unquoted (`npm:vitest@^x.y.z`)
- This caused a spurious formatting change on every automated upgrade
run
Closes #13671 parent eb7370a commit fbd56e1
1 file changed
+2
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
65 | 64 | | |
66 | | - | |
67 | | - | |
| 65 | + | |
| 66 | + | |
68 | 67 | | |
69 | 68 | | |
70 | 69 | | |
| |||
0 commit comments