dependabot[bot] opened a new pull request, #5907: URL: https://github.com/apache/texera/pull/5907
Bumps [@elysiajs/cors](https://github.com/elysiajs/elysia-cors) from 1.4.0 to 1.4.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/elysiajs/elysia-cors/releases">@elysiajs/cors's releases</a>.</em></p> <blockquote> <h2>1.4.2</h2> <h2>What's changed</h2> <p>Chore:</p> <ul> <li>publish under <a href="https://github.com/elysia"><code>@elysia</code></a> scope</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/elysiajs/elysia-cors/compare/1.4.1...1.4.2">https://github.com/elysiajs/elysia-cors/compare/1.4.1...1.4.2</a></p> <h2>1.4.1</h2> <h2>What's Changed</h2> <p>Improvement:</p> <ul> <li><a href="https://redirect.github.com/elysiajs/elysia-cors/issues/75">#75</a> export <code>CORSConfig</code> type</li> </ul> <p>Bug fix:</p> <ul> <li><a href="https://redirect.github.com/elysiajs/elysia-cors/pull/74">#74</a> <code>ALL</code> method not working by <a href="https://github.com/MathurAditya724"><code>@MathurAditya724</code></a> in <a href="https://redirect.github.com/elysiajs/elysia-cors/pull/74">elysiajs/elysia-cors#74</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/MathurAditya724"><code>@MathurAditya724</code></a> made their first contribution in <a href="https://redirect.github.com/elysiajs/elysia-cors/pull/74">elysiajs/elysia-cors#74</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/elysiajs/elysia-cors/compare/1.4.0...1.4.1">https://github.com/elysiajs/elysia-cors/compare/1.4.0...1.4.1</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/elysiajs/elysia-cors/blob/main/CHANGELOG.md">@elysiajs/cors's changelog</a>.</em></p> <blockquote> <h1>1.4.2 - 24 Apr 2026</h1> <p>Chore:</p> <ul> <li>publish under <a href="https://github.com/elysia"><code>@elysia</code></a> scope</li> </ul> <h1>1.4.1 - 28 Dec 2025</h1> <p>Improvement:</p> <ul> <li><a href="https://redirect.github.com/elysiajs/elysia-cors/issues/75">#75</a> export <code>CORSConfig</code> type</li> </ul> <p>Bug fix:</p> <ul> <li><a href="https://redirect.github.com/elysiajs/elysia-cors/pull/74">#74</a> <code>ALL</code> method not working</li> </ul> <h1>1.3.3 - 15 May 2025</h1> <p>Bug fix:</p> <ul> <li>Using Bun shortcut to mirror headers</li> </ul> <h1>1.3.2 - 15 May 2025</h1> <p>Bug fix:</p> <ul> <li><a href="https://redirect.github.com/elysiajs/elysia-cors/issues/65">#65</a> strictly check origin protocol</li> </ul> <h1>1.3.1 - 8 May 2025</h1> <p>Bug fix:</p> <ul> <li>strictly check origin not using sub includes</li> </ul> <h1>1.3.0-exp.0 - 23 Apr 2025</h1> <p>Change:</p> <ul> <li>Add support for Elysia 1.3</li> </ul> <h1>1.2.0-rc.0 - 23 Dec 2024</h1> <p>Change:</p> <ul> <li>Add support for Elysia 1.2</li> </ul> <h1>1.1.1 - 5 Sep 2024</h1> <p>Feature:</p> <ul> <li>add provenance publish</li> </ul> <h1>1.1.0 - 16 Jul 2024</h1> <p>Change:</p> <ul> <li>Add support for Elysia 1.1</li> </ul> <h1>1.0.5 - 14 Jul 2024</h1> <p>Bug fix:</p> <ul> <li>fix content-type on preflight</li> </ul> <h1>1.0.4 - 9 Jul 2024</h1> <p>Bug fix:</p> <ul> <li>Mirror allow method on preflight options</li> </ul> <h1>1.0.3 - 18 Mar 2024</h1> <p>Feature:</p> <ul> <li>add <code>true</code> to allowHeaders, and exposeHeaders</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/elysiajs/elysia-cors/commit/58adc6030a3c790e2494e2e8bd45dd7938b9b024"><code>58adc60</code></a> :tada: feat: use <a href="https://github.com/elysia"><code>@elysia</code></a> scope</li> <li><a href="https://github.com/elysiajs/elysia-cors/commit/c970d8744e3e651c5ed0ef4208ac80cd7dfc1e80"><code>c970d87</code></a> :tada: feat: use <a href="https://github.com/elysia"><code>@elysia</code></a> scope</li> <li><a href="https://github.com/elysiajs/elysia-cors/commit/5a81abb48938e8ec611272f9b18f8772d266aa20"><code>5a81abb</code></a> :tada: feat: 1.4.1</li> <li><a href="https://github.com/elysiajs/elysia-cors/commit/713efc33de3579c98f10ab5ff0098e3fcf48f386"><code>713efc3</code></a> :tada: feat: 1.4.1</li> <li><a href="https://github.com/elysiajs/elysia-cors/commit/650b63e0c34938c42df3ca730179a4c16ccc3841"><code>650b63e</code></a> Merge pull request <a href="https://redirect.github.com/elysiajs/elysia-cors/issues/74">#74</a> from MathurAditya724/patch-1</li> <li><a href="https://github.com/elysiajs/elysia-cors/commit/04b0a9364dde14cc724e0d5f4f8deed4b247b196"><code>04b0a93</code></a> fix: corrected the headers</li> <li><a href="https://github.com/elysiajs/elysia-cors/commit/360f9361e94901a73241d2196f5cda817debf48c"><code>360f936</code></a> chore: minor change</li> <li><a href="https://github.com/elysiajs/elysia-cors/commit/3939b04724a1e65e75595c587f0aeecf60389143"><code>3939b04</code></a> chore: minor thing</li> <li><a href="https://github.com/elysiajs/elysia-cors/commit/37e985f6588906d2eff2be8ada2f25f7eccd08ad"><code>37e985f</code></a> fix: cors now working with all handler</li> <li>See full diff in <a href="https://github.com/elysiajs/elysia-cors/compare/1.4.0...1.4.2">compare view</a></li> </ul> </details> <details> <summary>Maintainer changes</summary> <p>This version was pushed to npm by <a href="https://www.npmjs.com/~GitHub%20Actions">GitHub Actions</a>, a new releaser for <code>@elysiajs/cors</code> since your current version.</p> </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 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> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
