[PR #5221] [MERGED] Bump @quobix/vacuum from 0.19.4 to 0.23.4 in /test in the prod-minor-updates group #4098

Closed
opened 2026-02-26 08:33:08 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/NginxProxyManager/nginx-proxy-manager/pull/5221
Author: @dependabot[bot]
Created: 1/25/2026
Status: Merged
Merged: 1/27/2026
Merged by: @jc21

Base: developHead: dependabot/npm_and_yarn/test/prod-minor-updates-9ff43a5ae3


📝 Commits (1)

  • ef6391f Bump @quobix/vacuum in /test in the prod-minor-updates group

📊 Changes

2 files changed (+59 additions, -57 deletions)

View changed files

📝 test/package.json (+1 -1)
📝 test/yarn.lock (+58 -56)

📄 Description

Bumps the prod-minor-updates group in /test with 1 update: @quobix/vacuum.

Updates @quobix/vacuum from 0.19.4 to 0.23.4

Release notes

Sourced from @​quobix/vacuum's releases.

v0.23.4

Changelog

  • 80e6fbd Add help command to Makefile and fix typo in component description
  • 4fe687b add test
  • 9d00ad9 fix operation_tag_defined for multifile spec
  • 3df8a76 fix test
  • 6b3feb5 fix test

@​Marat-Tim

v0.23.3

Changelog

  • 32c420a fix nil panic in examples missing using x-exensible-enum

v0.23.2

Changelog

  • c680187 Address #787
  • 104a118 Address issue #789
  • a30c668 Address issue #790
  • 81f251c address issue #787

v0.23.1

Changelog

  • 0d984a2 fix(cmd): ext-refs flag for bundle

v0.23.0

This release introduces two significant additions to vacuum.

The new apply-overlay command enables non-destructive modifications to OpenAPI specifications using the OpenAPI Overlay Specification.

To use it:

vacuum apply-overlay openapi.yaml overlay.yaml modified-openapi.yaml

Additionally, the oas3-valid-schema-example rule now supports a strictMode option that detects undeclared properties in examples, catching typos like nmae instead of name, outdated examples with removed fields, and copy-paste errors with extra properties that don't exist in the schema.

Enable it in your ruleset with:

functionOptions:
    strictMode: true

https://quobix.com/vacuum/commands/apply-overlay/ https://quobix.com/vacuum/rules/examples/oas3-valid-schema-example/

Changelog

  • af9b234 Added apply-overlay command
  • 20de9ef Updated readme.
  • 7beddf7 added strict mode to examples_schema

... (truncated)

Commits

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

🔄 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/NginxProxyManager/nginx-proxy-manager/pull/5221 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 1/25/2026 **Status:** ✅ Merged **Merged:** 1/27/2026 **Merged by:** [@jc21](https://github.com/jc21) **Base:** `develop` ← **Head:** `dependabot/npm_and_yarn/test/prod-minor-updates-9ff43a5ae3` --- ### 📝 Commits (1) - [`ef6391f`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/ef6391f22e45c9a314fd4bef3c7fb250e706e3df) Bump @quobix/vacuum in /test in the prod-minor-updates group ### 📊 Changes **2 files changed** (+59 additions, -57 deletions) <details> <summary>View changed files</summary> 📝 `test/package.json` (+1 -1) 📝 `test/yarn.lock` (+58 -56) </details> ### 📄 Description Bumps the prod-minor-updates group in /test with 1 update: [@quobix/vacuum](https://github.com/daveshanley/vacuum). Updates `@quobix/vacuum` from 0.19.4 to 0.23.4 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/daveshanley/vacuum/releases"><code>@​quobix/vacuum</code>'s releases</a>.</em></p> <blockquote> <h2>v0.23.4</h2> <h2>Changelog</h2> <ul> <li>80e6fbd Add help command to Makefile and fix typo in component description</li> <li>4fe687b add test</li> <li>9d00ad9 fix operation_tag_defined for multifile spec</li> <li>3df8a76 fix test</li> <li>6b3feb5 fix test</li> </ul> <p><a href="https://github.com/Marat-Tim"><code>@​Marat-Tim</code></a></p> <h2>v0.23.3</h2> <h2>Changelog</h2> <ul> <li>32c420a fix nil panic in examples missing using x-exensible-enum</li> </ul> <h2>v0.23.2</h2> <h2>Changelog</h2> <ul> <li>c680187 Address <a href="https://redirect.github.com/daveshanley/vacuum/issues/787">#787</a></li> <li>104a118 Address issue <a href="https://redirect.github.com/daveshanley/vacuum/issues/789">#789</a></li> <li>a30c668 Address issue <a href="https://redirect.github.com/daveshanley/vacuum/issues/790">#790</a></li> <li>81f251c address issue <a href="https://redirect.github.com/daveshanley/vacuum/issues/787">#787</a></li> </ul> <h2>v0.23.1</h2> <h2>Changelog</h2> <ul> <li>0d984a2 fix(cmd): ext-refs flag for bundle</li> </ul> <h2>v0.23.0</h2> <p>This release introduces two significant additions to vacuum.</p> <p>The new <code>apply-overlay</code> command enables non-destructive modifications to OpenAPI specifications using the OpenAPI Overlay Specification.</p> <p>To use it:</p> <p><code>vacuum apply-overlay openapi.yaml overlay.yaml modified-openapi.yaml</code></p> <p>Additionally, the <code>oas3-valid-schema-example</code> rule now supports a <code>strictMode</code> option that detects undeclared properties in examples, catching typos like <code>nmae</code> instead of <code>name</code>, outdated examples with removed fields, and copy-paste errors with extra properties that don't exist in the schema.</p> <p>Enable it in your ruleset with:</p> <pre lang="yaml"><code>functionOptions: strictMode: true </code></pre> <p><a href="https://quobix.com/vacuum/commands/apply-overlay/">https://quobix.com/vacuum/commands/apply-overlay/</a> <a href="https://quobix.com/vacuum/rules/examples/oas3-valid-schema-example/">https://quobix.com/vacuum/rules/examples/oas3-valid-schema-example/</a></p> <h2>Changelog</h2> <ul> <li>af9b234 Added <code>apply-overlay</code> command</li> <li>20de9ef Updated readme.</li> <li>7beddf7 added strict mode to examples_schema</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/daveshanley/vacuum/commit/3df8a768482c7e323c135cbd7178f46c5b2bd349"><code>3df8a76</code></a> fix test</li> <li><a href="https://github.com/daveshanley/vacuum/commit/6b3feb5cf575a153dea5dc82e4e13ed2cecee99e"><code>6b3feb5</code></a> fix test</li> <li><a href="https://github.com/daveshanley/vacuum/commit/4fe687b83aa7e01e51ba42b6f7ef20ad5a227e5c"><code>4fe687b</code></a> add test</li> <li><a href="https://github.com/daveshanley/vacuum/commit/9d00ad9c41adb8132d96193c1372a3c3193282dc"><code>9d00ad9</code></a> fix operation_tag_defined for multifile spec</li> <li><a href="https://github.com/daveshanley/vacuum/commit/80e6fbd03b01ff167de1a12a0e9e5e62789fdd83"><code>80e6fbd</code></a> Add help command to Makefile and fix typo in component description</li> <li><a href="https://github.com/daveshanley/vacuum/commit/32c420a1f8dc9f9e87c9c9cd689f56a7e7ce12e2"><code>32c420a</code></a> fix nil panic in examples missing using x-exensible-enum</li> <li><a href="https://github.com/daveshanley/vacuum/commit/c680187dec03d595b3c8fe4938e0ec2915228188"><code>c680187</code></a> Address <a href="https://redirect.github.com/daveshanley/vacuum/issues/787">#787</a></li> <li><a href="https://github.com/daveshanley/vacuum/commit/104a11846ff30a07fc2b91fec09ab174eaad2df3"><code>104a118</code></a> Address issue <a href="https://redirect.github.com/daveshanley/vacuum/issues/789">#789</a></li> <li><a href="https://github.com/daveshanley/vacuum/commit/81f251cf19166396f739d32cdd58f9157b756fe3"><code>81f251c</code></a> address issue <a href="https://redirect.github.com/daveshanley/vacuum/issues/787">#787</a></li> <li><a href="https://github.com/daveshanley/vacuum/commit/a30c668021d3e4624b6402cf6e84f320f8e2fc08"><code>a30c668</code></a> Address issue <a href="https://redirect.github.com/daveshanley/vacuum/issues/790">#790</a></li> <li>Additional commits viewable in <a href="https://github.com/daveshanley/vacuum/compare/v0.19.4...v0.23.4">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@quobix/vacuum&package-manager=npm_and_yarn&previous-version=0.19.4&new-version=0.23.4)](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 <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 08:33:08 +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/nginx-proxy-manager-NginxProxyManager#4098
No description provided.