build(deps-dev): bump @redocly/cli from 2.0.7 to 2.5.1 - #256

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/redocly/cli-2.5.1
Closed

build(deps-dev): bump @redocly/cli from 2.0.7 to 2.5.1#256
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/redocly/cli-2.5.1

Conversation

@dependabot

@dependabotdependabotBot commented on behalf of githubOct 13, 2025

Copy link
Copy Markdown
Contributor

Bumps @redocly/cli from 2.0.7 to 2.5.1.

Release notes

Sourced from @​redocly/cli's releases.

@​redocly/cli@​2.5.1

Patch Changes

  • Fixed an issue where the no-http-verbs-in-paths rule was incorrectly flagging path names containing the verb query.
  • Updated @​redocly/openapi-core to v2.5.1.

@​redocly/cli@​2.5.0

Minor Changes

  • Added response size to the Respect terminal and JSON file outputs.

Patch Changes

  • Updated @​redocly/respect-core to v2.5.0.

@​redocly/cli@​2.4.0

Minor Changes

  • Added the no-secrets-masking option to the respect command, allowing raw (unmasked) output to be generated.

Patch Changes

  • Updated @​redocly/respect-core to v2.4.0.

@​redocly/cli@​2.3.1

Patch Changes

  • Fixed an issue where JSONPath-based success criteria did not support property names with hyphens in Respect.
  • Updated @​redocly/openapi-core to v2.3.1.

@​redocly/cli@​2.3.0

Minor Changes

  • Added basic support for OpenAPI 3.2 specification.

Patch Changes

  • Updated @​redocly/openapi-core to v2.3.0.

@​redocly/cli@​2.2.3

Patch Changes

  • Fixed an issue where the Respect workflow separator did not render correctly in GitHub CI environments.
  • Added support for the verbose option in the login command to provide additional output during authentication.
  • Updated @​redocly/respect-core to v2.2.3.

@​redocly/cli@​2.2.2

Patch Changes

  • Resolved an issue with CLI dependencies to ensure proper package resolution.

... (truncated)

Commits
  • 4e51c84 chore: 🔖 release new versions (#2360)
  • c363f01 fix: no-http-verbs-in-paths should not error on the verb query (#2358)
  • bb27e7e docs: update docs to include OAS 3.2 (#2351)
  • d8b30e6 chore: 🔖 release new versions (#2357)
  • b5e419e feat: added response size to respect cli and json outputs (#2355)
  • 66bfd56 chore: 🔖 release new versions (#2354)
  • e72f2b5 feat: added no-secrets-masking respect option to allow raw output (#2346)
  • 065dbd2 chore: 🔖 release new versions (#2344)
  • 12c6822 fix: respect jsonpath success conditions containing hyphens (#2266)
  • 1ebc4f0 feat: add rawConfig for Arazzo preprocessors and decorators (#1999)
  • 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)

Bumps [@redocly/cli](https://github.com/Redocly/redocly-cli) from 2.0.7 to 2.5.1.
- [Release notes](https://github.com/Redocly/redocly-cli/releases)
- [Commits](https://github.com/Redocly/redocly-cli/compare/@redocly/cli@2.0.7...@redocly/cli@2.5.1)
---
updated-dependencies:
- dependency-name: "@redocly/cli"
dependency-version: 2.5.1
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
@dependabotdependabotBot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Oct 13, 2025
@vercel

vercelBot commented Oct 13, 2025

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

ProjectDeploymentPreviewCommentsUpdated (UTC)
openapiReadyReadyPreviewCommentOct 13, 2025 6:02pm

@dependabot@github

dependabotBot commented on behalf of githubOct 20, 2025

Copy link
Copy Markdown
ContributorAuthor

Superseded by #258.

@dependabotdependabotBot closed this Oct 20, 2025
@dependabot
dependabotBot deleted the dependabot/npm_and_yarn/redocly/cli-2.5.1 branch October 20, 2025 18:02
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependenciesPull requests that update a dependency filejavascriptPull requests that update javascript code

Development

Successfully merging this pull request may close these issues.

0 participants

, 'i'); if (__m === '*' || __re.test(location.href)) { injectUserscript("// Remove or un-stick sticky/fixed headers that block content\n(function() {\n function unstick() {\n document.querySelectorAll('header, nav, [role=\"banner\"], .header, .navbar, .sticky, .fixed-top, [style*=\"position: fixed\"], [style*=\"position:sticky\"]').forEach(function(el) {\n if (el.style.position === 'fixed' || el.style.position === 'sticky' || \n getComputedStyle(el).position === 'fixed' || getComputedStyle(el).position === 'sticky') {\n el.style.position = 'static';\n el.style.top = 'auto';\n el.style.zIndex = 'auto';\n }\n });\n }\n \n unstick();\n \n var observer = new MutationObserver(unstick);\n observer.observe(document.body, { childList: true, subtree: true, attributes: true, attributeFilter: ['style', 'class'] });\n})();", "Kill Sticky Headers"); } } catch(__e) { console.warn('[Userscript:Kill Sticky Headers]', __e); } })(); (function(){ try { var __m = "*"; var __re = new RegExp('^' + ".*" + '
Skip to content

build(deps-dev): bump @redocly/cli from 2.0.7 to 2.5.1 - #256

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/redocly/cli-2.5.1
Closed

build(deps-dev): bump @redocly/cli from 2.0.7 to 2.5.1#256
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/redocly/cli-2.5.1

Conversation

@dependabot

@dependabotdependabotBot commented on behalf of githubOct 13, 2025

Copy link
Copy Markdown
Contributor

Bumps @redocly/cli from 2.0.7 to 2.5.1.

Release notes

Sourced from @​redocly/cli's releases.

@​redocly/cli@​2.5.1

Patch Changes

  • Fixed an issue where the no-http-verbs-in-paths rule was incorrectly flagging path names containing the verb query.
  • Updated @​redocly/openapi-core to v2.5.1.

@​redocly/cli@​2.5.0

Minor Changes

  • Added response size to the Respect terminal and JSON file outputs.

Patch Changes

  • Updated @​redocly/respect-core to v2.5.0.

@​redocly/cli@​2.4.0

Minor Changes

  • Added the no-secrets-masking option to the respect command, allowing raw (unmasked) output to be generated.

Patch Changes

  • Updated @​redocly/respect-core to v2.4.0.

@​redocly/cli@​2.3.1

Patch Changes

  • Fixed an issue where JSONPath-based success criteria did not support property names with hyphens in Respect.
  • Updated @​redocly/openapi-core to v2.3.1.

@​redocly/cli@​2.3.0

Minor Changes

  • Added basic support for OpenAPI 3.2 specification.

Patch Changes

  • Updated @​redocly/openapi-core to v2.3.0.

@​redocly/cli@​2.2.3

Patch Changes

  • Fixed an issue where the Respect workflow separator did not render correctly in GitHub CI environments.
  • Added support for the verbose option in the login command to provide additional output during authentication.
  • Updated @​redocly/respect-core to v2.2.3.

@​redocly/cli@​2.2.2

Patch Changes

  • Resolved an issue with CLI dependencies to ensure proper package resolution.

... (truncated)

Commits
  • 4e51c84 chore: 🔖 release new versions (#2360)
  • c363f01 fix: no-http-verbs-in-paths should not error on the verb query (#2358)
  • bb27e7e docs: update docs to include OAS 3.2 (#2351)
  • d8b30e6 chore: 🔖 release new versions (#2357)
  • b5e419e feat: added response size to respect cli and json outputs (#2355)
  • 66bfd56 chore: 🔖 release new versions (#2354)
  • e72f2b5 feat: added no-secrets-masking respect option to allow raw output (#2346)
  • 065dbd2 chore: 🔖 release new versions (#2344)
  • 12c6822 fix: respect jsonpath success conditions containing hyphens (#2266)
  • 1ebc4f0 feat: add rawConfig for Arazzo preprocessors and decorators (#1999)
  • 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)

Bumps [@redocly/cli](https://github.com/Redocly/redocly-cli) from 2.0.7 to 2.5.1.
- [Release notes](https://github.com/Redocly/redocly-cli/releases)
- [Commits](https://github.com/Redocly/redocly-cli/compare/@redocly/cli@2.0.7...@redocly/cli@2.5.1)
---
updated-dependencies:
- dependency-name: "@redocly/cli"
dependency-version: 2.5.1
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
@dependabotdependabotBot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Oct 13, 2025
@vercel

vercelBot commented Oct 13, 2025

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

ProjectDeploymentPreviewCommentsUpdated (UTC)
openapiReadyReadyPreviewCommentOct 13, 2025 6:02pm

@dependabot@github

dependabotBot commented on behalf of githubOct 20, 2025

Copy link
Copy Markdown
ContributorAuthor

Superseded by #258.

@dependabotdependabotBot closed this Oct 20, 2025
@dependabot
dependabotBot deleted the dependabot/npm_and_yarn/redocly/cli-2.5.1 branch October 20, 2025 18:02
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependenciesPull requests that update a dependency filejavascriptPull requests that update javascript code

Development

Successfully merging this pull request may close these issues.

0 participants

, 'i'); if (__m === '*' || __re.test(location.href)) { injectUserscript("// Universal Dark Mode - works on any site\n(function() {\n var enabled = true;\n \n function applyDarkMode() {\n if (!enabled) return;\n \n // Create style element if it doesn't exist\n var style = document.getElementById('universal-dark-mode-style');\n if (!style) {\n style = document.createElement('style');\n style.id = 'universal-dark-mode-style';\n document.head.appendChild(style);\n }\n \n // Dark mode CSS - inverts colors but preserves images/video\n style.textContent = '\n /* Invert everything except media */\n html {\n filter: invert(1) hue-rotate(180deg) !important;\n background: #1a1a2e !important;\n }\n \n /* Restore images, videos, iframes, canvas */\n img, video, iframe, canvas, svg, picture, [style*=\"background-image\"] {\n filter: invert(1) hue-rotate(180deg) !important;\n }\n \n /* Preserve specific elements that should not be inverted */\n .no-dark-mode, .no-dark-mode *,\n [data-theme=\"light\"], [data-theme=\"light\"],\n .ace_editor, .ace_editor *,\n .CodeMirror, .CodeMirror *,\n .monaco-editor, .monaco-editor *,\n .markdown-body pre, .markdown-body pre *,\n .highlight, .highlight *,\n pre code, pre code * {\n filter: none !important;\n }\n \n /* Fix common UI elements */\n .modal, .popup, .dropdown-menu, .tooltip, .popover {\n filter: invert(1) hue-rotate(180deg) !important;\n background: #2d2d44 !important;\n border-color: #444 !important;\n }\n \n /* Scrollbars */\n ::-webkit-scrollbar { background: #1a1a2e !important; }\n ::-webkit-scrollbar-thumb { background: #444 !important; }\n ::-webkit-scrollbar-thumb:hover { background: #555 !important; }\n \n /* Selection */\n ::selection { background: #4ecdc4 !important; color: #1a1a2e !important; }\n ::-moz-selection { background: #4ecdc4 !important; color: #1a1a2e !important; }\n ';\n }\n \n function removeDarkMode() {\n var style = document.getElementById('universal-dark-mode-style');\n if (style) style.remove();\n }\n \n // Toggle with Alt+Shift+D\n document.addEventListener('keydown', function(e) {\n if (e.altKey && e.shiftKey && e.key === 'D') {\n e.preventDefault();\n enabled = !enabled;\n if (enabled) {\n applyDarkMode();\n console.log('[Universal Dark Mode] Enabled');\n } else {\n removeDarkMode();\n console.log('[Universal Dark Mode] Disabled');\n }\n }\n });\n \n // Apply on load\n applyDarkMode();\n \n // Re-apply on dynamic content\n var observer = new MutationObserver(function(mutations) {\n if (enabled && !document.getElementById('universal-dark-mode-style')) {\n applyDarkMode();\n }\n });\n observer.observe(document.head, { childList: true });\n \n console.log('[Universal Dark Mode] Loaded - Press Alt+Shift+D to toggle');\n})();", "Universal Dark Mode"); } } catch(__e) { console.warn('[Userscript:Universal Dark Mode]', __e); } })(); })();
Skip to content

build(deps-dev): bump @redocly/cli from 2.0.7 to 2.5.1 - #256

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/redocly/cli-2.5.1
Closed

build(deps-dev): bump @redocly/cli from 2.0.7 to 2.5.1#256
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/redocly/cli-2.5.1

Conversation

@dependabot

@dependabotdependabotBot commented on behalf of githubOct 13, 2025

Copy link
Copy Markdown
Contributor

Bumps @redocly/cli from 2.0.7 to 2.5.1.

Release notes

Sourced from @​redocly/cli's releases.

@​redocly/cli@​2.5.1

Patch Changes

  • Fixed an issue where the no-http-verbs-in-paths rule was incorrectly flagging path names containing the verb query.
  • Updated @​redocly/openapi-core to v2.5.1.

@​redocly/cli@​2.5.0

Minor Changes

  • Added response size to the Respect terminal and JSON file outputs.

Patch Changes

  • Updated @​redocly/respect-core to v2.5.0.

@​redocly/cli@​2.4.0

Minor Changes

  • Added the no-secrets-masking option to the respect command, allowing raw (unmasked) output to be generated.

Patch Changes

  • Updated @​redocly/respect-core to v2.4.0.

@​redocly/cli@​2.3.1

Patch Changes

  • Fixed an issue where JSONPath-based success criteria did not support property names with hyphens in Respect.
  • Updated @​redocly/openapi-core to v2.3.1.

@​redocly/cli@​2.3.0

Minor Changes

  • Added basic support for OpenAPI 3.2 specification.

Patch Changes

  • Updated @​redocly/openapi-core to v2.3.0.

@​redocly/cli@​2.2.3

Patch Changes

  • Fixed an issue where the Respect workflow separator did not render correctly in GitHub CI environments.
  • Added support for the verbose option in the login command to provide additional output during authentication.
  • Updated @​redocly/respect-core to v2.2.3.

@​redocly/cli@​2.2.2

Patch Changes

  • Resolved an issue with CLI dependencies to ensure proper package resolution.

... (truncated)

Commits
  • 4e51c84 chore: 🔖 release new versions (#2360)
  • c363f01 fix: no-http-verbs-in-paths should not error on the verb query (#2358)
  • bb27e7e docs: update docs to include OAS 3.2 (#2351)
  • d8b30e6 chore: 🔖 release new versions (#2357)
  • b5e419e feat: added response size to respect cli and json outputs (#2355)
  • 66bfd56 chore: 🔖 release new versions (#2354)
  • e72f2b5 feat: added no-secrets-masking respect option to allow raw output (#2346)
  • 065dbd2 chore: 🔖 release new versions (#2344)
  • 12c6822 fix: respect jsonpath success conditions containing hyphens (#2266)
  • 1ebc4f0 feat: add rawConfig for Arazzo preprocessors and decorators (#1999)
  • 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)

Bumps [@redocly/cli](https://github.com/Redocly/redocly-cli) from 2.0.7 to 2.5.1.
- [Release notes](https://github.com/Redocly/redocly-cli/releases)
- [Commits](https://github.com/Redocly/redocly-cli/compare/@redocly/cli@2.0.7...@redocly/cli@2.5.1)
---
updated-dependencies:
- dependency-name: "@redocly/cli"
dependency-version: 2.5.1
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
@dependabotdependabotBot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Oct 13, 2025
@vercel

vercelBot commented Oct 13, 2025

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

ProjectDeploymentPreviewCommentsUpdated (UTC)
openapiReadyReadyPreviewCommentOct 13, 2025 6:02pm

@dependabot@github

dependabotBot commented on behalf of githubOct 20, 2025

Copy link
Copy Markdown
ContributorAuthor

Superseded by #258.

@dependabotdependabotBot closed this Oct 20, 2025
@dependabot
dependabotBot deleted the dependabot/npm_and_yarn/redocly/cli-2.5.1 branch October 20, 2025 18:02
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependenciesPull requests that update a dependency filejavascriptPull requests that update javascript code

Development

Successfully merging this pull request may close these issues.

0 participants