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

Update npm package @redocly/cli to v1.26.0 #5849

Merged
merged 2 commits into from
Dec 10, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
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 libs/@local/graph/client/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"devDependencies": {
"@local/eslint-config": "0.0.0-private",
"@local/tsconfig": "0.0.0-private",
"@redocly/cli": "1.25.15",
"@redocly/cli": "1.26.0",
"@rust/hash-graph-api": "0.0.0-private",
"@types/node": "22.10.1",
"fix-esm-import-path": "1.10.1",
Expand Down
33 changes: 26 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8529,7 +8529,7 @@ __metadata:
"@local/eslint-config": "npm:0.0.0-private"
"@local/tsconfig": "npm:0.0.0-private"
"@openapitools/openapi-generator-cli": "npm:2.15.3"
"@redocly/cli": "npm:1.25.15"
"@redocly/cli": "npm:1.26.0"
"@rust/hash-graph-api": "npm:0.0.0-private"
"@types/node": "npm:22.10.1"
axios: "npm:1.7.9"
Expand Down Expand Up @@ -11950,11 +11950,11 @@ __metadata:
languageName: node
linkType: hard

"@redocly/cli@npm:1.25.15":
version: 1.25.15
resolution: "@redocly/cli@npm:1.25.15"
"@redocly/cli@npm:1.26.0":
version: 1.26.0
resolution: "@redocly/cli@npm:1.26.0"
dependencies:
"@redocly/openapi-core": "npm:1.25.15"
"@redocly/openapi-core": "npm:1.26.0"
abort-controller: "npm:^3.0.0"
chokidar: "npm:^3.5.1"
colorette: "npm:^1.2.0"
Expand All @@ -11976,7 +11976,7 @@ __metadata:
bin:
openapi: bin/cli.js
redocly: bin/cli.js
checksum: 10c0/cc182693b9276b01e70140fa35da88671af271ad15776478245f4a1fc5850d82ae7646704df6ef02ee28927d552fd95ee3e5e73f9c4a3b8b516684bc502e88ee
checksum: 10c0/bb1d26459414a5166fec14c4788ff1074a01f604ed4f411baada362070bb8627004506c9864dc32b8ed35cba3bc68e7662ab4acd45a8e0aa70ca0318e0152587
languageName: node
linkType: hard

Expand All @@ -11987,7 +11987,26 @@ __metadata:
languageName: node
linkType: hard

"@redocly/openapi-core@npm:1.25.15, @redocly/openapi-core@npm:^1.4.0":
"@redocly/openapi-core@npm:1.26.0":
version: 1.26.0
resolution: "@redocly/openapi-core@npm:1.26.0"
dependencies:
"@redocly/ajv": "npm:^8.11.2"
"@redocly/config": "npm:^0.17.0"
colorette: "npm:^1.2.0"
https-proxy-agent: "npm:^7.0.4"
js-levenshtein: "npm:^1.1.6"
js-yaml: "npm:^4.1.0"
lodash.isequal: "npm:^4.5.0"
minimatch: "npm:^5.0.1"
node-fetch: "npm:^2.6.1"
pluralize: "npm:^8.0.0"
yaml-ast-parser: "npm:0.0.43"
checksum: 10c0/d55989a3d2b343c5f5792c704f0e7b2030d739be65f80fb7ff4625f6cb189bb646003180ea605940014c5c77f9954c21cc36d371fa510775c25fbd5534311b0e
languageName: node
linkType: hard

"@redocly/openapi-core@npm:^1.4.0":
version: 1.25.15
resolution: "@redocly/openapi-core@npm:1.25.15"
dependencies:
Expand Down
Loading