@@ -1078,6 +1078,9 @@ changes:
10781078 - version: REPLACEME
10791079 pr-url: https://github.com/nodejs/node/pull/57513
10801080 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.
10811084 - version: v22.14.0
10821085 pr-url: https://github.com/nodejs/node/pull/56489
10831086 description: Add support for ` exclude` option to accept glob patterns.
@@ -1088,7 +1091,7 @@ changes:
10881091
10891092* ` pattern` {string|string\[ ]}
10901093* ` options` {Object}
1091- * ` cwd` {string} current working directory. **Default:** ` process .cwd ()`
1094+ * ` cwd` {string|URL } current working directory. **Default:** ` process .cwd ()`
10921095 * ` exclude` {Function|string\[ ]} Function to filter out files/directories or a
10931096 list of glob patterns to be excluded. If a function is provided, return
10941097 ` true ` to exclude the item, ` false ` to include it. **Default:** ` undefined ` .
@@ -3131,6 +3134,9 @@ changes:
31313134 - version: REPLACEME
31323135 pr-url: https://github.com/nodejs/node/pull/57513
31333136 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.
31343140 - version: v22.14.0
31353141 pr-url: https://github.com/nodejs/node/pull/56489
31363142 description: Add support for `exclude` option to accept glob patterns.
@@ -3142,7 +3148,7 @@ changes:
31423148* `pattern` {string|string\[ ]}
31433149
31443150* `options` {Object}
3145- * `cwd` {string} current working directory. **Default:** `process.cwd()`
3151+ * `cwd` {string|URL } current working directory. **Default:** `process.cwd()`
31463152 * `exclude` {Function|string\[ ]} Function to filter out files/directories or a
31473153 list of glob patterns to be excluded. If a function is provided, return
31483154 `true` to exclude the item, `false` to include it. **Default:** `undefined`.
@@ -5682,6 +5688,9 @@ changes:
56825688 - version: REPLACEME
56835689 pr-url: https://github.com/nodejs/node/pull/57513
56845690 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.
56855694 - version: v22.14.0
56865695 pr-url: https://github.com/nodejs/node/pull/56489
56875696 description: Add support for ` exclude` option to accept glob patterns.
@@ -5692,7 +5701,7 @@ changes:
56925701
56935702* ` pattern` {string|string\[ ]}
56945703* ` options` {Object}
5695- * ` cwd` {string} current working directory. **Default:** ` process .cwd ()`
5704+ * ` cwd` {string|URL } current working directory. **Default:** ` process .cwd ()`
56965705 * ` exclude` {Function|string\[ ]} Function to filter out files/directories or a
56975706 list of glob patterns to be excluded. If a function is provided, return
56985707 ` true ` to exclude the item, ` false ` to include it. **Default:** ` undefined ` .
0 commit comments