archesproject / arches

Arches is a web platform for creating, managing, & visualizing geospatial data. Arches was inspired by the needs of the Cultural Heritage community, particularly the widespread need of organizations to build & manage cultural heritage inventories
GNU Affero General Public License v3.0
210 stars 139 forks source link

Remove overrides for glob, minimatch #11087

Closed jacobtylerwalls closed 1 week ago

jacobtylerwalls commented 1 week ago

Was causing typescript to incorrectly report success.

Follow-up to aa9fd6b. (Whatever ghost I was chasing there is gone, now.)

Example output without this patch

TypeError: (0 , minimatch_1.minimatch) is not a function
    at /Users/jwalls/prj/arches/node_modules/@vue/language-core/lib/codegen/template/elementProps.js:112:105
    at Array.some (<anonymous>)
    at generateElementProps (/Users/jwalls/prj/arches/node_modules/@vue/language-core/lib/codegen/template/elementProps.js:112:63)
    at generateElementProps.next (<anonymous>)
    at generateComponent (/Users/jwalls/prj/arches/node_modules/@vue/language-core/lib/codegen/template/element.js:139:52)
    at generateComponent.next (<anonymous>)
    at generateTemplateChild (/Users/jwalls/prj/arches/node_modules/@vue/language-core/lib/codegen/template/templateChild.js:66:56)
    at generateTemplateChild.next (<anonymous>)
    at generateElementChildren (/Users/jwalls/prj/arches/node_modules/@vue/language-core/lib/codegen/template/elementChildren.js:11:58)
    at generateElementChildren.next (<anonymous>)
[3:56:39 PM] Found 0 errors. Watching for file changes.

versus:

[3:55:29 PM] Found 24 errors. Watching for file changes.