homebridge-eggtimer-plugin 1.0.30 → 1.0.31

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.
@@ -25,6 +25,6 @@ jobs:
25
25
  uses: actions/setup-node@v4.0.2
26
26
  with:
27
27
  node-version: 20.x
28
- - uses: pnpm/action-setup@v3
28
+ - uses: pnpm/action-setup@v4
29
29
  - run: pnpm install --frozen-lockfile
30
30
  - run: pnpm audit
@@ -27,6 +27,6 @@ jobs:
27
27
  uses: actions/setup-node@v4.0.2
28
28
  with:
29
29
  node-version: ${{ matrix.node-version }}
30
- - uses: pnpm/action-setup@v3
30
+ - uses: pnpm/action-setup@v4
31
31
  - run: pnpm install --frozen-lockfile
32
32
  - run: pnpm lint
@@ -29,16 +29,15 @@ jobs:
29
29
  uses: actions/setup-node@v4.0.2
30
30
  with:
31
31
  node-version: 20.x
32
- - uses: pnpm/action-setup@v3
32
+ - uses: pnpm/action-setup@v4
33
33
  - run: corepack up
34
34
  - name: Create Pull Request
35
35
  uses: peter-evans/create-pull-request@v6
36
36
  with:
37
- reviewers: teh-hippo
38
37
  delete-branch: true
39
38
  title: Update PNPM
40
39
  commit-message: |
41
40
  Update to the latest PNPM manager.
42
- token: ${{ secrets.GITHUB_TOKEN }}
41
+ token: ${{ secrets.PAT }}
43
42
  committer: AutoHippo <auto@hippo.org>
44
43
  branch: autohippo/update-pnpm-${{ github.run_number }}
@@ -16,7 +16,7 @@ jobs:
16
16
  with:
17
17
  node-version: 18
18
18
  registry-url: https://registry.npmjs.org/
19
- - uses: pnpm/action-setup@v3
19
+ - uses: pnpm/action-setup@v4
20
20
  - run: pnpm install --frozen-lockfile
21
21
  - run: pnpm build
22
22
  - run: pnpm publish --no-git-checks
@@ -38,7 +38,7 @@ jobs:
38
38
  with:
39
39
  node-version: 18
40
40
  registry-url: https://registry.npmjs.org/
41
- - uses: pnpm/action-setup@v3
41
+ - uses: pnpm/action-setup@v4
42
42
  - run: pnpm version patch --no-git-tag-version
43
43
  - name: get-npm-version
44
44
  id: version-after
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "homebridge-eggtimer-plugin",
3
3
  "displayName": "Homebridge Eggtimer Plugin",
4
- "version": "1.0.30",
4
+ "version": "1.0.31",
5
5
  "description": "Egg Timers for Homebridge: https://github.com/nfarina/homebridge",
6
6
  "license": "MIT",
7
7
  "keywords": [
@@ -32,7 +32,7 @@
32
32
  "homebridge": ">=1.3.5"
33
33
  },
34
34
  "devDependencies": {
35
- "@stylistic/eslint-plugin": "^1.8.0",
35
+ "@stylistic/eslint-plugin": "^2.1.0",
36
36
  "@types/async-lock": "^1.4.2",
37
37
  "@types/node": "^20.12.8",
38
38
  "@types/node-persist": "^3.1.8",
@@ -47,7 +47,7 @@
47
47
  "async-lock": "^1.4.1",
48
48
  "node-persist": "^4.0.1"
49
49
  },
50
- "packageManager": "pnpm@8.15.8+sha256.691fe176eea9a8a80df20e4976f3dfb44a04841ceb885638fe2a26174f81e65e",
50
+ "packageManager": "pnpm@8.15.8+sha512.d1a029e1a447ad90bc96cd58b0fad486d2993d531856396f7babf2d83eb1823bb83c5a3d0fc18f675b2d10321d49eb161fece36fe8134aa5823ecd215feed392",
51
51
  "scripts": {
52
52
  "lint": "eslint src",
53
53
  "lintAndFix": "eslint --fix src",