@open-turo/eslint-config 9.0.3 → 9.0.5

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.
@@ -14,7 +14,7 @@ jobs:
14
14
  mkdir -p "$HOME/bin"
15
15
  bash <(curl https://raw.githubusercontent.com/rhysd/actionlint/main/scripts/download-actionlint.bash) latest "$HOME/bin"
16
16
  echo "${HOME}/bin" >> "$GITHUB_PATH"
17
- - uses: open-turo/actions-node/lint@v5
17
+ - uses: open-turo/actions-node/lint@v6
18
18
  with:
19
19
  github-token: ${{ secrets.GITHUB_TOKEN }}
20
20
  npm-token: ${{ secrets.OPEN_TURO_NPM_TOKEN }}
@@ -22,7 +22,7 @@ jobs:
22
22
  name: Test
23
23
  runs-on: ubuntu-latest
24
24
  steps:
25
- - uses: open-turo/actions-node/test@v5
25
+ - uses: open-turo/actions-node/test@v6
26
26
  with:
27
27
  github-token: ${{ secrets.GITHUB_TOKEN }}
28
28
  test-flags: --coverage
@@ -10,7 +10,7 @@ jobs:
10
10
  name: Release
11
11
  runs-on: ubuntu-latest
12
12
  steps:
13
- - uses: open-turo/actions-node/release@v5
13
+ - uses: open-turo/actions-node/release@v6
14
14
  with:
15
15
  github-token: ${{ secrets.OPEN_TURO_GITHUB_TOKEN }}
16
16
  npm-token: ${{ secrets.OPEN_TURO_NPM_TOKEN }}
@@ -12,7 +12,7 @@ repos:
12
12
  - id: prettier
13
13
  stages: [pre-commit]
14
14
  - repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook
15
- rev: v9.20.0
15
+ rev: v9.22.0
16
16
  hooks:
17
17
  - id: commitlint
18
18
  stages: [commit-msg]
package/package.json CHANGED
@@ -3,21 +3,21 @@
3
3
  "description": "Eslint configuration for Turo",
4
4
  "dependencies": {
5
5
  "eslint-config-airbnb-base": "15.0.0",
6
- "eslint-config-prettier": "10.0.1",
6
+ "eslint-config-prettier": "10.1.2",
7
7
  "eslint-plugin-import": "2.31.0",
8
8
  "eslint-plugin-jest": "28.11.0",
9
9
  "eslint-plugin-json": "4.0.1",
10
- "eslint-plugin-n": "17.15.1",
11
- "eslint-plugin-prettier": "5.2.2",
10
+ "eslint-plugin-n": "17.17.0",
11
+ "eslint-plugin-prettier": "5.2.6",
12
12
  "eslint-plugin-simple-import-sort": "12.1.1",
13
- "eslint-plugin-sonarjs": "3.0.1",
13
+ "eslint-plugin-sonarjs": "3.0.2",
14
14
  "eslint-plugin-sort-destructure-keys": "2.0.0",
15
15
  "eslint-plugin-unicorn": "56.0.1"
16
16
  },
17
17
  "devDependencies": {
18
18
  "eslint": "8.57.1",
19
19
  "jest": "29.7.0",
20
- "prettier": "3.4.2"
20
+ "prettier": "3.5.3"
21
21
  },
22
22
  "engines": {
23
23
  "node": ">= 16"
@@ -39,5 +39,5 @@
39
39
  "lint": "echo noop",
40
40
  "test": "jest test.js"
41
41
  },
42
- "version": "9.0.3"
42
+ "version": "9.0.5"
43
43
  }