- 
                Notifications
    You must be signed in to change notification settings 
- Fork 14
Open
Labels
dependenciesPull requests that update a dependency filePull requests that update a dependency fileenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomerspriority-low
Description
This same issue may apply to other plugins as well.
Solution:
- Remove fs-extra from the __tests__/__src__/environment/TestEnvironment.ts
Downgraded @types/fs-extra for various reasons:
- the test-tsconfig.json cannot properly exclude the @types/fs-extrapackage since the TestEnvironment.ts uses if formkdirpSync
- tsconfig.json has to include it's node_modules/typings. See https://stackoverflow.com/a/67512016/16555983
- @types/fs-extra@^9.0.5has issues that we may be able to avoid with
 - tsconfig.json#compilerOptions.skipLibCheck: true
Note: We may have to upgrade to newer versions of this package for security reasons.
Originally posted by @zFernand0 in #85 (comment)
Metadata
Metadata
Assignees
Labels
dependenciesPull requests that update a dependency filePull requests that update a dependency fileenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomerspriority-low
Type
Projects
Status
Low Priority