@open-turo/eslint-config-typescript 18.1.0 → 18.1.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.
@@ -0,0 +1,20 @@
1
+ name: Security scan
2
+
3
+ on:
4
+ pull_request_target: {}
5
+ workflow_dispatch: {}
6
+ push:
7
+ branches: [main]
8
+
9
+ permissions:
10
+ pull-requests: write
11
+ contents: read
12
+ security-events: write
13
+
14
+ jobs:
15
+ static-analysis:
16
+ runs-on: ubuntu-latest
17
+ steps:
18
+ - uses: open-turo/actions-security/static-analysis@v4
19
+ with:
20
+ semgrep-app-token: ${{ secrets.SEMGREP_APP_TOKEN }}
@@ -19,6 +19,6 @@ repos:
19
19
  stages: [commit-msg]
20
20
  additional_dependencies: ["@open-turo/commitlint-config-conventional"]
21
21
  - repo: https://github.com/rhysd/actionlint
22
- rev: v1.7.7
22
+ rev: v1.7.8
23
23
  hooks:
24
24
  - id: actionlint
package/package.json CHANGED
@@ -3,25 +3,25 @@
3
3
  "description": "Turo eslint configuration for typescript",
4
4
  "type": "module",
5
5
  "dependencies": {
6
- "@eslint/js": "9.36.0",
7
- "@typescript-eslint/eslint-plugin": "8.45.0",
8
- "@typescript-eslint/parser": "8.45.0",
9
- "@vitest/eslint-plugin": "1.1.23",
6
+ "@eslint/js": "9.37.0",
7
+ "@typescript-eslint/eslint-plugin": "8.46.0",
8
+ "@typescript-eslint/parser": "8.46.0",
9
+ "@vitest/eslint-plugin": "1.3.17",
10
10
  "eslint-config-prettier": "10.1.8",
11
11
  "eslint-import-resolver-typescript": "4.4.4",
12
12
  "eslint-plugin-import": "2.32.0",
13
13
  "eslint-plugin-jest": "29.0.1",
14
14
  "eslint-plugin-json": "4.0.1",
15
15
  "eslint-plugin-n": "17.23.1",
16
- "eslint-plugin-perfectionist": "4.15.0",
16
+ "eslint-plugin-perfectionist": "4.15.1",
17
17
  "eslint-plugin-prettier": "5.5.4",
18
18
  "eslint-plugin-sonarjs": "3.0.5",
19
19
  "eslint-plugin-unicorn": "56.0.1",
20
- "typescript-eslint": "8.45.0"
20
+ "typescript-eslint": "8.46.0"
21
21
  },
22
22
  "devDependencies": {
23
23
  "@prettier/plugin-oxc": "0.0.4",
24
- "eslint": "9.36.0",
24
+ "eslint": "9.37.0",
25
25
  "jest": "30.2.0",
26
26
  "prettier": "3.6.2"
27
27
  },
@@ -56,6 +56,6 @@
56
56
  "access": "public"
57
57
  },
58
58
  "repository": "https://github.com/open-turo/eslint-config-typescript",
59
- "version": "18.1.0",
60
- "packageManager": "npm@11.6.1"
59
+ "version": "18.1.2",
60
+ "packageManager": "npm@11.6.2"
61
61
  }