redocly-cli icon indicating copy to clipboard operation
redocly-cli copied to clipboard

feat: add rawConfig for arazzo preprocessors and decorators

Open jeremyfiel opened this issue 8 months ago • 1 comments

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

jeremyfiel avatar Mar 10 '25 21:03 jeremyfiel

🦋 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

changeset-bot[bot] avatar Mar 10 '25 21:03 changeset-bot[bot]

Could you update the PR? We've recently removed the StyleguideConfig at all.

tatomyr avatar Jul 14 '25 13:07 tatomyr

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,
      },
      .....

DmitryAnansky avatar Sep 29 '25 15:09 DmitryAnansky

Sure will rebase it

jeremyfiel avatar Sep 29 '25 15:09 jeremyfiel