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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
@dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
@dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
@dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
@dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
@dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
## 📋 Pull Request Information
**Original PR:** https://github.com/fosrl/pangolin/pull/2691
**Author:** [@dependabot[bot]](https://github.com/apps/dependabot)
**Created:** 3/23/2026
**Status:** ❌ Closed
**Base:** `main` ← **Head:** `dependabot/npm_and_yarn/dev-minor-updates-c6db410b7e`
---
### 📝 Commits (1)
- [`04d15a5`](https://github.com/fosrl/pangolin/commit/04d15a5a3f4362d8692fa845149673dc7437bac9) Bump the dev-minor-updates group across 1 directory with 7 updates
### 📊 Changes
**2 files changed** (+121 additions, -121 deletions)
<details>
<summary>View changed files</summary>
📝 `package-lock.json` (+114 -114)
📝 `package.json` (+7 -7)
</details>
### 📄 Description
Bumps the dev-minor-updates group with 7 updates in the / directory:
| Package | From | To |
| --- | --- | --- |
| [@dotenvx/dotenvx](https://github.com/dotenvx/dotenvx) | `1.54.1` | `1.57.2` |
| [@tanstack/react-query-devtools](https://github.com/TanStack/query/tree/HEAD/packages/react-query-devtools) | `5.91.3` | `5.95.0` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `25.3.5` | `25.5.0` |
| [@types/pg](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/pg) | `8.18.0` | `8.20.0` |
| [eslint](https://github.com/eslint/eslint) | `10.0.3` | `10.1.0` |
| [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) | `16.1.7` | `16.2.1` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.56.1` | `8.57.1` |
Updates `@dotenvx/dotenvx` from 1.54.1 to 1.57.2
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/dotenvx/dotenvx/releases"><code>@dotenvx/dotenvx</code>'s releases</a>.</em></p>
<blockquote>
<h2>v1.57.2</h2>
<p>see <a href="https://github.com/dotenvx/dotenvx/blob/main/CHANGELOG.md">CHANGELOG</a></p>
<h2>v1.57.1</h2>
<p>see <a href="https://github.com/dotenvx/dotenvx/blob/main/CHANGELOG.md">CHANGELOG</a></p>
<h2>v1.57.0</h2>
<p>see <a href="https://github.com/dotenvx/dotenvx/blob/main/CHANGELOG.md">CHANGELOG</a></p>
<h2>v1.56.0</h2>
<p>see <a href="https://github.com/dotenvx/dotenvx/blob/main/CHANGELOG.md">CHANGELOG</a></p>
<h2>v1.55.1</h2>
<p>see <a href="https://github.com/dotenvx/dotenvx/blob/main/CHANGELOG.md">CHANGELOG</a></p>
<h2>v1.55.0</h2>
<p>see <a href="https://github.com/dotenvx/dotenvx/blob/main/CHANGELOG.md">CHANGELOG</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/dotenvx/dotenvx/blob/main/CHANGELOG.md"><code>@dotenvx/dotenvx</code>'s changelog</a>.</em></p>
<blockquote>
<h2><a href="https://github.com/dotenvx/dotenvx/compare/v1.57.1...v1.57.2">1.57.2</a> (2026-03-22)</h2>
<h3>Changes</h3>
<ul>
<li>Ran <code>npm audit</code> to update package-lock.json (<a href="https://redirect.github.com/dotenvx/dotenvx/pull/763">#763</a>)</li>
</ul>
<h2><a href="https://github.com/dotenvx/dotenvx/compare/v1.57.0...v1.57.1">1.57.1</a> (2026-03-21)</h2>
<h3>Changes</h3>
<ul>
<li>
<p>improved error logs and compacted most to a single line (<a href="https://redirect.github.com/dotenvx/dotenvx/pull/755">#755</a>)</p>
</li>
<li>
<p>introduced leading log glyphs as a visual status language:</p>
<ul>
<li><code>◈</code> success action (encrypted)</li>
<li><code>◇</code> success action (set plain value, decrypted)</li>
<li><code>⟳</code> success action (rotated)</li>
<li><code>○</code> informational no-op (no changes)</li>
<li><code>▣</code> success action for generated/updated support files</li>
<li><code>⚠</code> warning</li>
<li><code>☠</code> error</li>
</ul>
</li>
</ul>
<h2><a href="https://github.com/dotenvx/dotenvx/compare/v1.56.0...v1.57.0">1.57.0</a> (2026-03-19)</h2>
<h3>Changed</h3>
<ul>
<li>color and formatting changes to outputs (<a href="https://redirect.github.com/dotenvx/dotenvx/pull/754">#754</a>)</li>
</ul>
<h2><a href="https://github.com/dotenvx/dotenvx/compare/v1.55.1...v1.56.0">1.56.0</a> (2026-03-19)</h2>
<h3>Changed</h3>
<ul>
<li><code>ops off</code> flag — now respected by <code>get</code>, <code>keypair</code>, <code>rotate</code>, and <code>encrypt</code> (<a href="https://redirect.github.com/dotenvx/dotenvx/pull/750">#750</a>)</li>
<li><code>--pp</code> alias — added as shorthand for <code>--pretty-print</code>; toward sunsetting <code>-pp</code> (<a href="https://redirect.github.com/dotenvx/dotenvx/pull/750">#750</a>)</li>
</ul>
<h3>Removed</h3>
<ul>
<li>Remove support for <code>.env.vault</code> files (<a href="https://redirect.github.com/dotenvx/dotenvx/pull/750">#750</a>)</li>
</ul>
<h2><a href="https://github.com/dotenvx/dotenvx/compare/v1.55.0...v1.55.1">1.55.1</a> (2026-03-13)</h2>
<h3>Added</h3>
<ul>
<li>Respect <code>dotenvx-ops status (on|off)</code> (<a href="https://redirect.github.com/dotenvx/dotenvx/pull/749">#749</a>)</li>
</ul>
<h2><a href="https://github.com/dotenvx/dotenvx/compare/v1.54.1...v1.55.0">1.55.0</a> (2026-03-13)</h2>
<h3>Added</h3>
<ul>
<li>Add 'KEYS OFF COMPUTER' security feature when <a href="https://dotenvx.com/ops">dotenvx-ops</a> installed (<a href="https://redirect.github.com/dotenvx/dotenvx/pull/746">#746</a>)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/dotenvx/dotenvx/commit/dfec22aedf92733db484120e60df36875504acc3"><code>dfec22a</code></a> 1.57.2</li>
<li><a href="https://github.com/dotenvx/dotenvx/commit/314a3ab17e2ff6f48b2430ad00539b353450ee17"><code>314a3ab</code></a> changelog 🪵</li>
<li><a href="https://github.com/dotenvx/dotenvx/commit/9c8ba44b04e7eebfb2a570c5c59cb3eff799c2e1"><code>9c8ba44</code></a> Merge pull request <a href="https://redirect.github.com/dotenvx/dotenvx/issues/763">#763</a> from dotenvx/audit-fix</li>
<li><a href="https://github.com/dotenvx/dotenvx/commit/06168ac68d4ccef8d69a04ad4a080b701dbe87f5"><code>06168ac</code></a> <code>npm audit</code></li>
<li><a href="https://github.com/dotenvx/dotenvx/commit/98cdb9acd5bf526efe7ee60b303b3f6ab11c4a91"><code>98cdb9a</code></a> README tweak</li>
<li><a href="https://github.com/dotenvx/dotenvx/commit/f201a849e958cae79fbc148c486522f4f2d4c2ae"><code>f201a84</code></a> simplify</li>
<li><a href="https://github.com/dotenvx/dotenvx/commit/857149557b5d7b9bfcc101edf6c68abfb92d5f5f"><code>8571495</code></a> 1.57.1</li>
<li><a href="https://github.com/dotenvx/dotenvx/commit/005e5706f065d5b1ac21d9a3e9120c2df5ddc707"><code>005e570</code></a> test coverage</li>
<li><a href="https://github.com/dotenvx/dotenvx/commit/42e128083d5280a0121ac603bb40274931f6c842"><code>42e1280</code></a> changelog 🪵</li>
<li><a href="https://github.com/dotenvx/dotenvx/commit/038916f0ccfe6158d9011d23c935ad3deca8e9f8"><code>038916f</code></a> Remove ? helps</li>
<li>Additional commits viewable in <a href="https://github.com/dotenvx/dotenvx/compare/v1.54.1...v1.57.2">compare view</a></li>
</ul>
</details>
<br />
Updates `@tanstack/react-query-devtools` from 5.91.3 to 5.95.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/TanStack/query/releases"><code>@tanstack/react-query-devtools</code>'s releases</a>.</em></p>
<blockquote>
<h2><code>@tanstack/react-query-devtools</code><a href="https://github.com/5"><code>@5</code></a>.95.0</h2>
<h3>Patch Changes</h3>
<ul>
<li>Updated dependencies []:
<ul>
<li><code>@tanstack/query-devtools</code><a href="https://github.com/5"><code>@5</code></a>.95.0</li>
<li><code>@tanstack/react-query</code><a href="https://github.com/5"><code>@5</code></a>.95.0</li>
</ul>
</li>
</ul>
<h2><code>@tanstack/react-query-devtools</code><a href="https://github.com/5"><code>@5</code></a>.94.5</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p>fix(*): resolve issue about excluded build directory (<a href="https://redirect.github.com/TanStack/query/pull/10312">#10312</a>)</p>
</li>
<li>
<p>Updated dependencies [<a href="https://github.com/TanStack/query/commit/4b6536dfce99036f4e37f52943c6fed3ad0e0a18"><code>4b6536d</code></a>]:</p>
<ul>
<li><code>@tanstack/query-devtools</code><a href="https://github.com/5"><code>@5</code></a>.94.5</li>
<li><code>@tanstack/react-query</code><a href="https://github.com/5"><code>@5</code></a>.94.5</li>
</ul>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/TanStack/query/blob/main/packages/react-query-devtools/CHANGELOG.md"><code>@tanstack/react-query-devtools</code>'s changelog</a>.</em></p>
<blockquote>
<h2>5.95.0</h2>
<h3>Patch Changes</h3>
<ul>
<li>Updated dependencies []:
<ul>
<li><code>@tanstack/query-devtools</code><a href="https://github.com/5"><code>@5</code></a>.95.0</li>
<li><code>@tanstack/react-query</code><a href="https://github.com/5"><code>@5</code></a>.95.0</li>
</ul>
</li>
</ul>
<h2>5.94.5</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p>fix(*): resolve issue about excluded build directory (<a href="https://redirect.github.com/TanStack/query/pull/10312">#10312</a>)</p>
</li>
<li>
<p>Updated dependencies [<a href="https://github.com/TanStack/query/commit/4b6536dfce99036f4e37f52943c6fed3ad0e0a18"><code>4b6536d</code></a>]:</p>
<ul>
<li><code>@tanstack/query-devtools</code><a href="https://github.com/5"><code>@5</code></a>.94.5</li>
<li><code>@tanstack/react-query</code><a href="https://github.com/5"><code>@5</code></a>.94.5</li>
</ul>
</li>
</ul>
<h2>5.94.4</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p>chore: fixed version (<a href="https://redirect.github.com/TanStack/query/pull/10064">#10064</a>)</p>
</li>
<li>
<p>Updated dependencies [<a href="https://github.com/TanStack/query/commit/4c75210ce8235fe3d39b67e1029eff11278927cc"><code>4c75210</code></a>]:</p>
<ul>
<li><code>@tanstack/query-devtools</code><a href="https://github.com/5"><code>@5</code></a>.94.4</li>
<li><code>@tanstack/react-query</code><a href="https://github.com/5"><code>@5</code></a>.94.4</li>
</ul>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/TanStack/query/commit/4d7de830eb6e19ba9c20d4c44ed4f49c09ed7be3"><code>4d7de83</code></a> ci: Version Packages (<a href="https://github.com/TanStack/query/tree/HEAD/packages/react-query-devtools/issues/10317">#10317</a>)</li>
<li><a href="https://github.com/TanStack/query/commit/8fe71e4fe7bc34e8b7b551d20ac1f70906572529"><code>8fe71e4</code></a> ci: Version Packages (<a href="https://github.com/TanStack/query/tree/HEAD/packages/react-query-devtools/issues/10313">#10313</a>)</li>
<li><a href="https://github.com/TanStack/query/commit/c613c225355502306c5011bb28fe59225cb1262c"><code>c613c22</code></a> ci: Version Packages (<a href="https://github.com/TanStack/query/tree/HEAD/packages/react-query-devtools/issues/10309">#10309</a>)</li>
<li><a href="https://github.com/TanStack/query/commit/67cf8b60d923ad158fdf89c80f86decea073f472"><code>67cf8b6</code></a> ref: ts cutoff (<a href="https://github.com/TanStack/query/tree/HEAD/packages/react-query-devtools/issues/10253">#10253</a>)</li>
<li><a href="https://github.com/TanStack/query/commit/da2ff5aeb816ad356d78f332328659edf1bf7d0a"><code>da2ff5a</code></a> chore(vite.config): exclude '<strong>tests</strong>' directory from coverage reports (<a href="https://github.com/TanStack/query/tree/HEAD/packages/react-query-devtools/issues/10084">#10084</a>)</li>
<li>See full diff in <a href="https://github.com/TanStack/query/commits/@tanstack/react-query-devtools@5.95.0/packages/react-query-devtools">compare view</a></li>
</ul>
</details>
<br />
Updates `@types/node` from 25.3.5 to 25.5.0
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node">compare view</a></li>
</ul>
</details>
<br />
Updates `@types/pg` from 8.18.0 to 8.20.0
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/pg">compare view</a></li>
</ul>
</details>
<br />
Updates `eslint` from 10.0.3 to 10.1.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/eslint/eslint/releases">eslint's releases</a>.</em></p>
<blockquote>
<h2>v10.1.0</h2>
<h2>Features</h2>
<ul>
<li><a href="https://github.com/eslint/eslint/commit/ff4382be349035acdb170627a2dc92828e134562"><code>ff4382b</code></a> feat: apply fix for <code>no-var</code> in <code>TSModuleBlock</code> (<a href="https://redirect.github.com/eslint/eslint/issues/20638">#20638</a>) (Tanuj Kanti)</li>
<li><a href="https://github.com/eslint/eslint/commit/0916995b51528872b15ba4fedb24172cf25fcb3f"><code>0916995</code></a> feat: Implement api support for bulk-suppressions (<a href="https://redirect.github.com/eslint/eslint/issues/20565">#20565</a>) (Blake Sager)</li>
</ul>
<h2>Bug Fixes</h2>
<ul>
<li><a href="https://github.com/eslint/eslint/commit/2b8824e6be4223980e929a20025602df20d05ea2"><code>2b8824e</code></a> fix: Prevent <code>no-var</code> autofix when a variable is used before declaration (<a href="https://redirect.github.com/eslint/eslint/issues/20464">#20464</a>) (Amaresh S M)</li>
<li><a href="https://github.com/eslint/eslint/commit/e58b4bff167e79afd067d1b0ee9360bec2d3393e"><code>e58b4bf</code></a> fix: update eslint (<a href="https://redirect.github.com/eslint/eslint/issues/20597">#20597</a>) (renovate[bot])</li>
</ul>
<h2>Documentation</h2>
<ul>
<li><a href="https://github.com/eslint/eslint/commit/b7b57fe9942c572ff651230f1f96cefed787ca52"><code>b7b57fe</code></a> docs: use correct JSDoc link in require-jsdoc.md (<a href="https://redirect.github.com/eslint/eslint/issues/20641">#20641</a>) (mkemna-clb)</li>
<li><a href="https://github.com/eslint/eslint/commit/58e4cfc7dbf0fe40c73f09bf0ff94ad944d0ba0e"><code>58e4cfc</code></a> docs: add deprecation notice partial (<a href="https://redirect.github.com/eslint/eslint/issues/20639">#20639</a>) (Milos Djermanovic)</li>
<li><a href="https://github.com/eslint/eslint/commit/7143dbf99df27c61edf1552da981794e99a0b2f2"><code>7143dbf</code></a> docs: update v9 migration guide for <code>@eslint/js</code> usage (<a href="https://redirect.github.com/eslint/eslint/issues/20540">#20540</a>) (fnx)</li>
<li><a href="https://github.com/eslint/eslint/commit/035fc4fbe506e3e4524882cf50db37a4e430adf4"><code>035fc4f</code></a> docs: note that <code>globalReturn</code> applies only with <code>sourceType: "script"</code> (<a href="https://redirect.github.com/eslint/eslint/issues/20630">#20630</a>) (Milos Djermanovic)</li>
<li><a href="https://github.com/eslint/eslint/commit/e972c88ab7474a74191ee99ac2558b00d0427a8a"><code>e972c88</code></a> docs: merge ESLint option descriptions into type definitions (<a href="https://redirect.github.com/eslint/eslint/issues/20608">#20608</a>) (Francesco Trotta)</li>
<li><a href="https://github.com/eslint/eslint/commit/7f10d8440137f0cfd75f18f4746ba6a1c621b953"><code>7f10d84</code></a> docs: Update README (GitHub Actions Bot)</li>
<li><a href="https://github.com/eslint/eslint/commit/aeed0078ca2f73d4744cc522102178d45b5be64e"><code>aeed007</code></a> docs: open playground link in new tab (<a href="https://redirect.github.com/eslint/eslint/issues/20602">#20602</a>) (Tanuj Kanti)</li>
<li><a href="https://github.com/eslint/eslint/commit/a0d1a3772679d3d74bb860fc65b5b58678acd452"><code>a0d1a37</code></a> docs: Add AI Usage Policy (<a href="https://redirect.github.com/eslint/eslint/issues/20510">#20510</a>) (Nicholas C. Zakas)</li>
</ul>
<h2>Chores</h2>
<ul>
<li><a href="https://github.com/eslint/eslint/commit/a9f9cce82d80b540a0e3549d0e91c16df28740d8"><code>a9f9cce</code></a> chore: update dependency eslint-plugin-unicorn to ^63.0.0 (<a href="https://redirect.github.com/eslint/eslint/issues/20584">#20584</a>) (Milos Djermanovic)</li>
<li><a href="https://github.com/eslint/eslint/commit/1f42bd7876ae4192cf7f7f4faf73b4ef3d2563cb"><code>1f42bd7</code></a> chore: update <code>prettier</code> to 3.8.1 (<a href="https://redirect.github.com/eslint/eslint/issues/20651">#20651</a>) (루밀LuMir)</li>
<li><a href="https://github.com/eslint/eslint/commit/c0a6f4a2b4169edeca2a81bf7b47783e39ade366"><code>c0a6f4a</code></a> chore: update dependency <code>@eslint/json</code> to ^1.2.0 (<a href="https://redirect.github.com/eslint/eslint/issues/20652">#20652</a>) (renovate[bot])</li>
<li><a href="https://github.com/eslint/eslint/commit/cc43f795c42e5ec2f19bb43b1f6d534ef2e469f3"><code>cc43f79</code></a> chore: update dependency c8 to v11 (<a href="https://redirect.github.com/eslint/eslint/issues/20650">#20650</a>) (renovate[bot])</li>
<li><a href="https://github.com/eslint/eslint/commit/2ce4635b036ff2665c7009afddf9c0fb2274dceb"><code>2ce4635</code></a> chore: update dependency <code>@eslint/json</code> to v1 (<a href="https://redirect.github.com/eslint/eslint/issues/20649">#20649</a>) (renovate[bot])</li>
<li><a href="https://github.com/eslint/eslint/commit/f0406eedcc3dc415babbbf6bbdb5db1eebfd487b"><code>f0406ee</code></a> chore: update dependency markdownlint-cli2 to ^0.21.0 (<a href="https://redirect.github.com/eslint/eslint/issues/20646">#20646</a>) (renovate[bot])</li>
<li><a href="https://github.com/eslint/eslint/commit/dbb4c9582a00bac604d5c6ac671bb7111468a846"><code>dbb4c95</code></a> chore: remove trunk (<a href="https://redirect.github.com/eslint/eslint/issues/20478">#20478</a>) (sethamus)</li>
<li><a href="https://github.com/eslint/eslint/commit/c672a2a70579fddf1c6ce33dfa712d705726e1c9"><code>c672a2a</code></a> test: fix CLI test for empty output file (<a href="https://redirect.github.com/eslint/eslint/issues/20640">#20640</a>) (kuldeep kumar)</li>
<li><a href="https://github.com/eslint/eslint/commit/c7ada2455680036bbfc42fcb1511ff28afe3c587"><code>c7ada24</code></a> ci: bump pnpm/action-setup from 4.3.0 to 4.4.0 (<a href="https://redirect.github.com/eslint/eslint/issues/20636">#20636</a>) (dependabot[bot])</li>
<li><a href="https://github.com/eslint/eslint/commit/07c4b8b4a9f49145e60a3448dd57853213ed4de3"><code>07c4b8b</code></a> test: fix <code>RuleTester</code> test without test runners (<a href="https://redirect.github.com/eslint/eslint/issues/20631">#20631</a>) (Francesco Trotta)</li>
<li><a href="https://github.com/eslint/eslint/commit/079bba7ff17d0a99fdffe32bf991d005ba797fae"><code>079bba7</code></a> test: Add tests for <code>isValidWithUnicodeFlag</code> (<a href="https://redirect.github.com/eslint/eslint/issues/20601">#20601</a>) (Manish chaudhary)</li>
<li><a href="https://github.com/eslint/eslint/commit/5885ae66216bcee9310bbf73786b7d7d5774aeaf"><code>5885ae6</code></a> ci: unpin Node.js 25.x in CI (<a href="https://redirect.github.com/eslint/eslint/issues/20615">#20615</a>) (Copilot)</li>
<li><a href="https://github.com/eslint/eslint/commit/f65e5d3c0df65fdb317ad6d23f7ae113c5f4b6d7"><code>f65e5d3</code></a> chore: update pnpm/action-setup digest to b906aff (<a href="https://redirect.github.com/eslint/eslint/issues/20610">#20610</a>) (renovate[bot])</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/eslint/eslint/commit/8351ec7aaa0f7d4753ff39bb9d6260f2ac9e1f1a"><code>8351ec7</code></a> 10.1.0</li>
<li><a href="https://github.com/eslint/eslint/commit/3270bc12165d62646fd0edaab2c28809302663a1"><code>3270bc1</code></a> Build: changelog update for 10.1.0</li>
<li><a href="https://github.com/eslint/eslint/commit/a9f9cce82d80b540a0e3549d0e91c16df28740d8"><code>a9f9cce</code></a> chore: update dependency eslint-plugin-unicorn to ^63.0.0 (<a href="https://redirect.github.com/eslint/eslint/issues/20584">#20584</a>)</li>
<li><a href="https://github.com/eslint/eslint/commit/1f42bd7876ae4192cf7f7f4faf73b4ef3d2563cb"><code>1f42bd7</code></a> chore: update <code>prettier</code> to 3.8.1 (<a href="https://redirect.github.com/eslint/eslint/issues/20651">#20651</a>)</li>
<li><a href="https://github.com/eslint/eslint/commit/c0a6f4a2b4169edeca2a81bf7b47783e39ade366"><code>c0a6f4a</code></a> chore: update dependency <code>@eslint/json</code> to ^1.2.0 (<a href="https://redirect.github.com/eslint/eslint/issues/20652">#20652</a>)</li>
<li><a href="https://github.com/eslint/eslint/commit/cc43f795c42e5ec2f19bb43b1f6d534ef2e469f3"><code>cc43f79</code></a> chore: update dependency c8 to v11 (<a href="https://redirect.github.com/eslint/eslint/issues/20650">#20650</a>)</li>
<li><a href="https://github.com/eslint/eslint/commit/2ce4635b036ff2665c7009afddf9c0fb2274dceb"><code>2ce4635</code></a> chore: update dependency <code>@eslint/json</code> to v1 (<a href="https://redirect.github.com/eslint/eslint/issues/20649">#20649</a>)</li>
<li><a href="https://github.com/eslint/eslint/commit/f0406eedcc3dc415babbbf6bbdb5db1eebfd487b"><code>f0406ee</code></a> chore: update dependency markdownlint-cli2 to ^0.21.0 (<a href="https://redirect.github.com/eslint/eslint/issues/20646">#20646</a>)</li>
<li><a href="https://github.com/eslint/eslint/commit/dbb4c9582a00bac604d5c6ac671bb7111468a846"><code>dbb4c95</code></a> chore: remove trunk (<a href="https://redirect.github.com/eslint/eslint/issues/20478">#20478</a>)</li>
<li><a href="https://github.com/eslint/eslint/commit/ff4382be349035acdb170627a2dc92828e134562"><code>ff4382b</code></a> feat: apply fix for <code>no-var</code> in <code>TSModuleBlock</code> (<a href="https://redirect.github.com/eslint/eslint/issues/20638">#20638</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/eslint/eslint/compare/v10.0.3...v10.1.0">compare view</a></li>
</ul>
</details>
<br />
Updates `eslint-config-next` from 16.1.7 to 16.2.1
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/vercel/next.js/releases">eslint-config-next's releases</a>.</em></p>
<blockquote>
<h2>v16.2.1</h2>
<blockquote>
<p>[!NOTE]
This release is backporting bug fixes. It does <strong>not</strong> include all pending features/changes on canary.</p>
</blockquote>
<h3>Core Changes</h3>
<ul>
<li>docs: post release amends (<a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/91715">#91715</a>)</li>
<li>docs: fix broken Activity Patterns demo link in preserving UI state guide (<a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/91698">#91698</a>)</li>
<li>Fix adapter outputs for dynamic metadata routes (<a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/91680">#91680</a>)</li>
<li>Turbopack: fix webpack loader runner layer (<a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/91727">#91727</a>)</li>
<li>Fix server actions in standalone mode with <code>cacheComponents</code> (<a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/91711">#91711</a>)</li>
<li>turbo-persistence: remove Unmergeable mmap advice (<a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/91713">#91713</a>)</li>
<li>Fix layout segment optimization: move app-page imports to server-utility transition (<a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/91701">#91701</a>)</li>
<li>Turbopack: lazy require metadata and handle TLA (<a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/91705">#91705</a>)</li>
<li>[turbopack] Respect <code>{eval:true}</code> in worker_threads constructors (<a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/91666">#91666</a>)</li>
</ul>
<h3>Credits</h3>
<p>Huge thanks to <a href="https://github.com/icyJoseph"><code>@icyJoseph</code></a>, <a href="https://github.com/abhishekmardiya"><code>@abhishekmardiya</code></a>, <a href="https://github.com/ijjk"><code>@ijjk</code></a>, <a href="https://github.com/mischnic"><code>@mischnic</code></a>, <a href="https://github.com/unstubbable"><code>@unstubbable</code></a>, <a href="https://github.com/sokra"><code>@sokra</code></a>, and <a href="https://github.com/lukesandberg"><code>@lukesandberg</code></a> for helping!</p>
<h2>v16.2.1-canary.5</h2>
<h3>Misc Changes</h3>
<ul>
<li>docs: use ErrorInfo type consistently in catchError docs: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/91744">#91744</a></li>
</ul>
<h3>Credits</h3>
<p>Huge thanks to <a href="https://github.com/devjiwonchoi"><code>@devjiwonchoi</code></a> for helping!</p>
<h2>v16.2.1-canary.4</h2>
<h3>Core Changes</h3>
<ul>
<li>Fix adapter outputs for dynamic metadata routes: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/91680">#91680</a></li>
</ul>
<h3>Misc Changes</h3>
<ul>
<li>Turbopack: fix webpack loader runner layer: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/91727">#91727</a></li>
<li>[turbopack] Remove incorrect debug_assert in try_read_task_cell: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/91699">#91699</a></li>
<li>Add module count field to module graph tracing spans: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/91697">#91697</a></li>
<li>turbopack-cli: add --persistent-caching flag for filesystem-backed cache: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/91657">#91657</a></li>
<li>Turbopack: pull in updated vercel/nft tests: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/91651">#91651</a></li>
<li>Update Rspack development test manifest: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/91695">#91695</a></li>
<li>[test] Unflake <code>use-node-streams-env-precedence</code> test: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/91733">#91733</a></li>
<li>Update Rspack production test manifest: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/91694">#91694</a></li>
<li>[turbopack] Improve regressed build speed on cross-compiled MUSL: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/91477">#91477</a></li>
</ul>
<h3>Credits</h3>
<p>Huge thanks to <a href="https://github.com/ijjk"><code>@ijjk</code></a>, <a href="https://github.com/mischnic"><code>@mischnic</code></a>, <a href="https://github.com/sokra"><code>@sokra</code></a>, <a href="https://github.com/vercel-release-bot"><code>@vercel-release-bot</code></a>, <a href="https://github.com/unstubbable"><code>@unstubbable</code></a>, and <a href="https://github.com/mmastrac"><code>@mmastrac</code></a> for helping!</p>
<h2>v16.2.1-canary.3</h2>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/vercel/next.js/commit/ed7d2cef246dcb3e2955c018fd8b2027e0ff8eed"><code>ed7d2ce</code></a> v16.2.1</li>
<li><a href="https://github.com/vercel/next.js/commit/c5c94dffbf084e66b172a9c6ff23d80c24973764"><code>c5c94df</code></a> v16.2.0</li>
<li><a href="https://github.com/vercel/next.js/commit/3683192a6bea9011222e9b236f8000b5266f3fe6"><code>3683192</code></a> v16.2.0-canary.104</li>
<li><a href="https://github.com/vercel/next.js/commit/668981482a3f9de97c4c1371e940e0f84972c080"><code>6689814</code></a> v16.2.0-canary.103</li>
<li><a href="https://github.com/vercel/next.js/commit/ad66dbc89b356867c308110dc5365a696c763991"><code>ad66dbc</code></a> v16.2.0-canary.102</li>
<li><a href="https://github.com/vercel/next.js/commit/b8564984305ff0f4feb9e7f709652a735b89aa0a"><code>b856498</code></a> v16.2.0-canary.101</li>
<li><a href="https://github.com/vercel/next.js/commit/136b77e4d971de868b56066e714c1f187af6cb23"><code>136b77e</code></a> v16.2.0-canary.100</li>
<li><a href="https://github.com/vercel/next.js/commit/0f599731b86e177508c9d28af7414e9d94a01193"><code>0f59973</code></a> v16.2.0-canary.99</li>
<li><a href="https://github.com/vercel/next.js/commit/792522d2b33b6abf9b450e3403d93fe4f7ef913b"><code>792522d</code></a> v16.2.0-canary.98</li>
<li><a href="https://github.com/vercel/next.js/commit/2769b55586b5cbbb8a1ef6d6cfaf23674fa69714"><code>2769b55</code></a> v16.2.0-canary.97</li>
<li>Additional commits viewable in <a href="https://github.com/vercel/next.js/commits/v16.2.1/packages/eslint-config-next">compare view</a></li>
</ul>
</details>
<br />
Updates `typescript-eslint` from 8.56.1 to 8.57.1
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/releases">typescript-eslint's releases</a>.</em></p>
<blockquote>
<h2>v8.57.1</h2>
<h2>8.57.1 (2026-03-16)</h2>
<h3>🩹 Fixes</h3>
<ul>
<li><strong>eslint-plugin:</strong> [prefer-optional-chain] no report for property on intersection type (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/12126">#12126</a>)</li>
</ul>
<h3>❤️ Thank You</h3>
<ul>
<li>Newton Yuan <a href="https://github.com/NewtonYuan"><code>@NewtonYuan</code></a></li>
</ul>
<p>See <a href="https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.57.1">GitHub Releases</a> for more information.</p>
<p>You can read about our <a href="https://typescript-eslint.io/users/versioning">versioning strategy</a> and <a href="https://typescript-eslint.io/users/releases">releases</a> on our website.</p>
<h2>v8.57.0</h2>
<h2>8.57.0 (2026-03-09)</h2>
<h3>🚀 Features</h3>
<ul>
<li><strong>eslint-plugin:</strong> [no-unnecessary-condition] allow literal loop conditions in for/do loops (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/12080">#12080</a>)</li>
</ul>
<h3>🩹 Fixes</h3>
<ul>
<li><strong>eslint-plugin:</strong> [strict-void-return] false positives with overloads (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/12055">#12055</a>)</li>
<li><strong>eslint-plugin:</strong> handle statically analyzable computed keys in prefer-readonly (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/12079">#12079</a>)</li>
<li><strong>eslint-plugin:</strong> guard against negative paramIndex in no-useless-default-assignment (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/12077">#12077</a>)</li>
<li><strong>eslint-plugin:</strong> [prefer-promise-reject-errors] add allow <code>TypeOrValueSpecifier</code> to prefer-promise-reject-errors (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/12094">#12094</a>)</li>
<li><strong>eslint-plugin:</strong> [no-base-to-string] fix false positive for toString with overloads (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/12089">#12089</a>)</li>
<li><strong>typescript-estree:</strong> switch back to use <code>ts.getModifiers()</code> (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/12034">#12034</a>)</li>
<li><strong>typescript-estree:</strong> if the template literal is tagged and the text has an invalid escape, <code>cooked</code> will be <code>null</code> (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11355">#11355</a>)</li>
</ul>
<h3>❤️ Thank You</h3>
<ul>
<li>Brad Zacher <a href="https://github.com/bradzacher"><code>@bradzacher</code></a></li>
<li>Brian Schlenker <a href="https://github.com/bschlenk"><code>@bschlenk</code></a></li>
<li>Evyatar Daud <a href="https://github.com/StyleShit"><code>@StyleShit</code></a></li>
<li>fisker Cheung <a href="https://github.com/fisker"><code>@fisker</code></a></li>
<li>James Henry <a href="https://github.com/JamesHenry"><code>@JamesHenry</code></a></li>
<li>Josh Goldberg</li>
<li>Kirk Waiblinger <a href="https://github.com/kirkwaiblinger"><code>@kirkwaiblinger</code></a></li>
<li>Moses Odutusin <a href="https://github.com/thebolarin"><code>@thebolarin</code></a></li>
<li>Newton Yuan <a href="https://github.com/NewtonYuan"><code>@NewtonYuan</code></a></li>
<li>SungHyun627 <a href="https://github.com/SungHyun627"><code>@SungHyun627</code></a></li>
<li>Younsang Na <a href="https://github.com/nayounsang"><code>@nayounsang</code></a></li>
</ul>
<p>See <a href="https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.57.0">GitHub Releases</a> for more information.</p>
<p>You can read about our <a href="https://typescript-eslint.io/users/versioning">versioning strategy</a> and <a href="https://typescript-eslint.io/users/releases">releases</a> on our website.</p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md">typescript-eslint's changelog</a>.</em></p>
<blockquote>
<h2>8.57.1 (2026-03-16)</h2>
<p>This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.</p>
<p>See <a href="https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.57.1">GitHub Releases</a> for more information.</p>
<p>You can read about our <a href="https://typescript-eslint.io/users/versioning">versioning strategy</a> and <a href="https://typescript-eslint.io/users/releases">releases</a> on our website.</p>
<h2>8.57.0 (2026-03-09)</h2>
<p>This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.</p>
<p>See <a href="https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.57.0">GitHub Releases</a> for more information.</p>
<p>You can read about our <a href="https://typescript-eslint.io/users/versioning">versioning strategy</a> and <a href="https://typescript-eslint.io/users/releases">releases</a> on our website.</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/c7c38aa252d7bf6708a225aebedc57686ac33dcd"><code>c7c38aa</code></a> chore(release): publish 8.57.1</li>
<li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/2c6aeeec238dfea860b9f3c146a55f8f49f15cf5"><code>2c6aeee</code></a> chore(release): publish 8.57.0</li>
<li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/f696dadfc37078efe4119ad2ab0609cde3e42766"><code>f696dad</code></a> chore: use pnpm catalog (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint/issues/12047">#12047</a>)</li>
<li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/a09921e2de2e8790e6a803016b825815ca9409d8"><code>a09921e</code></a> chore: update vitest to 4.x (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint/issues/12071">#12071</a>)</li>
<li>See full diff in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v8.57.1/packages/typescript-eslint">compare view</a></li>
</ul>
</details>
<br />
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 <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions
</details>
---
<sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 Pull Request Information
Original PR: https://github.com/fosrl/pangolin/pull/2691
Author: @dependabot[bot]
Created: 3/23/2026
Status: ❌ Closed
Base:
main← Head:dependabot/npm_and_yarn/dev-minor-updates-c6db410b7e📝 Commits (1)
04d15a5Bump the dev-minor-updates group across 1 directory with 7 updates📊 Changes
2 files changed (+121 additions, -121 deletions)
View changed files
📝
package-lock.json(+114 -114)📝
package.json(+7 -7)📄 Description
Bumps the dev-minor-updates group with 7 updates in the / directory:
1.54.11.57.25.91.35.95.025.3.525.5.08.18.08.20.010.0.310.1.016.1.716.2.18.56.18.57.1Updates
@dotenvx/dotenvxfrom 1.54.1 to 1.57.2Release notes
Sourced from
@dotenvx/dotenvx's releases.Changelog
Sourced from
@dotenvx/dotenvx's changelog.... (truncated)
Commits
dfec22a1.57.2314a3abchangelog 🪵9c8ba44Merge pull request #763 from dotenvx/audit-fix06168acnpm audit98cdb9aREADME tweakf201a84simplify85714951.57.1005e570test coverage42e1280changelog 🪵038916fRemove ? helpsUpdates
@tanstack/react-query-devtoolsfrom 5.91.3 to 5.95.0Release notes
Sourced from
@tanstack/react-query-devtools's releases.Changelog
Sourced from
@tanstack/react-query-devtools's changelog.Commits
4d7de83ci: Version Packages (#10317)8fe71e4ci: Version Packages (#10313)c613c22ci: Version Packages (#10309)67cf8b6ref: ts cutoff (#10253)da2ff5achore(vite.config): exclude 'tests' directory from coverage reports (#10084)Updates
@types/nodefrom 25.3.5 to 25.5.0Commits
Updates
@types/pgfrom 8.18.0 to 8.20.0Commits
Updates
eslintfrom 10.0.3 to 10.1.0Release notes
Sourced from eslint's releases.
Commits
8351ec710.1.03270bc1Build: changelog update for 10.1.0a9f9ccechore: update dependency eslint-plugin-unicorn to ^63.0.0 (#20584)1f42bd7chore: updateprettierto 3.8.1 (#20651)c0a6f4achore: update dependency@eslint/jsonto ^1.2.0 (#20652)cc43f79chore: update dependency c8 to v11 (#20650)2ce4635chore: update dependency@eslint/jsonto v1 (#20649)f0406eechore: update dependency markdownlint-cli2 to ^0.21.0 (#20646)dbb4c95chore: remove trunk (#20478)ff4382bfeat: apply fix forno-varinTSModuleBlock(#20638)Updates
eslint-config-nextfrom 16.1.7 to 16.2.1Release notes
Sourced from eslint-config-next's releases.
... (truncated)
Commits
ed7d2cev16.2.1c5c94dfv16.2.03683192v16.2.0-canary.1046689814v16.2.0-canary.103ad66dbcv16.2.0-canary.102b856498v16.2.0-canary.101136b77ev16.2.0-canary.1000f59973v16.2.0-canary.99792522dv16.2.0-canary.982769b55v16.2.0-canary.97Updates
typescript-eslintfrom 8.56.1 to 8.57.1Release notes
Sourced from typescript-eslint's releases.
Changelog
Sourced from typescript-eslint's changelog.
Commits
c7c38aachore(release): publish 8.57.12c6aeeechore(release): publish 8.57.0f696dadchore: use pnpm catalog (#12047)a09921echore: update vitest to 4.x (#12071)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.