Skip to content

Commit 73639a9

Browse files
authored
v19 (#1559)
1 parent db78e1f commit 73639a9

File tree

13 files changed

+441
-482
lines changed

13 files changed

+441
-482
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111

1212
env:
1313
FORCE_COLOR: 2
14-
NODE: 18
14+
NODE: 24
1515

1616
permissions:
1717
contents: read

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
strategy:
2727
fail-fast: false
2828
matrix:
29-
node: [18, 20, 22]
29+
node: [20, 22]
3030
os: [ubuntu-latest, windows-latest]
3131

3232
steps:

.ncurc.js

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,16 @@
11
module.exports = {
22
format: 'group',
33
reject: [
4-
// Need to make a breaking change of -ws to --ws
5-
// https://github.com/tj/commander.js/pull/2312
6-
'commander',
74
// breaking
8-
'@types/bun',
9-
'@types/chai-as-promised',
10-
'@types/node',
11-
'chai-as-promised',
125
'eslint',
136
'eslint-plugin-n',
147
'eslint-plugin-promise',
158
// esm only modules
169
'@types/chai',
10+
'@types/chai-as-promised',
1711
'@types/remote-git-tags',
1812
'camelcase',
13+
'chai-as-promised',
1914
'find-up',
2015
'chai',
2116
'p-map',

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -374,11 +374,11 @@ Options that take no arguments can be negated by prefixing them with `--no-`, e.
374374
<td>Log additional information for debugging. Alias for <code>--loglevel</code> verbose.</td>
375375
</tr>
376376
<tr>
377-
<td>-w, --workspace &lt;s&gt;</td>
377+
<td>--workspace &lt;s&gt;</td>
378378
<td>Run on one or more specified workspaces. Add <code>--no-root</code> to exclude the root project. (default: [])</td>
379379
</tr>
380380
<tr>
381-
<td>-ws, --workspaces</td>
381+
<td>-w, --workspaces</td>
382382
<td>Run on all workspaces. Add <code>--no-root</code> to exclude the root project.</td>
383383
</tr>
384384
</table>

0 commit comments

Comments
 (0)