renovate #112

Merged
root merged 1 commits from renovate into master 2026-06-24 01:30:13 +00:00
Contributor

npm

eslint-plugin-import-x

  • ^4.16.2 => ^4.17.0 (dvf)

Minor Changes

  • #474 4b2c0c5 Thanks @regseb! - Support RegExp in the import-x/ignore setting and the ignore option of the no-unresolved rule.

Patch Changes

  • #494 1c84235 Thanks @morgan-coded! - Fixed no-unresolved crashing when case-sensitive path checks encounter EACCES or EPERM on an ancestor directory.

  • #481 3e13121 Thanks @B4nan! - fix: memoize legacyNodeResolve resolver to avoid native memory leak

  • #484 9a07009 Thanks @sairus2k! - Make the extensions rule check Node.js subpath imports (specifiers starting with #, e.g. #utils/helper). Previously parsePath treated a leading # as a URL hash fragment, so the rule skipped extension validation for these imports.

    Note: single-segment subpath imports without a slash (e.g. #dep) are still skipped by the existing external-root-module classification; fixing that is deferred to avoid expanding scope.

  • #468 240ed58 Thanks @silverwind! - Make extensions handle .d.ts correctly

  • #479 e3cc7e4 Thanks @mrginglymus! - fix: strip querystrings and hash fragments when checking for file existence

  • #476 fce29b1 Thanks @nbouvrette! - fix(deps): replace @package-json/types with an inline minimal type

globals

  • ^17.6.0 => ^17.7.0 (dvf)
  • Update globals (2026-06-22) (#345) 33b75f9

https://github.com/sindresorhus/globals/compare/v17.6.0...v17.7.0

typescript-eslint

  • ^8.61.1 => ^8.62.0 (dvf)

8.62.0 (2026-06-22)

🚀 Features

  • remove redundant package.json "files" (#12444)

🩹 Fixes

  • add "files" to rule-schema-to-typescript-types (#12441)

❤️ Thank You

  • Kirk Waiblinger @kirkwaiblinger

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

<h1>npm</h1> <h2>eslint-plugin-import-x</h2> <ul> <li> ^4.16.2 => ^4.17.0 (dvf)</li> </ul> > <h3>Minor Changes</h3> > <ul> > <li><a href="https://github.com/un-ts/eslint-plugin-import-x/pull/474">#474</a> <a href="https://github.com/un-ts/eslint-plugin-import-x/commit/4b2c0c50577ba5b38823fb6d2b1f7e0e2cb9b760"><code>4b2c0c5</code></a> Thanks <a href="https://github.com/regseb">@regseb</a>! - Support <code>RegExp</code> in the <code>import-x/ignore</code> setting and the <code>ignore</code> option of the <code>no-unresolved</code> rule.</li> > </ul> > <h3>Patch Changes</h3> > <ul> > <li><p><a href="https://github.com/un-ts/eslint-plugin-import-x/pull/494">#494</a> <a href="https://github.com/un-ts/eslint-plugin-import-x/commit/1c84235057e693f107352b2874c5e9bc6d974e75"><code>1c84235</code></a> Thanks <a href="https://github.com/morgan-coded">@morgan-coded</a>! - Fixed <code>no-unresolved</code> crashing when case-sensitive path checks encounter <code>EACCES</code> or <code>EPERM</code> on an ancestor directory.</p> > </li> > <li><p><a href="https://github.com/un-ts/eslint-plugin-import-x/pull/481">#481</a> <a href="https://github.com/un-ts/eslint-plugin-import-x/commit/3e131214f1a027858ce87d146576b243f6acad0c"><code>3e13121</code></a> Thanks <a href="https://github.com/B4nan">@B4nan</a>! - fix: memoize legacyNodeResolve resolver to avoid native memory leak</p> > </li> > <li><p><a href="https://github.com/un-ts/eslint-plugin-import-x/pull/484">#484</a> <a href="https://github.com/un-ts/eslint-plugin-import-x/commit/9a070094ac6e3c5891762acebe882281b022501d"><code>9a07009</code></a> Thanks <a href="https://github.com/sairus2k">@sairus2k</a>! - Make the <code>extensions</code> rule check Node.js subpath imports (specifiers starting with <code>#</code>, e.g. <code>#utils/helper</code>). Previously <code>parsePath</code> treated a leading <code>#</code> as a URL hash fragment, so the rule skipped extension validation for these imports.</p> > <p>Note: single-segment subpath imports without a slash (e.g. <code>#dep</code>) are still skipped by the existing external-root-module classification; fixing that is deferred to avoid expanding scope.</p> > </li> > <li><p><a href="https://github.com/un-ts/eslint-plugin-import-x/pull/468">#468</a> <a href="https://github.com/un-ts/eslint-plugin-import-x/commit/240ed58cb3d699c5107af065d8482a5c902a2f95"><code>240ed58</code></a> Thanks <a href="https://github.com/silverwind">@silverwind</a>! - Make <code>extensions</code> handle <code>.d.ts</code> correctly</p> > </li> > <li><p><a href="https://github.com/un-ts/eslint-plugin-import-x/pull/479">#479</a> <a href="https://github.com/un-ts/eslint-plugin-import-x/commit/e3cc7e458fe8440fdac291beba9f09ab216ec682"><code>e3cc7e4</code></a> Thanks <a href="https://github.com/mrginglymus">@mrginglymus</a>! - fix: strip querystrings and hash fragments when checking for file existence</p> > </li> > <li><p><a href="https://github.com/un-ts/eslint-plugin-import-x/pull/476">#476</a> <a href="https://github.com/un-ts/eslint-plugin-import-x/commit/fce29b1bb7c1f57f18beb5f0ac5636b14ab848dc"><code>fce29b1</code></a> Thanks <a href="https://github.com/nbouvrette">@nbouvrette</a>! - fix(deps): replace @package-json/types with an inline minimal type</p> > </li> > </ul> <h2>globals</h2> <ul> <li> ^17.6.0 => ^17.7.0 (dvf)</li> </ul> > <ul> > <li>Update globals (2026-06-22) (#345) 33b75f9</li> > </ul> > <hr> > <p><a href="https://github.com/sindresorhus/globals/compare/v17.6.0...v17.7.0">https://github.com/sindresorhus/globals/compare/v17.6.0...v17.7.0</a></p> <h2>typescript-eslint</h2> <ul> <li> ^8.61.1 => ^8.62.0 (dvf)</li> </ul> > <h2>8.62.0 (2026-06-22)</h2> > <h3>🚀 Features</h3> > <ul> > <li>remove redundant package.json &quot;files&quot; (<a href="https://github.com/typescript-eslint/typescript-eslint/pull/12444">#12444</a>)</li> > </ul> > <h3>🩹 Fixes</h3> > <ul> > <li>add &quot;files&quot; to rule-schema-to-typescript-types (<a href="https://github.com/typescript-eslint/typescript-eslint/pull/12441">#12441</a>)</li> > </ul> > <h3>❤️ Thank You</h3> > <ul> > <li>Kirk Waiblinger @kirkwaiblinger</li> > </ul> > <p>See <a href="https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.62.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>
m.schnitzler added 1 commit 2026-06-24 01:29:42 +00:00
root merged commit a46b4da794 into master 2026-06-24 01:30:13 +00:00
root deleted branch renovate 2026-06-24 01:30:19 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: root/dvf#112