Skip to content

Commit a7e8e82

Browse files
dlabajsnyk-bot
andauthored
[Snyk] Upgrade typescript from 5.6.3 to 5.9.2 (#139)
* fix: upgrade typescript from 5.6.3 to 5.9.2 Snyk has created this PR to upgrade typescript from 5.6.3 to 5.9.2. See this package in npm: typescript See this project in Snyk: https://app.snyk.io/org/patternfly-bD6TiY6PxAoojbR6oZkeJN/project/eacedbea-5436-410b-9343-5f1e24244147?utm_source=github&utm_medium=referral&page=upgrade-pr * Update package.json * chore: upated typescript and other dependencies reporting problems when running npm install. --------- Co-authored-by: snyk-bot <[email protected]>
1 parent 8006140 commit a7e8e82

File tree

3 files changed

+616
-384
lines changed

3 files changed

+616
-384
lines changed

cli/tsDocGen.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ function getComponentMetadata(filename, sourceText) {
4747
parsedComponents = parse(sourceText, { filename })
4848
// eslint-disable-next-line @typescript-eslint/no-unused-vars
4949
} catch (_err) {
50-
// eslint-disable-next-line no-console
5150
// console.warn(`No component found in ${filename}:`, err);
5251
}
5352

0 commit comments

Comments
 (0)