chore: extend respect event#2818
Merged
Merged
Conversation
🦋 Changeset detectedLatest commit: af0c350 The changes in this PR will be included in the next version bump. This PR includes changesets to release 3 packages
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 |
Contributor
|
Contributor
Coverage Report
File Coverage
|
||||||||||||||||||||||||||||||||||||||||||||
tatomyr
reviewed
May 18, 2026
tatomyr
reviewed
May 18, 2026
tatomyr
approved these changes
May 18, 2026
301ab84 to
3e89663
Compare
SVell
approved these changes
May 18, 2026
3e89663 to
364ba09
Compare
JLekawa
approved these changes
May 18, 2026
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 2f20fb0. Configure here.
Contributor
|
📦 A new experimental 🧪 version v0.0.0-snapshot.1779116318 of Redocly CLI has been published for testing. Install with NPM: npm install @redocly/cli@0.0.0-snapshot.1779116318
# or
npm install @redocly/openapi-core@0.0.0-snapshot.1779116318
# or
npm install @redocly/respect-core@0.0.0-snapshot.1779116318 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

What/Why/How?
Reference
https://github.com/Redocly/redocly/pull/23264
Testing
Screenshots (optional)
Check yourself
Security
Note
Medium Risk
Expands telemetry payload collection for Arazzo specs and upgrades telemetry/config dependencies, which could affect event shape/analytics and needs validation for data/compatibility, but does not change core linting behavior.
Overview
Extends CLI telemetry for Arazzo (
spec_version === 'arazzo1') by collecting and sending two new event fields:respect_source_description_types(fromsourceDescriptions[].type) andrespect_criterion_object_types(derived from all criteria locations, including reusable component actions).Refactors
collectXSecurityAuthTypesto useSet-based de-duplication and updates wrapper/tests accordingly, then bumps dependencies (@redocly/configto0.48.2in core and@redocly/cli-otelto0.3.1in CLI) with an updated config schema snapshot (adds bannerstartAt/endAt).Reviewed by Cursor Bugbot for commit af0c350. Bugbot is set up for automated code reviews on this repo. Configure here.