renovate #11

Merged
root merged 1 commits from renovate into master 2024-06-03 19:23:09 +00:00
Contributor

npm

@typescript-eslint/eslint-plugin

  • ^7.11.0 => ^7.12.0 (vscodestat)

7.12.0 (2024-06-03)

🚀 Features

  • eslint-plugin: [no-useless-template-literals] rename to no-useless-template-expression (deprecate no-useless-template-literals) (#8821)
  • eslint-plugin: [no-floating-promises] add option 'allowForKnownSafePromises' (#9186)
  • rule-tester: check for parsing errors in suggestion fixes (#9052)
  • rule-tester: port checkDuplicateTestCases from ESLint (#9026)

🩹 Fixes

  • no-useless-template-expression -> no-unnecessary-template-expression (#9174)
  • eslint-plugin: [no-unnecessary-type-assertion] combine template literal check with const variable check (#8820)
  • eslint-plugin: [dot-notation] fix false positive when accessing private/protected property with optional chaining (#8851)
  • eslint-plugin: [explicit-member-accessibility] refine report locations (#8869)
  • eslint-plugin: [no-unnecessary-type-assertion] declares are always defined, so always check declares (#8901)
  • eslint-plugin: [prefer-literal-enum-member] allow using member it self on allowBitwiseExpressions (#9114)
  • eslint-plugin: [return-await] clean up in-try-catch detection and make autofixes safe (#9031)
  • eslint-plugin: [member-ordering] also TSMethodSignature can be get/set (#9193)
  • types: correct typing ParserOptions (#9202)

❤️ Thank You

  • Abraham Guo
  • Han Yeong-woo @nix6839
  • Joshua Chen
  • Kim Sang Du @developer-bandi
  • Kirk Waiblinger
  • YeonJuan @yeonjuan

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

@typescript-eslint/parser

  • ^7.11.0 => ^7.12.0 (vscodestat)

7.12.0 (2024-06-03)

🚀 Features

  • eslint-plugin: [no-useless-template-literals] rename to no-useless-template-expression (deprecate no-useless-template-literals) (#8821)
  • eslint-plugin: [no-floating-promises] add option 'allowForKnownSafePromises' (#9186)
  • rule-tester: check for parsing errors in suggestion fixes (#9052)
  • rule-tester: port checkDuplicateTestCases from ESLint (#9026)

🩹 Fixes

  • no-useless-template-expression -> no-unnecessary-template-expression (#9174)
  • eslint-plugin: [no-unnecessary-type-assertion] combine template literal check with const variable check (#8820)
  • eslint-plugin: [dot-notation] fix false positive when accessing private/protected property with optional chaining (#8851)
  • eslint-plugin: [explicit-member-accessibility] refine report locations (#8869)
  • eslint-plugin: [no-unnecessary-type-assertion] declares are always defined, so always check declares (#8901)
  • eslint-plugin: [prefer-literal-enum-member] allow using member it self on allowBitwiseExpressions (#9114)
  • eslint-plugin: [return-await] clean up in-try-catch detection and make autofixes safe (#9031)
  • eslint-plugin: [member-ordering] also TSMethodSignature can be get/set (#9193)
  • types: correct typing ParserOptions (#9202)

❤️ Thank You

  • Abraham Guo
  • Han Yeong-woo @nix6839
  • Joshua Chen
  • Kim Sang Du @developer-bandi
  • Kirk Waiblinger
  • YeonJuan @yeonjuan

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

<h1>npm</h1> <h2>@typescript-eslint/eslint-plugin</h2> <ul> <li> ^7.11.0 => ^7.12.0 (vscodestat)</li> </ul> > <h2>7.12.0 (2024-06-03)</h2> > <h3>🚀 Features</h3> > <ul> > <li><strong>eslint-plugin:</strong> [no-useless-template-literals] rename to <code>no-useless-template-expression</code> (deprecate <code>no-useless-template-literals</code>) (<a href="https://github.com/typescript-eslint/typescript-eslint/pull/8821">#8821</a>)</li> > <li><strong>eslint-plugin:</strong> [no-floating-promises] add option &#39;allowForKnownSafePromises&#39; (<a href="https://github.com/typescript-eslint/typescript-eslint/pull/9186">#9186</a>)</li> > <li><strong>rule-tester:</strong> check for parsing errors in suggestion fixes (<a href="https://github.com/typescript-eslint/typescript-eslint/pull/9052">#9052</a>)</li> > <li><strong>rule-tester:</strong> port <code>checkDuplicateTestCases</code> from ESLint (<a href="https://github.com/typescript-eslint/typescript-eslint/pull/9026">#9026</a>)</li> > </ul> > <h3>🩹 Fixes</h3> > <ul> > <li>no-useless-template-expression -&gt; no-unnecessary-template-expression (<a href="https://github.com/typescript-eslint/typescript-eslint/pull/9174">#9174</a>)</li> > <li><strong>eslint-plugin:</strong> [no-unnecessary-type-assertion] combine template literal check with <code>const</code> variable check (<a href="https://github.com/typescript-eslint/typescript-eslint/pull/8820">#8820</a>)</li> > <li><strong>eslint-plugin:</strong> [dot-notation] fix false positive when accessing private/protected property with optional chaining (<a href="https://github.com/typescript-eslint/typescript-eslint/pull/8851">#8851</a>)</li> > <li><strong>eslint-plugin:</strong> [explicit-member-accessibility] refine report locations (<a href="https://github.com/typescript-eslint/typescript-eslint/pull/8869">#8869</a>)</li> > <li><strong>eslint-plugin:</strong> [no-unnecessary-type-assertion] declares are always defined, so always check <code>declare</code>s (<a href="https://github.com/typescript-eslint/typescript-eslint/pull/8901">#8901</a>)</li> > <li><strong>eslint-plugin:</strong> [prefer-literal-enum-member] allow using member it self on allowBitwiseExpressions (<a href="https://github.com/typescript-eslint/typescript-eslint/pull/9114">#9114</a>)</li> > <li><strong>eslint-plugin:</strong> [return-await] clean up in-try-catch detection and make autofixes safe (<a href="https://github.com/typescript-eslint/typescript-eslint/pull/9031">#9031</a>)</li> > <li><strong>eslint-plugin:</strong> [member-ordering] also TSMethodSignature can be get/set (<a href="https://github.com/typescript-eslint/typescript-eslint/pull/9193">#9193</a>)</li> > <li><strong>types:</strong> correct typing ParserOptions (<a href="https://github.com/typescript-eslint/typescript-eslint/pull/9202">#9202</a>)</li> > </ul> > <h3>❤️ Thank You</h3> > <ul> > <li>Abraham Guo</li> > <li>Han Yeong-woo @nix6839</li> > <li>Joshua Chen</li> > <li>Kim Sang Du @developer-bandi</li> > <li>Kirk Waiblinger</li> > <li>YeonJuan @yeonjuan</li> > </ul> > <p>You can read about our <a href="https://main--typescript-eslint.netlify.app/users/versioning">versioning strategy</a> and <a href="https://main--typescript-eslint.netlify.app/users/releases">releases</a> on our website.</p> <h2>@typescript-eslint/parser</h2> <ul> <li> ^7.11.0 => ^7.12.0 (vscodestat)</li> </ul> > <h2>7.12.0 (2024-06-03)</h2> > <h3>🚀 Features</h3> > <ul> > <li><strong>eslint-plugin:</strong> [no-useless-template-literals] rename to <code>no-useless-template-expression</code> (deprecate <code>no-useless-template-literals</code>) (<a href="https://github.com/typescript-eslint/typescript-eslint/pull/8821">#8821</a>)</li> > <li><strong>eslint-plugin:</strong> [no-floating-promises] add option &#39;allowForKnownSafePromises&#39; (<a href="https://github.com/typescript-eslint/typescript-eslint/pull/9186">#9186</a>)</li> > <li><strong>rule-tester:</strong> check for parsing errors in suggestion fixes (<a href="https://github.com/typescript-eslint/typescript-eslint/pull/9052">#9052</a>)</li> > <li><strong>rule-tester:</strong> port <code>checkDuplicateTestCases</code> from ESLint (<a href="https://github.com/typescript-eslint/typescript-eslint/pull/9026">#9026</a>)</li> > </ul> > <h3>🩹 Fixes</h3> > <ul> > <li>no-useless-template-expression -&gt; no-unnecessary-template-expression (<a href="https://github.com/typescript-eslint/typescript-eslint/pull/9174">#9174</a>)</li> > <li><strong>eslint-plugin:</strong> [no-unnecessary-type-assertion] combine template literal check with <code>const</code> variable check (<a href="https://github.com/typescript-eslint/typescript-eslint/pull/8820">#8820</a>)</li> > <li><strong>eslint-plugin:</strong> [dot-notation] fix false positive when accessing private/protected property with optional chaining (<a href="https://github.com/typescript-eslint/typescript-eslint/pull/8851">#8851</a>)</li> > <li><strong>eslint-plugin:</strong> [explicit-member-accessibility] refine report locations (<a href="https://github.com/typescript-eslint/typescript-eslint/pull/8869">#8869</a>)</li> > <li><strong>eslint-plugin:</strong> [no-unnecessary-type-assertion] declares are always defined, so always check <code>declare</code>s (<a href="https://github.com/typescript-eslint/typescript-eslint/pull/8901">#8901</a>)</li> > <li><strong>eslint-plugin:</strong> [prefer-literal-enum-member] allow using member it self on allowBitwiseExpressions (<a href="https://github.com/typescript-eslint/typescript-eslint/pull/9114">#9114</a>)</li> > <li><strong>eslint-plugin:</strong> [return-await] clean up in-try-catch detection and make autofixes safe (<a href="https://github.com/typescript-eslint/typescript-eslint/pull/9031">#9031</a>)</li> > <li><strong>eslint-plugin:</strong> [member-ordering] also TSMethodSignature can be get/set (<a href="https://github.com/typescript-eslint/typescript-eslint/pull/9193">#9193</a>)</li> > <li><strong>types:</strong> correct typing ParserOptions (<a href="https://github.com/typescript-eslint/typescript-eslint/pull/9202">#9202</a>)</li> > </ul> > <h3>❤️ Thank You</h3> > <ul> > <li>Abraham Guo</li> > <li>Han Yeong-woo @nix6839</li> > <li>Joshua Chen</li> > <li>Kim Sang Du @developer-bandi</li> > <li>Kirk Waiblinger</li> > <li>YeonJuan @yeonjuan</li> > </ul> > <p>You can read about our <a href="https://main--typescript-eslint.netlify.app/users/versioning">versioning strategy</a> and <a href="https://main--typescript-eslint.netlify.app/users/releases">releases</a> on our website.</p>
m.schnitzler added 1 commit 2024-06-03 19:21:48 +00:00
root merged commit e946dfe08a into master 2024-06-03 19:23:09 +00:00
root referenced this issue from a commit 2024-06-03 19:23:10 +00:00
root deleted branch renovate 2024-06-03 19:23:13 +00:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: root/vscodestat#11
No description provided.