Fix a minification regression with CSS media queries (#4315)
The previous release introduced support for parsing media queries which unintentionally introduced a regression with the removal of duplicate media rules during minification. Specifically the grammar for @media <media-type> and <media-condition-without-or> { ... } was missing an equality check for the <media-condition-without-or> part, so rules with different suffix clauses in this position would incorrectly compare equal and be deduplicated. This release fixes the regression.
Update the list of known JavaScript globals (#4310)
This release updates esbuild's internal list of known JavaScript globals. These are globals that are known to not have side-effects when the property is accessed. For example, accessing the global Array property is considered to be side-effect free but accessing the global scrollY property can trigger a layout, which is a side-effect. This is used by esbuild's tree-shaking to safely remove unused code that is known to be side-effect free. This update adds the following global properties:
Note that this does not indicate that constructing any of these objects is side-effect free, just that accessing the identifier is side-effect free. For example, this now allows esbuild to tree-shake classes that extend from Iterator:
// This can now be tree-shaken by esbuild:
class ExampleIterator extends Iterator {}
Add support for the new @view-transition CSS rule (#4313)
With this release, esbuild now has improved support for pretty-printing and minifying the new @view-transition rule (which esbuild was previously unaware of):
Fix a minification regression with CSS media queries (#4315)
The previous release introduced support for parsing media queries which unintentionally introduced a regression with the removal of duplicate media rules during minification. Specifically the grammar for @media <media-type> and <media-condition-without-or> { ... } was missing an equality check for the <media-condition-without-or> part, so rules with different suffix clauses in this position would incorrectly compare equal and be deduplicated. This release fixes the regression.
Update the list of known JavaScript globals (#4310)
This release updates esbuild's internal list of known JavaScript globals. These are globals that are known to not have side-effects when the property is accessed. For example, accessing the global Array property is considered to be side-effect free but accessing the global scrollY property can trigger a layout, which is a side-effect. This is used by esbuild's tree-shaking to safely remove unused code that is known to be side-effect free. This update adds the following global properties:
Note that this does not indicate that constructing any of these objects is side-effect free, just that accessing the identifier is side-effect free. For example, this now allows esbuild to tree-shake classes that extend from Iterator:
// This can now be tree-shaken by esbuild:
class ExampleIterator extends Iterator {}
Add support for the new @view-transition CSS rule (#4313)
With this release, esbuild now has improved support for pretty-printing and minifying the new @view-transition rule (which esbuild was previously unaware of):
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase will rebase this PR
@dependabot recreate will recreate this PR, overwriting any edits that have been made to it
@dependabot merge will merge this PR after your CI passes on it
@dependabot squash and merge will squash and merge this PR after your CI passes on it
@dependabot cancel merge will cancel a previously requested merge and block automerging
@dependabot reopen will reopen this PR if it is closed
@dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
@dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
@dependabot ignore <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/1825
**Author:** [@dependabot[bot]](https://github.com/apps/dependabot)
**Created:** 11/7/2025
**Status:** ✅ Merged
**Merged:** 11/7/2025
**Merged by:** [@oschwartz10612](https://github.com/oschwartz10612)
**Base:** `main` ← **Head:** `dependabot/npm_and_yarn/dev-patch-updates-282bba5f0a`
---
### 📝 Commits (1)
- [`749cea5`](https://github.com/fosrl/pangolin/commit/749cea5a4d4dedfacd825f30d58c4d559bcc9082) Bump the dev-patch-updates group across 1 directory with 5 updates
### 📊 Changes
**2 files changed** (+248 additions, -248 deletions)
<details>
<summary>View changed files</summary>
📝 `package-lock.json` (+244 -244)
📝 `package.json` (+4 -4)
</details>
### 📄 Description
Bumps the dev-patch-updates group with 4 updates in the / directory: [@dotenvx/dotenvx](https://github.com/dotenvx/dotenvx), [@tailwindcss/postcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/@tailwindcss-postcss), [esbuild](https://github.com/evanw/esbuild) and [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint).
Updates `@dotenvx/dotenvx` from 1.51.0 to 1.51.1
<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.51.1</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.51.0...v1.51.1">1.51.1</a> (2025-11-03)</h2>
<h3>Added</h3>
<ul>
<li>Add <code>opsOff</code> type information</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/dotenvx/dotenvx/commit/882ea84c188f4499cf764db1bbe4bbbf5470074e"><code>882ea84</code></a> 1.51.1</li>
<li><a href="https://github.com/dotenvx/dotenvx/commit/4c774500000930bd7c0a83b0123e4f9b7c4a8fa6"><code>4c77450</code></a> changelog 🪵</li>
<li><a href="https://github.com/dotenvx/dotenvx/commit/95b65ef29a60a229c44fc734430c02f6e6ee397b"><code>95b65ef</code></a> adjust note</li>
<li><a href="https://github.com/dotenvx/dotenvx/commit/2e8f4d49edc77a981e82e69893099db92f68c781"><code>2e8f4d4</code></a> Merge pull request <a href="https://redirect.github.com/dotenvx/dotenvx/issues/696">#696</a> from dotenvx/copilot/update-dotenvconfigoptions-type-...</li>
<li><a href="https://github.com/dotenvx/dotenvx/commit/6eb5a81cc98c0a424f9642efbe15ce428be671b8"><code>6eb5a81</code></a> Final verification complete - opsOff type definition added</li>
<li><a href="https://github.com/dotenvx/dotenvx/commit/7f90afd48d6b39779584379bc41bdce9521d8a60"><code>7f90afd</code></a> Add opsOff property to DotenvConfigOptions type definition</li>
<li><a href="https://github.com/dotenvx/dotenvx/commit/fbecce16b7dfd836351922c2a983621996749ab5"><code>fbecce1</code></a> Initial plan</li>
<li><a href="https://github.com/dotenvx/dotenvx/commit/88e462a893f7b9737fde086623c423f989d84859"><code>88e462a</code></a> Merge pull request <a href="https://redirect.github.com/dotenvx/dotenvx/issues/691">#691</a> from cunneen/tar-fs-npm-audit-fix</li>
<li><a href="https://github.com/dotenvx/dotenvx/commit/44e625772877df49e548ccb5a1bbeb32ba83af84"><code>44e6257</code></a> build: :arrow_up: npm audit fix tar-fs 2.0.0 -> 2.1.3</li>
<li><a href="https://github.com/dotenvx/dotenvx/commit/92dcf86ece73494ede806a33c13e804d1122f2ce"><code>92dcf86</code></a> Merge pull request <a href="https://redirect.github.com/dotenvx/dotenvx/issues/690">#690</a> from dotenvx/password-expand</li>
<li>Additional commits viewable in <a href="https://github.com/dotenvx/dotenvx/compare/v1.51.0...v1.51.1">compare view</a></li>
</ul>
</details>
<br />
Updates `@tailwindcss/postcss` from 4.1.16 to 4.1.17
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/tailwindlabs/tailwindcss/releases"><code>@tailwindcss/postcss</code>'s releases</a>.</em></p>
<blockquote>
<h2>v4.1.17</h2>
<h3>Fixed</h3>
<ul>
<li>Substitute <code>@variant</code> inside legacy JS APIs (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/19263">#19263</a>)</li>
<li>Prevent occasional crash on Windows when loaded into a worker thread (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/19242">#19242</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md"><code>@tailwindcss/postcss</code>'s changelog</a>.</em></p>
<blockquote>
<h2>[4.1.17] - 2025-11-06</h2>
<h3>Fixed</h3>
<ul>
<li>Substitute <code>@variant</code> inside legacy JS APIs (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/19263">#19263</a>)</li>
<li>Prevent occasional crash on Windows when loaded into a worker thread (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/19242">#19242</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/tailwindlabs/tailwindcss/commit/e9c9c4f79db00a7a1dc7a3e2a13ced3b19f55555"><code>e9c9c4f</code></a> Release v4.1.17 (<a href="https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/@tailwindcss-postcss/issues/19272">#19272</a>)</li>
<li>See full diff in <a href="https://github.com/tailwindlabs/tailwindcss/commits/v4.1.17/packages/@tailwindcss-postcss">compare view</a></li>
</ul>
</details>
<br />
Updates `esbuild` from 0.25.11 to 0.25.12
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/evanw/esbuild/releases">esbuild's releases</a>.</em></p>
<blockquote>
<h2>v0.25.12</h2>
<ul>
<li>
<p>Fix a minification regression with CSS media queries (<a href="https://redirect.github.com/evanw/esbuild/issues/4315">#4315</a>)</p>
<p>The previous release introduced support for parsing media queries which unintentionally introduced a regression with the removal of duplicate media rules during minification. Specifically the grammar for <code>@media <media-type> and <media-condition-without-or> { ... }</code> was missing an equality check for the <code><media-condition-without-or></code> part, so rules with different suffix clauses in this position would incorrectly compare equal and be deduplicated. This release fixes the regression.</p>
</li>
<li>
<p>Update the list of known JavaScript globals (<a href="https://redirect.github.com/evanw/esbuild/issues/4310">#4310</a>)</p>
<p>This release updates esbuild's internal list of known JavaScript globals. These are globals that are known to not have side-effects when the property is accessed. For example, accessing the global <code>Array</code> property is considered to be side-effect free but accessing the global <code>scrollY</code> property can trigger a layout, which is a side-effect. This is used by esbuild's tree-shaking to safely remove unused code that is known to be side-effect free. This update adds the following global properties:</p>
<p>From <a href="https://tc39.es/ecma262/2017/">ES2017</a>:</p>
<ul>
<li><code>Atomics</code></li>
<li><code>SharedArrayBuffer</code></li>
</ul>
<p>From <a href="https://tc39.es/ecma262/2020/">ES2020</a>:</p>
<ul>
<li><code>BigInt64Array</code></li>
<li><code>BigUint64Array</code></li>
</ul>
<p>From <a href="https://tc39.es/ecma262/2021/">ES2021</a>:</p>
<ul>
<li><code>FinalizationRegistry</code></li>
<li><code>WeakRef</code></li>
</ul>
<p>From <a href="https://tc39.es/ecma262/2025/">ES2025</a>:</p>
<ul>
<li><code>Float16Array</code></li>
<li><code>Iterator</code></li>
</ul>
<p>Note that this does not indicate that constructing any of these objects is side-effect free, just that accessing the identifier is side-effect free. For example, this now allows esbuild to tree-shake classes that extend from <code>Iterator</code>:</p>
<pre lang="js"><code>// This can now be tree-shaken by esbuild:
class ExampleIterator extends Iterator {}
</code></pre>
</li>
<li>
<p>Add support for the new <code>@view-transition</code> CSS rule (<a href="https://redirect.github.com/evanw/esbuild/pull/4313">#4313</a>)</p>
<p>With this release, esbuild now has improved support for pretty-printing and minifying the new <code>@view-transition</code> rule (which esbuild was previously unaware of):</p>
<pre lang="css"><code>/* Original code */
@view-transition {
navigation: auto;
types: check;
}
<p>/* Old output */<br />
<a href="https://github.com/view-transition"><code>@view-transition</code></a> { navigation: auto; types: check; }</p>
<p>/* New output */<br />
<a href="https://github.com/view-transition"><code>@view-transition</code></a> {<br />
navigation: auto;<br />
types: check;<br />
</code></pre></p>
</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/evanw/esbuild/blob/main/CHANGELOG.md">esbuild's changelog</a>.</em></p>
<blockquote>
<h2>0.25.12</h2>
<ul>
<li>
<p>Fix a minification regression with CSS media queries (<a href="https://redirect.github.com/evanw/esbuild/issues/4315">#4315</a>)</p>
<p>The previous release introduced support for parsing media queries which unintentionally introduced a regression with the removal of duplicate media rules during minification. Specifically the grammar for <code>@media <media-type> and <media-condition-without-or> { ... }</code> was missing an equality check for the <code><media-condition-without-or></code> part, so rules with different suffix clauses in this position would incorrectly compare equal and be deduplicated. This release fixes the regression.</p>
</li>
<li>
<p>Update the list of known JavaScript globals (<a href="https://redirect.github.com/evanw/esbuild/issues/4310">#4310</a>)</p>
<p>This release updates esbuild's internal list of known JavaScript globals. These are globals that are known to not have side-effects when the property is accessed. For example, accessing the global <code>Array</code> property is considered to be side-effect free but accessing the global <code>scrollY</code> property can trigger a layout, which is a side-effect. This is used by esbuild's tree-shaking to safely remove unused code that is known to be side-effect free. This update adds the following global properties:</p>
<p>From <a href="https://tc39.es/ecma262/2017/">ES2017</a>:</p>
<ul>
<li><code>Atomics</code></li>
<li><code>SharedArrayBuffer</code></li>
</ul>
<p>From <a href="https://tc39.es/ecma262/2020/">ES2020</a>:</p>
<ul>
<li><code>BigInt64Array</code></li>
<li><code>BigUint64Array</code></li>
</ul>
<p>From <a href="https://tc39.es/ecma262/2021/">ES2021</a>:</p>
<ul>
<li><code>FinalizationRegistry</code></li>
<li><code>WeakRef</code></li>
</ul>
<p>From <a href="https://tc39.es/ecma262/2025/">ES2025</a>:</p>
<ul>
<li><code>Float16Array</code></li>
<li><code>Iterator</code></li>
</ul>
<p>Note that this does not indicate that constructing any of these objects is side-effect free, just that accessing the identifier is side-effect free. For example, this now allows esbuild to tree-shake classes that extend from <code>Iterator</code>:</p>
<pre lang="js"><code>// This can now be tree-shaken by esbuild:
class ExampleIterator extends Iterator {}
</code></pre>
</li>
<li>
<p>Add support for the new <code>@view-transition</code> CSS rule (<a href="https://redirect.github.com/evanw/esbuild/pull/4313">#4313</a>)</p>
<p>With this release, esbuild now has improved support for pretty-printing and minifying the new <code>@view-transition</code> rule (which esbuild was previously unaware of):</p>
<pre lang="css"><code>/* Original code */
@view-transition {
navigation: auto;
types: check;
}
<p>/* Old output */<br />
<a href="https://github.com/view-transition"><code>@view-transition</code></a> { navigation: auto; types: check; }</p>
<p>/* New output */<br />
<a href="https://github.com/view-transition"><code>@view-transition</code></a> {<br />
navigation: auto;<br />
</code></pre></p>
</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/evanw/esbuild/commit/208f539945b145e7c9d6d844290f81c3fe5af320"><code>208f539</code></a> publish 0.25.12 to npm</li>
<li><a href="https://github.com/evanw/esbuild/commit/5f03afdd007f6626d4300afc7cbb5bf7c9554393"><code>5f03afd</code></a> update release notes</li>
<li><a href="https://github.com/evanw/esbuild/commit/6b2ee78d7f273d7ed4c4bb08b516939b373bcd67"><code>6b2ee78</code></a> minify: remove css rules containing empty <code>:is()</code></li>
<li><a href="https://github.com/evanw/esbuild/commit/f361debd61ffa0ae2d810fbe0e4c9d39183ed4c6"><code>f361deb</code></a> add some additional known static methods</li>
<li><a href="https://github.com/evanw/esbuild/commit/07aa646bb2fd9c5eb1de804edf9eae5bd1617637"><code>07aa646</code></a> automatically mark "RegExp.escape()" calls as pure</li>
<li><a href="https://github.com/evanw/esbuild/commit/9039c468258fd9a19eeaf5e05fd6a3d582b46d3a"><code>9039c46</code></a> simplify some call expression checks</li>
<li><a href="https://github.com/evanw/esbuild/commit/188944dd946dd54d50bbe844dc22969b604589d0"><code>188944d</code></a> add some additional known static methods</li>
<li><a href="https://github.com/evanw/esbuild/commit/d3c67f9e94267d06337d2e2e0d837844d2cac6bd"><code>d3c67f9</code></a> fix <a href="https://redirect.github.com/evanw/esbuild/issues/4310">#4310</a>: add <code>Iterator</code> and other known globals</li>
<li><a href="https://github.com/evanw/esbuild/commit/4a51f0b24d343d7ae5b7d5a3e5c3afce3f96a0f8"><code>4a51f0b</code></a> fix: escape dev server breadcrumb hrefs properly (<a href="https://redirect.github.com/evanw/esbuild/issues/4316">#4316</a>)</li>
<li><a href="https://github.com/evanw/esbuild/commit/26b29ed51ffe20730ffaf69921dbb53e27de464a"><code>26b29ed</code></a> fix <a href="https://redirect.github.com/evanw/esbuild/issues/4315">#4315</a>: <code>@media</code> deduplication bug edge case</li>
<li>Additional commits viewable in <a href="https://github.com/evanw/esbuild/compare/v0.25.11...v0.25.12">compare view</a></li>
</ul>
</details>
<br />
Updates `tailwindcss` from 4.1.16 to 4.1.17
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/tailwindlabs/tailwindcss/releases">tailwindcss's releases</a>.</em></p>
<blockquote>
<h2>v4.1.17</h2>
<h3>Fixed</h3>
<ul>
<li>Substitute <code>@variant</code> inside legacy JS APIs (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/19263">#19263</a>)</li>
<li>Prevent occasional crash on Windows when loaded into a worker thread (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/19242">#19242</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md">tailwindcss's changelog</a>.</em></p>
<blockquote>
<h2>[4.1.17] - 2025-11-06</h2>
<h3>Fixed</h3>
<ul>
<li>Substitute <code>@variant</code> inside legacy JS APIs (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/19263">#19263</a>)</li>
<li>Prevent occasional crash on Windows when loaded into a worker thread (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/19242">#19242</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/tailwindlabs/tailwindcss/commit/e9c9c4f79db00a7a1dc7a3e2a13ced3b19f55555"><code>e9c9c4f</code></a> Release v4.1.17 (<a href="https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss/issues/19272">#19272</a>)</li>
<li><a href="https://github.com/tailwindlabs/tailwindcss/commit/dc6a3ce349a082e6c437288e52d0eea9a9ea4ff2"><code>dc6a3ce</code></a> Substitute <code>@variant</code> inside utilities (<a href="https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss/issues/19263">#19263</a>)</li>
<li><a href="https://github.com/tailwindlabs/tailwindcss/commit/e71e70eda9c0372872b9c8bf7d70d35c22004bd4"><code>e71e70e</code></a> Update magic-string 0.30.19 → 0.30.21 (minor) (<a href="https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss/issues/19238">#19238</a>)</li>
<li>See full diff in <a href="https://github.com/tailwindlabs/tailwindcss/commits/v4.1.17/packages/tailwindcss">compare view</a></li>
</ul>
</details>
<br />
Updates `typescript-eslint` from 8.46.2 to 8.46.3
<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.46.3</h2>
<h2>8.46.3 (2025-11-03)</h2>
<h3>🩹 Fixes</h3>
<ul>
<li><strong>eslint-plugin:</strong> [no-misused-promises] expand union type to retrieve target property (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11706">#11706</a>)</li>
<li><strong>eslint-plugin:</strong> [no-duplicate-enum-values] support signed numbers (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11722">#11722</a>, <a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11723">#11723</a>)</li>
</ul>
<h3>❤️ Thank You</h3>
<ul>
<li>Evgeny Stepanovych <a href="https://github.com/undsoft"><code>@undsoft</code></a></li>
<li>tao</li>
</ul>
<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.46.3 (2025-11-03)</h2>
<p>This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.</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/d9f3497dfb72e90fd7dc977c77d41b0eb9df4909"><code>d9f3497</code></a> chore(release): publish 8.46.3</li>
<li>See full diff in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v8.46.3/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 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 <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/1825
Author: @dependabot[bot]
Created: 11/7/2025
Status: ✅ Merged
Merged: 11/7/2025
Merged by: @oschwartz10612
Base:
main← Head:dependabot/npm_and_yarn/dev-patch-updates-282bba5f0a📝 Commits (1)
749cea5Bump the dev-patch-updates group across 1 directory with 5 updates📊 Changes
2 files changed (+248 additions, -248 deletions)
View changed files
📝
package-lock.json(+244 -244)📝
package.json(+4 -4)📄 Description
Bumps the dev-patch-updates group with 4 updates in the / directory: @dotenvx/dotenvx, @tailwindcss/postcss, esbuild and typescript-eslint.
Updates
@dotenvx/dotenvxfrom 1.51.0 to 1.51.1Release notes
Sourced from
@dotenvx/dotenvx's releases.Changelog
Sourced from
@dotenvx/dotenvx's changelog.Commits
882ea841.51.14c77450changelog 🪵95b65efadjust note2e8f4d4Merge pull request #696 from dotenvx/copilot/update-dotenvconfigoptions-type-...6eb5a81Final verification complete - opsOff type definition added7f90afdAdd opsOff property to DotenvConfigOptions type definitionfbecce1Initial plan88e462aMerge pull request #691 from cunneen/tar-fs-npm-audit-fix44e6257build: ⬆️ npm audit fix tar-fs 2.0.0 -> 2.1.392dcf86Merge pull request #690 from dotenvx/password-expandUpdates
@tailwindcss/postcssfrom 4.1.16 to 4.1.17Release notes
Sourced from
@tailwindcss/postcss's releases.Changelog
Sourced from
@tailwindcss/postcss's changelog.Commits
e9c9c4fRelease v4.1.17 (#19272)Updates
esbuildfrom 0.25.11 to 0.25.12Release notes
Sourced from esbuild's releases.
... (truncated)
Changelog
Sourced from esbuild's changelog.
... (truncated)
Commits
208f539publish 0.25.12 to npm5f03afdupdate release notes6b2ee78minify: remove css rules containing empty:is()f361debadd some additional known static methods07aa646automatically mark "RegExp.escape()" calls as pure9039c46simplify some call expression checks188944dadd some additional known static methodsd3c67f9fix #4310: addIteratorand other known globals4a51f0bfix: escape dev server breadcrumb hrefs properly (#4316)26b29edfix #4315:@mediadeduplication bug edge caseUpdates
tailwindcssfrom 4.1.16 to 4.1.17Release notes
Sourced from tailwindcss's releases.
Changelog
Sourced from tailwindcss's changelog.
Commits
e9c9c4fRelease v4.1.17 (#19272)dc6a3ceSubstitute@variantinside utilities (#19263)e71e70eUpdate magic-string 0.30.19 → 0.30.21 (minor) (#19238)Updates
typescript-eslintfrom 8.46.2 to 8.46.3Release notes
Sourced from typescript-eslint's releases.
Changelog
Sourced from typescript-eslint's changelog.
Commits
d9f3497chore(release): publish 8.46.3Dependabot 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 mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@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.