Skip to content

Commit

Permalink
repo maintenance
Browse files Browse the repository at this point in the history
  • Loading branch information
bwp91 committed Jan 25, 2025
1 parent 7943842 commit 9fd3557
Show file tree
Hide file tree
Showing 13 changed files with 159 additions and 164 deletions.
2 changes: 1 addition & 1 deletion assets/plugins-v2.min.json

Large diffs are not rendered by default.

28 changes: 12 additions & 16 deletions assets/plugins.json
Original file line number Diff line number Diff line change
Expand Up @@ -236,26 +236,11 @@
"icon": "icons/homebridge-roomba.png",
"maintained": true,
"newScope": false,
"scoped": false,
"scoped": "karlvr",
"author": "karlvr",
"verified": true,
"verifiedPlus": false
},
"@homebridge-plugins/homebridge-roomba2": {
"name": null,
"hidden": false,
"icon": null,
"maintained": false,
"newScope": {
"from": "@homebridge-plugins/homebridge-roomba2",
"to": "@homebridge-plugins/homebridge-roomba",
"switch": "1.5.3"
},
"scoped": false,
"author": null,
"verified": false,
"verifiedPlus": false
},
"@homebridge-plugins/homebridge-smarthq": {
"name": null,
"hidden": false,
Expand Down Expand Up @@ -5328,6 +5313,17 @@
"verified": true,
"verifiedPlus": false
},
"homebridge-velux": {
"name": null,
"hidden": false,
"icon": "icons/homebridge-velux.png",
"maintained": false,
"newScope": false,
"scoped": false,
"author": null,
"verified": true,
"verifiedPlus": false
},
"homebridge-velux-active": {
"name": null,
"hidden": false,
Expand Down
2 changes: 1 addition & 1 deletion assets/plugins.min.json

Large diffs are not rendered by default.

5 changes: 0 additions & 5 deletions has-scope-plugins.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
[
{
"from": "@homebridge-plugins/homebridge-roomba2",
"to": "@homebridge-plugins/homebridge-roomba",
"switch": "1.5.3"
},
{
"from": "homebridge-air",
"to": "@homebridge-plugins/homebridge-air",
Expand Down
Binary file added icons/homebridge-velux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
239 changes: 120 additions & 119 deletions package-lock.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,15 @@
"@octokit/core": "^6.1.3",
"axios": "^1.7.9",
"form-data": "^4.0.1",
"fs-extra": "^11.2.0",
"fs-extra": "^11.3.0",
"ts-node": "^10.9.2",
"typescript": "^5.7.3"
},
"devDependencies": {
"@antfu/eslint-config": "^3.14.0",
"@antfu/eslint-config": "^3.16.0",
"@fastify/pre-commit": "^2.2.0",
"@types/fs-extra": "^11.0.4",
"@types/node": "^22.10.6",
"@types/node": "^22.10.10",
"eslint-plugin-format": "^1.0.1"
},
"pre-commit": [
Expand Down
1 change: 1 addition & 0 deletions plugin-icons.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@
"homebridge-unifi-access": "icons/homebridge-unifi-access.png",
"homebridge-unifi-protect": "icons/homebridge-unifi-protect.png",
"homebridge-ups": "icons/homebridge-ups.png",
"homebridge-velux": "icons/homebridge-velux.png",
"homebridge-virtual-accessories": "icons/homebridge-virtual-accessories.png",
"homebridge-wemo": "icons/homebridge-wemo.png",
"homebridge-wled-ws": "icons/homebridge-wled-ws.png",
Expand Down
1 change: 1 addition & 0 deletions scoped-plugins.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@
"@homebridge-plugins/homebridge-plugin-update-check": "sunookitsune",
"@homebridge-plugins/homebridge-rainbird": "donavanbecker",
"@homebridge-plugins/homebridge-resideo": "donavanbecker",
"@homebridge-plugins/homebridge-roomba": "karlvr",
"@homebridge-plugins/homebridge-smarthq": "donavanbecker"
}
30 changes: 15 additions & 15 deletions src/plugin-checks/workspace/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions src/plugin-checks/workspace/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
"main": "index.js",
"dependencies": {
"@types/fs-extra": "^11.0.4",
"@types/node": "^22.10.6",
"@types/node": "^22.10.10",
"@types/semver": "^7.5.8",
"fs-extra": "^11.2.0",
"fs-extra": "^11.3.0",
"semver": "^7.6.3",
"tsx": "^4.19.2",
"typescript": "^5.7.3",
"undici": "^7.2.1"
"undici": "^7.3.0"
}
}
2 changes: 1 addition & 1 deletion src/plugin-tarballs/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ class PluginTarballs {
await fs.writeJson(path.join(targetDir, 'package.json'), { private: true })

// install plugin
await execAsync(`npm install ${plugin.name}@${plugin.version}`, {
await execAsync(`npm install ${plugin.name}@${plugin.version} --omit=dev`, {
cwd: targetDir,
env: Object.assign({
npm_config_audit: 'false',
Expand Down
1 change: 1 addition & 0 deletions verified-plugins.json
Original file line number Diff line number Diff line change
Expand Up @@ -467,6 +467,7 @@
"homebridge-unifi-protect-camera-motion",
"homebridge-unifi-smartpower",
"homebridge-ups",
"homebridge-velux",
"homebridge-velux-active",
"homebridge-verisure",
"homebridge-vesync-v2",
Expand Down

0 comments on commit 9fd3557

Please sign in to comment.