chore(deps): bump redoc and @redocly/cli
Bumps redoc to 2.4.0 and updates ancestor dependency @redocly/cli. These dependencies need to be updated together.
Updates redoc from 2.1.3 to 2.4.0
Release notes
Sourced from redoc's releases.
2.4.0
2.4.0 (2025-02-07)
Bug Fixes
- Prototype Pollution Vulnerability Affecting redoc <=2.2.0 (#2638) (153ec7a)
- unify redoc config (#2647) (53a6afc)
Features
2.3.0
2.3.0 (2025-01-16)
Bug Fixes
- displaying json example when showObjectSchemaExamples enabled (#2635) (59ee73f)
- displaying nested items with type string (#2634) (85b622f)
- passing inline parameters after support react 18 for response title (#2640) (d614d2d)
Features
2.2.0
2.2.0 (2024-10-16)
Bug Fixes
Features
2.1.5
Bug Fixes
2.1.4
... (truncated)
Changelog
Sourced from redoc's changelog.
2.4.0 (2025-02-07)
Bug Fixes
- Prototype Pollution Vulnerability Affecting redoc <=2.2.0 (#2638) (153ec7a)
- unify redoc config (#2647) (53a6afc)
Features
2.3.0 (2025-01-16)
Bug Fixes
- displaying json example when showObjectSchemaExamples enabled (#2635) (59ee73f)
- displaying nested items with type string (#2634) (85b622f)
- passing inline parameters after support react 18 for response title (#2640) (d614d2d)
Features
2.2.0 (2024-10-16)
Bug Fixes
Features
2.1.5 (2024-06-10)
Bug Fixes
... (truncated)
Commits
1243095chore: v2.4.0 (#2658)6fa5a2afix: update version download/upload artifacts in cicd (#2656)3a74802feat: add supporting react 19 in package.json (#2652)53a6afcfix: unify redoc config (#2647)ae1ae79docs: update options for future major release (#2646)153ec7afix: Prototype Pollution Vulnerability Affecting redoc <=2.2.0 (#2638)c765b34chore: v2.3.0 (#2649)0e2d595chore: fix vulnerabilities (#2648)8caddafchore(deps-dev): bump micromatch from 4.0.4 to 4.0.8 (#2578)981e4a8chore: move@cfaester/enzyme-adapter-react-18to devDependencies (#2625)- Additional commits viewable in compare view
Updates @redocly/cli from 1.11.0 to 1.34.2
Release notes
Sourced from @redocly/cli's releases.
@redocly/cli@1.34.2Patch Changes
- Updated
@redocly/openapi-coreto v1.34.2.
@redocly/cli@1.34.1Patch Changes
- Improved OpenTelemetry data serialization.
- Updated
@redocly/respect-coreto v1.34.1.
@redocly/cli@1.34.0Minor Changes
- Added global execution timeout timer to
respectcommand execution to prevent infinite test runs. You can configure this timer using theRESPECT_TIMEOUTenvironment variable (defaults to 1 hour).Patch Changes
- Updated
@redocly/respect-coreto v1.34.0.
@redocly/cli@1.33.1Patch Changes
- Fixed
generate-arazzocommand to properly handle output file paths. Theoutput-fileparameter must have a value when provided.- Updated
@redocly/respect-coreto v1.33.1.
@redocly/cli@1.33.0Minor Changes
- Added support for generating workflows from OpenAPI operations without operationIds. The
generate-arazzocommand now automatically generates operationPaths using the URL pattern:{$sourceDescriptions.<name>.url}#/paths/<path>/<method>.Patch Changes
- Updated
@redocly/respect-coreto v1.33.0.
@redocly/cli@1.32.2Patch Changes
- Fixed step execution to respect severity levels when handling step failures. Previously, steps would always break workflow execution on failure when onFailure is omitted, but now they properly consider the configured severity level (e.g.,
warn|offseverity allows subsequent steps to execute).- Updated
@redocly/openapi-coreto v1.32.2.
@redocly/cli@1.32.1Patch Changes
- Added support for
basic,bearer, andapiKeysecurity schemes in workflow generation withgenerate-arazzocommand.- Updated
@redocly/openapi-coreto v1.32.1.
@redocly/cli@1.32.0Minor Changes
... (truncated)
Changelog
Sourced from @redocly/cli's changelog.
1.34.2 (2025-04-09)
Patch Changes
- Updated
@redocly/openapi-coreto v1.34.2.1.34.1 (2025-03-29)
Patch Changes
- Improved OpenTelemetry data serialization.
- Updated
@redocly/respect-coreto v1.34.1.1.34.0 (2025-03-19)
Minor Changes
- Added global execution timeout timer to
respectcommand execution to prevent infinite test runs. You can configure this timer using theRESPECT_TIMEOUTenvironment variable (defaults to 1 hour).Patch Changes
- Updated
@redocly/respect-coreto v1.34.0.1.33.1 (2025-03-11)
Patch Changes
- Fixed
generate-arazzocommand to properly handle output file paths. Theoutput-fileparameter must have a value when provided.- Updated
@redocly/respect-coreto v1.33.1.1.33.0 (2025-03-05)
Minor Changes
- Added support for generating workflows from OpenAPI operations without operationIds. The
generate-arazzocommand now automatically generates operationPaths using the URL pattern:{$sourceDescriptions.<name>.url}#/paths/<path>/<method>.Patch Changes
- Updated
@redocly/respect-coreto v1.33.0.1.32.2 (2025-03-04)
Patch Changes
- Fixed step execution to respect severity levels when handling step failures. Previously, steps would always break workflow execution on failure when onFailure is omitted, but now they properly consider the configured severity level (e.g.,
warn|offseverity allows subsequent steps to execute).- Updated
@redocly/openapi-coreto v1.32.2.1.32.1 (2025-03-03)
Patch Changes
... (truncated)
Commits
3555d52chore: 🔖 release new versions (#2046)1ee0b6bchore: fix performance test command and update performance comparison chart (...6e5d872fix: improve performance by pre-computing config type tree (#2044)59c7b8edocs: update respect server option docs (#2034)5db2ea7chore: 🔖 release new versions (#2031)cb96cfffeat: add changelog for the release (#2030)7de1e08docs(respect): add notes about severity configuration (#2025)aaf6ebadocs: add latest to all npx redocly cli commands (#2026)0743fbachore: switch respect e2e target (#2023)8c17d31chore: changes to clean raw input (#2020)- Additional commits viewable in compare view
You can trigger a rebase of this PR by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the Security Alerts page.
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
Deploying vrchatapi-specification with
Cloudflare Pages
| Latest commit: |
4e6f038
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://146c0bc3.vrchatapi-specification.pages.dev |
| Branch Preview URL: | https://dependabot-npm-and-yarn-mult-k2k7.vrchatapi-specification.pages.dev |
OK, I won't notify you again about this release, but will get in touch when a new version is available.
If you change your mind, just re-open this PR and I'll resolve any conflicts on it.