homebridge-eggtimer-plugin 1.0.30 → 1.0.32
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.
|
@@ -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@
|
|
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.
|
|
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@
|
|
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@
|
|
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.
|
|
4
|
+
"version": "1.0.32",
|
|
5
5
|
"description": "Egg Timers for Homebridge: https://github.com/nfarina/homebridge",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"keywords": [
|
|
@@ -32,22 +32,22 @@
|
|
|
32
32
|
"homebridge": ">=1.3.5"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
|
-
"@stylistic/eslint-plugin": "^1.
|
|
35
|
+
"@stylistic/eslint-plugin": "^2.1.0",
|
|
36
36
|
"@types/async-lock": "^1.4.2",
|
|
37
|
-
"@types/node": "^20.
|
|
37
|
+
"@types/node": "^20.14.2",
|
|
38
38
|
"@types/node-persist": "^3.1.8",
|
|
39
39
|
"eslint": "^8.57.0",
|
|
40
|
-
"homebridge": "^1.8.
|
|
41
|
-
"rimraf": "^5.0.
|
|
40
|
+
"homebridge": "^1.8.2",
|
|
41
|
+
"rimraf": "^5.0.7",
|
|
42
42
|
"ts-node": "^10.9.2",
|
|
43
43
|
"typescript": "^5.4.5",
|
|
44
|
-
"typescript-eslint": "^7.
|
|
44
|
+
"typescript-eslint": "^7.13.0"
|
|
45
45
|
},
|
|
46
46
|
"dependencies": {
|
|
47
47
|
"async-lock": "^1.4.1",
|
|
48
48
|
"node-persist": "^4.0.1"
|
|
49
49
|
},
|
|
50
|
-
"packageManager": "pnpm@8.15.8+
|
|
50
|
+
"packageManager": "pnpm@8.15.8+sha512.d1a029e1a447ad90bc96cd58b0fad486d2993d531856396f7babf2d83eb1823bb83c5a3d0fc18f675b2d10321d49eb161fece36fe8134aa5823ecd215feed392",
|
|
51
51
|
"scripts": {
|
|
52
52
|
"lint": "eslint src",
|
|
53
53
|
"lintAndFix": "eslint --fix src",
|