From c2cd58d1f4139f98ef41d5387acb75f961a06ae9 Mon Sep 17 00:00:00 2001 From: rajsite Date: Thu, 26 Sep 2024 17:15:21 +0000 Subject: [PATCH] applying package updates [skip ci] --- ...ript-b2c9d1d5-86de-4fd6-b66f-c5a696790e65.json | 7 ------- package-lock.json | 10 +++++----- packages/eslint-config-angular/CHANGELOG.json | 15 +++++++++++++++ packages/eslint-config-angular/CHANGELOG.md | 10 +++++++++- packages/eslint-config-angular/package.json | 4 ++-- packages/eslint-config-playwright/CHANGELOG.json | 15 +++++++++++++++ packages/eslint-config-playwright/CHANGELOG.md | 10 +++++++++- packages/eslint-config-playwright/package.json | 4 ++-- packages/eslint-config-typescript/CHANGELOG.json | 15 +++++++++++++++ packages/eslint-config-typescript/CHANGELOG.md | 10 +++++++++- packages/eslint-config-typescript/package.json | 2 +- 11 files changed, 82 insertions(+), 20 deletions(-) delete mode 100644 change/@ni-eslint-config-typescript-b2c9d1d5-86de-4fd6-b66f-c5a696790e65.json diff --git a/change/@ni-eslint-config-typescript-b2c9d1d5-86de-4fd6-b66f-c5a696790e65.json b/change/@ni-eslint-config-typescript-b2c9d1d5-86de-4fd6-b66f-c5a696790e65.json deleted file mode 100644 index de10d39..0000000 --- a/change/@ni-eslint-config-typescript-b2c9d1d5-86de-4fd6-b66f-c5a696790e65.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "minor", - "comment": "Disable `@typescript-eslint/explicit-member-accessibility` for constructors", - "packageName": "@ni/eslint-config-typescript", - "email": "jattasNI@users.noreply.github.com", - "dependentChangeType": "minor" -} diff --git a/package-lock.json b/package-lock.json index 8e32822..d4a7341 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7873,7 +7873,7 @@ }, "packages/eslint-config-angular": { "name": "@ni/eslint-config-angular", - "version": "8.0.1", + "version": "8.1.0", "license": "MIT", "peerDependencies": { "@angular-eslint/builder": "^17.5.2", @@ -7881,7 +7881,7 @@ "@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.2.2" + "@ni/eslint-config-typescript": "^4.3.0" } }, "packages/eslint-config-javascript": { @@ -7896,16 +7896,16 @@ }, "packages/eslint-config-playwright": { "name": "@ni/eslint-config-playwright", - "version": "1.0.3", + "version": "1.1.0", "license": "MIT", "peerDependencies": { - "@ni/eslint-config-typescript": "^4.2.2", + "@ni/eslint-config-typescript": "^4.3.0", "eslint-plugin-playwright": "^0.12.0" } }, "packages/eslint-config-typescript": { "name": "@ni/eslint-config-typescript", - "version": "4.2.2", + "version": "4.3.0", "license": "MIT", "peerDependencies": { "@ni/eslint-config-javascript": "^4.2.2", diff --git a/packages/eslint-config-angular/CHANGELOG.json b/packages/eslint-config-angular/CHANGELOG.json index 4950621..73bb513 100644 --- a/packages/eslint-config-angular/CHANGELOG.json +++ b/packages/eslint-config-angular/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@ni/eslint-config-angular", "entries": [ + { + "date": "Thu, 26 Sep 2024 17:15:21 GMT", + "version": "8.1.0", + "tag": "@ni/eslint-config-angular_v8.1.0", + "comments": { + "minor": [ + { + "author": "beachball", + "package": "@ni/eslint-config-angular", + "comment": "Bump @ni/eslint-config-typescript to v4.3.0", + "commit": "not available" + } + ] + } + }, { "date": "Thu, 08 Aug 2024 22:33:17 GMT", "version": "8.0.1", diff --git a/packages/eslint-config-angular/CHANGELOG.md b/packages/eslint-config-angular/CHANGELOG.md index 9c2eca3..f6c11e7 100644 --- a/packages/eslint-config-angular/CHANGELOG.md +++ b/packages/eslint-config-angular/CHANGELOG.md @@ -1,9 +1,17 @@ # Change Log - @ni/eslint-config-angular -This log was last generated on Thu, 08 Aug 2024 22:33:17 GMT and should not be manually modified. +This log was last generated on Thu, 26 Sep 2024 17:15:21 GMT and should not be manually modified. +## 8.1.0 + +Thu, 26 Sep 2024 17:15:21 GMT + +### Minor changes + +- Bump @ni/eslint-config-typescript to v4.3.0 + ## 8.0.1 Thu, 08 Aug 2024 22:33:17 GMT diff --git a/packages/eslint-config-angular/package.json b/packages/eslint-config-angular/package.json index c26d91a..25a7f62 100644 --- a/packages/eslint-config-angular/package.json +++ b/packages/eslint-config-angular/package.json @@ -1,6 +1,6 @@ { "name": "@ni/eslint-config-angular", - "version": "8.0.1", + "version": "8.1.0", "description": "NI's Angular ESLint Shareable Config", "main": "index.js", "scripts": { @@ -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.2.2" + "@ni/eslint-config-typescript": "^4.3.0" } } diff --git a/packages/eslint-config-playwright/CHANGELOG.json b/packages/eslint-config-playwright/CHANGELOG.json index e04ff3a..045ff44 100644 --- a/packages/eslint-config-playwright/CHANGELOG.json +++ b/packages/eslint-config-playwright/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@ni/eslint-config-playwright", "entries": [ + { + "date": "Thu, 26 Sep 2024 17:15:21 GMT", + "version": "1.1.0", + "tag": "@ni/eslint-config-playwright_v1.1.0", + "comments": { + "minor": [ + { + "author": "beachball", + "package": "@ni/eslint-config-playwright", + "comment": "Bump @ni/eslint-config-typescript to v4.3.0", + "commit": "not available" + } + ] + } + }, { "date": "Fri, 10 May 2024 22:42:13 GMT", "version": "1.0.3", diff --git a/packages/eslint-config-playwright/CHANGELOG.md b/packages/eslint-config-playwright/CHANGELOG.md index 815da4c..44b3581 100644 --- a/packages/eslint-config-playwright/CHANGELOG.md +++ b/packages/eslint-config-playwright/CHANGELOG.md @@ -1,9 +1,17 @@ # Change Log - @ni/eslint-config-playwright -This log was last generated on Fri, 10 May 2024 22:42:13 GMT and should not be manually modified. +This log was last generated on Thu, 26 Sep 2024 17:15:21 GMT and should not be manually modified. +## 1.1.0 + +Thu, 26 Sep 2024 17:15:21 GMT + +### Minor changes + +- Bump @ni/eslint-config-typescript to v4.3.0 + ## 1.0.3 Fri, 10 May 2024 22:42:13 GMT diff --git a/packages/eslint-config-playwright/package.json b/packages/eslint-config-playwright/package.json index daeb8f4..e4afedf 100644 --- a/packages/eslint-config-playwright/package.json +++ b/packages/eslint-config-playwright/package.json @@ -1,6 +1,6 @@ { "name": "@ni/eslint-config-playwright", - "version": "1.0.3", + "version": "1.1.0", "description": "NI's Playwright ESLint Shareable Config", "main": "index.js", "scripts": { @@ -31,7 +31,7 @@ "!/.*.js" ], "peerDependencies": { - "@ni/eslint-config-typescript": "^4.2.2", + "@ni/eslint-config-typescript": "^4.3.0", "eslint-plugin-playwright": "^0.12.0" } } diff --git a/packages/eslint-config-typescript/CHANGELOG.json b/packages/eslint-config-typescript/CHANGELOG.json index 250d00a..21dbb68 100644 --- a/packages/eslint-config-typescript/CHANGELOG.json +++ b/packages/eslint-config-typescript/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@ni/eslint-config-typescript", "entries": [ + { + "date": "Thu, 26 Sep 2024 17:15:21 GMT", + "version": "4.3.0", + "tag": "@ni/eslint-config-typescript_v4.3.0", + "comments": { + "minor": [ + { + "author": "jattasNI@users.noreply.github.com", + "package": "@ni/eslint-config-typescript", + "commit": "bd1f97ecbc162826266d4f0bef9ea336e31deb8c", + "comment": "Disable `@typescript-eslint/explicit-member-accessibility` for constructors" + } + ] + } + }, { "date": "Wed, 10 Apr 2024 17:56:39 GMT", "version": "4.2.2", diff --git a/packages/eslint-config-typescript/CHANGELOG.md b/packages/eslint-config-typescript/CHANGELOG.md index 045a399..573d558 100644 --- a/packages/eslint-config-typescript/CHANGELOG.md +++ b/packages/eslint-config-typescript/CHANGELOG.md @@ -1,9 +1,17 @@ # Change Log - @ni/eslint-config-typescript -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:15:21 GMT and should not be manually modified. +## 4.3.0 + +Thu, 26 Sep 2024 17:15:21 GMT + +### Minor changes + +- Disable `@typescript-eslint/explicit-member-accessibility` for constructors (jattasNI@users.noreply.github.com) + ## 4.2.2 Wed, 06 Mar 2024 19:12:39 GMT diff --git a/packages/eslint-config-typescript/package.json b/packages/eslint-config-typescript/package.json index fdbf9a5..4488425 100644 --- a/packages/eslint-config-typescript/package.json +++ b/packages/eslint-config-typescript/package.json @@ -1,6 +1,6 @@ { "name": "@ni/eslint-config-typescript", - "version": "4.2.2", + "version": "4.3.0", "description": "NI's TypeScript ESLint Shareable Config", "main": "index.js", "scripts": {