redocly-cli
redocly-cli copied to clipboard
feat: add rawConfig for arazzo preprocessors and decorators
What/Why/How?
@DmitryAnansky
I believe these were omitted in error. If they are not necessary, please decline the pr.
Reference
Testing
Screenshots (optional)
Check yourself
- [ ] Code changed? - Tested with redoc/reference-docs/workflows (internal)
- [x] All new/updated code is covered with tests
- [ ] New package installed? - Tested in different environments (browser/node)
Security
- [x] Security impact of change has been considered
- [x] Code follows company security practices and guidelines
🦋 Changeset detected
Latest commit: 176720c97019613021d8fe26c0df11689cd0a394
The changes in this PR will be included in the next version bump.
This PR includes changesets to release 3 packages
| Name | Type |
|---|---|
| @redocly/openapi-core | Patch |
| @redocly/cli | Patch |
| @redocly/respect-core | Patch |
Not sure what this means? Click here to learn what changesets are.
Click here if you're a maintainer who wants to add another changeset to this PR
Could you update the PR? We've recently removed the StyleguideConfig at all.
Hi @jeremyfiel, Thanks for the contribution! The suggestion is good, but our codebase has changed since the v2 release. Could you please resolve the conflicts and re-apply your changes?
......
arazzo1: {
...resolvedConfig.preprocessors,
...resolvedConfig.arazzo1Preprocessors
},
........
arazzo1: {
...resolvedConfig.decorators,
...resolvedConfig.arazzo1Decorators,
},
.....
Sure will rebase it