redocly-cli
redocly-cli copied to clipboard
⚒️ Redocly CLI makes OpenAPI easy. Lint/validate to any standard, generate beautiful docs, and more.
## What/Why/How? This pull request resolves an issue with the join command where it would incorrectly merge OpenAPI documents with different servers configurations, leading to a semantically invalid result. The...
Bumps [brace-expansion](https://github.com/juliangruber/brace-expansion) from 1.1.11 to 1.1.12. Release notes Sourced from brace-expansion's releases. v1.1.12 pkg: publish on tag 1.x c460dbd fmt ccb8ac6 Fix potential ReDoS Vulnerability or Inefficient Regular Expression (#65)...
## What/Why/How? Implemented extends bundling and support for array in plugins: - All extends will be resolved in correspondent rules. - Nested plugins collected and propagated to the root level...
## What/Why/How? docs: update readme with Respect information ## Reference ## Testing ## Screenshots (optional) ## Check yourself - [ ] Code changed? - Tested with redoc (internal) - [...
Bumps [undici](https://github.com/nodejs/undici) from 6.21.1 to 6.21.2. Release notes Sourced from undici's releases. v6.21.2 What's Changed fix(types): add missing DNS interceptor by @slagiewka in nodejs/undici#4024 [v6.x] fix wpts on windows by...
## What/Why/How? We were using a global AJV instance shared for all documents, which might lead to race conditions. Add a `WeakMap` holding an AJV instance for each document, and...
When starting a local dev server with `npm run start` and @redocly/cli I don't get any errors, and the server starts up fine, but accessing the site just returns a...
**Describe the bug** Join produces invalid OpenAPI doc. Especially bad because it does not notify user that the result will very likely be unexpected. **To Reproduce** Steps to reproduce the...
## What/Why/How? this is a running update of features for OAS 3.2 support. https://github.com/OAI/OpenAPI-Specification/pulls?q=is%3Apr+milestone%3Av3.2.0+is%3Amerged ## Reference https://github.com/OAI/OpenAPI-Specification/pull/4600 ## Testing - [ ] need to update visitors.ts - [ ] add...
**Is your feature request related to a problem? Please describe.** Azure APIM service displays its API operations per operation. It would be more understandable and manageable if the redocly split...