@book000/eslint-config 1.12.13 → 1.12.27

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,12 +1,10 @@
1
1
  name: Release
2
2
 
3
3
  on:
4
- pull_request_target:
4
+ push:
5
5
  branches:
6
6
  - main
7
7
  - master
8
- types:
9
- - closed
10
8
 
11
9
  concurrency:
12
10
  group: ${{ github.workflow }}
@@ -15,7 +13,12 @@ jobs:
15
13
  release:
16
14
  name: Release
17
15
  runs-on: ubuntu-latest
18
- if: github.event.pull_request.merged == true
16
+
17
+ permissions:
18
+ contents: write
19
+ issues: write
20
+ pull-requests: write
21
+ id-token: write
19
22
 
20
23
  steps:
21
24
  - name: 🛎 Checkout
@@ -42,7 +45,7 @@ jobs:
42
45
  echo "STORE_PATH=$(pnpm store path)" >> $GITHUB_OUTPUT
43
46
 
44
47
  - name: 📂 Setup pnpm cache
45
- uses: actions/cache@v4
48
+ uses: actions/cache@v5
46
49
  with:
47
50
  path: ${{ steps.pnpm-cache.outputs.STORE_PATH }}
48
51
  key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
@@ -68,8 +71,6 @@ jobs:
68
71
  - name: 📦 Publish
69
72
  run: |
70
73
  pnpm publish --access public --no-git-checks
71
- env:
72
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
73
74
 
74
75
  - name: 📃 Create Release
75
76
  id: create_release
package/.node-version CHANGED
@@ -1 +1 @@
1
- 24.11.1
1
+ 24.12.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@book000/eslint-config",
3
- "version": "1.12.13",
3
+ "version": "1.12.27",
4
4
  "description": "ESLint config",
5
5
  "keywords": [
6
6
  "eslint-config"
@@ -18,17 +18,17 @@
18
18
  },
19
19
  "dependencies": {
20
20
  "@eslint/eslintrc": "3.3.3",
21
- "@typescript-eslint/parser": "8.48.1",
21
+ "@typescript-eslint/parser": "8.50.1",
22
22
  "eslint-config-prettier": "10.1.8",
23
23
  "eslint-plugin-import": "2.32.0",
24
24
  "eslint-plugin-n": "17.23.1",
25
25
  "eslint-plugin-promise": "7.2.1",
26
26
  "eslint-plugin-unicorn": "62.0.0",
27
27
  "globals": "16.5.0",
28
- "typescript-eslint": "8.48.1"
28
+ "typescript-eslint": "8.50.1"
29
29
  },
30
30
  "peerDependencies": {
31
- "eslint": "9.39.1",
31
+ "eslint": "9.39.2",
32
32
  "eslint-config-standard": "17.1.0"
33
33
  },
34
34
  "scripts": {