Skip to content

Commit 16ec507

Browse files
chore: update schema-ref-parser and add it to the transformIgnorePatterns (#2789)
Co-authored-by: svcAPLBot <[email protected]>
1 parent 40f3c97 commit 16ec507

File tree

3 files changed

+11
-14
lines changed

3 files changed

+11
-14
lines changed

jest.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const config: Config.InitialOptions = {
1616
'^.+\\.(js|jsx|mjs|cjs)$': 'babel-jest',
1717
},
1818
transformIgnorePatterns: [
19-
'node_modules/(?!(@kubernetes/client-node|node-fetch|zx|yaml|glob|minimatch|fetch-blob|formdata-polyfill|data-uri-to-buffer|web-streams-polyfill|openid-client|oauth4webapi|jose)/)',
19+
'node_modules/(?!(@kubernetes/client-node|@apidevtools/json-schema-ref-parser|node-fetch|zx|yaml|glob|minimatch|fetch-blob|formdata-polyfill|data-uri-to-buffer|web-streams-polyfill|openid-client|oauth4webapi|jose)/)',
2020
],
2121
silent: false,
2222
testMatch: ['**/*.test.ts'],

package-lock.json

Lines changed: 9 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
}
1010
},
1111
"dependencies": {
12-
"@apidevtools/json-schema-ref-parser": "14.2.1",
12+
"@apidevtools/json-schema-ref-parser": "15.1.3",
1313
"@kubernetes/client-node": "1.4.0",
1414
"@types/deep-diff": "1.0.5",
1515
"@types/semver": "7.7.1",

0 commit comments

Comments
 (0)