137.md (10684B)
1 # PR #137 Bump eslint from 8.11.0 to 8.13.0 2 3 - **Status:** merged 4 - **Author:** @dependabot[bot] 5 - **Created:** 2022-04-11T09:47:39Z 6 - **Branch:** dependabot/npm_and_yarn/eslint-8.13.0 → main 7 - **Merged:** 2022-04-18T09:56:27Z 8 - **Labels:** dependencies, javascript 9 - **Assignees:** @MTRNord 10 - **Reviewers:** @MTRNord 11 - **Diff:** [137.diff](./137.diff) 12 13 --- 14 15 Bumps [eslint](https://github.com/eslint/eslint) from 8.11.0 to 8.13.0. 16 <details> 17 <summary>Release notes</summary> 18 <p><em>Sourced from <a href="https://github.com/eslint/eslint/releases">eslint's releases</a>.</em></p> 19 <blockquote> 20 <h2>v8.13.0</h2> 21 <h2>Features</h2> 22 <ul> 23 <li><a href="https://github.com/eslint/eslint/commit/274acbd56537f6b8199da1ac9e7bced74ae81b56"><code>274acbd</code></a> feat: fix no-eval logic for <code>this</code> in arrow functions (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15755">#15755</a>) (Milos Djermanovic)</li> 24 </ul> 25 <h2>Bug Fixes</h2> 26 <ul> 27 <li><a href="https://github.com/eslint/eslint/commit/97b57ae3ebae9150456f5516c64b6d2ba75b4038"><code>97b57ae</code></a> fix: invalid operator in operator-assignment messages (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15759">#15759</a>) (Milos Djermanovic)</li> 28 </ul> 29 <h2>Documentation</h2> 30 <ul> 31 <li><a href="https://github.com/eslint/eslint/commit/c32482e4fd4ad09f3d5fd960dc1fb7c1b4e56f23"><code>c32482e</code></a> docs: Typo in space-infix-ops docs (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15754">#15754</a>) (kmin-jeong)</li> 32 <li><a href="https://github.com/eslint/eslint/commit/f2c2d350425268efa4b78ee6e0a2df8860e0efad"><code>f2c2d35</code></a> docs: disambiguate types <code>FormatterFunction</code> and <code>LoadedFormatter</code> (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15727">#15727</a>) (Francesco Trotta)</li> 33 </ul> 34 <h2>Chores</h2> 35 <ul> 36 <li><a href="https://github.com/eslint/eslint/commit/bb4c0d530a231a8a14ed70ad61c06e284bbaaef0"><code>bb4c0d5</code></a> chore: Refactor docs to work with docs.eslint.org (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15744">#15744</a>) (Nicholas C. Zakas)</li> 37 <li><a href="https://github.com/eslint/eslint/commit/d36f12f71b3e4f9e9552f1054d7a75be4dc03671"><code>d36f12f</code></a> chore: remove <code>lib/init</code> from eslint config (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15748">#15748</a>) (Milos Djermanovic)</li> 38 <li><a href="https://github.com/eslint/eslint/commit/a59a4e6e9217b3cc503c0a702b9e3b02b20b980d"><code>a59a4e6</code></a> chore: replace <code>trimLeft</code>/<code>trimRight</code> with <code>trimStart</code>/<code>trimEnd</code> (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15750">#15750</a>) (Milos Djermanovic)</li> 39 </ul> 40 <h2>v8.12.0</h2> 41 <h2>Features</h2> 42 <ul> 43 <li><a href="https://github.com/eslint/eslint/commit/685a67a62bdea19ca9ce12008a034b8d31162422"><code>685a67a</code></a> feat: fix logic for top-level <code>this</code> in no-invalid-this and no-eval (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15712">#15712</a>) (Milos Djermanovic)</li> 44 </ul> 45 <h2>Chores</h2> 46 <ul> 47 <li><a href="https://github.com/eslint/eslint/commit/18f5e05bce10503186989d81ca484abb185a2c9d"><code>18f5e05</code></a> chore: padding-line-between-statements remove useless <code>additionalItems</code> (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15706">#15706</a>) (Martin Sadovy)</li> 48 </ul> 49 </blockquote> 50 </details> 51 <details> 52 <summary>Changelog</summary> 53 <p><em>Sourced from <a href="https://github.com/eslint/eslint/blob/main/CHANGELOG.md">eslint's changelog</a>.</em></p> 54 <blockquote> 55 <p>v8.13.0 - April 8, 2022</p> 56 <ul> 57 <li><a href="https://github.com/eslint/eslint/commit/274acbd56537f6b8199da1ac9e7bced74ae81b56"><code>274acbd</code></a> feat: fix no-eval logic for <code>this</code> in arrow functions (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15755">#15755</a>) (Milos Djermanovic)</li> 58 <li><a href="https://github.com/eslint/eslint/commit/bb4c0d530a231a8a14ed70ad61c06e284bbaaef0"><code>bb4c0d5</code></a> chore: Refactor docs to work with docs.eslint.org (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15744">#15744</a>) (Nicholas C. Zakas)</li> 59 <li><a href="https://github.com/eslint/eslint/commit/97b57ae3ebae9150456f5516c64b6d2ba75b4038"><code>97b57ae</code></a> fix: invalid operator in operator-assignment messages (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15759">#15759</a>) (Milos Djermanovic)</li> 60 <li><a href="https://github.com/eslint/eslint/commit/c32482e4fd4ad09f3d5fd960dc1fb7c1b4e56f23"><code>c32482e</code></a> docs: Typo in space-infix-ops docs (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15754">#15754</a>) (kmin-jeong)</li> 61 <li><a href="https://github.com/eslint/eslint/commit/f2c2d350425268efa4b78ee6e0a2df8860e0efad"><code>f2c2d35</code></a> docs: disambiguate types <code>FormatterFunction</code> and <code>LoadedFormatter</code> (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15727">#15727</a>) (Francesco Trotta)</li> 62 <li><a href="https://github.com/eslint/eslint/commit/d36f12f71b3e4f9e9552f1054d7a75be4dc03671"><code>d36f12f</code></a> chore: remove <code>lib/init</code> from eslint config (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15748">#15748</a>) (Milos Djermanovic)</li> 63 <li><a href="https://github.com/eslint/eslint/commit/a59a4e6e9217b3cc503c0a702b9e3b02b20b980d"><code>a59a4e6</code></a> chore: replace <code>trimLeft</code>/<code>trimRight</code> with <code>trimStart</code>/<code>trimEnd</code> (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15750">#15750</a>) (Milos Djermanovic)</li> 64 </ul> 65 <p>v8.12.0 - March 25, 2022</p> 66 <ul> 67 <li><a href="https://github.com/eslint/eslint/commit/685a67a62bdea19ca9ce12008a034b8d31162422"><code>685a67a</code></a> feat: fix logic for top-level <code>this</code> in no-invalid-this and no-eval (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15712">#15712</a>) (Milos Djermanovic)</li> 68 <li><a href="https://github.com/eslint/eslint/commit/18f5e05bce10503186989d81ca484abb185a2c9d"><code>18f5e05</code></a> chore: padding-line-between-statements remove useless <code>additionalItems</code> (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15706">#15706</a>) (Martin Sadovy)</li> 69 </ul> 70 </blockquote> 71 </details> 72 <details> 73 <summary>Commits</summary> 74 <ul> 75 <li><a href="https://github.com/eslint/eslint/commit/938dbdd6c310784cc8a7329efaeb0e34321b9e1f"><code>938dbdd</code></a> 8.13.0</li> 76 <li><a href="https://github.com/eslint/eslint/commit/b7355e266db97aaca508bb510e1fea9faa6bf97d"><code>b7355e2</code></a> Build: changelog update for 8.13.0</li> 77 <li><a href="https://github.com/eslint/eslint/commit/274acbd56537f6b8199da1ac9e7bced74ae81b56"><code>274acbd</code></a> feat: fix no-eval logic for <code>this</code> in arrow functions (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15755">#15755</a>)</li> 78 <li><a href="https://github.com/eslint/eslint/commit/bb4c0d530a231a8a14ed70ad61c06e284bbaaef0"><code>bb4c0d5</code></a> chore: Refactor docs to work with docs.eslint.org (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15744">#15744</a>)</li> 79 <li><a href="https://github.com/eslint/eslint/commit/97b57ae3ebae9150456f5516c64b6d2ba75b4038"><code>97b57ae</code></a> fix: invalid operator in operator-assignment messages (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15759">#15759</a>)</li> 80 <li><a href="https://github.com/eslint/eslint/commit/7a305c187c1d26e1418738272de89ebfc22fae4f"><code>7a305c1</code></a> Sponsors: Sync README with website</li> 81 <li><a href="https://github.com/eslint/eslint/commit/27be985c29afcaef60a2ea42c08c0937c2edd227"><code>27be985</code></a> Sponsors: Sync README with website</li> 82 <li><a href="https://github.com/eslint/eslint/commit/f535e15d6a5e6d607870e716f335b39331f08429"><code>f535e15</code></a> Sponsors: Sync README with website</li> 83 <li><a href="https://github.com/eslint/eslint/commit/c32482e4fd4ad09f3d5fd960dc1fb7c1b4e56f23"><code>c32482e</code></a> docs: Typo in space-infix-ops docs (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15754">#15754</a>)</li> 84 <li><a href="https://github.com/eslint/eslint/commit/f2c2d350425268efa4b78ee6e0a2df8860e0efad"><code>f2c2d35</code></a> docs: disambiguate types <code>FormatterFunction</code> and <code>LoadedFormatter</code> (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15727">#15727</a>)</li> 85 <li>Additional commits viewable in <a href="https://github.com/eslint/eslint/compare/v8.11.0...v8.13.0">compare view</a></li> 86 </ul> 87 </details> 88 <br /> 89 90 91 [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 92 93 Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. 94 95 [//]: # (dependabot-automerge-start) 96 [//]: # (dependabot-automerge-end) 97 98 --- 99 100 <details> 101 <summary>Dependabot commands and options</summary> 102 <br /> 103 104 You can trigger Dependabot actions by commenting on this PR: 105 - `@dependabot rebase` will rebase this PR 106 - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it 107 - `@dependabot merge` will merge this PR after your CI passes on it 108 - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it 109 - `@dependabot cancel merge` will cancel a previously requested merge and block automerging 110 - `@dependabot reopen` will reopen this PR if it is closed 111 - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually 112 - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) 113 - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) 114 - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) 115 116 117 </details> 118