Skip to content
This repository has been archived by the owner on Nov 10, 2022. It is now read-only.

Commit

Permalink
Merge branch 'master' into eslint-issue-13398
Browse files Browse the repository at this point in the history
  • Loading branch information
bmish committed Aug 23, 2021
2 parents 4674cf4 + 99cece3 commit b6207d5
Show file tree
Hide file tree
Showing 418 changed files with 58,946 additions and 1,065 deletions.
261 changes: 261 additions & 0 deletions _data/rules.yml

Large diffs are not rendered by default.

285 changes: 165 additions & 120 deletions _data/sponsors.json

Large diffs are not rendered by default.

12 changes: 12 additions & 0 deletions _data/team.json
Expand Up @@ -162,6 +162,18 @@
}
],
"committers": [
{
"username": "brettz9",
"name": "Brett Zamir",
"website": "http://brett-zamir.me",
"avatar_url": "https://avatars.githubusercontent.com/u/20234?v=4"
},
{
"username": "bmish",
"name": "Bryan Mishkin",
"website": "http://www.linkedin.com/in/bmish",
"avatar_url": "https://avatars.githubusercontent.com/u/698306?v=4"
},
{
"username": "g-plane",
"name": "Pig Fang",
Expand Down
1 change: 1 addition & 0 deletions _includes/menu.liquid
Expand Up @@ -31,6 +31,7 @@
<li><a href="/docs/user-guide/formatters">Formatters</a></li>
<li><a href="/docs/user-guide/integrations">Integrations</a></li>
<li class="divider"></li>
<li><a href="/docs/8.0.0/user-guide/migrating-to-8.0.0">Migrating to v8.0.0</a></li>
<li><a href="/docs/user-guide/migrating-to-7.0.0">Migrating to v7.0.0</a></li>
<li><a href="/docs/user-guide/migrating-to-6.0.0">Migrating to v6.0.0</a></li>
<li><a href="/docs/user-guide/migrating-to-5.0.0">Migrating to v5.0.0</a></li>
Expand Down
6 changes: 4 additions & 2 deletions _layouts/doc.liquid
Expand Up @@ -28,8 +28,10 @@
| replace: '<p>(recommended) ', '<p class="recommended icon">'
| replace: '<p>(removed) ', '<p class="removed icon">'
| replace: '<p>(fixable) ', '<p class="fixable icon">'
| replace: '(recommended)', '<span title="recommended" aria-label="recommended" class="glyphicon glyphicon-ok"></span>'
| replace: '(fixable)', '<span title="fixable" aria-label="fixable" class="glyphicon glyphicon-wrench"></span>'
| replace: '<p>(hasSuggestions) ', '<p class="hasSuggestions icon">'
| replace: '(recommended)', '<span title="recommended" aria-label="recommended">✓</span>'
| replace: '(fixable)', '<span title="fixable" aria-label="fixable">🔧</span>'
| replace: '(hasSuggestions)', '<span title="hasSuggestions" aria-label="hasSuggestions">💡</span>'
}}
</article>
</main>
Expand Down
1 change: 1 addition & 0 deletions _layouts/rule.liquid
Expand Up @@ -25,6 +25,7 @@
| replace: '<p>(removed) ', '<p class="removed icon">'
| replace: '<p>(recommended) ', '<p class="recommended icon">'
| replace: '<p>(fixable) ', '<p class="fixable icon">'
| replace: '<p>(hasSuggestions) ', '<p class="hasSuggestions icon">'
}}
</article>
</main>
Expand Down
5 changes: 3 additions & 2 deletions _layouts/rules.liquid
Expand Up @@ -14,8 +14,9 @@
</div>

{{ content
| replace: '(recommended)', '<span title="recommended" aria-label="recommended" class="glyphicon glyphicon-ok"></span>'
| replace: '(fixable)', '<span title="fixable" aria-label="fixable" class="glyphicon glyphicon-wrench"></span>'
| replace: '(recommended)', '<span title="recommended" aria-label="recommended">✓</span>'
| replace: '(fixable)', '<span title="fixable" aria-label="fixable">🔧</span>'
| replace: '(hasSuggestions)', '<span title="hasSuggestions" aria-label="hasSuggestions">💡</span>'
}}
</article>
</main>
Expand Down
59 changes: 59 additions & 0 deletions _posts/2021-07-17-eslint-v7.31.0-released.md
@@ -0,0 +1,59 @@
---
layout: post
title: ESLint v7.31.0 released
tags:
- release
- minor
---
# ESLint v7.31.0 released

We just pushed ESLint v7.31.0, which is a minor release upgrade of ESLint. This release adds some new features and fixes several bugs found in the previous release.










## Enhancements


* [`a96b05f`](https://github.com/eslint/eslint/commit/a96b05f6c5649cfee112d605c91d95aa191e2f78) Update: add end location to report in [`consistent-return`](/docs/rules/consistent-return) (refs [#12334](https://github.com/eslint/eslint/issues/12334)) ([#14798](https://github.com/eslint/eslint/issues/14798)) (Nitin Kumar)
* [`ddffa8a`](https://github.com/eslint/eslint/commit/ddffa8ad58b4b124b08061e9045fdb5370cbdbe3) Update: Indicating the operator in question ([#14764](https://github.com/eslint/eslint/issues/14764)) (Paul Smith)
* [`bba714c`](https://github.com/eslint/eslint/commit/bba714c2ed813821ed288fbc07722cdde6e534fe) Update: Clarifying what changes need to be made in [no-mixed-operators](/docs/rules/no-mixed-operators) ([#14765](https://github.com/eslint/eslint/issues/14765)) (Paul Smith)






## Documentation


* [`e0e8e30`](https://github.com/eslint/eslint/commit/e0e8e308929c9c66612505f2da89043f8592eea7) Docs: update BUG_REPORT template ([#14787](https://github.com/eslint/eslint/issues/14787)) (Nitin Kumar)
* [`39115c8`](https://github.com/eslint/eslint/commit/39115c8b71d2629161359f6456f47fdbd552fddd) Docs: provide more context to [no-eq-null](/docs/rules/no-eq-null) ([#14801](https://github.com/eslint/eslint/issues/14801)) (gfyoung)
* [`9a3c73c`](https://github.com/eslint/eslint/commit/9a3c73c130d437a65f4edba0dcb63390e68cac41) Docs: fix a broken link ([#14790](https://github.com/eslint/eslint/issues/14790)) (Sam Chen)
* [`b0d22e3`](https://github.com/eslint/eslint/commit/b0d22e3eff18ea7f08189134c07cddceaec69a09) Docs: Mention benefit of providing `meta.docs.url` ([#14774](https://github.com/eslint/eslint/issues/14774)) (Bryan Mishkin)




## Dependency Upgrades


* [`efdbb12`](https://github.com/eslint/eslint/commit/efdbb1227019427ec2d968a8d6e9151dd8a77c35) Upgrade: @eslint/eslintrc to v0.4.3 ([#14808](https://github.com/eslint/eslint/issues/14808)) (Brandon Mills)






## Chores


* [`a6a7438`](https://github.com/eslint/eslint/commit/a6a7438502abc6a1e29ec35cfbe2058ffc0803b1) Chore: pin fs-teardown@0.1.1 ([#14771](https://github.com/eslint/eslint/issues/14771)) (Milos Djermanovic)


63 changes: 63 additions & 0 deletions _posts/2021-07-30-eslint-v7.32.0-released.md
@@ -0,0 +1,63 @@
---
layout: post
title: ESLint v7.32.0 released
tags:
- release
- minor
---
# ESLint v7.32.0 released

We just pushed ESLint v7.32.0, which is a minor release upgrade of ESLint. This release adds some new features and fixes several bugs found in the previous release.

## Highlights

The new [`--exit-on-fatal-error` option](https://eslint.org/docs/user-guide/command-line-interface#--exit-on-fatal-error) will treat parsing errors as fatal and return exit code 2. By default, parsing errors return exit code 1 like rule violations.

## Features


* [`1bfbefd`](https://github.com/eslint/eslint/commit/1bfbefdaaf19ef32df42b89a3f5d32cff1e5b831) New: Exit on fatal error (fixes [#13711](https://github.com/eslint/eslint/issues/13711)) ([#14730](https://github.com/eslint/eslint/issues/14730)) (Antonios Katopodis)




## Enhancements


* [`faecf56`](https://github.com/eslint/eslint/commit/faecf56cdb4146b28bfa4f1980adb41b4d3614b1) Update: change reporting location for [`curly`](/docs/rules/curly) rule (refs [#12334](https://github.com/eslint/eslint/issues/12334)) ([#14766](https://github.com/eslint/eslint/issues/14766)) (Nitin Kumar)




## Bug Fixes


* [`d7dc07a`](https://github.com/eslint/eslint/commit/d7dc07a15e256cee9232183165e2f6102f2c0873) Fix: ignore lines with empty elements (fixes [#12756](https://github.com/eslint/eslint/issues/12756)) ([#14837](https://github.com/eslint/eslint/issues/14837)) (Soufiane Boutahlil)




## Documentation


* [`d53d906`](https://github.com/eslint/eslint/commit/d53d9064b9dd0dd6a8ea39e07b16310c8364db69) Docs: Prepare data for website to indicate rules with suggestions ([#14830](https://github.com/eslint/eslint/issues/14830)) (Bryan Mishkin)
* [`d28f2ff`](https://github.com/eslint/eslint/commit/d28f2ffb986e49d6da5c1d91215580591f4cfd35) Docs: Reference eslint-config-eslint to avoid potential for staleness ([#14805](https://github.com/eslint/eslint/issues/14805)) (Brett Zamir)
* [`f9c164f`](https://github.com/eslint/eslint/commit/f9c164f7b74ca73384c8c80eed5bdbe359b44f6c) Docs: New syntax issue template ([#14826](https://github.com/eslint/eslint/issues/14826)) (Nicholas C. Zakas)
* [`ed945bd`](https://github.com/eslint/eslint/commit/ed945bd662714b1917e9de71d5b322a28be9161b) Docs: fix multiple broken links ([#14833](https://github.com/eslint/eslint/issues/14833)) (Sam Chen)
* [`6641d88`](https://github.com/eslint/eslint/commit/6641d88e17d952a8e51df5e0d3882a842d4c3f35) Docs: Update README team and sponsors (ESLint Jenkins)








## Chores


* [`3c78a7b`](https://github.com/eslint/eslint/commit/3c78a7bff6044fd196ae3b737983e6744c6eb7c8) Chore: Adopt `eslint-plugin/prefer-message-ids` rule internally ([#14841](https://github.com/eslint/eslint/issues/14841)) (Bryan Mishkin)
* [`ed007c8`](https://github.com/eslint/eslint/commit/ed007c82ee9d2170c87500d98303554b5f90b915) Chore: Simplify internal `no-invalid-meta` rule ([#14842](https://github.com/eslint/eslint/issues/14842)) (Bryan Mishkin)
* [`8be8a36`](https://github.com/eslint/eslint/commit/8be8a36010145dfcd31cbdd4f781a91989e3b1bd) Chore: Adopt `eslint-plugin/require-meta-docs-url` rule internally ([#14823](https://github.com/eslint/eslint/issues/14823)) (Bryan Mishkin)
* [`eba0c45`](https://github.com/eslint/eslint/commit/eba0c4595c126a91f700d5f2e8723ec3f820a830) Chore: assertions on reporting loc in [`unicode-bom`](/docs/rules/unicode-bom) (refs [#12334](https://github.com/eslint/eslint/issues/12334)) ([#14809](https://github.com/eslint/eslint/issues/14809)) (Nitin Kumar)
* [`60df44c`](https://github.com/eslint/eslint/commit/60df44c79b0f74406119c0c040a360ca84e721fc) Chore: use `actions/setup-node@v2` ([#14816](https://github.com/eslint/eslint/issues/14816)) (Nitin Kumar)

0 comments on commit b6207d5

Please sign in to comment.