[PR #332] [MERGED] chore(deps-dev): bump node-fetch-native from 1.4.1 to 1.6.1 in /web #358

Closed
opened 2026-03-03 16:38:00 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/NdoleStudio/httpsms/pull/332
Author: @dependabot[bot]
Created: 1/1/2024
Status: Merged
Merged: 1/1/2024
Merged by: @AchoArnold

Base: mainHead: dependabot/npm_and_yarn/web/node-fetch-native-1.6.1


📝 Commits (1)

  • c3be601 chore(deps-dev): bump node-fetch-native from 1.4.1 to 1.6.1 in /web

📊 Changes

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

View changed files

📝 web/package.json (+1 -1)
📝 web/pnpm-lock.yaml (+6 -6)

📄 Description

Bumps node-fetch-native from 1.4.1 to 1.6.1.

Release notes

Sourced from node-fetch-native's releases.

v1.6.1

compare changes

📦 Build

  • proxy: Reorder to fix cjs build (0063bc1)

❤️ Contributors

v1.6.0

compare changes

🚀 Enhancements

  • proxy: Export fetch and createFetch (#108)
  • proxy: Support no_proxy (#109)

🩹 Fixes

  • proxy: Update environment variable check order (742d27e)

❤️ Contributors

v1.5.1

compare changes

🩹 Fixes

  • proxy: Support lower-case environment variables too (144996b)

📦 Build

  • Add backward compatible types for /proxy subpath export (584ee24)

❤️ Contributors

v1.5.0

compare changes

🚀 Enhancements

HTTP proxy support (#106)

... (truncated)

Changelog

Sourced from node-fetch-native's changelog.

v1.6.1

compare changes

📦 Build

  • proxy: Reorder to fix cjs build (0063bc1)

❤️ Contributors

v1.6.0

compare changes

🚀 Enhancements

  • proxy: Export fetch and createFetch (#108)
  • proxy: Support no_proxy (#109)

🩹 Fixes

  • proxy: Update environment variable check order (742d27e)

❤️ Contributors

v1.5.1

compare changes

🩹 Fixes

  • proxy: Support lower-case environment variables too (144996b)

📦 Build

  • Add backward compatible types for /proxy subpath export (584ee24)

❤️ Contributors

v1.5.0

compare changes

🚀 Enhancements

... (truncated)

Commits
  • 0063bc1 build(proxy): reorder to fix cjs build
  • fa902a2 chore(release): v1.6.0
  • d2d7588 feat(proxy): support no_proxy (#109)
  • 742d27e fix(proxy): update environment variable check order
  • b5ca4c3 feat(proxy): export fetch and createFetch (#108)
  • 16f01ce chore(release): v1.5.1
  • 584ee24 build: add backward compatible types for /proxy subpath export
  • 144996b fix(proxy): support lower-case environment variables too
  • 6ba95a6 chore(release): v1.5.0
  • faea9f8 chore: update description
  • 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/NdoleStudio/httpsms/pull/332 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 1/1/2024 **Status:** ✅ Merged **Merged:** 1/1/2024 **Merged by:** [@AchoArnold](https://github.com/AchoArnold) **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/web/node-fetch-native-1.6.1` --- ### 📝 Commits (1) - [`c3be601`](https://github.com/NdoleStudio/httpsms/commit/c3be60145577e45f0bc373c0feac026a7b912296) chore(deps-dev): bump node-fetch-native from 1.4.1 to 1.6.1 in /web ### 📊 Changes **2 files changed** (+7 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `web/package.json` (+1 -1) 📝 `web/pnpm-lock.yaml` (+6 -6) </details> ### 📄 Description Bumps [node-fetch-native](https://github.com/unjs/node-fetch-native) from 1.4.1 to 1.6.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/unjs/node-fetch-native/releases">node-fetch-native's releases</a>.</em></p> <blockquote> <h2>v1.6.1</h2> <p><a href="https://github.com/unjs/node-fetch-native/compare/v1.6.0...v1.6.1">compare changes</a></p> <h3>📦 Build</h3> <ul> <li><strong>proxy:</strong> Reorder to fix cjs build (<a href="https://github.com/unjs/node-fetch-native/commit/0063bc1">0063bc1</a>)</li> </ul> <h3>❤️ Contributors</h3> <ul> <li>Pooya Parsa (<a href="http://github.com/pi0"><code>@​pi0</code></a>)</li> </ul> <h2>v1.6.0</h2> <p><a href="https://github.com/unjs/node-fetch-native/compare/v1.5.1...v1.6.0">compare changes</a></p> <h3>🚀 Enhancements</h3> <ul> <li><strong>proxy:</strong> Export <code>fetch</code> and <code>createFetch</code> (<a href="https://redirect.github.com/unjs/node-fetch-native/pull/108">#108</a>)</li> <li><strong>proxy:</strong> Support no_proxy (<a href="https://redirect.github.com/unjs/node-fetch-native/pull/109">#109</a>)</li> </ul> <h3>🩹 Fixes</h3> <ul> <li><strong>proxy:</strong> Update environment variable check order (<a href="https://github.com/unjs/node-fetch-native/commit/742d27e">742d27e</a>)</li> </ul> <h3>❤️ Contributors</h3> <ul> <li>Pooya Parsa (<a href="http://github.com/pi0"><code>@​pi0</code></a>)</li> </ul> <h2>v1.5.1</h2> <p><a href="https://github.com/unjs/node-fetch-native/compare/v1.5.0...v1.5.1">compare changes</a></p> <h3>🩹 Fixes</h3> <ul> <li><strong>proxy:</strong> Support lower-case environment variables too (<a href="https://github.com/unjs/node-fetch-native/commit/144996b">144996b</a>)</li> </ul> <h3>📦 Build</h3> <ul> <li>Add backward compatible types for <code>/proxy</code> subpath export (<a href="https://github.com/unjs/node-fetch-native/commit/584ee24">584ee24</a>)</li> </ul> <h3>❤️ Contributors</h3> <ul> <li>Pooya Parsa (<a href="http://github.com/pi0"><code>@​pi0</code></a>)</li> </ul> <h2>v1.5.0</h2> <p><a href="https://github.com/unjs/node-fetch-native/compare/v1.4.1...v1.5.0">compare changes</a></p> <h3>🚀 Enhancements</h3> <p>HTTP proxy support (<a href="https://redirect.github.com/unjs/node-fetch-native/pull/106">#106</a>)</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/unjs/node-fetch-native/blob/main/CHANGELOG.md">node-fetch-native's changelog</a>.</em></p> <blockquote> <h2>v1.6.1</h2> <p><a href="https://github.com/unjs/node-fetch-native/compare/v1.6.0...v1.6.1">compare changes</a></p> <h3>📦 Build</h3> <ul> <li><strong>proxy:</strong> Reorder to fix cjs build (<a href="https://github.com/unjs/node-fetch-native/commit/0063bc1">0063bc1</a>)</li> </ul> <h3>❤️ Contributors</h3> <ul> <li>Pooya Parsa (<a href="http://github.com/pi0"><code>@​pi0</code></a>)</li> </ul> <h2>v1.6.0</h2> <p><a href="https://github.com/unjs/node-fetch-native/compare/v1.5.1...v1.6.0">compare changes</a></p> <h3>🚀 Enhancements</h3> <ul> <li><strong>proxy:</strong> Export <code>fetch</code> and <code>createFetch</code> (<a href="https://redirect.github.com/unjs/node-fetch-native/pull/108">#108</a>)</li> <li><strong>proxy:</strong> Support no_proxy (<a href="https://redirect.github.com/unjs/node-fetch-native/pull/109">#109</a>)</li> </ul> <h3>🩹 Fixes</h3> <ul> <li><strong>proxy:</strong> Update environment variable check order (<a href="https://github.com/unjs/node-fetch-native/commit/742d27e">742d27e</a>)</li> </ul> <h3>❤️ Contributors</h3> <ul> <li>Pooya Parsa (<a href="http://github.com/pi0"><code>@​pi0</code></a>)</li> </ul> <h2>v1.5.1</h2> <p><a href="https://github.com/unjs/node-fetch-native/compare/v1.5.0...v1.5.1">compare changes</a></p> <h3>🩹 Fixes</h3> <ul> <li><strong>proxy:</strong> Support lower-case environment variables too (<a href="https://github.com/unjs/node-fetch-native/commit/144996b">144996b</a>)</li> </ul> <h3>📦 Build</h3> <ul> <li>Add backward compatible types for <code>/proxy</code> subpath export (<a href="https://github.com/unjs/node-fetch-native/commit/584ee24">584ee24</a>)</li> </ul> <h3>❤️ Contributors</h3> <ul> <li>Pooya Parsa (<a href="http://github.com/pi0"><code>@​pi0</code></a>)</li> </ul> <h2>v1.5.0</h2> <p><a href="https://github.com/unjs/node-fetch-native/compare/v1.4.1...v1.5.0">compare changes</a></p> <h3>🚀 Enhancements</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/unjs/node-fetch-native/commit/0063bc11347c12a74e0834d37fbb87e70d3bfaaf"><code>0063bc1</code></a> build(proxy): reorder to fix cjs build</li> <li><a href="https://github.com/unjs/node-fetch-native/commit/fa902a2a9352ab5d7fd48d906fc6b9c81f5d0504"><code>fa902a2</code></a> chore(release): v1.6.0</li> <li><a href="https://github.com/unjs/node-fetch-native/commit/d2d7588f0aa74c51293774db672f2852f685ec1a"><code>d2d7588</code></a> feat(proxy): support no_proxy (<a href="https://redirect.github.com/unjs/node-fetch-native/issues/109">#109</a>)</li> <li><a href="https://github.com/unjs/node-fetch-native/commit/742d27ebb5842cd217e18084100f176f46506ef2"><code>742d27e</code></a> fix(proxy): update environment variable check order</li> <li><a href="https://github.com/unjs/node-fetch-native/commit/b5ca4c35f5c15b2fcecd9bcb6369986fd22c2d99"><code>b5ca4c3</code></a> feat(proxy): export <code>fetch</code> and <code>createFetch</code> (<a href="https://redirect.github.com/unjs/node-fetch-native/issues/108">#108</a>)</li> <li><a href="https://github.com/unjs/node-fetch-native/commit/16f01ce056248473a0296864116b1be1fe631e9e"><code>16f01ce</code></a> chore(release): v1.5.1</li> <li><a href="https://github.com/unjs/node-fetch-native/commit/584ee24d3c88eaaa7ebade263d4ee4e68afe9660"><code>584ee24</code></a> build: add backward compatible types for <code>/proxy</code> subpath export</li> <li><a href="https://github.com/unjs/node-fetch-native/commit/144996bb0f3ba02d55424164ee75cbe64daa63a1"><code>144996b</code></a> fix(proxy): support lower-case environment variables too</li> <li><a href="https://github.com/unjs/node-fetch-native/commit/6ba95a6fb837ca3fd74800ecebbf3aa96651f158"><code>6ba95a6</code></a> chore(release): v1.5.0</li> <li><a href="https://github.com/unjs/node-fetch-native/commit/faea9f80cb39ec5ca2e5ce1530a05f2c1297058c"><code>faea9f8</code></a> chore: update description</li> <li>Additional commits viewable in <a href="https://github.com/unjs/node-fetch-native/compare/v1.4.1...v1.6.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=node-fetch-native&package-manager=npm_and_yarn&previous-version=1.4.1&new-version=1.6.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-03-03 16:38:00 +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/httpsms#358
No description provided.