Commit 2cb39d1
authored
[INFRA] Replace npm-requirements hack with package.json (bids-standard#2226)
* chore: Replace npm-requirements hack with package.json
* chore: Update CONTRIBUTING guide to use npm run
* chore(ci): Use npm install/run
* chore(ci): Update dependabot config
* chore: Add prettier to package.json
* chore: Add cffconvert to Python dependencies
* chore: Update makefile to install and use dependencies
* [DATALAD RUNCMD] uv lock --upgrade
=== Do not change lines below ===
{
"chain": [],
"cmd": "uv lock --upgrade",
"exit": 0,
"extra_inputs": [],
"inputs": [
"pyproject.toml"
],
"outputs": [
"uv.lock"
],
"pwd": "."
}
^^^ Do not change lines above ^^^1 parent 1c539c0 commit 2cb39d1
File tree
10 files changed
+5665
-759
lines changed- .github
- workflows
10 files changed
+5665
-759
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | | - | |
19 | 17 | | |
20 | 18 | | |
21 | 19 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
293 | 293 | | |
294 | 294 | | |
295 | 295 | | |
296 | | - | |
297 | | - | |
| 296 | + | |
298 | 297 | | |
299 | 298 | | |
300 | | - | |
301 | | - | |
302 | | - | |
303 | | - | |
304 | | - | |
305 | | - | |
306 | | - | |
| 299 | + | |
307 | 300 | | |
308 | 301 | | |
309 | 302 | | |
310 | 303 | | |
311 | 304 | | |
312 | 305 | | |
313 | 306 | | |
314 | | - | |
| 307 | + | |
315 | 308 | | |
316 | 309 | | |
317 | 310 | | |
318 | 311 | | |
319 | 312 | | |
320 | 313 | | |
321 | 314 | | |
322 | | - | |
| 315 | + | |
323 | 316 | | |
324 | 317 | | |
325 | | - | |
| 318 | + | |
326 | 319 | | |
327 | 320 | | |
328 | | - | |
| 321 | + | |
329 | 322 | | |
330 | 323 | | |
331 | 324 | | |
332 | 325 | | |
333 | 326 | | |
334 | 327 | | |
335 | 328 | | |
336 | | - | |
337 | | - | |
| 329 | + | |
| 330 | + | |
338 | 331 | | |
339 | 332 | | |
340 | 333 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
2 | 8 | | |
3 | | - | |
4 | | - | |
| 9 | + | |
| 10 | + | |
5 | 11 | | |
6 | | - | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
7 | 16 | | |
8 | 17 | | |
9 | 18 | | |
10 | 19 | | |
11 | 20 | | |
12 | | - | |
| 21 | + | |
13 | 22 | | |
14 | 23 | | |
15 | 24 | | |
| |||
23 | 32 | | |
24 | 33 | | |
25 | 34 | | |
26 | | - | |
27 | | - | |
28 | 35 | | |
This file was deleted.
0 commit comments