Skip to content

Commit 96c5dfe

Browse files
authored
Merge branch 'main' into update-codeowners
2 parents b021019 + 06b5353 commit 96c5dfe

14 files changed

Lines changed: 198 additions & 232 deletions

File tree

package-lock.json

Lines changed: 60 additions & 196 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: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,27 @@
11
{
22
"name": "@ni/eslint-config-angular",
33
"entries": [
4+
{
5+
"date": "Fri, 12 Dec 2025 16:36:33 GMT",
6+
"version": "10.0.5",
7+
"tag": "@ni/eslint-config-angular_v10.0.5",
8+
"comments": {
9+
"patch": [
10+
{
11+
"author": "beachball",
12+
"package": "@ni/eslint-config-angular",
13+
"comment": "Bump @ni/eslint-config-typescript to v5.0.5",
14+
"commit": "not available"
15+
},
16+
{
17+
"author": "beachball",
18+
"package": "@ni/eslint-config-angular",
19+
"comment": "Bump @ni/eslint-config-javascript to v5.1.4",
20+
"commit": "not available"
21+
}
22+
]
23+
}
24+
},
425
{
526
"date": "Wed, 26 Nov 2025 16:58:56 GMT",
627
"version": "10.0.3",

packages/eslint-config-angular/CHANGELOG.md

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

3-
<!-- This log was last generated on Wed, 26 Nov 2025 16:58:56 GMT and should not be manually modified. -->
3+
<!-- This log was last generated on Fri, 12 Dec 2025 16:36:33 GMT and should not be manually modified. -->
44

55
<!-- Start content -->
66

7+
## 10.0.5
8+
9+
Fri, 12 Dec 2025 16:36:33 GMT
10+
11+
### Patches
12+
13+
- Bump @ni/eslint-config-typescript to v5.0.5
14+
- Bump @ni/eslint-config-javascript to v5.1.4
15+
716
## 10.0.3
817

918
Wed, 26 Nov 2025 16:58:56 GMT

packages/eslint-config-angular/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ni/eslint-config-angular",
3-
"version": "10.0.3",
3+
"version": "10.0.5",
44
"description": "NI's Angular ESLint Shareable Config",
55
"type": "module",
66
"main": "index.js",
@@ -38,7 +38,7 @@
3838
],
3939
"peerDependencies": {
4040
"angular-eslint": "^18.4.3",
41-
"@ni/eslint-config-typescript": "^5.0.3",
42-
"@ni/eslint-config-javascript": "^5.1.2"
41+
"@ni/eslint-config-typescript": "^5.0.5",
42+
"@ni/eslint-config-javascript": "^5.1.4"
4343
}
4444
}

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 Dec 2025 16:36:33 GMT",
6+
"version": "5.1.4",
7+
"tag": "@ni/eslint-config-javascript_v5.1.4",
8+
"comments": {
9+
"patch": [
10+
{
11+
"author": "1588923+rajsite@users.noreply.github.com",
12+
"package": "@ni/eslint-config-javascript",
13+
"commit": "a7761f92b1ef7349d0c8f89ddd8412de31ace1f6",
14+
"comment": "Expand config file names allowed to use devDependencies"
15+
}
16+
]
17+
}
18+
},
419
{
520
"date": "Wed, 26 Nov 2025 16:58:56 GMT",
621
"version": "5.1.2",

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 Wed, 26 Nov 2025 16:58:56 GMT and should not be manually modified. -->
3+
<!-- This log was last generated on Fri, 12 Dec 2025 16:36:33 GMT and should not be manually modified. -->
44

55
<!-- Start content -->
66

7+
## 5.1.4
8+
9+
Fri, 12 Dec 2025 16:36:33 GMT
10+
11+
### Patches
12+
13+
- Expand config file names allowed to use devDependencies (1588923+rajsite@users.noreply.github.com)
14+
715
## 5.1.2
816

917
Wed, 26 Nov 2025 16:58:56 GMT

packages/eslint-config-javascript/lib/imports.js

Lines changed: 19 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -88,30 +88,26 @@ export const imports = defineConfig([{
8888
'spec/**', // mocha, rspec-like pattern
8989
'**/__tests__/**', // jest pattern
9090
'**/__mocks__/**', // jest pattern
91-
'test.{js,jsx}', // repos with a single test file
92-
'test-*.{js,jsx}', // repos with multiple top-level test files
93-
'**/*{.,_}{test,spec}.{js,jsx}', // tests where the extension or filename suffix denotes that it is a test
94-
'**/jest.config.js', // jest config
95-
'**/jest.setup.js', // jest setup
96-
'**/vue.config.js', // vue-cli config
97-
'**/webpack.config.js', // webpack config
98-
'**/webpack.config.*.js', // webpack config
99-
'**/rollup.config.js', // rollup config
100-
'**/rollup.config.*.js', // rollup config
101-
'**/gulpfile.js', // gulp config
102-
'**/gulpfile.*.js', // gulp config
103-
'**/Gruntfile{,.js}', // grunt config
104-
'**/protractor.conf.js', // protractor config
105-
'**/protractor.conf.*.js', // protractor config
106-
'**/karma.conf.js', // karma config
107-
'**/.eslintrc.js', // legacy eslint config
91+
'test.{js,cjs,mjs,ts,cts,mts,jsx,tsx}', // repos with a single test file
92+
'test-*.{js,cjs,mjs,ts,cts,mts,jsx,tsx}', // repos with multiple top-level test files
93+
'**/*{.,_}{test,spec}.{js,cjs,mjs,ts,cts,mts,jsx,tsx}', // tests where the extension or filename suffix denotes that it is a test
94+
'**/jest.config.{js,cjs}', // jest config
95+
'**/jest.setup.{js,cjs}', // jest setup
96+
'**/vue.config.{js,cjs}', // vue-cli config
97+
'**/webpack.config.{js,cjs}', // webpack config
98+
'**/webpack.config.*.{js,cjs}', // webpack config
99+
'**/rollup.config.{js,cjs,mjs}', // rollup config
100+
'**/rollup.config.*.{js,cjs,mjs}', // rollup config
101+
'**/gulpfile.{js,cjs}', // gulp config
102+
'**/gulpfile.*.{js,cjs}', // gulp config
103+
'**/Gruntfile{,.js,.cjs}', // grunt config
104+
'**/protractor.conf.{js,cjs}', // protractor config
105+
'**/protractor.conf.*.{js,cjs}', // protractor config
106+
'**/karma.conf.{js,cjs}', // karma config
107+
'**/karma.conf.*.{js,cjs}', // karma config
108+
'**/.eslintrc.{js,cjs}', // legacy eslint config
108109
// The following eslint.config.* files are supported by ESLint >=9.
109-
'**/eslint.config.cjs',
110-
'**/eslint.config.cts',
111-
'**/eslint.config.js',
112-
'**/eslint.config.mjs',
113-
'**/eslint.config.mts',
114-
'**/eslint.config.ts'
110+
'**/eslint.config.{js,cjs,mjs,ts,cts,mts}',
115111
],
116112
optionalDependencies: false,
117113
}],

packages/eslint-config-javascript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ni/eslint-config-javascript",
3-
"version": "5.1.2",
3+
"version": "5.1.4",
44
"description": "NI's JavaScript ESLint Shareable Config",
55
"type": "module",
66
"main": "index.js",

packages/eslint-config-playwright/CHANGELOG.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,27 @@
11
{
22
"name": "@ni/eslint-config-playwright",
33
"entries": [
4+
{
5+
"date": "Fri, 12 Dec 2025 16:36:33 GMT",
6+
"version": "2.0.5",
7+
"tag": "@ni/eslint-config-playwright_v2.0.5",
8+
"comments": {
9+
"patch": [
10+
{
11+
"author": "beachball",
12+
"package": "@ni/eslint-config-playwright",
13+
"comment": "Bump @ni/eslint-config-typescript to v5.0.5",
14+
"commit": "not available"
15+
},
16+
{
17+
"author": "beachball",
18+
"package": "@ni/eslint-config-playwright",
19+
"comment": "Bump @ni/eslint-config-javascript to v5.1.4",
20+
"commit": "not available"
21+
}
22+
]
23+
}
24+
},
425
{
526
"date": "Wed, 26 Nov 2025 16:58:56 GMT",
627
"version": "2.0.3",

packages/eslint-config-playwright/CHANGELOG.md

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

3-
<!-- This log was last generated on Wed, 26 Nov 2025 16:58:56 GMT and should not be manually modified. -->
3+
<!-- This log was last generated on Fri, 12 Dec 2025 16:36:33 GMT and should not be manually modified. -->
44

55
<!-- Start content -->
66

7+
## 2.0.5
8+
9+
Fri, 12 Dec 2025 16:36:33 GMT
10+
11+
### Patches
12+
13+
- Bump @ni/eslint-config-typescript to v5.0.5
14+
- Bump @ni/eslint-config-javascript to v5.1.4
15+
716
## 2.0.3
817

918
Wed, 26 Nov 2025 16:58:56 GMT

0 commit comments

Comments
 (0)