forked from eslint/eslint
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into meta.hasSuggestions
* master: Chore: Adopt `eslint-plugin/require-meta-docs-url` rule internally (eslint#14823) Docs: New syntax issue template (eslint#14826) Chore: assertions on reporting loc in `unicode-bom` (refs eslint#12334) (eslint#14809) Docs: fix multiple broken links (eslint#14833) Chore: use `actions/setup-node@v2` (eslint#14816) Docs: Update README team and sponsors 7.31.0 Build: changelog update for 7.31.0 Upgrade: @eslint/eslintrc to v0.4.3 (eslint#14808) Update: add end location to report in `consistent-return` (refs eslint#12334) (eslint#14798) Docs: update BUG_REPORT template (eslint#14787) Docs: provide more context to no-eq-null (eslint#14801)
- Loading branch information
Showing
17 changed files
with
213 additions
and
265 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
--- | ||
name: "\U0001F4DD Request new syntax support" | ||
about: Request new stage 4 syntax be supported. | ||
title: '' | ||
labels: | ||
- core | ||
- new syntax | ||
assignees: '' | ||
|
||
--- | ||
|
||
<!-- | ||
ESLint adheres to the Open JS Foundation Code of Conduct: | ||
https://eslint.org/conduct | ||
--> | ||
|
||
**What is the name of the syntax to implement?** | ||
|
||
<!-- for example, "class fields" --> | ||
|
||
**Please provide the TC39 URL for the syntax proposal:** | ||
|
||
|
||
|
||
**Please provide some example code for the new syntax:** | ||
|
||
```js | ||
// example code here | ||
``` | ||
|
||
## Implementation Checklist | ||
|
||
Please check off all items that have already been completed. Be sure to paste the pull request URLs next to each item so we can verify the work as done. | ||
|
||
- [ ] Ecma262 update: <!-- paste PR URL for this syntax here --> | ||
- [ ] ESTree update: <!-- paste PR URL for this ESTree update here --> | ||
- [ ] Acorn update: <!-- paste PR URL for this syntax here --> | ||
- [ ] `eslint-visitor-keys` update: <!-- paste PR URL for this syntax here --> | ||
- [ ] `espree` update: <!-- paste PR URL for this syntax here --> | ||
- [ ] `eslint-scope` update: <!-- paste PR URL for this syntax here --> | ||
- [ ] `eslint` update: <!-- paste PR URL for this syntax here --> | ||
|
||
**Are you willing to submit a pull request to implement this syntax?** |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,16 @@ | ||
v7.31.0 - July 17, 2021 | ||
|
||
* [`efdbb12`](https://github.com/eslint/eslint/commit/efdbb1227019427ec2d968a8d6e9151dd8a77c35) Upgrade: @eslint/eslintrc to v0.4.3 (#14808) (Brandon Mills) | ||
* [`a96b05f`](https://github.com/eslint/eslint/commit/a96b05f6c5649cfee112d605c91d95aa191e2f78) Update: add end location to report in `consistent-return` (refs #12334) (#14798) (Nitin Kumar) | ||
* [`e0e8e30`](https://github.com/eslint/eslint/commit/e0e8e308929c9c66612505f2da89043f8592eea7) Docs: update BUG_REPORT template (#14787) (Nitin Kumar) | ||
* [`39115c8`](https://github.com/eslint/eslint/commit/39115c8b71d2629161359f6456f47fdbd552fddd) Docs: provide more context to no-eq-null (#14801) (gfyoung) | ||
* [`9a3c73c`](https://github.com/eslint/eslint/commit/9a3c73c130d437a65f4edba0dcb63390e68cac41) Docs: fix a broken link (#14790) (Sam Chen) | ||
* [`ddffa8a`](https://github.com/eslint/eslint/commit/ddffa8ad58b4b124b08061e9045fdb5370cbdbe3) Update: Indicating the operator in question (#14764) (Paul Smith) | ||
* [`bba714c`](https://github.com/eslint/eslint/commit/bba714c2ed813821ed288fbc07722cdde6e534fe) Update: Clarifying what changes need to be made in no-mixed-operators (#14765) (Paul Smith) | ||
* [`b0d22e3`](https://github.com/eslint/eslint/commit/b0d22e3eff18ea7f08189134c07cddceaec69a09) Docs: Mention benefit of providing `meta.docs.url` (#14774) (Bryan Mishkin) | ||
* [`000cc79`](https://github.com/eslint/eslint/commit/000cc796fd487e7b9ba8bcc5857dd691044479cc) Sponsors: Sync README with website (ESLint Jenkins) | ||
* [`a6a7438`](https://github.com/eslint/eslint/commit/a6a7438502abc6a1e29ec35cfbe2058ffc0803b1) Chore: pin [email protected] (#14771) (Milos Djermanovic) | ||
|
||
v7.30.0 - July 2, 2021 | ||
|
||
* [`5f74642`](https://github.com/eslint/eslint/commit/5f746420700d457b92dd86659de588d272937b79) Chore: don't check Program.start in SourceCode#getComments (refs #14744) (#14748) (Milos Djermanovic) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "eslint", | ||
"version": "7.30.0", | ||
"version": "7.31.0", | ||
"author": "Nicholas C. Zakas <[email protected]>", | ||
"description": "An AST-based pattern checker for JavaScript.", | ||
"bin": { | ||
|
@@ -44,7 +44,7 @@ | |
"bugs": "https://github.com/eslint/eslint/issues/", | ||
"dependencies": { | ||
"@babel/code-frame": "7.12.11", | ||
"@eslint/eslintrc": "^0.4.2", | ||
"@eslint/eslintrc": "^0.4.3", | ||
"@humanwhocodes/config-array": "^0.5.0", | ||
"ajv": "^6.10.0", | ||
"chalk": "^4.0.0", | ||
|
@@ -96,7 +96,7 @@ | |
"ejs": "^3.0.2", | ||
"eslint": "file:.", | ||
"eslint-config-eslint": "file:packages/eslint-config-eslint", | ||
"eslint-plugin-eslint-plugin": "^3.2.0", | ||
"eslint-plugin-eslint-plugin": "^3.4.0", | ||
"eslint-plugin-internal-rules": "file:tools/internal-rules", | ||
"eslint-plugin-jsdoc": "^25.4.3", | ||
"eslint-plugin-node": "^11.1.0", | ||
|
Oops, something went wrong.