Skip to content
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
5 changes: 5 additions & 0 deletions .changeset/afraid-bags-play.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@redocly/openapi-core": patch
---

Updated `@redocly/ajv` to `v8.17.1` and `ajv-formats` to `v3.0.1`.
5 changes: 5 additions & 0 deletions .changeset/big-singers-type.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@redocly/respect-core": patch
---

Updated `@redocly/ajv` to the `v8.17.1`.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't we use ajv-formats in respect core? I think we should. @DmitryAnansky, WDYT?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, we don't use it at the moment.
Yes, we can try to add it to respect as well.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@tatomyr should i add ajv-formats in this PR?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not in this PR, but they have to be in sync.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Created an issue: #2428

58 changes: 24 additions & 34 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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 @@
"Roman Hotsiy <[email protected]> (https://redocly.com/)"
],
"dependencies": {
"@redocly/ajv": "^8.11.4",
"@redocly/ajv": "^8.17.1",
"@redocly/config": "^0.40.0",
"ajv-formats": "^2.1.1",
"ajv-formats": "^3.0.1",
"colorette": "^1.2.0",
"js-levenshtein": "^1.1.6",
"js-yaml": "^4.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/respect-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"dependencies": {
"@faker-js/faker": "^7.6.0",
"@noble/hashes": "^1.8.0",
"@redocly/ajv": "8.11.4",
"@redocly/ajv": "8.17.1",
"@redocly/openapi-core": "2.12.0",
"better-ajv-errors": "^1.2.0",
"colorette": "^2.0.20",
Expand Down
Loading