File tree Expand file tree Collapse file tree 3 files changed +6
-8
lines changed
Expand file tree Collapse file tree 3 files changed +6
-8
lines changed Original file line number Diff line number Diff line change 126126 "mocha" : " ^7.1.1" ,
127127 "nyc" : " ^13.3.0" ,
128128 "parcel-bundler" : " ^1.11.0" ,
129- "prettier" : " ^1.16 .4" ,
129+ "prettier" : " ^2.0 .4" ,
130130 "sinon" : " ^7.2.6" ,
131131 "source-map-support" : " ^0.5.10" ,
132132 "sourcegraph" : " ^24.0.0" ,
Original file line number Diff line number Diff line change @@ -94,9 +94,7 @@ export function parseCodeownersFile(str: string): CodeOwnersEntry[] {
9494 * Match a filename against a glob pattern (while respecting .gitignore rules)
9595 */
9696export function matchPattern ( filename : string , pattern : string ) : boolean {
97- return ignore ( )
98- . add ( pattern )
99- . ignores ( filename )
97+ return ignore ( ) . add ( pattern ) . ignores ( filename )
10098}
10199
102100/**
Original file line number Diff line number Diff line change @@ -6091,10 +6091,10 @@ prelude-ls@~1.1.2:
60916091 resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.1.2.tgz#21932a549f5e52ffd9a827f570e04be62a97da54"
60926092 integrity sha1-IZMqVJ9eUv/ZqCf1cOBL5iqX2lQ=
60936093
6094- prettier@^1.16 .4 :
6095- version "1.18.2 "
6096- resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.18.2 .tgz#6823e7c5900017b4bd3acf46fe9ac4b4d7bda9ea "
6097- integrity sha512-OeHeMc0JhFE9idD4ZdtNibzY0+TPHSpSSb9h8FqtP+YnoZZ1sl8Vc9b1sasjfymH3SonAF4QcA2+mzHPhMvIiw ==
6094+ prettier@^2.0 .4 :
6095+ version "2.0.4 "
6096+ resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.0.4 .tgz#2d1bae173e355996ee355ec9830a7a1ee05457ef "
6097+ integrity sha512-SVJIQ51spzFDvh4fIbCLvciiDMCrRhlN3mbZvv/+ycjvmF5E73bKdGfU8QDLNmjYJf+lsGnDBC4UUnvTe5OO0w ==
60986098
60996099private@^0.1.6 :
61006100 version "0.1.8"
You can’t perform that action at this time.
0 commit comments