Skip to content

Commit 0ee1cb5

Browse files
committed
applying package updates [skip ci]
1 parent 91e2d97 commit 0ee1cb5

17 files changed

+133
-46
lines changed

change/@ni-eslint-config-angular-0a7483ed-5368-46f5-8329-10cd8b3a3d51.json

Lines changed: 0 additions & 7 deletions
This file was deleted.

change/@ni-eslint-config-javascript-62b82c0d-e93e-435f-8b64-37a0b77c03e5.json

Lines changed: 0 additions & 7 deletions
This file was deleted.

change/@ni-eslint-config-playwright-c9033088-c5db-4a9b-ad0c-e4529490498b.json

Lines changed: 0 additions & 7 deletions
This file was deleted.

change/@ni-eslint-config-typescript-d9b1da07-ad26-47ae-800f-903b12ed2f87.json

Lines changed: 0 additions & 7 deletions
This file was deleted.

package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/eslint-config-angular/CHANGELOG.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,29 @@
11
{
22
"name": "@ni/eslint-config-angular",
33
"entries": [
4+
{
5+
"date": "Fri, 12 Sep 2025 12:21:59 GMT",
6+
"version": "9.0.7",
7+
"tag": "@ni/eslint-config-angular_v9.0.7",
8+
"comments": {
9+
"none": [
10+
{
11+
"author": "[email protected]",
12+
"package": "@ni/eslint-config-angular",
13+
"commit": "91e2d9744c2daefe742164f32a4c1684c1c4cee8",
14+
"comment": "Update to dev eslint config, no source changes"
15+
}
16+
],
17+
"patch": [
18+
{
19+
"author": "beachball",
20+
"package": "@ni/eslint-config-angular",
21+
"comment": "Bump @ni/eslint-config-typescript to v4.4.4",
22+
"commit": "not available"
23+
}
24+
]
25+
}
26+
},
427
{
528
"date": "Mon, 08 Sep 2025 20:20:07 GMT",
629
"version": "9.0.6",

packages/eslint-config-angular/CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
11
# Change Log - @ni/eslint-config-angular
22

3-
This log was last generated on Mon, 08 Sep 2025 20:20:07 GMT and should not be manually modified.
3+
This log was last generated on Fri, 12 Sep 2025 12:21:59 GMT and should not be manually modified.
44

55
<!-- Start content -->
66

7+
## 9.0.7
8+
9+
Fri, 12 Sep 2025 12:21:59 GMT
10+
11+
### Patches
12+
13+
- Bump @ni/eslint-config-typescript to v4.4.4
14+
715
## 9.0.6
816

917
Mon, 08 Sep 2025 20:20:07 GMT

packages/eslint-config-angular/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ni/eslint-config-angular",
3-
"version": "9.0.6",
3+
"version": "9.0.7",
44
"description": "NI's Angular ESLint Shareable Config",
55
"main": "index.js",
66
"scripts": {
@@ -37,6 +37,6 @@
3737
"@angular-eslint/eslint-plugin-template": "^18.4.3",
3838
"@angular-eslint/schematics": "^18.4.3",
3939
"@angular-eslint/template-parser": "^18.4.3",
40-
"@ni/eslint-config-typescript": "^4.4.3"
40+
"@ni/eslint-config-typescript": "^4.4.4"
4141
}
4242
}

packages/eslint-config-javascript/CHANGELOG.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
{
22
"name": "@ni/eslint-config-javascript",
33
"entries": [
4+
{
5+
"date": "Fri, 12 Sep 2025 12:21:59 GMT",
6+
"version": "4.4.0",
7+
"tag": "@ni/eslint-config-javascript_v4.4.0",
8+
"comments": {
9+
"minor": [
10+
{
11+
"author": "[email protected]",
12+
"package": "@ni/eslint-config-javascript",
13+
"commit": "91e2d9744c2daefe742164f32a4c1684c1c4cee8",
14+
"comment": "Migrate deprecated ESLint formatting rules to @stylistic equivalents. See https://eslint.style/rules for the full list of stylistic rules. If your project overrides any deprecated formatting rules, update your config to use the corresponding @stylistic rule name (e.g., replace 'comma-dangle' with '@stylistic/comma-dangle')"
15+
}
16+
]
17+
}
18+
},
419
{
520
"date": "Mon, 08 Sep 2025 20:20:07 GMT",
621
"version": "4.3.1",

packages/eslint-config-javascript/CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
11
# Change Log - @ni/eslint-config-javascript
22

3-
This log was last generated on Mon, 08 Sep 2025 20:20:07 GMT and should not be manually modified.
3+
This log was last generated on Fri, 12 Sep 2025 12:21:59 GMT and should not be manually modified.
44

55
<!-- Start content -->
66

7+
## 4.4.0
8+
9+
Fri, 12 Sep 2025 12:21:59 GMT
10+
11+
### Minor changes
12+
13+
- Migrate deprecated ESLint formatting rules to @stylistic equivalents. See https://eslint.style/rules for the full list of stylistic rules. If your project overrides any deprecated formatting rules, update your config to use the corresponding @stylistic rule name (e.g., replace 'comma-dangle' with '@stylistic/comma-dangle') ([email protected])
14+
715
## 4.3.1
816

917
Mon, 08 Sep 2025 20:20:07 GMT

0 commit comments

Comments
 (0)