[PR #5252] [MERGED] Bump @apidevtools/json-schema-ref-parser from 11.9.3 to 14.1.1 in /backend #4125

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

📋 Pull Request Information

Original PR: https://github.com/NginxProxyManager/nginx-proxy-manager/pull/5252
Author: @dependabot[bot]
Created: 1/30/2026
Status: Merged
Merged: 2/3/2026
Merged by: @jc21

Base: developHead: dependabot/npm_and_yarn/backend/apidevtools/json-schema-ref-parser-14.1.1


📝 Commits (1)

  • 58d47cd Bump @apidevtools/json-schema-ref-parser in /backend

📊 Changes

2 files changed (+5 additions, -11 deletions)

View changed files

📝 backend/package.json (+1 -1)
📝 backend/yarn.lock (+4 -10)

📄 Description

Bumps @apidevtools/json-schema-ref-parser from 11.9.3 to 14.1.1.

Release notes

Sourced from @​apidevtools/json-schema-ref-parser's releases.

v14.1.1

14.1.1 (2025-07-15)

Bug Fixes

  • bundle: don't look for a $ref pointer on a null value (#393) (c1b2916)

v14.1.0

14.1.0 (2025-07-07)

Features

v14.0.3

14.0.3 (2025-06-30)

Bug Fixes

  • targets: upgrade targets to support Node 20 (current maintenace node), change typescript config to match, dont ship vite config (6c77265)

v14.0.2

14.0.2 (2025-06-18)

Bug Fixes

  • file: support trailing slashes in file resolver #389 (3406a25)

v14.0.1

14.0.1 (2025-06-16)

Bug Fixes

  • options: make safe url resolver optional and boolean (171e30f)

v14.0.0

14.0.0 (2025-06-16)

Bug Fixes

  • safety: assume browsers are safe urls (5ffea78)

Fix

... (truncated)

Commits
  • c1b2916 fix(bundle): don't look for a $ref pointer on a null value (#393)
  • dfbf4bb feat: add onBundle callback (#391)
  • 6c77265 fix(targets): upgrade targets to support Node 20 (current maintenace node), c...
  • 3c7af41 chore(deps): update deps, set typescript type flag
  • 9376c24 chore(deps): bump deps
  • 3406a25 fix(file): support trailing slashes in file resolver #389
  • 171e30f fix(options): make safe url resolver optional and boolean
  • 0ac9f35 chore(tests): skip url safety resolver in browser
  • 5ffea78 fix(safety): assume browsers are safe urls
  • 932683f chore: deps
  • 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/NginxProxyManager/nginx-proxy-manager/pull/5252 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 1/30/2026 **Status:** ✅ Merged **Merged:** 2/3/2026 **Merged by:** [@jc21](https://github.com/jc21) **Base:** `develop` ← **Head:** `dependabot/npm_and_yarn/backend/apidevtools/json-schema-ref-parser-14.1.1` --- ### 📝 Commits (1) - [`58d47cd`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/58d47cd69adf41f1f3e7fa2a5fb40cb7c176a978) Bump @apidevtools/json-schema-ref-parser in /backend ### 📊 Changes **2 files changed** (+5 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `backend/package.json` (+1 -1) 📝 `backend/yarn.lock` (+4 -10) </details> ### 📄 Description Bumps [@apidevtools/json-schema-ref-parser](https://github.com/APIDevTools/json-schema-ref-parser) from 11.9.3 to 14.1.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/APIDevTools/json-schema-ref-parser/releases"><code>@​apidevtools/json-schema-ref-parser</code>'s releases</a>.</em></p> <blockquote> <h2>v14.1.1</h2> <h2><a href="https://github.com/APIDevTools/json-schema-ref-parser/compare/v14.1.0...v14.1.1">14.1.1</a> (2025-07-15)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>bundle:</strong> don't look for a <code>$ref</code> pointer on a null value (<a href="https://redirect.github.com/APIDevTools/json-schema-ref-parser/issues/393">#393</a>) (<a href="https://github.com/APIDevTools/json-schema-ref-parser/commit/c1b2916a873eb9d18f859f9867964936cea8ae2a">c1b2916</a>)</li> </ul> <h2>v14.1.0</h2> <h1><a href="https://github.com/APIDevTools/json-schema-ref-parser/compare/v14.0.3...v14.1.0">14.1.0</a> (2025-07-07)</h1> <h3>Features</h3> <ul> <li>add <code>onBundle</code> callback (<a href="https://redirect.github.com/APIDevTools/json-schema-ref-parser/issues/391">#391</a>) (<a href="https://github.com/APIDevTools/json-schema-ref-parser/commit/dfbf4bb1c342c2cd49c41fc5761e28b0bb316539">dfbf4bb</a>)</li> </ul> <h2>v14.0.3</h2> <h2><a href="https://github.com/APIDevTools/json-schema-ref-parser/compare/v14.0.2...v14.0.3">14.0.3</a> (2025-06-30)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>targets:</strong> upgrade targets to support Node 20 (current maintenace node), change typescript config to match, dont ship vite config (<a href="https://github.com/APIDevTools/json-schema-ref-parser/commit/6c7726525f6fc3956ef91053cf2ff8f64ca0ab75">6c77265</a>)</li> </ul> <h2>v14.0.2</h2> <h2><a href="https://github.com/APIDevTools/json-schema-ref-parser/compare/v14.0.1...v14.0.2">14.0.2</a> (2025-06-18)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>file:</strong> support trailing slashes in file resolver <a href="https://redirect.github.com/APIDevTools/json-schema-ref-parser/issues/389">#389</a> (<a href="https://github.com/APIDevTools/json-schema-ref-parser/commit/3406a25a84665379b44f3e994bf00b7bd3339be9">3406a25</a>)</li> </ul> <h2>v14.0.1</h2> <h2><a href="https://github.com/APIDevTools/json-schema-ref-parser/compare/v14.0.0...v14.0.1">14.0.1</a> (2025-06-16)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>options:</strong> make safe url resolver optional and boolean (<a href="https://github.com/APIDevTools/json-schema-ref-parser/commit/171e30f9bb7b6d9f502f757089b50d16f5afa415">171e30f</a>)</li> </ul> <h2>v14.0.0</h2> <h1><a href="https://github.com/APIDevTools/json-schema-ref-parser/compare/v13.0.5...v14.0.0">14.0.0</a> (2025-06-16)</h1> <h3>Bug Fixes</h3> <ul> <li><strong>safety:</strong> assume browsers are safe urls (<a href="https://github.com/APIDevTools/json-schema-ref-parser/commit/5ffea78f118f7ee6f7e862052d529150ffcd1553">5ffea78</a>)</li> </ul> <h3>Fix</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/APIDevTools/json-schema-ref-parser/commit/c1b2916a873eb9d18f859f9867964936cea8ae2a"><code>c1b2916</code></a> fix(bundle): don't look for a <code>$ref</code> pointer on a null value (<a href="https://redirect.github.com/APIDevTools/json-schema-ref-parser/issues/393">#393</a>)</li> <li><a href="https://github.com/APIDevTools/json-schema-ref-parser/commit/dfbf4bb1c342c2cd49c41fc5761e28b0bb316539"><code>dfbf4bb</code></a> feat: add <code>onBundle</code> callback (<a href="https://redirect.github.com/APIDevTools/json-schema-ref-parser/issues/391">#391</a>)</li> <li><a href="https://github.com/APIDevTools/json-schema-ref-parser/commit/6c7726525f6fc3956ef91053cf2ff8f64ca0ab75"><code>6c77265</code></a> fix(targets): upgrade targets to support Node 20 (current maintenace node), c...</li> <li><a href="https://github.com/APIDevTools/json-schema-ref-parser/commit/3c7af41bacce3f070bafb53fc011e2b7a42d4c12"><code>3c7af41</code></a> chore(deps): update deps, set typescript type flag</li> <li><a href="https://github.com/APIDevTools/json-schema-ref-parser/commit/9376c243790f9e7e1dbd8c3bf85c5ff45e0b6dba"><code>9376c24</code></a> chore(deps): bump deps</li> <li><a href="https://github.com/APIDevTools/json-schema-ref-parser/commit/3406a25a84665379b44f3e994bf00b7bd3339be9"><code>3406a25</code></a> fix(file): support trailing slashes in file resolver <a href="https://redirect.github.com/APIDevTools/json-schema-ref-parser/issues/389">#389</a></li> <li><a href="https://github.com/APIDevTools/json-schema-ref-parser/commit/171e30f9bb7b6d9f502f757089b50d16f5afa415"><code>171e30f</code></a> fix(options): make safe url resolver optional and boolean</li> <li><a href="https://github.com/APIDevTools/json-schema-ref-parser/commit/0ac9f3583eb12f420f8a48268b70b0a51c3c7911"><code>0ac9f35</code></a> chore(tests): skip url safety resolver in browser</li> <li><a href="https://github.com/APIDevTools/json-schema-ref-parser/commit/5ffea78f118f7ee6f7e862052d529150ffcd1553"><code>5ffea78</code></a> fix(safety): assume browsers are safe urls</li> <li><a href="https://github.com/APIDevTools/json-schema-ref-parser/commit/932683f4d54b7baa707856c786158ecbecfb3897"><code>932683f</code></a> chore: deps</li> <li>Additional commits viewable in <a href="https://github.com/APIDevTools/json-schema-ref-parser/compare/v11.9.3...v14.1.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@apidevtools/json-schema-ref-parser&package-manager=npm_and_yarn&previous-version=11.9.3&new-version=14.1.1)](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-02-26 08:33:13 +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#4125
No description provided.