Skip to content

Commit 78f6b34

Browse files
nodejs-github-botmarco-ippolito
authored andcommitted
deps: update minimatch to 10.0.1
PR-URL: #53841 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Marco Ippolito <[email protected]> Reviewed-By: Rafael Gonzaga <[email protected]> Reviewed-By: Moshe Atlow <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]>
1 parent 4dedf2a commit 78f6b34

22 files changed

+898
-2309
lines changed

β€Ždeps/minimatch/dist/commonjs/assert-valid-pattern.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Ždeps/minimatch/dist/commonjs/ast.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Ždeps/minimatch/dist/commonjs/brace-expressions.d.ts.map

+1-1
Original file line numberDiff line numberDiff line change

β€Ždeps/minimatch/dist/commonjs/brace-expressions.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Ždeps/minimatch/dist/commonjs/escape.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ import { MinimatchOptions } from './index.js';
88
* that exact character. In this mode, `\` is _not_ escaped, because it is
99
* not interpreted as a magic character, but instead as a path separator.
1010
*/
11-
export declare const escape: (s: string, { windowsPathsNoEscape, }?: Pick<MinimatchOptions, 'windowsPathsNoEscape'>) => string;
11+
export declare const escape: (s: string, { windowsPathsNoEscape, }?: Pick<MinimatchOptions, "windowsPathsNoEscape">) => string;
1212
//# sourceMappingURL=escape.d.ts.map

β€Ždeps/minimatch/dist/commonjs/escape.d.ts.map

+1-1
Original file line numberDiff line numberDiff line change

β€Ždeps/minimatch/dist/commonjs/index.d.ts.map

+1-1
Original file line numberDiff line numberDiff line change

β€Ždeps/minimatch/dist/commonjs/index.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Ždeps/minimatch/dist/commonjs/unescape.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ import { MinimatchOptions } from './index.js';
1313
* Slashes (and backslashes in `windowsPathsNoEscape` mode) cannot be escaped
1414
* or unescaped.
1515
*/
16-
export declare const unescape: (s: string, { windowsPathsNoEscape, }?: Pick<MinimatchOptions, 'windowsPathsNoEscape'>) => string;
16+
export declare const unescape: (s: string, { windowsPathsNoEscape, }?: Pick<MinimatchOptions, "windowsPathsNoEscape">) => string;
1717
//# sourceMappingURL=unescape.d.ts.map

β€Ždeps/minimatch/dist/commonjs/unescape.d.ts.map

+1-1
Original file line numberDiff line numberDiff line change

β€Ždeps/minimatch/dist/esm/assert-valid-pattern.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Ždeps/minimatch/dist/esm/ast.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Ždeps/minimatch/dist/esm/brace-expressions.d.ts.map

+1-1
Original file line numberDiff line numberDiff line change

0 commit comments

Comments
Β (0)