-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
16 changed files
with
124 additions
and
39 deletions.
There are no files selected for viewing
7 changes: 0 additions & 7 deletions
7
change/@ni-eslint-config-angular-225ce3da-b49d-4df7-ace0-b99abb8fbcb0.json
This file was deleted.
Oops, something went wrong.
7 changes: 0 additions & 7 deletions
7
change/@ni-eslint-config-javascript-4569f2fb-83ed-4863-9f95-96f907ede343.json
This file was deleted.
Oops, something went wrong.
7 changes: 0 additions & 7 deletions
7
change/@ni-eslint-config-typescript-32797652-8b30-47bc-b259-dfe598d5a4e3.json
This file was deleted.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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,27 @@ | ||
{ | ||
"name": "@ni/eslint-config-angular", | ||
"entries": [ | ||
{ | ||
"date": "Thu, 26 Sep 2024 17:18:02 GMT", | ||
"version": "8.2.0", | ||
"tag": "@ni/eslint-config-angular_v8.2.0", | ||
"comments": { | ||
"minor": [ | ||
{ | ||
"author": "[email protected]", | ||
"package": "@ni/eslint-config-angular", | ||
"commit": "2fbb47b12aa37cb8237828343e2f0c36c02b815a", | ||
"comment": "Rule changes for asynchronous code:\\n 1. Functions marked `async` must now include an `await`. The rule `'@typescript-eslint/require-await'` changed from `'off'` to `'error'`.\\n 2. Test code must now correctly handle promises. The rule `'@typescript-eslint/no-floating-promises'` changed from `'off'` to `'error'`." | ||
}, | ||
{ | ||
"author": "beachball", | ||
"package": "@ni/eslint-config-angular", | ||
"comment": "Bump @ni/eslint-config-typescript to v4.4.0", | ||
"commit": "not available" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"date": "Thu, 26 Sep 2024 17:15:21 GMT", | ||
"version": "8.1.0", | ||
|
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,9 +1,18 @@ | ||
# Change Log - @ni/eslint-config-angular | ||
|
||
This log was last generated on Thu, 26 Sep 2024 17:15:21 GMT and should not be manually modified. | ||
This log was last generated on Thu, 26 Sep 2024 17:18:02 GMT and should not be manually modified. | ||
|
||
<!-- Start content --> | ||
|
||
## 8.2.0 | ||
|
||
Thu, 26 Sep 2024 17:18:02 GMT | ||
|
||
### Minor changes | ||
|
||
- Rule changes for asynchronous code:\n 1. Functions marked `async` must now include an `await`. The rule `'@typescript-eslint/require-await'` changed from `'off'` to `'error'`.\n 2. Test code must now correctly handle promises. The rule `'@typescript-eslint/no-floating-promises'` changed from `'off'` to `'error'`. ([email protected]) | ||
- Bump @ni/eslint-config-typescript to v4.4.0 | ||
|
||
## 8.1.0 | ||
|
||
Thu, 26 Sep 2024 17:15:21 GMT | ||
|
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,21 @@ | ||
{ | ||
"name": "@ni/eslint-config-javascript", | ||
"entries": [ | ||
{ | ||
"date": "Thu, 26 Sep 2024 17:18:02 GMT", | ||
"version": "4.3.0", | ||
"tag": "@ni/eslint-config-javascript_v4.3.0", | ||
"comments": { | ||
"minor": [ | ||
{ | ||
"author": "[email protected]", | ||
"package": "@ni/eslint-config-javascript", | ||
"commit": "2fbb47b12aa37cb8237828343e2f0c36c02b815a", | ||
"comment": "Rule changes for asynchronous code:\\n 1. Functions marked `async` must now include an `await`. The rule `'require-await'` changed from `'off'` to `'error'`.\\n 2. It is now acceptable for a function to return an awaited promise. The rule `'no-return-await'` changed from `'error'` to `'off'`." | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"date": "Wed, 10 Apr 2024 17:56:39 GMT", | ||
"version": "4.2.2", | ||
|
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,9 +1,17 @@ | ||
# Change Log - @ni/eslint-config-javascript | ||
|
||
This log was last generated on Wed, 06 Mar 2024 19:12:39 GMT and should not be manually modified. | ||
This log was last generated on Thu, 26 Sep 2024 17:18:02 GMT and should not be manually modified. | ||
|
||
<!-- Start content --> | ||
|
||
## 4.3.0 | ||
|
||
Thu, 26 Sep 2024 17:18:02 GMT | ||
|
||
### Minor changes | ||
|
||
- Rule changes for asynchronous code:\n 1. Functions marked `async` must now include an `await`. The rule `'require-await'` changed from `'off'` to `'error'`.\n 2. It is now acceptable for a function to return an awaited promise. The rule `'no-return-await'` changed from `'error'` to `'off'`. ([email protected]) | ||
|
||
## 4.2.2 | ||
|
||
Wed, 06 Mar 2024 19:12:39 GMT | ||
|
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,27 @@ | ||
{ | ||
"name": "@ni/eslint-config-typescript", | ||
"entries": [ | ||
{ | ||
"date": "Thu, 26 Sep 2024 17:18:02 GMT", | ||
"version": "4.4.0", | ||
"tag": "@ni/eslint-config-typescript_v4.4.0", | ||
"comments": { | ||
"minor": [ | ||
{ | ||
"author": "[email protected]", | ||
"package": "@ni/eslint-config-typescript", | ||
"commit": "2fbb47b12aa37cb8237828343e2f0c36c02b815a", | ||
"comment": "Rule changes for asynchronous code:\\n 1. Functions marked `async` must now include an `await`. The rule `'@typescript-eslint/require-await'` changed from `'off'` to `'error'`." | ||
}, | ||
{ | ||
"author": "beachball", | ||
"package": "@ni/eslint-config-typescript", | ||
"comment": "Bump @ni/eslint-config-javascript to v4.3.0", | ||
"commit": "not available" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"date": "Thu, 26 Sep 2024 17:15:21 GMT", | ||
"version": "4.3.0", | ||
|
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,9 +1,18 @@ | ||
# Change Log - @ni/eslint-config-typescript | ||
|
||
This log was last generated on Thu, 26 Sep 2024 17:15:21 GMT and should not be manually modified. | ||
This log was last generated on Thu, 26 Sep 2024 17:18:02 GMT and should not be manually modified. | ||
|
||
<!-- Start content --> | ||
|
||
## 4.4.0 | ||
|
||
Thu, 26 Sep 2024 17:18:02 GMT | ||
|
||
### Minor changes | ||
|
||
- Rule changes for asynchronous code:\n 1. Functions marked `async` must now include an `await`. The rule `'@typescript-eslint/require-await'` changed from `'off'` to `'error'`. ([email protected]) | ||
- Bump @ni/eslint-config-javascript to v4.3.0 | ||
|
||
## 4.3.0 | ||
|
||
Thu, 26 Sep 2024 17:15:21 GMT | ||
|
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