* fix: introduce new custom rule for missing required schema properties, along along with tests and changeset
* fix: add code implementation to cover anyOf keyword schema nestings, add more tests
* chore: removed description for x-tagGroups for Join command
* chore: updated snapshots
* feat: replaced file names with `info.title` as group names in x-tagGroups for the `join` command
* fix: changeset fix from patch to minor update
---------
Co-authored-by: Mateusz Lis <mateusz.lis@redocly.com>
* fix: Remove non-json format elements from JSON output
* feat: Add markdown output format, suitable for use in GitHub Job Summaries
* chore: run prettier, update snapshot for existing tests
* chore: add tests for all the stats output formats
* chore: add museum file, run prettier
* fix: Tidy up some ends spotted by eslint
* fix: Tidy up some ends spotted by eslint
* feat: reinstate debug/timing output for stylish format only
* chore: update snapshots with timing output
* chore: run prettier
* feat: Add markdown table formatting to stats markdown output
* chore: update snapshots for new output format
* docs: Add changeset for markdown format option in stats command
* fix: Remove github token with incorrect access
* docs: Improve uninstall CTA in migration guide
* fix: Update checkout action version for vale
* docs: Vale reports errors in any edited file
* docs: Update to make Vale happy
* docs: Markdownlint fixes
* fix: Remove sync actions as this integration is no longer used
* core: Add markdownlint config and github action
Uses rules from https://github.com/Redocly/marketing-site-portal/pull/1142
* chore: Move contributing file to top level
* chore: Add markdown to the file types that we want prettier to operate on
* fix: Make files fit prettier rules, ignore LICENSE since we can't change that
* chore: Combine docs-related workflows into one for simplicity
* docs: Add instructions for running the CLI docs standalone from this repo
* chore: Add changeset, this docs change is quite large
* Update .changeset/bright-steaks-walk.md
Co-authored-by: Ihor Karpiuk <106662428+IgorKarpiuk@users.noreply.github.com>
---------
Co-authored-by: Ihor Karpiuk <106662428+IgorKarpiuk@users.noreply.github.com>
* fix: document openapi-core package usage + slightly improve the API
* chore: fix tests
* Apply suggestions from code review
* docs: test code and add some explanations for each section
* fix: make the bundle output variables match in both examples
* chore: add tests for lint and bundle
* chore: add tests for bundleFromString and createConfig with a plugin
* chore: apply prettier
* Update packages/core/src/__tests__/bundle.test.ts
---------
Co-authored-by: Lorna Mitchell <lorna.mitchell@redocly.com>
Co-authored-by: Andrew Tatomyr <andrew.tatomyr@redocly.com>