e3ba5578fe352ba2d5cadc95242f09661d33a195
100 Commits
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
|
|
f1f0137022 | chore: apply Khoajs naming transformations (upstream sync) | ||
|
|
efdda86d48 | chore: apply Khoajs naming transformations (upstream sync) | ||
|
|
2f16d196c0 | chore: apply Khoajs naming transformations (upstream sync) | ||
|
|
1f4bbea3d9 | chore: apply Khoajs naming transformations (upstream sync) | ||
|
|
e0ba8ef39d | 3.2.0 | ||
|
|
3b0508e8d0 |
build(deps-dev): bump qs from 6.14.1 to 6.14.2 (#1927)
Bumps [qs](https://github.com/ljharb/qs) from 6.14.1 to 6.14.2. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/ljharb/qs/blob/main/CHANGELOG.md">qs's changelog</a>.</em></p> <blockquote> <h2><strong>6.14.2</strong></h2> <ul> <li>[Fix] <code>parse</code>: mark overflow objects for indexed notation exceeding <code>arrayLimit</code> (<a href="https://redirect.github.com/ljharb/qs/issues/546">#546</a>)</li> <li>[Fix] <code>arrayLimit</code> means max count, not max index, in <code>combine</code>/<code>merge</code>/<code>parseArrayValue</code></li> <li>[Fix] <code>parse</code>: throw on <code>arrayLimit</code> exceeded with indexed notation when <code>throwOnLimitExceeded</code> is true (<a href="https://redirect.github.com/ljharb/qs/issues/529">#529</a>)</li> <li>[Fix] <code>parse</code>: enforce <code>arrayLimit</code> on <code>comma</code>-parsed values</li> <li>[Fix] <code>parse</code>: fix error message to reflect arrayLimit as max index; remove extraneous comments (<a href="https://redirect.github.com/ljharb/qs/issues/545">#545</a>)</li> <li>[Robustness] avoid <code>.push</code>, use <code>void</code></li> <li>[readme] document that <code>addQueryPrefix</code> does not add <code>?</code> to empty output (<a href="https://redirect.github.com/ljharb/qs/issues/418">#418</a>)</li> <li>[readme] clarify <code>parseArrays</code> and <code>arrayLimit</code> documentation (<a href="https://redirect.github.com/ljharb/qs/issues/543">#543</a>)</li> <li>[readme] replace runkit CI badge with shields.io check-runs badge</li> <li>[meta] fix changelog typo (<code>arrayLength</code> → <code>arrayLimit</code>)</li> <li>[actions] fix rebase workflow permissions</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
c5a52e056d | 3.1.2 | ||
|
|
fecd464ae7 |
build(deps-dev): bump js-yaml from 4.1.0 to 4.1.1 (#1922)
Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 4.1.0 to 4.1.1. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md">js-yaml's changelog</a>.</em></p> <blockquote> <h2>[4.1.1] - 2025-11-12</h2> <h3>Security</h3> <ul> <li>Fix prototype pollution issue in yaml merge (<<) operator.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
d2066cf2a5 |
build(deps): bump content-disposition from 0.5.4 to 1.0.1 (#1917)
Bumps [content-disposition](https://github.com/jshttp/content-disposition) from 0.5.4 to 1.0.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/jshttp/content-disposition/releases">content-disposition's releases</a>.</em></p> <blockquote> <h2>1.0.1</h2> <h2>What's Changed</h2> <ul> <li>Remove dependency <code>safe-buffer</code> by <a href="https://github.com/Phillip9587"><code>@Phillip9587</code></a> in <a href="https://redirect.github.com/jshttp/content-disposition/pull/53">jshttp/content-disposition#53</a></li> <li>fix: update package.json engines field to reflect minimum supported node version by <a href="https://github.com/Phillip9587"><code>@Phillip9587</code></a> in <a href="https://redirect.github.com/jshttp/content-disposition/pull/56">jshttp/content-disposition#56</a></li> <li>tests: Spelling by <a href="https://github.com/jsoref"><code>@jsoref</code></a> in <a href="https://redirect.github.com/jshttp/content-disposition/pull/59">jshttp/content-disposition#59</a></li> <li>chore: upgrade scorecard workflow pinned action versions by <a href="https://github.com/carpasse"><code>@carpasse</code></a> in <a href="https://redirect.github.com/jshttp/content-disposition/pull/65">jshttp/content-disposition#65</a></li> <li>Fix badges by <a href="https://github.com/Phillip9587"><code>@Phillip9587</code></a> in <a href="https://redirect.github.com/jshttp/content-disposition/pull/55">jshttp/content-disposition#55</a></li> <li>ci: updated github actions ci workflow by <a href="https://github.com/Phillip9587"><code>@Phillip9587</code></a> in <a href="https://redirect.github.com/jshttp/content-disposition/pull/69">jshttp/content-disposition#69</a></li> <li>Replace var with const in example code by <a href="https://github.com/Binilkks"><code>@Binilkks</code></a> in <a href="https://redirect.github.com/jshttp/content-disposition/pull/67">jshttp/content-disposition#67</a></li> <li>replace <code>mocha</code> and <code>nyc</code> with native node test runner and <code>c8</code> by <a href="https://github.com/Phillip9587"><code>@Phillip9587</code></a> in <a href="https://redirect.github.com/jshttp/content-disposition/pull/54">jshttp/content-disposition#54</a></li> <li>ci: add dependabot by <a href="https://github.com/Phillip9587"><code>@Phillip9587</code></a> in <a href="https://redirect.github.com/jshttp/content-disposition/pull/73">jshttp/content-disposition#73</a></li> <li>ci: add CodeQl (SAST) by <a href="https://github.com/Phillip9587"><code>@Phillip9587</code></a> in <a href="https://redirect.github.com/jshttp/content-disposition/pull/71">jshttp/content-disposition#71</a></li> <li>build(deps): bump ossf/scorecard-action from 2.4.0 to 2.4.1 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/jshttp/content-disposition/pull/75">jshttp/content-disposition#75</a></li> <li>build(deps): bump github/codeql-action from 3.27.9 to 3.28.18 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/jshttp/content-disposition/pull/80">jshttp/content-disposition#80</a></li> <li>build(deps): bump ossf/scorecard-action from 2.4.1 to 2.4.2 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/jshttp/content-disposition/pull/81">jshttp/content-disposition#81</a></li> <li>chore: add funding to package.json by <a href="https://github.com/Phillip9587"><code>@Phillip9587</code></a> in <a href="https://redirect.github.com/jshttp/content-disposition/pull/84">jshttp/content-disposition#84</a></li> <li>build(deps): bump actions/upload-artifact from 4 to 5 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/jshttp/content-disposition/pull/94">jshttp/content-disposition#94</a></li> <li>build(deps): bump actions/download-artifact from 4 to 6 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/jshttp/content-disposition/pull/93">jshttp/content-disposition#93</a></li> <li>build(deps): bump github/codeql-action from 3.28.18 to 4.31.2 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/jshttp/content-disposition/pull/92">jshttp/content-disposition#92</a></li> <li>Release: 1.0.1 by <a href="https://github.com/UlisesGascon"><code>@UlisesGascon</code></a> in <a href="https://redirect.github.com/jshttp/content-disposition/pull/58">jshttp/content-disposition#58</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/Phillip9587"><code>@Phillip9587</code></a> made their first contribution in <a href="https://redirect.github.com/jshttp/content-disposition/pull/53">jshttp/content-disposition#53</a></li> <li><a href="https://github.com/jsoref"><code>@jsoref</code></a> made their first contribution in <a href="https://redirect.github.com/jshttp/content-disposition/pull/59">jshttp/content-disposition#59</a></li> <li><a href="https://github.com/Binilkks"><code>@Binilkks</code></a> made their first contribution in <a href="https://redirect.github.com/jshttp/content-disposition/pull/67">jshttp/content-disposition#67</a></li> <li><a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] made their first contribution in <a href="https://redirect.github.com/jshttp/content-disposition/pull/75">jshttp/content-disposition#75</a></li> <li><a href="https://github.com/UlisesGascon"><code>@UlisesGascon</code></a> made their first contribution in <a href="https://redirect.github.com/jshttp/content-disposition/pull/58">jshttp/content-disposition#58</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/jshttp/content-disposition/compare/v1.0.0...v1.0.1">https://github.com/jshttp/content-disposition/compare/v1.0.0...v1.0.1</a></p> <h2>1.0.0</h2> <h2>Breaking Changes</h2> <ul> <li>drop support to node <18 versions <a href="https://redirect.github.com/jshttp/content-disposition/pull/50">jshttp/content-disposition#50</a></li> </ul> <h2>What's Changed</h2> <ul> <li>Fix CI GH action by <a href="https://github.com/carpasse"><code>@carpasse</code></a> in <a href="https://redirect.github.com/jshttp/content-disposition/pull/48">jshttp/content-disposition#48</a></li> <li>Add OSSF scorecard pipeline by <a href="https://github.com/carpasse"><code>@carpasse</code></a> in <a href="https://redirect.github.com/jshttp/content-disposition/pull/49">jshttp/content-disposition#49</a></li> <li>Replace deprecated String.prototype.substr() by <a href="https://github.com/CommanderRoot"><code>@CommanderRoot</code></a> in <a href="https://redirect.github.com/jshttp/content-disposition/pull/42">jshttp/content-disposition#42</a></li> <li>fix(ci)!:drop node <18 and update ci by <a href="https://github.com/wesleytodd"><code>@wesleytodd</code></a> in <a href="https://redirect.github.com/jshttp/content-disposition/pull/50">jshttp/content-disposition#50</a></li> <li>Support decode 'utf8' (no dash) by <a href="https://github.com/alexstrat"><code>@alexstrat</code></a> in <a href="https://redirect.github.com/jshttp/content-disposition/pull/13">jshttp/content-disposition#13</a></li> <li>1.x Staging PR by <a href="https://github.com/wesleytodd"><code>@wesleytodd</code></a> in <a href="https://redirect.github.com/jshttp/content-disposition/pull/51">jshttp/content-disposition#51</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/CommanderRoot"><code>@CommanderRoot</code></a> made their first contribution in <a href="https://redirect.github.com/jshttp/content-disposition/pull/42">jshttp/content-disposition#42</a></li> <li><a href="https://github.com/wesleytodd"><code>@wesleytodd</code></a> made their first contribution in <a href="https://redirect.github.com/jshttp/content-disposition/pull/50">jshttp/content-disposition#50</a></li> <li><a href="https://github.com/alexstrat"><code>@alexstrat</code></a> made their first contribution in <a href="https://redirect.github.com/jshttp/content-disposition/pull/13">jshttp/content-disposition#13</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/jshttp/content-disposition/compare/v0.5.4...v1.0.0">https://github.com/jshttp/content-disposition/compare/v0.5.4...v1.0.0</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/jshttp/content-disposition/blob/master/HISTORY.md">content-disposition's changelog</a>.</em></p> <blockquote> <h1>1.0.1 / 2025-11-18</h1> <ul> <li>Updated <code>engines</code> field to Node@18 or higher (fixed reference, see 1.0.0)</li> <li>Remove dependency <code>safe-buffer</code></li> </ul> <h1>1.0.0 / 2024-08-31</h1> <ul> <li>drop node <18</li> <li>allow utf8 as alias for utf-8</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
096682b315 |
build(deps): bump mime-types from 3.0.1 to 3.0.2 (#1918)
Bumps [mime-types](https://github.com/jshttp/mime-types) from 3.0.1 to 3.0.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/jshttp/mime-types/releases">mime-types's releases</a>.</em></p> <blockquote> <h2>v3.0.2</h2> <h2>What's Changed</h2> <ul> <li>fix: use <code>ubuntu-latest</code> as ci runner by <a href="https://github.com/UlisesGascon"><code>@UlisesGascon</code></a> in <a href="https://redirect.github.com/jshttp/mime-types/pull/143">jshttp/mime-types#143</a></li> <li>[StepSecurity] Apply security best practices by <a href="https://github.com/step-security-bot"><code>@step-security-bot</code></a> in <a href="https://redirect.github.com/jshttp/mime-types/pull/141">jshttp/mime-types#141</a></li> <li>fix: mime-score logic for mp4 types by <a href="https://github.com/broofa"><code>@broofa</code></a> in <a href="https://redirect.github.com/jshttp/mime-types/pull/140">jshttp/mime-types#140</a></li> <li>🧪 add engines test by <a href="https://github.com/ctcpip"><code>@ctcpip</code></a> in <a href="https://redirect.github.com/jshttp/mime-types/pull/136">jshttp/mime-types#136</a></li> <li>chore: add funding to package.json by <a href="https://github.com/Phillip9587"><code>@Phillip9587</code></a> in <a href="https://redirect.github.com/jshttp/mime-types/pull/158">jshttp/mime-types#158</a></li> <li>build(deps): bump github/codeql-action from 3.27.9 to 3.30.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/jshttp/mime-types/pull/163">jshttp/mime-types#163</a></li> <li>build(deps): bump actions/checkout from 4 to 5 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/jshttp/mime-types/pull/164">jshttp/mime-types#164</a></li> <li>build(deps): bump actions/setup-node from 4 to 5 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/jshttp/mime-types/pull/166">jshttp/mime-types#166</a></li> <li>build(deps): bump github/codeql-action from 3.30.0 to 3.30.5 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/jshttp/mime-types/pull/168">jshttp/mime-types#168</a></li> <li>build(deps): bump ossf/scorecard-action from 2.4.0 to 2.4.3 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/jshttp/mime-types/pull/167">jshttp/mime-types#167</a></li> <li>build(deps-dev): bump eslint-plugin-promise from 6.1.1 to 6.6.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/jshttp/mime-types/pull/150">jshttp/mime-types#150</a></li> <li>build(deps): bump coverallsapp/github-action from 1.2.5 to 2.3.6 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/jshttp/mime-types/pull/144">jshttp/mime-types#144</a></li> <li>build(deps-dev): bump eslint-plugin-markdown from 3.0.0 to 3.0.1 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/jshttp/mime-types/pull/148">jshttp/mime-types#148</a></li> <li>build(deps-dev): bump mocha from 10.2.0 to 10.8.2 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/jshttp/mime-types/pull/149">jshttp/mime-types#149</a></li> <li>build(deps): bump actions/upload-artifact from 4.5.0 to 4.6.2 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/jshttp/mime-types/pull/147">jshttp/mime-types#147</a></li> <li>fix: update JSDoc to convey only false return by <a href="https://github.com/kellyselden"><code>@kellyselden</code></a> in <a href="https://redirect.github.com/jshttp/mime-types/pull/152">jshttp/mime-types#152</a></li> <li>build(deps-dev): bump eslint-plugin-import from 2.27.5 to 2.32.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/jshttp/mime-types/pull/155">jshttp/mime-types#155</a></li> <li>Release: 3.0.2 by <a href="https://github.com/UlisesGascon"><code>@UlisesGascon</code></a> in <a href="https://redirect.github.com/jshttp/mime-types/pull/169">jshttp/mime-types#169</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/step-security-bot"><code>@step-security-bot</code></a> made their first contribution in <a href="https://redirect.github.com/jshttp/mime-types/pull/141">jshttp/mime-types#141</a></li> <li><a href="https://github.com/ctcpip"><code>@ctcpip</code></a> made their first contribution in <a href="https://redirect.github.com/jshttp/mime-types/pull/136">jshttp/mime-types#136</a></li> <li><a href="https://github.com/Phillip9587"><code>@Phillip9587</code></a> made their first contribution in <a href="https://redirect.github.com/jshttp/mime-types/pull/158">jshttp/mime-types#158</a></li> <li><a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] made their first contribution in <a href="https://redirect.github.com/jshttp/mime-types/pull/163">jshttp/mime-types#163</a></li> <li><a href="https://github.com/kellyselden"><code>@kellyselden</code></a> made their first contribution in <a href="https://redirect.github.com/jshttp/mime-types/pull/152">jshttp/mime-types#152</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/jshttp/mime-types/compare/v3.0.1...v3.0.2">https://github.com/jshttp/mime-types/compare/v3.0.1...v3.0.2</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/jshttp/mime-types/blob/master/HISTORY.md">mime-types's changelog</a>.</em></p> <blockquote> <h1>3.0.2 / 2025-11-20</h1> <ul> <li>Fix: update JSDoc to reflect that functions return only <code>false</code> or <code>string</code>, not <code>boolean|string</code>.</li> <li>Fix: refined mime-score logic so <code>.mp4</code> resolves correctly</li> <li>Fix:reflect the current Node.js version supported to ≥ 18 (See 3.0.0 for more details).</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
8215c2e389 |
build(deps): bump http-errors from 2.0.0 to 2.0.1 (#1919)
Bumps [http-errors](https://github.com/jshttp/http-errors) from 2.0.0 to 2.0.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/jshttp/http-errors/releases">http-errors's releases</a>.</em></p> <blockquote> <h2>v2.0.1</h2> <h2>What's Changed</h2> <ul> <li>Add support for OSSF scorecard reporting by <a href="https://github.com/carpasse"><code>@carpasse</code></a> in <a href="https://redirect.github.com/jshttp/http-errors/pull/107">jshttp/http-errors#107</a></li> <li>refactor: improve <code>toClassName</code> function readability and JSDoc completeness by <a href="https://github.com/Ayoub-Mabrouk"><code>@Ayoub-Mabrouk</code></a> in <a href="https://redirect.github.com/jshttp/http-errors/pull/112">jshttp/http-errors#112</a></li> <li>chore: upgrade scorecard workflow pinned action versions by <a href="https://github.com/carpasse"><code>@carpasse</code></a> in <a href="https://redirect.github.com/jshttp/http-errors/pull/113">jshttp/http-errors#113</a></li> <li>Add test for extending native errors w/o altering prototype by <a href="https://github.com/jonchurch"><code>@jonchurch</code></a> in <a href="https://redirect.github.com/jshttp/http-errors/pull/106">jshttp/http-errors#106</a></li> <li>remove --bail from test script by <a href="https://github.com/jonchurch"><code>@jonchurch</code></a> in <a href="https://redirect.github.com/jshttp/http-errors/pull/114">jshttp/http-errors#114</a></li> <li>[StepSecurity] Apply security best practices by <a href="https://github.com/step-security-bot"><code>@step-security-bot</code></a> in <a href="https://redirect.github.com/jshttp/http-errors/pull/116">jshttp/http-errors#116</a></li> <li>build(deps): bump actions/checkout from 2.7.0 to 4.2.2 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/jshttp/http-errors/pull/117">jshttp/http-errors#117</a></li> <li>build(deps): bump ossf/scorecard-action from 2.4.0 to 2.4.2 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/jshttp/http-errors/pull/118">jshttp/http-errors#118</a></li> <li>build(deps): bump coverallsapp/github-action from 1.2.5 to 2.3.6 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/jshttp/http-errors/pull/119">jshttp/http-errors#119</a></li> <li>build(deps): bump actions/upload-artifact from 4.5.0 to 4.6.2 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/jshttp/http-errors/pull/121">jshttp/http-errors#121</a></li> <li>build(deps): bump github/codeql-action from 3.27.9 to 3.28.18 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/jshttp/http-errors/pull/123">jshttp/http-errors#123</a></li> <li>fix: use <code>ubuntu-latest</code> as ci runner by <a href="https://github.com/UlisesGascon"><code>@UlisesGascon</code></a> in <a href="https://redirect.github.com/jshttp/http-errors/pull/124">jshttp/http-errors#124</a></li> <li>remove --bail by <a href="https://github.com/jonchurch"><code>@jonchurch</code></a> in <a href="https://redirect.github.com/jshttp/http-errors/pull/125">jshttp/http-errors#125</a></li> <li>deps: update statuses and switch fixed versions to tilde (~) by <a href="https://github.com/Phillip9587"><code>@Phillip9587</code></a> in <a href="https://redirect.github.com/jshttp/http-errors/pull/126">jshttp/http-errors#126</a></li> <li>chore: add funding to package.json by <a href="https://github.com/Phillip9587"><code>@Phillip9587</code></a> in <a href="https://redirect.github.com/jshttp/http-errors/pull/130">jshttp/http-errors#130</a></li> <li>build(deps): bump github/codeql-action from 3.28.18 to 3.29.5 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/jshttp/http-errors/pull/131">jshttp/http-errors#131</a></li> <li>ci: add nodejs v18 - v24 to test matrix by <a href="https://github.com/Phillip9587"><code>@Phillip9587</code></a> in <a href="https://redirect.github.com/jshttp/http-errors/pull/127">jshttp/http-errors#127</a></li> <li>build(deps-dev): bump eslint-plugin-import from 2.25.3 to 2.32.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/jshttp/http-errors/pull/129">jshttp/http-errors#129</a></li> <li>build(deps): bump github/codeql-action from 3.29.7 to 3.29.11 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/jshttp/http-errors/pull/133">jshttp/http-errors#133</a></li> <li>build(deps): bump actions/checkout from 4.2.2 to 5.0.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/jshttp/http-errors/pull/132">jshttp/http-errors#132</a></li> <li>build(deps): bump actions/upload-artifact from 4.6.2 to 5.0.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/jshttp/http-errors/pull/138">jshttp/http-errors#138</a></li> <li>build(deps): bump github/codeql-action from 3.29.11 to 4.31.2 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/jshttp/http-errors/pull/137">jshttp/http-errors#137</a></li> <li>build(deps): bump ossf/scorecard-action from 2.4.2 to 2.4.3 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/jshttp/http-errors/pull/134">jshttp/http-errors#134</a></li> <li>Release: 2.0.1 by <a href="https://github.com/UlisesGascon"><code>@UlisesGascon</code></a> in <a href="https://redirect.github.com/jshttp/http-errors/pull/140">jshttp/http-errors#140</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/Ayoub-Mabrouk"><code>@Ayoub-Mabrouk</code></a> made their first contribution in <a href="https://redirect.github.com/jshttp/http-errors/pull/112">jshttp/http-errors#112</a></li> <li><a href="https://github.com/jonchurch"><code>@jonchurch</code></a> made their first contribution in <a href="https://redirect.github.com/jshttp/http-errors/pull/106">jshttp/http-errors#106</a></li> <li><a href="https://github.com/step-security-bot"><code>@step-security-bot</code></a> made their first contribution in <a href="https://redirect.github.com/jshttp/http-errors/pull/116">jshttp/http-errors#116</a></li> <li><a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] made their first contribution in <a href="https://redirect.github.com/jshttp/http-errors/pull/117">jshttp/http-errors#117</a></li> <li><a href="https://github.com/UlisesGascon"><code>@UlisesGascon</code></a> made their first contribution in <a href="https://redirect.github.com/jshttp/http-errors/pull/124">jshttp/http-errors#124</a></li> <li><a href="https://github.com/Phillip9587"><code>@Phillip9587</code></a> made their first contribution in <a href="https://redirect.github.com/jshttp/http-errors/pull/126">jshttp/http-errors#126</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/jshttp/http-errors/compare/v2.0.0...v2.0.1">https://github.com/jshttp/http-errors/compare/v2.0.0...v2.0.1</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/jshttp/http-errors/blob/master/HISTORY.md">http-errors's changelog</a>.</em></p> <blockquote> <h1>2.0.1 / 2025-11-20</h1> <ul> <li>deps: use tilde notation for dependencies</li> <li>deps: update statuses to 2.0.2</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
cfe5ec6aea |
build(deps-dev): bump qs from 6.14.0 to 6.14.1 (#1921)
Bumps [qs](https://github.com/ljharb/qs) from 6.14.0 to 6.14.1. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/ljharb/qs/blob/main/CHANGELOG.md">qs's changelog</a>.</em></p> <blockquote> <h2><strong>6.14.1</strong></h2> <ul> <li>[Fix] ensure arrayLength applies to <code>[]</code> notation as well</li> <li>[Fix] <code>parse</code>: when a custom decoder returns <code>null</code> for a key, ignore that key</li> <li>[Refactor] <code>parse</code>: extract key segment splitting helper</li> <li>[meta] add threat model</li> <li>[actions] add workflow permissions</li> <li>[Tests] <code>stringify</code>: increase coverage</li> <li>[Dev Deps] update <code>eslint</code>, <code>@ljharb/eslint-config</code>, <code>npmignore</code>, <code>es-value-fixtures</code>, <code>for-each</code>, <code>object-inspect</code></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
2e52fb589c | 3.1.1 | ||
|
|
1c642f4e4f | 3.1.0 | ||
|
|
ffd497a190 | 3.0.3 | ||
|
|
433b20c9e5 | 3.0.2 | ||
|
|
1ddb048adc | 3.0.1 | ||
|
|
d378e5c5f9 |
build(deps-dev): bump supertest from 7.1.1 to 7.1.4 (#1895)
Bumps [supertest](https://github.com/ladjs/supertest) from 7.1.1 to 7.1.4. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/ladjs/supertest/releases">supertest's releases</a>.</em></p> <blockquote> <h2>v7.1.4</h2> <ul> <li>chore: bump deps 6021ec8</li> <li>Merge pull request <a href="https://redirect.github.com/ladjs/supertest/issues/865">#865</a> from forwardemail/dependabot/npm_and_yarn/form-data-4.0.4 ceca508</li> <li>chore(deps): bump form-data from 4.0.3 to 4.0.4 b1fb983</li> </ul> <hr /> <p><a href="https://github.com/ladjs/supertest/compare/v7.1.3...v7.1.4">https://github.com/ladjs/supertest/compare/v7.1.3...v7.1.4</a></p> <h2>v7.1.3</h2> <ul> <li>fix: revert automatic server closing (per <a href="https://redirect.github.com/ladjs/supertest/issues/651">#651</a>) b6fd281</li> <li>fix: rename ci file 75bcbc9</li> </ul> <hr /> <p><a href="https://github.com/ladjs/supertest/compare/v7.1.2...v7.1.3">https://github.com/ladjs/supertest/compare/v7.1.2...v7.1.3</a></p> <h2>v7.1.2</h2> <ul> <li>feat: fix server lifecycle, callback handling, and SuperAgent v10 compatibility 6d060e3</li> <li>Merge pull request <a href="https://redirect.github.com/ladjs/supertest/issues/862">#862</a> from noritaka1166/fix-typo-test 0413057</li> <li>Merge pull request <a href="https://redirect.github.com/ladjs/supertest/issues/841">#841</a> from viniciusamc/master e2be0e1</li> <li>chore: fix typo in test b7f985b</li> <li>feat(bearer):bearer auth token method 411f7ce</li> </ul> <hr /> <p><a href="https://github.com/ladjs/supertest/compare/v7.1.1...v7.1.2">https://github.com/ladjs/supertest/compare/v7.1.1...v7.1.2</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
cb22d8dcde |
build(deps): bump statuses from 2.0.1 to 2.0.2 (#1888)
Bumps [statuses](https://github.com/jshttp/statuses) from 2.0.1 to 2.0.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/jshttp/statuses/releases">statuses's releases</a>.</em></p> <blockquote> <h2>v2.0.2</h2> <h2>What's Changed</h2> <ul> <li>Ci/add missing node versions by <a href="https://github.com/carpasse"><code>@carpasse</code></a> in <a href="https://redirect.github.com/jshttp/statuses/pull/32">jshttp/statuses#32</a></li> <li>chore: add support for OSSF scorecard reporting by <a href="https://github.com/inigomarquinez"><code>@inigomarquinez</code></a> in <a href="https://redirect.github.com/jshttp/statuses/pull/24">jshttp/statuses#24</a></li> <li>chore: pin dependencies and specify permissions in the pipeline by <a href="https://github.com/inigomarquinez"><code>@inigomarquinez</code></a> in <a href="https://redirect.github.com/jshttp/statuses/pull/25">jshttp/statuses#25</a></li> <li>docs: add openssf badge in readme file by <a href="https://github.com/inigomarquinez"><code>@inigomarquinez</code></a> in <a href="https://redirect.github.com/jshttp/statuses/pull/29">jshttp/statuses#29</a></li> <li>chore: add codeql pipeline by <a href="https://github.com/inigomarquinez"><code>@inigomarquinez</code></a> in <a href="https://redirect.github.com/jshttp/statuses/pull/26">jshttp/statuses#26</a></li> <li>chore: add dependency review tool by <a href="https://github.com/inigomarquinez"><code>@inigomarquinez</code></a> in <a href="https://redirect.github.com/jshttp/statuses/pull/27">jshttp/statuses#27</a></li> <li>chore: add dependabot by <a href="https://github.com/inigomarquinez"><code>@inigomarquinez</code></a> in <a href="https://redirect.github.com/jshttp/statuses/pull/28">jshttp/statuses#28</a></li> <li>fix: use <code>ubuntu-latest</code> as ci runner by <a href="https://github.com/UlisesGascon"><code>@UlisesGascon</code></a> in <a href="https://redirect.github.com/jshttp/statuses/pull/33">jshttp/statuses#33</a></li> <li>Replace deprecated String.prototype.substr() by <a href="https://github.com/CommanderRoot"><code>@CommanderRoot</code></a> in <a href="https://redirect.github.com/jshttp/statuses/pull/23">jshttp/statuses#23</a></li> <li>ci: modernize pipelines by <a href="https://github.com/UlisesGascon"><code>@UlisesGascon</code></a> in <a href="https://redirect.github.com/jshttp/statuses/pull/34">jshttp/statuses#34</a></li> <li>fix: typo in pipeline by <a href="https://github.com/UlisesGascon"><code>@UlisesGascon</code></a> in <a href="https://redirect.github.com/jshttp/statuses/pull/39">jshttp/statuses#39</a></li> <li>build(deps-dev): bump raw-body from 2.4.1 to 2.5.2 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/jshttp/statuses/pull/35">jshttp/statuses#35</a></li> <li>build(deps-dev): bump eslint-plugin-promise from 4.2.1 to 4.3.1 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/jshttp/statuses/pull/36">jshttp/statuses#36</a></li> <li>build(deps-dev): bump csv-parse from 4.15.1 to 4.16.3 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/jshttp/statuses/pull/37">jshttp/statuses#37</a></li> <li>build(deps-dev): bump eslint-plugin-import from 2.23.2 to 2.31.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/jshttp/statuses/pull/38">jshttp/statuses#38</a></li> <li>Release: 2.0.2 by <a href="https://github.com/UlisesGascon"><code>@UlisesGascon</code></a> in <a href="https://redirect.github.com/jshttp/statuses/pull/40">jshttp/statuses#40</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/carpasse"><code>@carpasse</code></a> made their first contribution in <a href="https://redirect.github.com/jshttp/statuses/pull/32">jshttp/statuses#32</a></li> <li><a href="https://github.com/inigomarquinez"><code>@inigomarquinez</code></a> made their first contribution in <a href="https://redirect.github.com/jshttp/statuses/pull/24">jshttp/statuses#24</a></li> <li><a href="https://github.com/UlisesGascon"><code>@UlisesGascon</code></a> made their first contribution in <a href="https://redirect.github.com/jshttp/statuses/pull/33">jshttp/statuses#33</a></li> <li><a href="https://github.com/CommanderRoot"><code>@CommanderRoot</code></a> made their first contribution in <a href="https://redirect.github.com/jshttp/statuses/pull/23">jshttp/statuses#23</a></li> <li><a href="https://github.com/dependabot"><code>@dependabot</code></a> made their first contribution in <a href="https://redirect.github.com/jshttp/statuses/pull/35">jshttp/statuses#35</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/jshttp/statuses/compare/v2.0.1...v2.0.2">https://github.com/jshttp/statuses/compare/v2.0.1...v2.0.2</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/jshttp/statuses/blob/master/HISTORY.md">statuses's changelog</a>.</em></p> <blockquote> <h1>2.0.2 / 2025-06-06</h1> <ul> <li>Migrate to <code>String.prototype.slice()</code></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
0acad8ff37 |
feat: replace cache-content-type with mime-types directly (#1886)
## Checklist - [x] I have ensured my pull request is not behind the main or master branch of the original repository. - [x] I have rebased all commits where necessary so that reviewing this pull request can be done without having to merge it first. - [x] I have written a commit message that passes commitlint linting. - [x] I have ensured that my code changes pass linting tests. - [x] I have ensured that my code changes pass unit tests. - [x] I have described my pull request and the reasons for code changes along with context if necessary. |
||
|
|
2f6e8147db |
feat: replace debug module with pure node:util::debuglog (#1885)
## Checklist - [x] I have ensured my pull request is not behind the main or master branch of the original repository. - [x] I have rebased all commits where necessary so that reviewing this pull request can be done without having to merge it first. - [x] I have written a commit message that passes commitlint linting. - [x] I have ensured that my code changes pass linting tests. - [x] I have ensured that my code changes pass unit tests. - [x] I have described my pull request and the reasons for code changes along with context if necessary. |
||
|
|
8620ced588 |
build(deps): bump debug from 4.4.0 to 4.4.1 (#1880)
Bumps [debug](https://github.com/debug-js/debug) from 4.4.0 to 4.4.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/debug-js/debug/releases">debug's releases</a>.</em></p> <blockquote> <h2>4.4.1</h2> <h2>What's Changed</h2> <ul> <li>fix(Issue-996): replace whitespaces in namespaces string with commas globally by <a href="https://github.com/pdahal-cx"><code>@pdahal-cx</code></a> in <a href="https://redirect.github.com/debug-js/debug/pull/997">debug-js/debug#997</a></li> <li>fixes <a href="https://redirect.github.com/debug-js/debug/issues/987">#987</a> fallback to localStorage.DEBUG if debug is not defined by <a href="https://github.com/lzilioli"><code>@lzilioli</code></a> in <a href="https://redirect.github.com/debug-js/debug/pull/988">debug-js/debug#988</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/pdahal-cx"><code>@pdahal-cx</code></a> made their first contribution in <a href="https://redirect.github.com/debug-js/debug/pull/997">debug-js/debug#997</a></li> <li><a href="https://github.com/lzilioli"><code>@lzilioli</code></a> made their first contribution in <a href="https://redirect.github.com/debug-js/debug/pull/988">debug-js/debug#988</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/debug-js/debug/compare/4.4.0...4.4.1">https://github.com/debug-js/debug/compare/4.4.0...4.4.1</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
dec1ffcbda |
build(deps-dev): bump supertest from 7.1.0 to 7.1.1 (#1879)
Bumps [supertest](https://github.com/ladjs/supertest) from 7.1.0 to 7.1.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/ladjs/supertest/releases">supertest's releases</a>.</em></p> <blockquote> <h2>v7.1.1</h2> <ul> <li>Merge pull request <a href="https://redirect.github.com/ladjs/supertest/issues/858">#858</a> from ByteOPCode/master f553845</li> <li>feat: update superagent version d37d197</li> </ul> <p><a href="https://github.com/ladjs/supertest/compare/v7.1.0...v7.1.1">https://github.com/ladjs/supertest/compare/v7.1.0...v7.1.1</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
61bf494594 |
build(deps-dev): bump formidable from 3.5.2 to 3.5.4 (#1878)
Bumps [formidable](https://github.com/node-formidable/formidable) from 3.5.2 to 3.5.4. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/node-formidable/formidable/releases">formidable's releases</a>.</em></p> <blockquote> <h2>v3.5.3</h2> <h2>What's Changed</h2> <ul> <li> <p>Fix existing test failure by <a href="https://github.com/ryhmrt"><code>@ryhmrt</code></a> in <a href="https://redirect.github.com/node-formidable/formidable/pull/990">node-formidable/formidable#990</a></p> </li> <li> <p>update Ryan Dahl x account link by <a href="https://github.com/moetezch"><code>@moetezch</code></a> in <a href="https://redirect.github.com/node-formidable/formidable/pull/989">node-formidable/formidable#989</a></p> </li> <li> <p>update failing tests</p> </li> <li> <p>update CI/CD workflows and actions;</p> </li> <li> <p>update CodeQL github action for security analysis</p> </li> <li> <p>update readme, links and badges</p> </li> <li> <p>update to use cuid2 (battle-tested <code>@paralleldrive/cuid2</code> package) for better random names - should not be breaking anything since it's still 25 characters long, but a lot safer and faster.</p> </li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/ryhmrt"><code>@ryhmrt</code></a> made their first contribution in <a href="https://redirect.github.com/node-formidable/formidable/pull/990">node-formidable/formidable#990</a></li> <li><a href="https://github.com/moetezch"><code>@moetezch</code></a> made their first contribution in <a href="https://redirect.github.com/node-formidable/formidable/pull/989">node-formidable/formidable#989</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/node-formidable/formidable/compare/v3.5.2...v3.5.3">https://github.com/node-formidable/formidable/compare/v3.5.2...v3.5.3</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/node-formidable/formidable/blob/master/CHANGELOG.md">formidable's changelog</a>.</em></p> <blockquote> <h3>3.5.4</h3> <ul> <li>fix the <code>os.machine</code> breaking some dependents, fix <a href="https://redirect.github.com/node-formidable/formidable/issues/994">#994</a></li> <li>add Node 16, 18, 20, 22 to CI/CD</li> </ul> <h3>3.5.3</h3> <ul> <li>security report by ZAST.AI help for some vulnerabilities addressing (primarily the random names generation)</li> <li>update failing tests</li> <li>update CI/CD workflows and actions;</li> <li>update CodeQL github action for security analysis</li> <li>update readme, links and badges</li> <li>update to use cuid2 (battle-tested <code>@paralleldrive/cuid2</code> package) for better random names - should not be breaking anything since it's still 25 characters long, but a lot safer and faster.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/node-formidable/formidable/commits">compare view</a></li> </ul> </details> <br /> [](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) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/koajs/koa/network/alerts). </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
|
|
ead934d8f2 | 3.0.0 | ||
|
|
7716028fec |
build(deps-dev): bump c8 from 8.0.1 to 10.1.3 (#1874)
Bumps [c8](https://github.com/bcoe/c8) from 8.0.1 to 10.1.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/bcoe/c8/releases">c8's releases</a>.</em></p> <blockquote> <h2>v10.1.3</h2> <h2><a href="https://github.com/bcoe/c8/compare/v10.1.2...v10.1.3">10.1.3</a> (2024-12-10)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>deps:</strong> update bcoe/v8-coverage addressing v8 issue (<a href="https://redirect.github.com/bcoe/c8/issues/552">#552</a>) (<a href=" |
||
|
|
0b515d24ea |
chore: adds updated codecov (#1873)
## Checklist - Adds initial working codecov comment with node test runner - Updates done callbacks to async/await - **NOTE:** This was causing tests to hang - Closes #1860 --- - [x] I have ensured my pull request is not behind the main or master branch of the original repository. - [x] I have rebased all commits where necessary so that reviewing this pull request can be done without having to merge it first. - [x] I have written a commit message that passes commitlint linting. - [x] I have ensured that my code changes pass linting tests. - [x] I have ensured that my code changes pass unit tests. - [x] I have described my pull request and the reasons for code changes along with context if necessary. --------- Co-authored-by: Jeff Wainwright <jeffry@tuta.com> |
||
|
|
16b6e08059 | 3.0.0-alpha.5 | ||
|
|
3c892f9ca6 | :chore: ⬆️ dependencies | ||
|
|
d5081a1520 |
build(deps): bump type-is from 1.6.18 to 2.0.1 (#1866)
Bumps [type-is](https://github.com/jshttp/type-is) from 1.6.18 to 2.0.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/jshttp/type-is/releases">type-is's releases</a>.</em></p> <blockquote> <h2>2.0.1</h2> <h2>What's Changed</h2> <ul> <li>Refactor normalizeType function to simplify return statement by <a href="https://github.com/Ayoub-Mabrouk"><code>@Ayoub-Mabrouk</code></a> in <a href="https://redirect.github.com/jshttp/type-is/pull/61">jshttp/type-is#61</a></li> <li>Refactor tryNormalizeType function for cleaner code by <a href="https://github.com/Ayoub-Mabrouk"><code>@Ayoub-Mabrouk</code></a> in <a href="https://redirect.github.com/jshttp/type-is/pull/59">jshttp/type-is#59</a></li> <li>Replace deprecated String.prototype.substr() by <a href="https://github.com/CommanderRoot"><code>@CommanderRoot</code></a> in <a href="https://redirect.github.com/jshttp/type-is/pull/50">jshttp/type-is#50</a></li> <li>Optimize argument handling in typeofrequest function by <a href="https://github.com/Ayoub-Mabrouk"><code>@Ayoub-Mabrouk</code></a> in <a href="https://redirect.github.com/jshttp/type-is/pull/60">jshttp/type-is#60</a></li> <li>Release 2.0.1 by <a href="https://github.com/UlisesGascon"><code>@UlisesGascon</code></a> in <a href="https://redirect.github.com/jshttp/type-is/pull/64">jshttp/type-is#64</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/Ayoub-Mabrouk"><code>@Ayoub-Mabrouk</code></a> made their first contribution in <a href="https://redirect.github.com/jshttp/type-is/pull/61">jshttp/type-is#61</a></li> <li><a href="https://github.com/CommanderRoot"><code>@CommanderRoot</code></a> made their first contribution in <a href="https://redirect.github.com/jshttp/type-is/pull/50">jshttp/type-is#50</a></li> <li><a href="https://github.com/UlisesGascon"><code>@UlisesGascon</code></a> made their first contribution in <a href="https://redirect.github.com/jshttp/type-is/pull/64">jshttp/type-is#64</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/jshttp/type-is/compare/2.0.0...2.0.1">https://github.com/jshttp/type-is/compare/2.0.0...2.0.1</a></p> <h2>2.0.0</h2> <h2>What's Changed</h2> <ul> <li>README changes by <a href="https://github.com/Yash-Singh1"><code>@Yash-Singh1</code></a> in <a href="https://redirect.github.com/jshttp/type-is/pull/48">jshttp/type-is#48</a></li> <li>add OSSF scorecard pipeline by <a href="https://github.com/carpasse"><code>@carpasse</code></a> in <a href="https://redirect.github.com/jshttp/type-is/pull/55">jshttp/type-is#55</a></li> <li>Fix ci pipeline by <a href="https://github.com/carpasse"><code>@carpasse</code></a> in <a href="https://redirect.github.com/jshttp/type-is/pull/54">jshttp/type-is#54</a></li> <li>2.x Staging PR by <a href="https://github.com/wesleytodd"><code>@wesleytodd</code></a> in <a href="https://redirect.github.com/jshttp/type-is/pull/57">jshttp/type-is#57</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/Yash-Singh1"><code>@Yash-Singh1</code></a> made their first contribution in <a href="https://redirect.github.com/jshttp/type-is/pull/48">jshttp/type-is#48</a></li> <li><a href="https://github.com/carpasse"><code>@carpasse</code></a> made their first contribution in <a href="https://redirect.github.com/jshttp/type-is/pull/55">jshttp/type-is#55</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/jshttp/type-is/compare/1.6.18...2.0.0">https://github.com/jshttp/type-is/compare/1.6.18...2.0.0</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/jshttp/type-is/blob/master/HISTORY.md">type-is's changelog</a>.</em></p> <blockquote> <h1>2.0.1 / 2025-03-27</h1> <h1>2.0.0 / 2024-08-31</h1> <ul> <li>Drop node <18</li> <li>Use <code>content-type@^1.0.5</code> and <code>media-typer@^1.0.0</code> for type validation <ul> <li>No behavior changes, upgrades <code>media-typer</code></li> </ul> </li> <li>deps: mime-types@^3.0.0 <ul> <li>Add <code>application/toml</code> with extension <code>.toml</code></li> <li>Add <code>application/ubjson</code> with extension <code>.ubj</code></li> <li>Add <code>application/x-keepass2</code> with extension <code>.kdbx</code></li> <li>Add deprecated iWorks mime types and extensions</li> <li>Add extension <code>.amr</code> to <code>audio/amr</code></li> <li>Add extension <code>.cjs</code> to <code>application/node</code></li> <li>Add extension <code>.dbf</code> to <code>application/vnd.dbf</code></li> <li>Add extension <code>.m4s</code> to <code>video/iso.segment</code></li> <li>Add extension <code>.mvt</code> to <code>application/vnd.mapbox-vector-tile</code></li> <li>Add extension <code>.mxmf</code> to <code>audio/mobile-xmf</code></li> <li>Add extension <code>.opus</code> to <code>audio/ogg</code></li> <li>Add extension <code>.rar</code> to <code>application/vnd.rar</code></li> <li>Add extension <code>.td</code> to <code>application/urc-targetdesc+xml</code></li> <li>Add extension <code>.trig</code> to <code>application/trig</code></li> <li>Add extensions from IANA for <code>application/*+xml</code> types</li> <li>Add <code>image/avif</code> with extension <code>.avif</code></li> <li>Add <code>image/ktx2</code> with extension <code>.ktx2</code></li> <li>Add <code>image/vnd.ms-dds</code> with extension <code>.dds</code></li> <li>Add new upstream MIME types</li> <li>Fix extension of <code>application/vnd.apple.keynote</code> to be <code>.key</code></li> <li>Remove ambigious extensions from IANA for <code>application/*+xml</code> types</li> <li>Update primary extension to <code>.es</code> for <code>application/ecmascript</code></li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
579fd15bf8 |
build(deps-dev): bump supertest from 7.0.0 to 7.1.0 (#1863)
Bumps [supertest](https://github.com/ladjs/supertest) from 7.0.0 to 7.1.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/ladjs/supertest/releases">supertest's releases</a>.</em></p> <blockquote> <h2>v7.1.0</h2> <ul> <li>Merge pull request <a href="https://redirect.github.com/ladjs/supertest/issues/852">#852</a> from alxndrsn/econnreset de045d4</li> <li>Merge pull request <a href="https://redirect.github.com/ladjs/supertest/issues/845">#845</a> from ikonst/master be0d5c7</li> <li>Merge pull request <a href="https://redirect.github.com/ladjs/supertest/issues/854">#854</a> from alxndrsn/commitlint 35ac86f</li> <li>fix(dev): commitlint dev dependency & config e67fcb2</li> <li>fix: avoid server re-use race conditions 96c06e3</li> <li>test: fix test failure due to localhost being also ipv6 92079a0</li> </ul> <p><a href="https://github.com/ladjs/supertest/compare/v7.0.0...v7.1.0">https://github.com/ladjs/supertest/compare/v7.0.0...v7.1.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
eee6e805f9 | 3.0.0-alpha.4 | ||
|
|
af0547d5f6 |
don't coerce header value to string on set #1394 (#1859)
this is a rebase of https://github.com/koajs/koa/pull/1394. closes #1394 |
||
|
|
ca6718c90b |
build(deps): bump debug from 4.3.6 to 4.4.0 (#1852)
Bumps [debug](https://github.com/debug-js/debug) from 4.3.6 to 4.4.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/debug-js/debug/releases">debug's releases</a>.</em></p> <blockquote> <h2>4.4.0</h2> <p>Fixes (hopefully) the inefficient regex warnings in <code>.enable()</code>.</p> <p>Minor version as this is invariably going to break certain users who misuse the <code>.enable()</code> API and expected it to work with regexes, which was never supported nor documented. That's on you, sorry - that functionality won't be added back.</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/debug-js/debug/compare/4.3.7...4.4.0">https://github.com/debug-js/debug/compare/4.3.7...4.4.0</a></p> <h2>4.3.7</h2> <h2>What's Changed</h2> <ul> <li>Upgrade ms to version 2.1.3 by <a href="https://github.com/realityking"><code>@realityking</code></a> in <a href="https://redirect.github.com/debug-js/debug/pull/819">debug-js/debug#819</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/debug-js/debug/compare/4.3.6...4.3.7">https://github.com/debug-js/debug/compare/4.3.6...4.3.7</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
71902b1f21 | 3.0.0-alpha.2 | ||
|
|
4c34546413 |
deps: update http-errors to v2.0.0 (#1486)
- https://github.com/jshttp/http-errors/blob/master/HISTORY.md |
||
|
|
ce6b3b6eee |
Use node test runner (#1845)
## Checklist use `node --test` instead of `jest` See: https://github.com/koajs/koa/issues/1837#issuecomment-2323002820 - [X] I have ensured my pull request is not behind the main or master branch of the original repository. - [X] I have rebased all commits where necessary so that reviewing this pull request can be done without having to merge it first. - [X] I have written a commit message that passes commitlint linting. - [X] I have ensured that my code changes pass linting tests. - [X] I have ensured that my code changes pass unit tests. - [X] I have described my pull request and the reasons for code changes along with context if necessary. |
||
|
|
988ebec9b4 |
⬆️ cookies@0.9.1 (#1846)
## Checklist - [x] I have ensured my pull request is not behind the main or master branch of the original repository. - [x] I have rebased all commits where necessary so that reviewing this pull request can be done without having to merge it first. - [x] I have written a commit message that passes commitlint linting. - [x] I have ensured that my code changes pass linting tests. - [x] I have ensured that my code changes pass unit tests. - [x] I have described my pull request and the reasons for code changes along with context if necessary. ## Maintainer Notes Closes https://github.com/koajs/koa/issues/1561 |
||
|
|
0d9f062aa8 |
⬆️ statuses@2.0.1
commit 84c89f25b880cf648044e2d0eeb14f9a43e1f2c9 Author: jongleberry <jonathanrichardong@gmail.com> Date: Sat Aug 31 11:02:37 2024 -0700 package-lock++ commit 2c7715c797473d463ed73542d68e634f172dc3c3 Merge: 5af69c8 |
||
|
|
51d0e2deca | ⬆️ jest@29 (#1839) | ||
|
|
ba9a222382 | ⬆️ supertest@7 (#1841) | ||
|
|
2281cadfd9 |
build(deps-dev): bump braces from 3.0.2 to 3.0.3 (#1822)
Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3. <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
5bf8002d7b |
build(deps): bump debug from 4.3.4 to 4.3.6 (#1836)
Bumps [debug](https://github.com/debug-js/debug) from 4.3.4 to 4.3.6. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/debug-js/debug/releases">debug's releases</a>.</em></p> <blockquote> <h2>4.3.6</h2> <h2>What's Changed</h2> <ul> <li>Avoid using deprecated RegExp.$1 by <a href="https://github.com/bluwy"><code>@bluwy</code></a> in <a href="https://redirect.github.com/debug-js/debug/pull/969">debug-js/debug#969</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/bluwy"><code>@bluwy</code></a> made their first contribution in <a href="https://redirect.github.com/debug-js/debug/pull/969">debug-js/debug#969</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/debug-js/debug/compare/4.3.5...4.3.6">https://github.com/debug-js/debug/compare/4.3.5...4.3.6</a></p> <h2>4.3.5</h2> <h1>Patch</h1> <ul> <li>cac39b1c5b018b0fe93a53a05f084eee543d17f5 Fix/debug depth (<a href="https://redirect.github.com/debug-js/debug/issues/926">#926</a>)</li> </ul> <p>Thank you <a href="https://github.com/calvintwr"><code>@calvintwr</code></a> for the fix.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
757e4ebc51 |
deps: make "only" package inside (#1824)
closes https://github.com/koajs/koa/issues/1802 |
||
|
|
5573b966a6 | feat: Drop node.js 12.x, 14.x, 17.x support (#1797) | ||
|
|
6bd2cb18dd |
build(deps): bump encodeurl from 1.0.2 to 2.0.0 (#1807)
Bumps [encodeurl](https://github.com/pillarjs/encodeurl) from 1.0.2 to 2.0.0. - [Release notes](https://github.com/pillarjs/encodeurl/releases) - [Commits](https://github.com/pillarjs/encodeurl/compare/v1.0.2...v2.0.0) --- updated-dependencies: - dependency-name: encodeurl dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
|
|
ac61b8ca12 | chore: Replacing eslint with standard cli (#1796) | ||
|
|
6134b3c8bf |
build(deps-dev): bump supertest from 6.3.2 to 6.3.3 (#1727)
Bumps [supertest](https://github.com/visionmedia/supertest) from 6.3.2 to 6.3.3. - [Release notes](https://github.com/visionmedia/supertest/releases) - [Commits](https://github.com/visionmedia/supertest/compare/v6.3.2...v6.3.3) --- updated-dependencies: - dependency-name: supertest dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
|
|
a0148c1f01 |
Revert "build(deps-dev): bump jest from 28.1.3 to 29.3.1 (#1709)" (#1719)
This reverts commit
|
||
|
|
d2b09439b7 |
build(deps-dev): bump jest from 28.1.3 to 29.3.1 (#1709)
Bumps [jest](https://github.com/facebook/jest/tree/HEAD/packages/jest) from 28.1.3 to 29.3.1. - [Release notes](https://github.com/facebook/jest/releases) - [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/jest/commits/v29.3.1/packages/jest) --- updated-dependencies: - dependency-name: jest dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |