Commit 1c8eb33
committed
Remove
The `glob` package now uses promises in version 9, so we don't need the
separate `glob-promise` package anymore.
This also updates one call site to use `cwd` instead of `join` to
avoid possible issues due to a breaking change in version 8 which treats
Windows path separators differently. By changing the `cwd`, we should
not run into these issues.
Removing the `resolutions` of `glob-parent` did not change the
`package-lock.json`, so this does not have any effect on the package
version we are using.glob-promise and upgrade to glob 91 parent a7b3e3d commit 1c8eb33
4 files changed
Lines changed: 9 additions & 58 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1442 | 1442 | | |
1443 | 1443 | | |
1444 | 1444 | | |
1445 | | - | |
1446 | 1445 | | |
1447 | 1446 | | |
1448 | 1447 | | |
| |||
1493 | 1492 | | |
1494 | 1493 | | |
1495 | 1494 | | |
1496 | | - | |
1497 | 1495 | | |
1498 | 1496 | | |
1499 | 1497 | | |
| |||
1573 | 1571 | | |
1574 | 1572 | | |
1575 | 1573 | | |
1576 | | - | |
1577 | | - | |
1578 | | - | |
1579 | 1574 | | |
1580 | 1575 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
515 | 515 | | |
516 | 516 | | |
517 | 517 | | |
518 | | - | |
| 518 | + | |
| 519 | + | |
| 520 | + | |
519 | 521 | | |
520 | 522 | | |
521 | 523 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
0 commit comments