Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit f0ef221

Browse filesBrowse files
nodejs-github-botmarco-ippolito
authored andcommitted
deps: update minimatch to 10.1.1
PR-URL: #60543 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Ulises Gascón <ulisesgascongonzalez@gmail.com>
1 parent dbe9e50 commit f0ef221
Copy full SHA for f0ef221

42 files changed

+1,238-1,431Lines changed: 1238 additions & 1431 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Dismiss banner
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎LICENSE‎

Copy file name to clipboardExpand all lines: LICENSE
+52-12Lines changed: 52 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1385,21 +1385,61 @@ The externally maintained libraries used by Node.js are:
13851385

13861386
- minimatch, located at deps/minimatch, is licensed as follows:
13871387
"""
1388-
The ISC License
1388+
# Blue Oak Model License
13891389

1390-
Copyright (c) 2011-2023 Isaac Z. Schlueter and Contributors
1390+
Version 1.0.0
13911391

1392-
Permission to use, copy, modify, and/or distribute this software for any
1393-
purpose with or without fee is hereby granted, provided that the above
1394-
copyright notice and this permission notice appear in all copies.
1392+
## Purpose
13951393

1396-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
1397-
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
1398-
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
1399-
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
1400-
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
1401-
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
1402-
IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
1394+
This license gives everyone as much permission to work with
1395+
this software as possible, while protecting contributors
1396+
from liability.
1397+
1398+
## Acceptance
1399+
1400+
In order to receive this license, you must agree to its
1401+
rules. The rules of this license are both obligations
1402+
under that agreement and conditions to your license.
1403+
You must not do anything with this software that triggers
1404+
a rule that you cannot or will not follow.
1405+
1406+
## Copyright
1407+
1408+
Each contributor licenses you to do everything with this
1409+
software that would otherwise infringe that contributor's
1410+
copyright in it.
1411+
1412+
## Notices
1413+
1414+
You must ensure that everyone who gets a copy of
1415+
any part of this software from you, with or without
1416+
changes, also gets the text of this license or a link to
1417+
<https://blueoakcouncil.org/license/1.0.0>.
1418+
1419+
## Excuse
1420+
1421+
If anyone notifies you in writing that you have not
1422+
complied with [Notices](#notices), you can keep your
1423+
license by taking all practical steps to comply within 30
1424+
days after the notice. If you do not do so, your license
1425+
ends immediately.
1426+
1427+
## Patent
1428+
1429+
Each contributor licenses you to do everything with this
1430+
software that would otherwise infringe any patent claims
1431+
they can license or become able to license.
1432+
1433+
## Reliability
1434+
1435+
No contributor can revoke this license.
1436+
1437+
## No Liability
1438+
1439+
**_As far as the law allows, this software comes as is,
1440+
without any warranty or condition, and no contributor
1441+
will be liable to anyone for any damages related to this
1442+
software or this license, under any kind of legal claim._**
14031443
"""
14041444

14051445
- npm, located at deps/npm, is licensed as follows:
Collapse file

‎deps/minimatch/LICENSE‎

Copy file name to clipboardExpand all lines: deps/minimatch/LICENSE
-15Lines changed: 0 additions & 15 deletions
This file was deleted.
Collapse file

‎deps/minimatch/LICENSE.md‎

Copy file name to clipboard
+55Lines changed: 55 additions & 0 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
# Blue Oak Model License
2+
3+
Version 1.0.0
4+
5+
## Purpose
6+
7+
This license gives everyone as much permission to work with
8+
this software as possible, while protecting contributors
9+
from liability.
10+
11+
## Acceptance
12+
13+
In order to receive this license, you must agree to its
14+
rules. The rules of this license are both obligations
15+
under that agreement and conditions to your license.
16+
You must not do anything with this software that triggers
17+
a rule that you cannot or will not follow.
18+
19+
## Copyright
20+
21+
Each contributor licenses you to do everything with this
22+
software that would otherwise infringe that contributor's
23+
copyright in it.
24+
25+
## Notices
26+
27+
You must ensure that everyone who gets a copy of
28+
any part of this software from you, with or without
29+
changes, also gets the text of this license or a link to
30+
<https://blueoakcouncil.org/license/1.0.0>.
31+
32+
## Excuse
33+
34+
If anyone notifies you in writing that you have not
35+
complied with [Notices](#notices), you can keep your
36+
license by taking all practical steps to comply within 30
37+
days after the notice. If you do not do so, your license
38+
ends immediately.
39+
40+
## Patent
41+
42+
Each contributor licenses you to do everything with this
43+
software that would otherwise infringe any patent claims
44+
they can license or become able to license.
45+
46+
## Reliability
47+
48+
No contributor can revoke this license.
49+
50+
## No Liability
51+
52+
**_As far as the law allows, this software comes as is,
53+
without any warranty or condition, and no contributor
54+
will be liable to anyone for any damages related to this
55+
software or this license, under any kind of legal claim._**
Collapse file

‎deps/minimatch/README.md‎

Copy file name to clipboardExpand all lines: deps/minimatch/README.md
+2-3Lines changed: 2 additions & 3 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ var javascripts = fileList.filter(minimatch.filter('*.js', { matchBase: true }))
163163
### minimatch.escape(pattern, options = {})
164164

165165
Escape all magic characters in a glob pattern, so that it will
166-
only ever match literal strings
166+
only ever match literal strings.
167167

168168
If the `windowsPathsNoEscape` option is used, then characters are
169169
escaped by wrapping in `[]`, because a magic character wrapped in
@@ -238,7 +238,7 @@ Perform a case-insensitive match.
238238

239239
When used with `{nocase: true}`, create regular expressions that
240240
are case-insensitive, but leave string match portions untouched.
241-
Has no effect when used without `{nocase: true}`
241+
Has no effect when used without `{nocase: true}`.
242242

243243
Useful when some other form of case-insensitive matching is used,
244244
or if the original string representation is useful in some other
@@ -354,7 +354,6 @@ is equivalent in all cases).
354354
pattern are preserved.
355355
- `2` (or higher) - Much more aggressive optimizations, suitable
356356
for use with file-walking cases:
357-
358357
- Remove cases where a double-dot `..` follows a pattern
359358
portion that is not `**`, `.`, or empty `''`. Remove empty
360359
and `.` portions of the pattern, where safe to do so (ie,
Collapse file

‎deps/minimatch/dist/commonjs/assert-valid-pattern.js.map‎

Copy file name to clipboardExpand all lines: deps/minimatch/dist/commonjs/assert-valid-pattern.js.map
+1-1Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Collapse file

‎deps/minimatch/dist/commonjs/ast.d.ts.map‎

Copy file name to clipboardExpand all lines: deps/minimatch/dist/commonjs/ast.d.ts.map
+1-1Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Collapse file

‎deps/minimatch/dist/commonjs/ast.js‎

Copy file name to clipboardExpand all lines: deps/minimatch/dist/commonjs/ast.js
+4-5Lines changed: 4 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Collapse file

‎deps/minimatch/dist/commonjs/ast.js.map‎

Copy file name to clipboardExpand all lines: deps/minimatch/dist/commonjs/ast.js.map
+1-1Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.