@book000/eslint-config 1.8.33 → 1.8.35

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.
@@ -30,7 +30,7 @@ jobs:
30
30
  registry-url: 'https://registry.npmjs.org'
31
31
 
32
32
  - name: Setup pnpm
33
- uses: pnpm/action-setup@v2
33
+ uses: pnpm/action-setup@v4
34
34
  id: pnpm-install
35
35
  with:
36
36
  run_install: false
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@book000/eslint-config",
3
- "version": "1.8.33",
3
+ "version": "1.8.35",
4
4
  "description": "ESLint config",
5
5
  "keywords": [
6
6
  "eslint-config"
@@ -18,11 +18,11 @@
18
18
  },
19
19
  "dependencies": {
20
20
  "@eslint/eslintrc": "3.3.1",
21
- "@typescript-eslint/parser": "8.27.0",
21
+ "@typescript-eslint/parser": "8.28.0",
22
22
  "eslint-config-prettier": "10.1.1",
23
23
  "eslint-plugin-unicorn": "58.0.0",
24
24
  "globals": "16.0.0",
25
- "typescript-eslint": "8.27.0"
25
+ "typescript-eslint": "8.28.0"
26
26
  },
27
27
  "peerDependencies": {
28
28
  "eslint": "9.23.0",