renovate #62

Merged
root merged 1 commits from renovate into master 2025-01-11 03:28:17 +00:00
Contributor

npm

eslint

  • ^9.17.0 => ^9.18.0 (vscodestat)

Features

  • e84e6e2 feat: Report allowed methods for no-console rule (#19306) (Anna Bocharova)
  • 8efc2d0 feat: unflag TypeScript config files (#19266) (Francesco Trotta)
  • 87a9352 feat: check imports and class names in no-shadow-restricted-names (#19272) (Milos Djermanovic)

Bug Fixes

  • da768d4 fix: correct overrideConfigFile type (#19289) (Francesco Trotta)

Documentation

  • d9c23c5 docs: replace var with const in rule examples (#19325) (Tanuj Kanti)
  • 8e1a898 docs: add tabs to cli code blocks (#18784) (Jay)
  • f3aeefb docs: rewrite using let and const in rule examples (#19320) (PoloSpark)
  • 0b680b3 docs: Update README (GitHub Actions Bot)
  • 98c86a9 docs: Edit this page button link to different branches (#19228) (Tanuj Kanti)
  • 6947901 docs: remove hardcoded edit link (#19323) (Milos Djermanovic)
  • 03f2f44 docs: rewrite var with const in rules examples (#19317) (Thiago)
  • 26c3003 docs: Clarify dangers of eslint:all (#19318) (Nicholas C. Zakas)
  • c038257 docs: add eqeqeq in related rules to no-eq-null (#19310) (루밀LuMir)
  • 89c8fc5 docs: rewrite examples with var using let and const (#19315) (Amaresh S M)
  • db574c4 docs: add missing backticks to no-void (#19313) (루밀LuMir)
  • 8d943c3 docs: add missing backticks to default-case-last (#19311) (루밀LuMir)
  • 36ef8bb docs: rewrite examples with var using let and const (#19298) (Amaresh S M)
  • 1610c9e docs: add missing backticks to no-else-return (#19309) (루밀LuMir)
  • df409d8 docs: Update README (GitHub Actions Bot)
  • 2e84213 docs: Fix Horizontal Scroll Overflow in Rule Description on Mobile View (#19304) (Amaresh S M)
  • 6e7361b docs: replace var with let and const in rule example (#19302) (Tanuj Kanti)
  • 069af5e docs: rewrite var using const in rule examples (#19303) (Kim GyeonWon)
  • 064e35d docs: remove 'I hope to' comments from scope-manager-interface (#19300) (Josh Goldberg )
  • 8e00305 docs: replace var with const in rule examples (#19299) (Tanuj Kanti)
  • a559009 docs: Add warning about extending core rules (#19295) (Nicholas C. Zakas)
  • 0bfdf6c docs: Update README (GitHub Actions Bot)
  • ce0b9ff docs: add navigation link for code explorer (#19285) (Tanuj Kanti)
  • e255cc9 docs: add bluesky icon to footer (#19290) (Tanuj Kanti)
  • 5d64851 docs: remove outdated info about environments (#19296) (Francesco Trotta)
  • eec01f0 docs: switch rule examples config format to languageOptions (#19277) (Milos Djermanovic)
  • b36ca0a docs: Fixing Focus Order by Rearranging Element Sequence (#19241) (Amaresh S M)
  • d122c8a docs: add missing backticks to sort-imports (#19282) (루밀LuMir)
  • 0367a70 docs: update custom parser docs (#19288) (Francesco Trotta)
  • 8c07ebb docs: add border-radius to hX:target selector styles (#19270) (루밀LuMir)
  • eff7c57 docs: add limitation section in no-loop-func (#19287) (Tanuj Kanti)
  • 5db226f docs: add missing backticks in various parts of the documentation (#19269) (루밀LuMir)
  • 789edbb docs: Update README (GitHub Actions Bot)
  • 613c06a docs: mark rules that are frozen with ❄️ (#19231) (Amaresh S M)
  • 43172ec docs: Update README (GitHub Actions Bot)
  • ac8b3c4 docs: fix description of overrideConfigFile option (#19262) (Milos Djermanovic)
  • bbb9b46 docs: Update README (GitHub Actions Bot)
  • 995b492 docs: fix inconsistent divider in rule categories box (#19249) (Tanuj Kanti)
  • f76d05d docs: Refactor search result handling with better event listener cleanup (#19252) (Amaresh S M)
  • c5f3d7d docs: Update README (GitHub Actions Bot)

Chores

  • c52be85 chore: upgrade to @eslint/js@9.18.0 (#19330) (Francesco Trotta)
  • 362099c chore: package.json update for @eslint/js release (Jenkins)
  • 495aa49 chore: extract package name from package.json for public interface (#19314) (루밀LuMir)
  • 6fe0e72 chore: update dependency @eslint/json to ^0.9.0 (#19263) (renovate[bot])
<h1>npm</h1> <h2>eslint</h2> <ul> <li> ^9.17.0 => ^9.18.0 (vscodestat)</li> </ul> > <h2>Features</h2> > <ul> > <li><a href="https://github.com/eslint/eslint/commit/e84e6e269c4aefc84952e17a1f967697b02b7ad2"><code>e84e6e2</code></a> feat: Report allowed methods for <code>no-console</code> rule (#19306) (Anna Bocharova)</li> > <li><a href="https://github.com/eslint/eslint/commit/8efc2d0c92dab6099f34c1479cd80bdc5cd1b07b"><code>8efc2d0</code></a> feat: unflag TypeScript config files (#19266) (Francesco Trotta)</li> > <li><a href="https://github.com/eslint/eslint/commit/87a9352c621e7cd1d5bb77b3c08df7837363ea12"><code>87a9352</code></a> feat: check imports and class names in <code>no-shadow-restricted-names</code> (#19272) (Milos Djermanovic)</li> > </ul> > <h2>Bug Fixes</h2> > <ul> > <li><a href="https://github.com/eslint/eslint/commit/da768d4541c4c30bfc33640a07a8d8a485520b18"><code>da768d4</code></a> fix: correct <code>overrideConfigFile</code> type (#19289) (Francesco Trotta)</li> > </ul> > <h2>Documentation</h2> > <ul> > <li><a href="https://github.com/eslint/eslint/commit/d9c23c55be52a431141f38561c14140ee8b15686"><code>d9c23c5</code></a> docs: replace <code>var</code> with <code>const</code> in rule examples (#19325) (Tanuj Kanti)</li> > <li><a href="https://github.com/eslint/eslint/commit/8e1a898411fd16c73332d7a2dd28aff9bac8da01"><code>8e1a898</code></a> docs: add tabs to cli code blocks (#18784) (Jay)</li> > <li><a href="https://github.com/eslint/eslint/commit/f3aeefbd6547c25d78819ab7e77cf36a2c26611c"><code>f3aeefb</code></a> docs: rewrite using let and const in rule examples (#19320) (PoloSpark)</li> > <li><a href="https://github.com/eslint/eslint/commit/0b680b3cc19c1e8d79ab94e7160051177c4adfe7"><code>0b680b3</code></a> docs: Update README (GitHub Actions Bot)</li> > <li><a href="https://github.com/eslint/eslint/commit/98c86a99f7657a2f15ea30a251523446b10a7cad"><code>98c86a9</code></a> docs: <code>Edit this page</code> button link to different branches (#19228) (Tanuj Kanti)</li> > <li><a href="https://github.com/eslint/eslint/commit/6947901d14b18dbb2db259c9769bd8ac4cd04c3c"><code>6947901</code></a> docs: remove hardcoded edit link (#19323) (Milos Djermanovic)</li> > <li><a href="https://github.com/eslint/eslint/commit/03f2f442a9a8bec15e89786980c07be5980cdac5"><code>03f2f44</code></a> docs: rewrite var with const in rules examples (#19317) (Thiago)</li> > <li><a href="https://github.com/eslint/eslint/commit/26c3003bfca2f7d98950446fdf5b3978d17a3a60"><code>26c3003</code></a> docs: Clarify dangers of eslint:all (#19318) (Nicholas C. Zakas)</li> > <li><a href="https://github.com/eslint/eslint/commit/c03825730d277405c357388d62ed48b3973083ba"><code>c038257</code></a> docs: add <code>eqeqeq</code> in related rules to <code>no-eq-null</code> (#19310) (루밀LuMir)</li> > <li><a href="https://github.com/eslint/eslint/commit/89c8fc54c977ac457d3b5525a87cec1c51e72e23"><code>89c8fc5</code></a> docs: rewrite examples with var using let and const (#19315) (Amaresh S M)</li> > <li><a href="https://github.com/eslint/eslint/commit/db574c4d380e2d25b6111a06bd15caa83f75bb2d"><code>db574c4</code></a> docs: add missing backticks to <code>no-void</code> (#19313) (루밀LuMir)</li> > <li><a href="https://github.com/eslint/eslint/commit/8d943c335c528a6a6a631dcbd98506238240ecfb"><code>8d943c3</code></a> docs: add missing backticks to <code>default-case-last</code> (#19311) (루밀LuMir)</li> > <li><a href="https://github.com/eslint/eslint/commit/36ef8bbeab495ef2598a4b1f52e32b4cb50be5e2"><code>36ef8bb</code></a> docs: rewrite examples with var using let and const (#19298) (Amaresh S M)</li> > <li><a href="https://github.com/eslint/eslint/commit/1610c9ee1479f23b1bc5a6853d0b42b83dacdb7f"><code>1610c9e</code></a> docs: add missing backticks to <code>no-else-return</code> (#19309) (루밀LuMir)</li> > <li><a href="https://github.com/eslint/eslint/commit/df409d8f76555c7baa4353d678d5fc460454a4d7"><code>df409d8</code></a> docs: Update README (GitHub Actions Bot)</li> > <li><a href="https://github.com/eslint/eslint/commit/2e842138e689ee5623552e885c3a5ac1b0c2bfcf"><code>2e84213</code></a> docs: Fix Horizontal Scroll Overflow in Rule Description on Mobile View (#19304) (Amaresh S M)</li> > <li><a href="https://github.com/eslint/eslint/commit/6e7361bb6ae93c87fccdf2219379c7793517f17a"><code>6e7361b</code></a> docs: replace <code>var</code> with <code>let</code> and <code>const</code> in rule example (#19302) (Tanuj Kanti)</li> > <li><a href="https://github.com/eslint/eslint/commit/069af5e9ac43c7f33bd2a30abce3d5d94f504465"><code>069af5e</code></a> docs: rewrite <code>var</code> using <code>const</code> in rule examples (#19303) (Kim GyeonWon)</li> > <li><a href="https://github.com/eslint/eslint/commit/064e35de95339cfedcad467c3c9871d5ff70c1a7"><code>064e35d</code></a> docs: remove &#39;I hope to&#39; comments from scope-manager-interface (#19300) (Josh Goldberg ✨)</li> > <li><a href="https://github.com/eslint/eslint/commit/8e003056a805468b07bcf4edba83a90a932fb520"><code>8e00305</code></a> docs: replace <code>var</code> with <code>const</code> in rule examples (#19299) (Tanuj Kanti)</li> > <li><a href="https://github.com/eslint/eslint/commit/a559009f51ad9f081bae5252bb2b7a6e23c54767"><code>a559009</code></a> docs: Add warning about extending core rules (#19295) (Nicholas C. Zakas)</li> > <li><a href="https://github.com/eslint/eslint/commit/0bfdf6caaf3e1553c67a77da900245879c730ad3"><code>0bfdf6c</code></a> docs: Update README (GitHub Actions Bot)</li> > <li><a href="https://github.com/eslint/eslint/commit/ce0b9ff04242f61c8c49fc1ce164eb45eb3c459a"><code>ce0b9ff</code></a> docs: add navigation link for <code>code explorer</code> (#19285) (Tanuj Kanti)</li> > <li><a href="https://github.com/eslint/eslint/commit/e255cc98abef202929112378bfe133f260f2ac9d"><code>e255cc9</code></a> docs: add bluesky icon to footer (#19290) (Tanuj Kanti)</li> > <li><a href="https://github.com/eslint/eslint/commit/5d64851955f410f31c159a7097f6cc7d4a01d6a1"><code>5d64851</code></a> docs: remove outdated info about environments (#19296) (Francesco Trotta)</li> > <li><a href="https://github.com/eslint/eslint/commit/eec01f04ae1c44f7c9a8c6afec59dd72f5a57600"><code>eec01f0</code></a> docs: switch rule examples config format to <code>languageOptions</code> (#19277) (Milos Djermanovic)</li> > <li><a href="https://github.com/eslint/eslint/commit/b36ca0a490829c579358ec7193bde35275000e04"><code>b36ca0a</code></a> docs: Fixing Focus Order by Rearranging Element Sequence (#19241) (Amaresh S M)</li> > <li><a href="https://github.com/eslint/eslint/commit/d122c8a756bb8e232ef7c25cca6dcae645094835"><code>d122c8a</code></a> docs: add missing backticks to <code>sort-imports</code> (#19282) (루밀LuMir)</li> > <li><a href="https://github.com/eslint/eslint/commit/0367a70a43346f1b9df8be75d38f98f9cfe4007c"><code>0367a70</code></a> docs: update custom parser docs (#19288) (Francesco Trotta)</li> > <li><a href="https://github.com/eslint/eslint/commit/8c07ebb9004309f8691f972d554e8bbb3eb517bc"><code>8c07ebb</code></a> docs: add <code>border-radius</code> to <code>hX:target</code> selector styles (#19270) (루밀LuMir)</li> > <li><a href="https://github.com/eslint/eslint/commit/eff7c5721c101975a03e7906905f1fe2c9538df0"><code>eff7c57</code></a> docs: add limitation section in <code>no-loop-func</code> (#19287) (Tanuj Kanti)</li> > <li><a href="https://github.com/eslint/eslint/commit/5db226f4da9ad7d53a4505a90290b68d4036c082"><code>5db226f</code></a> docs: add missing backticks in various parts of the documentation (#19269) (루밀LuMir)</li> > <li><a href="https://github.com/eslint/eslint/commit/789edbbae5aeeefc8fee94cd653b0b5f3e2ae3eb"><code>789edbb</code></a> docs: Update README (GitHub Actions Bot)</li> > <li><a href="https://github.com/eslint/eslint/commit/613c06a2c341758739473409a2331074884ec7f8"><code>613c06a</code></a> docs: mark rules that are frozen with ❄️ (#19231) (Amaresh S M)</li> > <li><a href="https://github.com/eslint/eslint/commit/43172ecbd449c13a503cb39539e31106179f5d80"><code>43172ec</code></a> docs: Update README (GitHub Actions Bot)</li> > <li><a href="https://github.com/eslint/eslint/commit/ac8b3c4ca9f7b84f84356137cf23a1ba6dfecf11"><code>ac8b3c4</code></a> docs: fix description of <code>overrideConfigFile</code> option (#19262) (Milos Djermanovic)</li> > <li><a href="https://github.com/eslint/eslint/commit/bbb9b46c20662019e98df85dedde9b68719afa1f"><code>bbb9b46</code></a> docs: Update README (GitHub Actions Bot)</li> > <li><a href="https://github.com/eslint/eslint/commit/995b49231a3f0ccddb941663175ce4fead9c9432"><code>995b492</code></a> docs: fix inconsistent divider in rule categories box (#19249) (Tanuj Kanti)</li> > <li><a href="https://github.com/eslint/eslint/commit/f76d05da6e745adbea574c32b334638c7ba3c0c8"><code>f76d05d</code></a> docs: Refactor search result handling with better event listener cleanup (#19252) (Amaresh S M)</li> > <li><a href="https://github.com/eslint/eslint/commit/c5f3d7dab303468ae33ccfec61bba75a816f832c"><code>c5f3d7d</code></a> docs: Update README (GitHub Actions Bot)</li> > </ul> > <h2>Chores</h2> > <ul> > <li><a href="https://github.com/eslint/eslint/commit/c52be85c4a916f70807377e1a486adb3a5857347"><code>c52be85</code></a> chore: upgrade to <code>@eslint/js@9.18.0</code> (#19330) (Francesco Trotta)</li> > <li><a href="https://github.com/eslint/eslint/commit/362099c580992b2602316fc417ce3e595b96f28c"><code>362099c</code></a> chore: package.json update for @eslint/js release (Jenkins)</li> > <li><a href="https://github.com/eslint/eslint/commit/495aa499a7390f99b763cba8f2b8312e3eecfe0d"><code>495aa49</code></a> chore: extract package <code>name</code> from <code>package.json</code> for public interface (#19314) (루밀LuMir)</li> > <li><a href="https://github.com/eslint/eslint/commit/6fe0e7244a7e88458ea7fdcebc43794c03793c4b"><code>6fe0e72</code></a> chore: update dependency @eslint/json to ^0.9.0 (#19263) (renovate[bot])</li> > </ul>
m.schnitzler added 1 commit 2025-01-11 03:27:22 +00:00
root merged commit a62b9eadde into master 2025-01-11 03:28:17 +00:00
root referenced this issue from a commit 2025-01-11 03:28:18 +00:00
root deleted branch renovate 2025-01-11 03:28:21 +00:00
Sign in to join this conversation.
No Reviewers
No Label
No Milestone
No project
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: root/vscodestat#62
No description provided.