Skip to content

Commit d67a9a5

Browse files
nodejs-github-botaduh95
authored andcommitted
deps: update minimatch to 9.0.4
PR-URL: #52524 Reviewed-By: Marco Ippolito <[email protected]> Reviewed-By: Moshe Atlow <[email protected]>
1 parent 6b4bbfb commit d67a9a5

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+3533
-3941
lines changed

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

-1
This file was deleted.

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

-1
This file was deleted.

β€Ždeps/minimatch/dist/cjs/ast.d.ts renamed to β€Ždeps/minimatch/dist/commonjs/ast.d.ts

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ export declare class AST {
1414
clone(parent: AST): AST;
1515
static fromGlob(pattern: string, options?: MinimatchOptions): AST;
1616
toMMPattern(): MMRegExp | string;
17+
get options(): MinimatchOptions;
1718
toRegExpSource(allowDot?: boolean): [re: string, body: string, hasMagic: boolean, uflag: boolean];
1819
}
1920
//# sourceMappingURL=ast.d.ts.map

β€Ždeps/minimatch/dist/mjs/ast.d.ts.map renamed to β€Ždeps/minimatch/dist/commonjs/ast.d.ts.map

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

β€Ždeps/minimatch/dist/cjs/ast.js renamed to β€Ždeps/minimatch/dist/commonjs/ast.js

+3
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
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

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

β€Ždeps/minimatch/dist/cjs/index.js renamed to β€Ždeps/minimatch/dist/commonjs/index.js

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

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

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

β€Ždeps/minimatch/dist/mjs/ast.d.ts renamed to β€Ždeps/minimatch/dist/esm/ast.d.ts

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ export declare class AST {
1414
clone(parent: AST): AST;
1515
static fromGlob(pattern: string, options?: MinimatchOptions): AST;
1616
toMMPattern(): MMRegExp | string;
17+
get options(): MinimatchOptions;
1718
toRegExpSource(allowDot?: boolean): [re: string, body: string, hasMagic: boolean, uflag: boolean];
1819
}
1920
//# sourceMappingURL=ast.d.ts.map

β€Ždeps/minimatch/dist/cjs/ast.d.ts.map renamed to β€Ždeps/minimatch/dist/esm/ast.d.ts.map

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

β€Ždeps/minimatch/dist/mjs/ast.js renamed to β€Ždeps/minimatch/dist/esm/ast.js

+3
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
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Ždeps/minimatch/dist/mjs/index.d.ts.map renamed to β€Ždeps/minimatch/dist/esm/index.d.ts.map

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

β€Ždeps/minimatch/dist/mjs/index.js renamed to β€Ždeps/minimatch/dist/esm/index.js

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

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

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

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

-1
This file was deleted.

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

-1
This file was deleted.

0 commit comments

Comments
Β (0)