Skip to content

Commit

Permalink
applying package updates [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
rajsite committed Sep 26, 2024
1 parent 2fbb47b commit 1413130
Show file tree
Hide file tree
Showing 16 changed files with 124 additions and 39 deletions.

This file was deleted.

This file was deleted.

This file was deleted.

14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

21 changes: 21 additions & 0 deletions packages/eslint-config-angular/CHANGELOG.json
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": "jattasNI@users.noreply.github.com",
"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",
Expand Down
11 changes: 10 additions & 1 deletion packages/eslint-config-angular/CHANGELOG.md
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'`. (jattasNI@users.noreply.github.com)
- Bump @ni/eslint-config-typescript to v4.4.0

## 8.1.0

Thu, 26 Sep 2024 17:15:21 GMT
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config-angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ni/eslint-config-angular",
"version": "8.1.0",
"version": "8.2.0",
"description": "NI's Angular ESLint Shareable Config",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -37,6 +37,6 @@
"@angular-eslint/eslint-plugin-template": "^17.5.2",
"@angular-eslint/schematics": "^17.5.2",
"@angular-eslint/template-parser": "^17.5.2",
"@ni/eslint-config-typescript": "^4.3.0"
"@ni/eslint-config-typescript": "^4.4.0"
}
}
15 changes: 15 additions & 0 deletions packages/eslint-config-javascript/CHANGELOG.json
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": "jattasNI@users.noreply.github.com",
"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",
Expand Down
10 changes: 9 additions & 1 deletion packages/eslint-config-javascript/CHANGELOG.md
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'`. (jattasNI@users.noreply.github.com)

## 4.2.2

Wed, 06 Mar 2024 19:12:39 GMT
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-javascript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ni/eslint-config-javascript",
"version": "4.2.2",
"version": "4.3.0",
"description": "NI's JavaScript ESLint Shareable Config",
"main": "index.js",
"scripts": {
Expand Down
15 changes: 15 additions & 0 deletions packages/eslint-config-playwright/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"name": "@ni/eslint-config-playwright",
"entries": [
{
"date": "Thu, 26 Sep 2024 17:18:02 GMT",
"version": "1.1.1",
"tag": "@ni/eslint-config-playwright_v1.1.1",
"comments": {
"patch": [
{
"author": "beachball",
"package": "@ni/eslint-config-playwright",
"comment": "Bump @ni/eslint-config-typescript to v4.4.0",
"commit": "not available"
}
]
}
},
{
"date": "Thu, 26 Sep 2024 17:15:21 GMT",
"version": "1.1.0",
Expand Down
10 changes: 9 additions & 1 deletion packages/eslint-config-playwright/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
# Change Log - @ni/eslint-config-playwright

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 -->

## 1.1.1

Thu, 26 Sep 2024 17:18:02 GMT

### Patches

- Bump @ni/eslint-config-typescript to v4.4.0

## 1.1.0

Thu, 26 Sep 2024 17:15:21 GMT
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config-playwright/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ni/eslint-config-playwright",
"version": "1.1.0",
"version": "1.1.1",
"description": "NI's Playwright ESLint Shareable Config",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -31,7 +31,7 @@
"!/.*.js"
],
"peerDependencies": {
"@ni/eslint-config-typescript": "^4.3.0",
"@ni/eslint-config-typescript": "^4.4.0",
"eslint-plugin-playwright": "^0.12.0"
}
}
21 changes: 21 additions & 0 deletions packages/eslint-config-typescript/CHANGELOG.json
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": "jattasNI@users.noreply.github.com",
"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",
Expand Down
11 changes: 10 additions & 1 deletion packages/eslint-config-typescript/CHANGELOG.md
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'`. (jattasNI@users.noreply.github.com)
- Bump @ni/eslint-config-javascript to v4.3.0

## 4.3.0

Thu, 26 Sep 2024 17:15:21 GMT
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config-typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ni/eslint-config-typescript",
"version": "4.3.0",
"version": "4.4.0",
"description": "NI's TypeScript ESLint Shareable Config",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -32,7 +32,7 @@
"/lib/*"
],
"peerDependencies": {
"@ni/eslint-config-javascript": "^4.2.2",
"@ni/eslint-config-javascript": "^4.3.0",
"@typescript-eslint/parser": "^5.62.0",
"@typescript-eslint/eslint-plugin": "^5.62.0"
}
Expand Down

0 comments on commit 1413130

Please sign in to comment.