renovatemajor #182

Merged
root merged 1 commits from renovate into master 2026-06-30 23:36:49 +00:00
Contributor

npm

@types/node

  • 25.x => 26.x (vscodestat)

@typescript-eslint/eslint-plugin

  • ^8.61.1 => ^8.62.0 (vscodestat)

8.62.1 (2026-06-29)

🩹 Fixes

  • eslint-plugin: [prefer-optional-chain] use suggestion instead of autofix for trailing binary operator (#12328)
  • eslint-plugin: [no-unnecessary-boolean-literal-compare] preserve boolean result in fixer for nullable true comparisons (#12365)
  • eslint-plugin: [no-unnecessary-type-assertion] parenthesize object literal at left edge of expression statement (#12443, #12418)

❤️ Thank You

  • Kirk Waiblinger @kirkwaiblinger
  • mdm317
  • Patrick Aleite
  • 송재욱

See GitHub Releases for more information.

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

@typescript-eslint/parser

  • ^8.61.1 => ^8.62.0 (vscodestat)

8.62.1 (2026-06-29)

🩹 Fixes

  • eslint-plugin: [prefer-optional-chain] use suggestion instead of autofix for trailing binary operator (#12328)
  • eslint-plugin: [no-unnecessary-boolean-literal-compare] preserve boolean result in fixer for nullable true comparisons (#12365)
  • eslint-plugin: [no-unnecessary-type-assertion] parenthesize object literal at left edge of expression statement (#12443, #12418)

❤️ Thank You

  • Kirk Waiblinger @kirkwaiblinger
  • mdm317
  • Patrick Aleite
  • 송재욱

See GitHub Releases for more information.

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

@vscode/test-cli

  • ^0.0.12 => ^0.0.15 (vscodestat)

globals

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

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

lint-staged

  • ^17.0.7 => ^17.0.8 (vscodestat)

Patch Changes

  • #1809 179b437 - Fix lint-staged discarding the ongoing merge conflict status (.git/MERGE_HEAD) when using the --hide-unstaged or --hide-all options.

  • #1811 3d0b2c0 - Fix issues with Git commands that are successful but also emit warnings to stderr, by ignoring the stderr output completely when the process exits with code 0. This was the behavior when using nano-spawn and execa, but when switching to tinyexec in 16.3.0 both stdout and stderr were used as interleaved output.

prettier

  • ^3.8.4 => ^3.9.1 (vscodestat)
  • Angular: Format @content(name) -> @content (name) to align with other block syntax (#19499 by @fisker)

🔗 Changelog

<h1>npm</h1> <h2>@types/node</h2> <ul> <li> 25.x => 26.x (vscodestat)</li> </ul> <h2>@typescript-eslint/eslint-plugin</h2> <ul> <li> ^8.61.1 => ^8.62.0 (vscodestat)</li> </ul> > <h2>8.62.1 (2026-06-29)</h2> > <h3>🩹 Fixes</h3> > <ul> > <li><strong>eslint-plugin:</strong> [prefer-optional-chain] use suggestion instead of autofix for trailing binary operator (<a href="https://github.com/typescript-eslint/typescript-eslint/pull/12328">#12328</a>)</li> > <li><strong>eslint-plugin:</strong> [no-unnecessary-boolean-literal-compare] preserve boolean result in fixer for nullable true comparisons (<a href="https://github.com/typescript-eslint/typescript-eslint/pull/12365">#12365</a>)</li> > <li><strong>eslint-plugin:</strong> [no-unnecessary-type-assertion] parenthesize object literal at left edge of expression statement (<a href="https://github.com/typescript-eslint/typescript-eslint/pull/12443">#12443</a>, <a href="https://github.com/typescript-eslint/typescript-eslint/issues/12418">#12418</a>)</li> > </ul> > <h3>❤️ Thank You</h3> > <ul> > <li>Kirk Waiblinger @kirkwaiblinger</li> > <li>mdm317</li> > <li>Patrick Aleite</li> > <li>송재욱</li> > </ul> > <p>See <a href="https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.62.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>@typescript-eslint/parser</h2> <ul> <li> ^8.61.1 => ^8.62.0 (vscodestat)</li> </ul> > <h2>8.62.1 (2026-06-29)</h2> > <h3>🩹 Fixes</h3> > <ul> > <li><strong>eslint-plugin:</strong> [prefer-optional-chain] use suggestion instead of autofix for trailing binary operator (<a href="https://github.com/typescript-eslint/typescript-eslint/pull/12328">#12328</a>)</li> > <li><strong>eslint-plugin:</strong> [no-unnecessary-boolean-literal-compare] preserve boolean result in fixer for nullable true comparisons (<a href="https://github.com/typescript-eslint/typescript-eslint/pull/12365">#12365</a>)</li> > <li><strong>eslint-plugin:</strong> [no-unnecessary-type-assertion] parenthesize object literal at left edge of expression statement (<a href="https://github.com/typescript-eslint/typescript-eslint/pull/12443">#12443</a>, <a href="https://github.com/typescript-eslint/typescript-eslint/issues/12418">#12418</a>)</li> > </ul> > <h3>❤️ Thank You</h3> > <ul> > <li>Kirk Waiblinger @kirkwaiblinger</li> > <li>mdm317</li> > <li>Patrick Aleite</li> > <li>송재욱</li> > </ul> > <p>See <a href="https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.62.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>@vscode/test-cli</h2> <ul> <li> ^0.0.12 => ^0.0.15 (vscodestat)</li> </ul> <h2>globals</h2> <ul> <li> ^17.6.0 => ^17.7.0 (vscodestat)</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>lint-staged</h2> <ul> <li> ^17.0.7 => ^17.0.8 (vscodestat)</li> </ul> > <h3>Patch Changes</h3> > <ul> > <li><p><a href="https://github.com/lint-staged/lint-staged/pull/1809">#1809</a> <a href="https://github.com/lint-staged/lint-staged/commit/179b4372b2528f6fa66f927337d238711694d0e0"><code>179b437</code></a> - Fix <em>lint-staged</em> discarding the ongoing merge conflict status (<code>.git/MERGE_HEAD</code>) when using the <code>--hide-unstaged</code> or <code>--hide-all</code> options.</p> > </li> > <li><p><a href="https://github.com/lint-staged/lint-staged/pull/1811">#1811</a> <a href="https://github.com/lint-staged/lint-staged/commit/3d0b2c0709a2a39aa7b134e3741fed21250d808e"><code>3d0b2c0</code></a> - Fix issues with Git commands that are successful but also emit warnings to <code>stderr</code>, by ignoring the <code>stderr</code> output completely when the process exits with code 0. This was the behavior when using <code>nano-spawn</code> and <code>execa</code>, but when switching to <code>tinyexec</code> in 16.3.0 both <code>stdout</code> and <code>stderr</code> were used as interleaved output.</p> > </li> > </ul> <h2>prettier</h2> <ul> <li> ^3.8.4 => ^3.9.1 (vscodestat)</li> </ul> > <ul> > <li>Angular: Format <code>@content(name)</code> -&gt; <code>@content (name)</code> to align with other block syntax (<a href="https://github.com/prettier/prettier/pull/19499">#19499</a> by <a href="https://github.com/fisker">@fisker</a>)</li> > </ul> > <p>🔗 <a href="https://github.com/prettier/prettier/blob/3.9.4/CHANGELOG.md#394">Changelog</a></p>
m.schnitzler added 1 commit 2026-06-30 09:05:31 +00:00
root approved these changes 2026-06-30 23:36:04 +00:00
root merged commit 73494bf805 into master 2026-06-30 23:36:49 +00:00
root deleted branch renovate 2026-06-30 23:36:52 +00:00
Sign in to join this conversation.
No Reviewers
No labels
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: root/vscodestat#182