Skip to content

Commit 197ca16

Browse files
authored
Merge branch 'main' into michelleliebheit/sc-00/override-checkly-base-url
2 parents 09d6700 + 60a33cd commit 197ca16

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

package-lock.json

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

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
"dotenv": "^16.5.0",
9595
"execa": "^9.5.3",
9696
"git-repo-info": "^2.1.1",
97-
"glob": "^10.4.5",
97+
"glob": "^10.5.0",
9898
"indent-string": "^4.0.0",
9999
"json-stream-stringify": "^3.1.6",
100100
"json5": "^2.2.3",

packages/cli/src/services/check-parser/parser.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ type Module = {
2626
type SupportedFileExtension = '.js' | '.mjs' | '.ts'
2727

2828
const PACKAGE_EXTENSION = `${path.sep}package.json`
29-
const STATIC_FILE_EXTENSION = ['.json', '.txt', '.jpeg', '.jpg', '.png']
29+
const STATIC_FILE_EXTENSION = ['.json', '.txt', '.jpeg', '.jpg', '.png', '.yml']
3030

3131
const supportedBuiltinModules = [
3232
'node:assert',

0 commit comments

Comments
 (0)