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 6303b4d
Show file tree
Hide file tree
Showing 10 changed files with 146 additions and 164 deletions.
2 changes: 1 addition & 1 deletion assets/plugins-v2.min.json

Large diffs are not rendered by default.

17 changes: 1 addition & 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
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
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 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

0 comments on commit 6303b4d

Please # to comment.