@open-turo/eslint-config-typescript 23.2.1 → 23.2.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.github/renovate.json +2 -2
- package/.github/workflows/ci.yaml +4 -1
- package/.nvmrc +1 -1
- package/pack/open-turo-eslint-config-typescript-23.2.3.tgz +0 -0
- package/package.json +8 -8
- package/test/__snapshots__/test.spec.js.snap +12 -0
- package/pack/open-turo-eslint-config-typescript-23.2.1.tgz +0 -0
package/.github/renovate.json
CHANGED
|
@@ -8,6 +8,10 @@ jobs:
|
|
|
8
8
|
lint:
|
|
9
9
|
name: Lint
|
|
10
10
|
runs-on: ubuntu-latest
|
|
11
|
+
permissions:
|
|
12
|
+
contents: write
|
|
13
|
+
pull-requests: write
|
|
14
|
+
id-token: write
|
|
11
15
|
steps:
|
|
12
16
|
- name: Download actionlint
|
|
13
17
|
run: |
|
|
@@ -17,7 +21,6 @@ jobs:
|
|
|
17
21
|
- uses: open-turo/actions-node/lint@v7
|
|
18
22
|
with:
|
|
19
23
|
github-token: ${{ secrets.GITHUB_TOKEN }}
|
|
20
|
-
npm-token: ${{ secrets.OPEN_TURO_NPM_TOKEN }}
|
|
21
24
|
test:
|
|
22
25
|
name: Test
|
|
23
26
|
runs-on: ubuntu-latest
|
package/.nvmrc
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
24.
|
|
1
|
+
24.21.0
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -4,25 +4,25 @@
|
|
|
4
4
|
"type": "module",
|
|
5
5
|
"dependencies": {
|
|
6
6
|
"@eslint/js": "9.39.5",
|
|
7
|
-
"@typescript-eslint/eslint-plugin": "8.
|
|
8
|
-
"@typescript-eslint/parser": "8.
|
|
7
|
+
"@typescript-eslint/eslint-plugin": "8.70.0",
|
|
8
|
+
"@typescript-eslint/parser": "8.70.0",
|
|
9
9
|
"@vitest/eslint-plugin": "1.6.27",
|
|
10
10
|
"eslint-config-prettier": "10.1.8",
|
|
11
11
|
"eslint-import-resolver-typescript": "4.4.5",
|
|
12
12
|
"eslint-plugin-import": "2.32.0",
|
|
13
|
-
"eslint-plugin-jest": "29.16.
|
|
13
|
+
"eslint-plugin-jest": "29.16.6",
|
|
14
14
|
"eslint-plugin-json": "4.0.1",
|
|
15
15
|
"eslint-plugin-n": "18.3.0",
|
|
16
|
-
"eslint-plugin-perfectionist": "5.
|
|
16
|
+
"eslint-plugin-perfectionist": "5.11.0",
|
|
17
17
|
"eslint-plugin-prettier": "5.5.6",
|
|
18
18
|
"eslint-plugin-sonarjs": "4.2.0",
|
|
19
19
|
"eslint-plugin-unicorn": "56.0.1",
|
|
20
|
-
"typescript-eslint": "8.
|
|
20
|
+
"typescript-eslint": "8.70.0"
|
|
21
21
|
},
|
|
22
22
|
"devDependencies": {
|
|
23
23
|
"@prettier/plugin-oxc": "0.2.2",
|
|
24
24
|
"eslint": "9.39.5",
|
|
25
|
-
"jest": "30.
|
|
25
|
+
"jest": "30.5.1",
|
|
26
26
|
"prettier": "3.9.6"
|
|
27
27
|
},
|
|
28
28
|
"engines": {
|
|
@@ -57,6 +57,6 @@
|
|
|
57
57
|
"access": "public"
|
|
58
58
|
},
|
|
59
59
|
"repository": "https://github.com/open-turo/eslint-config-typescript",
|
|
60
|
-
"version": "23.2.
|
|
61
|
-
"packageManager": "npm@
|
|
60
|
+
"version": "23.2.3",
|
|
61
|
+
"packageManager": "npm@12.0.2"
|
|
62
62
|
}
|
|
@@ -649,6 +649,9 @@ exports[`validate config the flat config is correct for index.js 1`] = `
|
|
|
649
649
|
"@typescript-eslint/no-for-in-array": [
|
|
650
650
|
2,
|
|
651
651
|
],
|
|
652
|
+
"@typescript-eslint/no-generated-empty-object-type": [
|
|
653
|
+
2,
|
|
654
|
+
],
|
|
652
655
|
"@typescript-eslint/no-implied-eval": [
|
|
653
656
|
2,
|
|
654
657
|
],
|
|
@@ -3969,6 +3972,9 @@ exports[`validate config the flat config is correct for index.mjs 1`] = `
|
|
|
3969
3972
|
"@typescript-eslint/no-for-in-array": [
|
|
3970
3973
|
2,
|
|
3971
3974
|
],
|
|
3975
|
+
"@typescript-eslint/no-generated-empty-object-type": [
|
|
3976
|
+
2,
|
|
3977
|
+
],
|
|
3972
3978
|
"@typescript-eslint/no-implied-eval": [
|
|
3973
3979
|
2,
|
|
3974
3980
|
],
|
|
@@ -7289,6 +7295,9 @@ exports[`validate config the flat config with vitest is correct for index.js 1`]
|
|
|
7289
7295
|
"@typescript-eslint/no-for-in-array": [
|
|
7290
7296
|
2,
|
|
7291
7297
|
],
|
|
7298
|
+
"@typescript-eslint/no-generated-empty-object-type": [
|
|
7299
|
+
2,
|
|
7300
|
+
],
|
|
7292
7301
|
"@typescript-eslint/no-implied-eval": [
|
|
7293
7302
|
2,
|
|
7294
7303
|
],
|
|
@@ -10696,6 +10705,9 @@ exports[`validate config the flat config with vitest is correct for index.mjs 1`
|
|
|
10696
10705
|
"@typescript-eslint/no-for-in-array": [
|
|
10697
10706
|
2,
|
|
10698
10707
|
],
|
|
10708
|
+
"@typescript-eslint/no-generated-empty-object-type": [
|
|
10709
|
+
2,
|
|
10710
|
+
],
|
|
10699
10711
|
"@typescript-eslint/no-implied-eval": [
|
|
10700
10712
|
2,
|
|
10701
10713
|
],
|
|
Binary file
|