@open-turo/eslint-config-typescript 23.2.0 → 23.2.2

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.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "extends": [
3
- "github>open-turo/renovate-config#v1.21.1",
4
- "github>open-turo/renovate-config:npm-lib#v1.21.1"
3
+ "github>open-turo/renovate-config#v1.21.2",
4
+ "github>open-turo/renovate-config:npm-lib#v1.21.2"
5
5
  ]
6
6
  }
@@ -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.19.0
1
+ 24.20.0
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.67.0",
8
- "@typescript-eslint/parser": "8.67.0",
9
- "@vitest/eslint-plugin": "1.6.26",
7
+ "@typescript-eslint/eslint-plugin": "8.69.0",
8
+ "@typescript-eslint/parser": "8.69.0",
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.0",
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.10.1",
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.67.0"
20
+ "typescript-eslint": "8.69.0"
21
21
  },
22
22
  "devDependencies": {
23
23
  "@prettier/plugin-oxc": "0.2.2",
24
24
  "eslint": "9.39.5",
25
- "jest": "30.4.2",
25
+ "jest": "30.5.0",
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.0",
61
- "packageManager": "npm@11.19.0"
60
+ "version": "23.2.2",
61
+ "packageManager": "npm@12.0.2"
62
62
  }