[PR #365] [CLOSED] Chore: Bump rapidoc from 9.3.6 to 9.3.7 #530

Closed
opened 2026-03-15 14:24:15 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/axllent/mailpit/pull/365
Author: @dependabot[bot]
Created: 10/1/2024
Status: Closed

Base: developHead: dependabot/npm_and_yarn/rapidoc-9.3.7


📝 Commits (1)

  • 8faf719 Chore: Bump rapidoc from 9.3.6 to 9.3.7

📊 Changes

2 files changed (+10 additions, -10 deletions)

View changed files

📝 package-lock.json (+9 -9)
📝 package.json (+1 -1)

📄 Description

Bumps rapidoc from 9.3.6 to 9.3.7.

Release notes

Sourced from rapidoc's releases.

v9.3.7

New Features

  • Introduced a new badge type to the existing x-badge vendor extension.
  • Added ability to select or exclude endpoints based on audience focus, e.g., hide internal endpoints for customers but show all to developers.
  • Enhanced responsive layouts when RapiDoc is embedded inside other HTML elements.
  • Shifted to modern CSS @​container queries, replacing @​media queries.
  • Upgraded the OpenAPI parser for better compliance and performance.

Bug Fixes

  • Resolved #846 and #829: deprecation marks now appear for array type fields in schema views.
  • Fixed #894: request headers can now be sent when defined in an object format.
  • Addressed #897: example generation now works properly for schemas using primitive types.
  • Fixed #903: improved text-selection color contrast.
  • Resolved #930: advanced search now considers both summary and description.
  • Fixed #996: removed trailing slashes from curl syntax in "copy to clipboard."
  • Added support for encoded Content-Disposition headers (fix #1001).
  • Fixed #1026: removed redundant dropdown for server selection.
  • Fixed #1034: allow spec to have empty server array
  • Updated documentation for #847 and #720.
  • Ensured orphan tags are detected, preventing unclosed tags in web components.

Chores

  • Performed code cleanup.
  • Updated documentation.
  • Added new test cases and examples.
Commits
  • 0f9f23f generated build for release v9.3.7
  • 17739fe provide a default server when server is a empty array
  • 645928a fixes #1034 - allow spec to have empty server array
  • 2a0f12a generated build for testing
  • da2dff5 updated API documentation and examples
  • ea4db77 for removing endpoints using badge-labels ignore case
  • 26a7e97 improved stylesheet formating and generated build
  • 319b94f generated build for testing
  • 28cd785 fix filtered-paths - assign filtered paths to original spec object
  • be0f6c9 generated builds
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/axllent/mailpit/pull/365 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 10/1/2024 **Status:** ❌ Closed **Base:** `develop` ← **Head:** `dependabot/npm_and_yarn/rapidoc-9.3.7` --- ### 📝 Commits (1) - [`8faf719`](https://github.com/axllent/mailpit/commit/8faf719d9bdf7eb36022a19ce585e3e098625adb) Chore: Bump rapidoc from 9.3.6 to 9.3.7 ### 📊 Changes **2 files changed** (+10 additions, -10 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+9 -9) 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [rapidoc](https://github.com/rapi-doc/RapiDoc) from 9.3.6 to 9.3.7. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/rapi-doc/RapiDoc/releases">rapidoc's releases</a>.</em></p> <blockquote> <h2>v9.3.7</h2> <h2>New Features</h2> <ul> <li>Introduced a new badge type to the existing x-badge vendor extension.</li> <li>Added ability to select or exclude endpoints based on audience focus, e.g., hide internal endpoints for customers but show all to developers.</li> <li>Enhanced responsive layouts when RapiDoc is embedded inside other HTML elements.</li> <li>Shifted to modern CSS <a href="https://github.com/container"><code>@​container</code></a> queries, replacing <a href="https://github.com/media"><code>@​media</code></a> queries.</li> <li>Upgraded the OpenAPI parser for better compliance and performance.</li> </ul> <h2>Bug Fixes</h2> <ul> <li>Resolved <a href="https://redirect.github.com/rapi-doc/RapiDoc/issues/846">#846</a> and <a href="https://redirect.github.com/rapi-doc/RapiDoc/issues/829">#829</a>: deprecation marks now appear for array type fields in schema views.</li> <li>Fixed <a href="https://redirect.github.com/rapi-doc/RapiDoc/issues/894">#894</a>: request headers can now be sent when defined in an object format.</li> <li>Addressed <a href="https://redirect.github.com/rapi-doc/RapiDoc/issues/897">#897</a>: example generation now works properly for schemas using primitive types.</li> <li>Fixed <a href="https://redirect.github.com/rapi-doc/RapiDoc/issues/903">#903</a>: improved text-selection color contrast.</li> <li>Resolved <a href="https://redirect.github.com/rapi-doc/RapiDoc/issues/930">#930</a>: advanced search now considers both summary and description.</li> <li>Fixed <a href="https://redirect.github.com/rapi-doc/RapiDoc/issues/996">#996</a>: removed trailing slashes from curl syntax in &quot;copy to clipboard.&quot;</li> <li>Added support for encoded Content-Disposition headers (fix <a href="https://redirect.github.com/rapi-doc/RapiDoc/issues/1001">#1001</a>).</li> <li>Fixed <a href="https://redirect.github.com/rapi-doc/RapiDoc/issues/1026">#1026</a>: removed redundant dropdown for server selection.</li> <li>Fixed <a href="https://redirect.github.com/rapi-doc/RapiDoc/issues/1034">#1034</a>: allow spec to have empty server array</li> <li>Updated documentation for <a href="https://redirect.github.com/rapi-doc/RapiDoc/issues/847">#847</a> and <a href="https://redirect.github.com/rapi-doc/RapiDoc/issues/720">#720</a>.</li> <li>Ensured orphan tags are detected, preventing unclosed tags in web components.</li> </ul> <h2>Chores</h2> <ul> <li>Performed code cleanup.</li> <li>Updated documentation.</li> <li>Added new test cases and examples.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rapi-doc/RapiDoc/commit/0f9f23fe21dd2c743b2713d732c7d41ae1d25b31"><code>0f9f23f</code></a> generated build for release v9.3.7</li> <li><a href="https://github.com/rapi-doc/RapiDoc/commit/17739fe2e58aba7c6984f6c4c3fe7699602cd7ee"><code>17739fe</code></a> provide a default server when server is a empty array</li> <li><a href="https://github.com/rapi-doc/RapiDoc/commit/645928a9ce75bf6b2154f5711b799c0d520eeae9"><code>645928a</code></a> fixes <a href="https://redirect.github.com/rapi-doc/RapiDoc/issues/1034">#1034</a> - allow spec to have empty server array</li> <li><a href="https://github.com/rapi-doc/RapiDoc/commit/2a0f12ae969749bb7f5aa756ac5ccefbb5c39892"><code>2a0f12a</code></a> generated build for testing</li> <li><a href="https://github.com/rapi-doc/RapiDoc/commit/da2dff53588f133801d2a739743e26c6ca9f7680"><code>da2dff5</code></a> updated API documentation and examples</li> <li><a href="https://github.com/rapi-doc/RapiDoc/commit/ea4db77f695152a45f45505646e1c1e85240c472"><code>ea4db77</code></a> for removing endpoints using badge-labels ignore case</li> <li><a href="https://github.com/rapi-doc/RapiDoc/commit/26a7e97a85c68fef7bc3b198b1d6d885d5f45f0c"><code>26a7e97</code></a> improved stylesheet formating and generated build</li> <li><a href="https://github.com/rapi-doc/RapiDoc/commit/319b94f85a7758cfdaf7d6a0a97827a8880d3345"><code>319b94f</code></a> generated build for testing</li> <li><a href="https://github.com/rapi-doc/RapiDoc/commit/28cd7855a9c539744618807e738398086c89c162"><code>28cd785</code></a> fix filtered-paths - assign filtered paths to original spec object</li> <li><a href="https://github.com/rapi-doc/RapiDoc/commit/be0f6c97ee2d6f198e853dd5e5f63e4a478b28a8"><code>be0f6c9</code></a> generated builds</li> <li>Additional commits viewable in <a href="https://github.com/rapi-doc/RapiDoc/compare/v9.3.6...v9.3.7">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=rapidoc&package-manager=npm_and_yarn&previous-version=9.3.6&new-version=9.3.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will 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 version` will 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 dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-15 14:24:15 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/mailpit#530
No description provided.