Skip to content

chore(deps): update dependency @redocly/cli to v1.29.0 #4466

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

Merged
merged 1 commit into from
Feb 15, 2025
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 @@ -32,7 +32,7 @@
},
"devDependencies": {
"@openapitools/openapi-generator-cli": "2.16.3",
"@redocly/cli": "1.28.5",
"@redocly/cli": "1.29.0",
"eslint": "8.57.1",
"eslint-plugin-automation-custom": "1.0.0",
"eslint-plugin-json": "4.0.1",
Expand Down
31 changes: 24 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ __metadata:
resolution: "@algolia/api-client-automation@workspace:."
dependencies:
"@openapitools/openapi-generator-cli": "npm:2.16.3"
"@redocly/cli": "npm:1.28.5"
"@redocly/cli": "npm:1.29.0"
eslint: "npm:8.57.1"
eslint-plugin-automation-custom: "npm:1.0.0"
eslint-plugin-json: "npm:4.0.1"
Expand Down Expand Up @@ -1621,11 +1621,11 @@ __metadata:
languageName: node
linkType: hard

"@redocly/cli@npm:1.28.5":
version: 1.28.5
resolution: "@redocly/cli@npm:1.28.5"
"@redocly/cli@npm:1.29.0":
version: 1.29.0
resolution: "@redocly/cli@npm:1.29.0"
dependencies:
"@redocly/openapi-core": "npm:1.28.5"
"@redocly/openapi-core": "npm:1.29.0"
abort-controller: "npm:^3.0.0"
chokidar: "npm:^3.5.1"
colorette: "npm:^1.2.0"
Expand All @@ -1646,7 +1646,7 @@ __metadata:
bin:
openapi: bin/cli.js
redocly: bin/cli.js
checksum: 10/89b71cc11689844fed7dc9252cb2149cc4bff337055044e7c9a1890ee0c97db693d1052a1a32827b1c652f59e3a3a8f11a7f6b10fbf7d3b113b01fa4d74845e1
checksum: 10/bdd452f6211fb6685291a3fc367858d6be79aa60bb23117519e330915663454d6798b4fdb701a76d8cd74a9368f90a6005245c37d4d10f9f75c7c236214a1c86
languageName: node
linkType: hard

Expand All @@ -1657,7 +1657,24 @@ __metadata:
languageName: node
linkType: hard

"@redocly/openapi-core@npm:1.28.5, @redocly/openapi-core@npm:^1.4.0":
"@redocly/openapi-core@npm:1.29.0":
version: 1.29.0
resolution: "@redocly/openapi-core@npm:1.29.0"
dependencies:
"@redocly/ajv": "npm:^8.11.2"
"@redocly/config": "npm:^0.20.1"
colorette: "npm:^1.2.0"
https-proxy-agent: "npm:^7.0.5"
js-levenshtein: "npm:^1.1.6"
js-yaml: "npm:^4.1.0"
minimatch: "npm:^5.0.1"
pluralize: "npm:^8.0.0"
yaml-ast-parser: "npm:0.0.43"
checksum: 10/f6c62a7aef9699d3bc4b7a6e4b724a84427d7e4c8c2012ab1eafc5ffa21b3de49cfc9a6805f18c847ee8142b705d5c4f807917fcd2bc5d3169793964128e0483
languageName: node
linkType: hard

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