@@ -1078,6 +1078,9 @@ changes:
1078
1078
- version: REPLACEME
1079
1079
pr-url: https://github.com/nodejs/node/pull/57513
1080
1080
description: Marking the API stable.
1081
+ - version: REPLACEME
1082
+ pr-url: https://github.com/nodejs/node/pull/58182
1083
+ description: Add support for ` URL ` instances for ` cwd` option.
1081
1084
- version: v22.14.0
1082
1085
pr-url: https://github.com/nodejs/node/pull/56489
1083
1086
description: Add support for ` exclude` option to accept glob patterns.
@@ -1088,7 +1091,7 @@ changes:
1088
1091
1089
1092
* ` pattern` {string|string\[ ]}
1090
1093
* ` options` {Object}
1091
- * ` cwd` {string} current working directory. **Default:** ` process .cwd ()`
1094
+ * ` cwd` {string|URL } current working directory. **Default:** ` process .cwd ()`
1092
1095
* ` exclude` {Function|string\[ ]} Function to filter out files/directories or a
1093
1096
list of glob patterns to be excluded. If a function is provided, return
1094
1097
` true ` to exclude the item, ` false ` to include it. **Default:** ` undefined ` .
@@ -3131,6 +3134,9 @@ changes:
3131
3134
- version: REPLACEME
3132
3135
pr-url: https://github.com/nodejs/node/pull/57513
3133
3136
description: Marking the API stable.
3137
+ - version: REPLACEME
3138
+ pr-url: https://github.com/nodejs/node/pull/58182
3139
+ description: Add support for `URL` instances for `cwd` option.
3134
3140
- version: v22.14.0
3135
3141
pr-url: https://github.com/nodejs/node/pull/56489
3136
3142
description: Add support for `exclude` option to accept glob patterns.
@@ -3142,7 +3148,7 @@ changes:
3142
3148
* `pattern` {string|string\[ ]}
3143
3149
3144
3150
* `options` {Object}
3145
- * `cwd` {string} current working directory. **Default:** `process.cwd()`
3151
+ * `cwd` {string|URL } current working directory. **Default:** `process.cwd()`
3146
3152
* `exclude` {Function|string\[ ]} Function to filter out files/directories or a
3147
3153
list of glob patterns to be excluded. If a function is provided, return
3148
3154
`true` to exclude the item, `false` to include it. **Default:** `undefined`.
@@ -5682,6 +5688,9 @@ changes:
5682
5688
- version: REPLACEME
5683
5689
pr-url: https://github.com/nodejs/node/pull/57513
5684
5690
description: Marking the API stable.
5691
+ - version: REPLACEME
5692
+ pr-url: https://github.com/nodejs/node/pull/58182
5693
+ description: Add support for ` URL ` instances for ` cwd` option.
5685
5694
- version: v22.14.0
5686
5695
pr-url: https://github.com/nodejs/node/pull/56489
5687
5696
description: Add support for ` exclude` option to accept glob patterns.
@@ -5692,7 +5701,7 @@ changes:
5692
5701
5693
5702
* ` pattern` {string|string\[ ]}
5694
5703
* ` options` {Object}
5695
- * ` cwd` {string} current working directory. **Default:** ` process .cwd ()`
5704
+ * ` cwd` {string|URL } current working directory. **Default:** ` process .cwd ()`
5696
5705
* ` exclude` {Function|string\[ ]} Function to filter out files/directories or a
5697
5706
list of glob patterns to be excluded. If a function is provided, return
5698
5707
` true ` to exclude the item, ` false ` to include it. **Default:** ` undefined ` .
0 commit comments