renovate #13

Merged
root merged 1 commits from renovate into master 2024-06-10 18:14:32 +00:00
Contributor

npm

@typescript-eslint/eslint-plugin

  • ^7.12.0 => ^7.13.0 (vscodestat)

7.13.0 (2024-06-10)

🚀 Features

  • eslint-plugin: [no-dynamic-delete] allow all string literals as index (#9280)
  • parser, typescript-estree: export withoutProjectParserOptions utility (#9233)
  • typescript-estree: require import = require() argument to be a string literal (#9226)
  • typescript-estree: forbid .body, .async, .generator on declare function (#9225)

🩹 Fixes

  • ast-spec: function-call-like callee should be Expression not LeftHandSideExpression (#9231)
  • eslint-plugin: [init-declarations] refine report locations (#8893)
  • eslint-plugin: [no-base-to-string] make error message more nuanced (#9281)
  • eslint-plugin: [no-unsafe-assignment] be more specific about error types (#8304)
  • eslint-plugin: [no-magic-numbers] fix implementation of the ignore option (#9167)
  • scope-manager: handle index signature in class (#9054)

❤️ Thank You

  • Fotis Papadogeorgopoulos
  • Joshua Chen
  • Kirk Waiblinger
  • Tobiloba Adedeji @tobySolutions
  • Vinccool96
  • YeonJuan @yeonjuan

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

@typescript-eslint/parser

  • ^7.12.0 => ^7.13.0 (vscodestat)

7.13.0 (2024-06-10)

🚀 Features

  • eslint-plugin: [no-dynamic-delete] allow all string literals as index (#9280)
  • parser, typescript-estree: export withoutProjectParserOptions utility (#9233)
  • typescript-estree: require import = require() argument to be a string literal (#9226)
  • typescript-estree: forbid .body, .async, .generator on declare function (#9225)

🩹 Fixes

  • ast-spec: function-call-like callee should be Expression not LeftHandSideExpression (#9231)
  • eslint-plugin: [init-declarations] refine report locations (#8893)
  • eslint-plugin: [no-base-to-string] make error message more nuanced (#9281)
  • eslint-plugin: [no-unsafe-assignment] be more specific about error types (#8304)
  • eslint-plugin: [no-magic-numbers] fix implementation of the ignore option (#9167)
  • scope-manager: handle index signature in class (#9054)

❤️ Thank You

  • Fotis Papadogeorgopoulos
  • Joshua Chen
  • Kirk Waiblinger
  • Tobiloba Adedeji @tobySolutions
  • Vinccool96
  • 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.12.0 => ^7.13.0 (vscodestat)</li> </ul> > <h2>7.13.0 (2024-06-10)</h2> > <h3>🚀 Features</h3> > <ul> > <li><strong>eslint-plugin:</strong> [no-dynamic-delete] allow all string literals as index (<a href="https://github.com/typescript-eslint/typescript-eslint/pull/9280">#9280</a>)</li> > <li><strong>parser, typescript-estree:</strong> export withoutProjectParserOptions utility (<a href="https://github.com/typescript-eslint/typescript-eslint/pull/9233">#9233</a>)</li> > <li><strong>typescript-estree:</strong> require <code>import = require()</code> argument to be a string literal (<a href="https://github.com/typescript-eslint/typescript-eslint/pull/9226">#9226</a>)</li> > <li><strong>typescript-estree:</strong> forbid <code>.body</code>, <code>.async</code>, <code>.generator</code> on <code>declare function</code> (<a href="https://github.com/typescript-eslint/typescript-eslint/pull/9225">#9225</a>)</li> > </ul> > <h3>🩹 Fixes</h3> > <ul> > <li><strong>ast-spec:</strong> function-call-like callee should be Expression not LeftHandSideExpression (<a href="https://github.com/typescript-eslint/typescript-eslint/pull/9231">#9231</a>)</li> > <li><strong>eslint-plugin:</strong> [init-declarations] refine report locations (<a href="https://github.com/typescript-eslint/typescript-eslint/pull/8893">#8893</a>)</li> > <li><strong>eslint-plugin:</strong> [no-base-to-string] make error message more nuanced (<a href="https://github.com/typescript-eslint/typescript-eslint/pull/9281">#9281</a>)</li> > <li><strong>eslint-plugin:</strong> [no-unsafe-assignment] be more specific about error types (<a href="https://github.com/typescript-eslint/typescript-eslint/pull/8304">#8304</a>)</li> > <li><strong>eslint-plugin:</strong> [no-magic-numbers] fix implementation of the <code>ignore</code> option (<a href="https://github.com/typescript-eslint/typescript-eslint/pull/9167">#9167</a>)</li> > <li><strong>scope-manager:</strong> handle index signature in class (<a href="https://github.com/typescript-eslint/typescript-eslint/pull/9054">#9054</a>)</li> > </ul> > <h3>❤️ Thank You</h3> > <ul> > <li>Fotis Papadogeorgopoulos</li> > <li>Joshua Chen</li> > <li>Kirk Waiblinger</li> > <li>Tobiloba Adedeji @tobySolutions</li> > <li>Vinccool96</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.12.0 => ^7.13.0 (vscodestat)</li> </ul> > <h2>7.13.0 (2024-06-10)</h2> > <h3>🚀 Features</h3> > <ul> > <li><strong>eslint-plugin:</strong> [no-dynamic-delete] allow all string literals as index (<a href="https://github.com/typescript-eslint/typescript-eslint/pull/9280">#9280</a>)</li> > <li><strong>parser, typescript-estree:</strong> export withoutProjectParserOptions utility (<a href="https://github.com/typescript-eslint/typescript-eslint/pull/9233">#9233</a>)</li> > <li><strong>typescript-estree:</strong> require <code>import = require()</code> argument to be a string literal (<a href="https://github.com/typescript-eslint/typescript-eslint/pull/9226">#9226</a>)</li> > <li><strong>typescript-estree:</strong> forbid <code>.body</code>, <code>.async</code>, <code>.generator</code> on <code>declare function</code> (<a href="https://github.com/typescript-eslint/typescript-eslint/pull/9225">#9225</a>)</li> > </ul> > <h3>🩹 Fixes</h3> > <ul> > <li><strong>ast-spec:</strong> function-call-like callee should be Expression not LeftHandSideExpression (<a href="https://github.com/typescript-eslint/typescript-eslint/pull/9231">#9231</a>)</li> > <li><strong>eslint-plugin:</strong> [init-declarations] refine report locations (<a href="https://github.com/typescript-eslint/typescript-eslint/pull/8893">#8893</a>)</li> > <li><strong>eslint-plugin:</strong> [no-base-to-string] make error message more nuanced (<a href="https://github.com/typescript-eslint/typescript-eslint/pull/9281">#9281</a>)</li> > <li><strong>eslint-plugin:</strong> [no-unsafe-assignment] be more specific about error types (<a href="https://github.com/typescript-eslint/typescript-eslint/pull/8304">#8304</a>)</li> > <li><strong>eslint-plugin:</strong> [no-magic-numbers] fix implementation of the <code>ignore</code> option (<a href="https://github.com/typescript-eslint/typescript-eslint/pull/9167">#9167</a>)</li> > <li><strong>scope-manager:</strong> handle index signature in class (<a href="https://github.com/typescript-eslint/typescript-eslint/pull/9054">#9054</a>)</li> > </ul> > <h3>❤️ Thank You</h3> > <ul> > <li>Fotis Papadogeorgopoulos</li> > <li>Joshua Chen</li> > <li>Kirk Waiblinger</li> > <li>Tobiloba Adedeji @tobySolutions</li> > <li>Vinccool96</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-10 18:13:48 +00:00
root merged commit 0a55a5bbdc into master 2024-06-10 18:14:32 +00:00
root referenced this issue from a commit 2024-06-10 18:14:35 +00:00
root deleted branch renovate 2024-06-10 18:14:37 +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#13
No description provided.