Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(cli): update dependencies and trigger docker release #2733

Merged
merged 1 commit into from
Nov 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
"@semantic-release/npm": "^9.0.2",
"@semantic-release/release-notes-generator": "^10.0.3",
"@swc/core": "^1.2.210",
"@swc/jest": "^0.2.36",
"@swc/jest": "^0.2.37",
"@types/file-entry-cache": "^5.0.2",
"@types/jest": "^29.5.13",
"@types/karma": "^6.3.3",
Expand Down
6 changes: 3 additions & 3 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@
"fast-glob": "~3.2.12",
"hpagent": "~1.2.0",
"lodash": "~4.17.21",
"pony-cause": "^1.0.0",
"stacktracey": "^2.1.7",
"tslib": "^2.3.0",
"pony-cause": "^1.1.1",
"stacktracey": "^2.1.8",
"tslib": "^2.8.1",
"yargs": "~17.7.2"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@
"lodash.topath": "^4.5.2",
"minimatch": "3.1.2",
"nimma": "0.2.3",
"pony-cause": "^1.0.0",
"pony-cause": "^1.1.1",
"simple-eval": "1.0.1",
"tslib": "^2.3.0"
"tslib": "^2.8.1"
},
"devDependencies": {
"@stoplight/spectral-formats": "^1.8.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/formats/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
"@stoplight/json": "^3.17.0",
"@stoplight/spectral-core": "^1.19.2",
"@types/json-schema": "^7.0.7",
"tslib": "^2.3.1"
"tslib": "^2.8.1"
}
}
2 changes: 1 addition & 1 deletion packages/formatters/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"node-sarif-builder": "^2.0.3",
"strip-ansi": "6.0",
"text-table": "^0.2.0",
"tslib": "^2.5.0"
"tslib": "^2.8.1"
},
"devDependencies": {
"ast-types": "^0.14.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"ajv-errors": "~3.0.0",
"ajv-formats": "~2.1.0",
"lodash": "~4.17.21",
"tslib": "^2.3.0"
"tslib": "^2.8.1"
},
"devDependencies": {
"@stoplight/spectral-parsers": "*"
Expand Down
2 changes: 1 addition & 1 deletion packages/parsers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
"@stoplight/json": "~3.21.0",
"@stoplight/types": "^14.1.1",
"@stoplight/yaml": "~4.3.0",
"tslib": "^2.3.1"
"tslib": "^2.8.1"
}
}
2 changes: 1 addition & 1 deletion packages/ref-resolver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
"@stoplight/json-ref-resolver": "~3.1.6",
"@stoplight/spectral-runtime": "^1.1.2",
"dependency-graph": "0.11.0",
"tslib": "^2.3.1"
"tslib": "^2.8.1"
}
}
2 changes: 1 addition & 1 deletion packages/ruleset-bundler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"@types/node": "*",
"pony-cause": "1.1.1",
"rollup": "~2.79.2",
"tslib": "^2.3.1",
"tslib": "^2.8.1",
"validate-npm-package-name": "3.0.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/ruleset-migrator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"ast-types": "0.14.2",
"astring": "^1.9.0",
"reserved": "0.1.2",
"tslib": "^2.3.1",
"tslib": "^2.8.1",
"validate-npm-package-name": "3.0.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/rulesets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"json-schema-traverse": "^1.0.0",
"leven": "3.1.0",
"lodash": "~4.17.21",
"tslib": "^2.3.0"
"tslib": "^2.8.1"
},
"devDependencies": {
"@stoplight/path": "^1.3.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
"abort-controller": "^3.0.0",
"lodash": "^4.17.21",
"node-fetch": "^2.6.7",
"tslib": "^2.3.1"
"tslib": "^2.8.1"
}
}
51 changes: 29 additions & 22 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2943,9 +2943,9 @@ __metadata:
hpagent: ~1.2.0
lodash: ~4.17.21
nock: ^13.5.4
pony-cause: ^1.0.0
stacktracey: ^2.1.7
tslib: ^2.3.0
pony-cause: ^1.1.1
stacktracey: ^2.1.8
tslib: ^2.8.1
xml2js: ^0.5.0
yargs: ~17.7.2
bin:
Expand Down Expand Up @@ -2981,10 +2981,10 @@ __metadata:
minimatch: 3.1.2
nimma: 0.2.3
nock: ^13.5.4
pony-cause: ^1.0.0
pony-cause: ^1.1.1
simple-eval: 1.0.1
treeify: ^1.1.0
tslib: ^2.3.0
tslib: ^2.8.1
languageName: unknown
linkType: soft

Expand All @@ -2995,7 +2995,7 @@ __metadata:
"@stoplight/json": ^3.17.0
"@stoplight/spectral-core": ^1.19.2
"@types/json-schema": ^7.0.7
tslib: ^2.3.1
tslib: ^2.8.1
languageName: unknown
linkType: soft

Expand All @@ -3019,7 +3019,7 @@ __metadata:
node-sarif-builder: ^2.0.3
strip-ansi: 6.0
text-table: ^0.2.0
tslib: ^2.5.0
tslib: ^2.8.1
xml2js: ^0.5.0
languageName: unknown
linkType: soft
Expand All @@ -3039,7 +3039,7 @@ __metadata:
ajv-errors: ~3.0.0
ajv-formats: ~2.1.0
lodash: ~4.17.21
tslib: ^2.3.0
tslib: ^2.8.1
languageName: unknown
linkType: soft

Expand All @@ -3050,7 +3050,7 @@ __metadata:
"@stoplight/json": ~3.21.0
"@stoplight/types": ^14.1.1
"@stoplight/yaml": ~4.3.0
tslib: ^2.3.1
tslib: ^2.8.1
languageName: unknown
linkType: soft

Expand All @@ -3062,7 +3062,7 @@ __metadata:
"@stoplight/json-ref-resolver": ~3.1.6
"@stoplight/spectral-runtime": ^1.1.2
dependency-graph: 0.11.0
tslib: ^2.3.1
tslib: ^2.8.1
languageName: unknown
linkType: soft

Expand All @@ -3088,7 +3088,7 @@ __metadata:
pony-cause: 1.1.1
prettier: ^2.4.1
rollup: ~2.79.2
tslib: ^2.3.1
tslib: ^2.8.1
validate-npm-package-name: 3.0.0
languageName: unknown
linkType: soft
Expand All @@ -3115,7 +3115,7 @@ __metadata:
memfs: ^3.3.0
prettier: ^2.4.1
reserved: 0.1.2
tslib: ^2.3.1
tslib: ^2.8.1
validate-npm-package-name: 3.0.0
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -3144,7 +3144,7 @@ __metadata:
leven: 3.1.0
lodash: ~4.17.21
terser: ^5.26.0
tslib: ^2.3.0
tslib: ^2.8.1
languageName: unknown
linkType: soft

Expand All @@ -3158,7 +3158,7 @@ __metadata:
abort-controller: ^3.0.0
lodash: ^4.17.21
node-fetch: ^2.6.7
tslib: ^2.3.1
tslib: ^2.8.1
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -3368,16 +3368,16 @@ __metadata:
languageName: node
linkType: hard

"@swc/jest@npm:^0.2.36":
version: 0.2.36
resolution: "@swc/jest@npm:0.2.36"
"@swc/jest@npm:^0.2.37":
version: 0.2.37
resolution: "@swc/jest@npm:0.2.37"
dependencies:
"@jest/create-cache-key-function": ^29.7.0
"@swc/counter": ^0.1.3
jsonc-parser: ^3.2.0
peerDependencies:
"@swc/core": "*"
checksum: 14f2e696ac093e23dae1e2e57d894bbcde4de6fe80341a26c8d0d8cbae5aae31832f8fa32dc698529f128d19a76aeedf2227f59480de6dab5eb3f30bfdf9b71a
checksum: 8d9a16404068c7f7d0548bc62f9d1465592178affbc7fe105dd59d463975d82cdcab2e0582c2a542250e6d240c76828bdbc404c77c85dd4d81061eb720351c4a
languageName: node
linkType: hard

Expand Down Expand Up @@ -11493,7 +11493,7 @@ __metadata:
languageName: node
linkType: hard

"pony-cause@npm:1.1.1, pony-cause@npm:^1.0.0":
"pony-cause@npm:1.1.1, pony-cause@npm:^1.1.1":
version: 1.1.1
resolution: "pony-cause@npm:1.1.1"
checksum: 5ff8878b808be48db801d52246a99d7e4789e52d20575ba504ede30c818fd85d38a033915e02c15fa9b6dce72448836dc1a47094acf8f1c21c4f04a4603b0cfb
Expand Down Expand Up @@ -12259,7 +12259,7 @@ __metadata:
"@semantic-release/npm": ^9.0.2
"@semantic-release/release-notes-generator": ^10.0.3
"@swc/core": ^1.2.210
"@swc/jest": ^0.2.36
"@swc/jest": ^0.2.37
"@types/file-entry-cache": ^5.0.2
"@types/jest": ^29.5.13
"@types/karma": ^6.3.3
Expand Down Expand Up @@ -12891,7 +12891,7 @@ __metadata:
languageName: node
linkType: hard

"stacktracey@npm:^2.1.7":
"stacktracey@npm:^2.1.8":
version: 2.1.8
resolution: "stacktracey@npm:2.1.8"
dependencies:
Expand Down Expand Up @@ -13543,13 +13543,20 @@ __metadata:
languageName: node
linkType: hard

"tslib@npm:^2, tslib@npm:^2.0.1, tslib@npm:^2.2.0, tslib@npm:^2.3.0, tslib@npm:^2.3.1, tslib@npm:^2.5.0, tslib@npm:^2.6.0":
"tslib@npm:^2, tslib@npm:^2.0.1, tslib@npm:^2.2.0, tslib@npm:^2.6.0":
version: 2.6.0
resolution: "tslib@npm:2.6.0"
checksum: c01066038f950016a18106ddeca4649b4d76caa76ec5a31e2a26e10586a59fceb4ee45e96719bf6c715648e7c14085a81fee5c62f7e9ebee68e77a5396e5538f
languageName: node
linkType: hard

"tslib@npm:^2.8.1":
version: 2.8.1
resolution: "tslib@npm:2.8.1"
checksum: e4aba30e632b8c8902b47587fd13345e2827fa639e7c3121074d5ee0880723282411a8838f830b55100cbe4517672f84a2472667d355b81e8af165a55dc6203a
languageName: node
linkType: hard

"tsutils@npm:^3.21.0":
version: 3.21.0
resolution: "tsutils@npm:3.21.0"
Expand Down