Skip to content

Commit

Permalink
update dependencies & scripts (electron#1804)
Browse files Browse the repository at this point in the history
  • Loading branch information
Toinane authored May 31, 2021
1 parent 17b0a5d commit 5b725b0
Show file tree
Hide file tree
Showing 24 changed files with 11,669 additions and 4,251 deletions.
1 change: 1 addition & 0 deletions .husky/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
_
4 changes: 4 additions & 0 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npx lint-staged
1 change: 0 additions & 1 deletion apps/cyberx/cyberx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ keywords:
- exchange
screenshots:
- imageUrl: 'https://ph-files.imgix.net/02a8b03c-62e8-4242-a3f0-25d2ab8b810d?auto=format&auto=compress&codec=mozjpeg&cs=strip'
caption: ''
imageLink: 'https://www.cyberx.com/?utm_source=electron'
- imageUrl: 'https://ph-files.imgix.net/46cac0ab-c5b7-40a4-84e5-888afcf68e37?auto=format&auto=compress&codec=mozjpeg&cs=strip'
caption: 'Features'
Expand Down
2 changes: 0 additions & 2 deletions apps/falix-software/falix-software.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ website: https://software.falixnodes.net/
snapcraftName: falixnodes
category: Utilities
repository: https://github.com/FalixNodes-Software/Desktop-App
keywords:
- ''
license:
Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International Public
License
Expand Down
5 changes: 2 additions & 3 deletions apps/fishing-funds/fishing-funds.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
name: 'Fishing Funds'
description:
'Display real-time trends of Chinese funds in the menubar.'
description: 'Display real-time trends of Chinese funds in the menubar.'
website: 'https://ff.1zilc.top'
category: Finance
repository: 'https://github.com/1zilc/fishing-funds'
keywords:
- funds
- funds
- menubar
locales:
- zh-CN
Expand Down
2 changes: 0 additions & 2 deletions apps/instatron/instatron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,4 @@ description: 'Share your photos on Instagram like on your mobile phone'
website: 'https://github.com/alexdevero/instatron'
category: Utilities
repository: 'https://github.com/alexdevero/instatron'
keywords:
- ''
license: MIT
4 changes: 0 additions & 4 deletions apps/matrix-writer/matrix-writer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,10 @@ keywords:
screenshots:
- imageUrl: 'https://raw.githubusercontent.com/AndrewLang/writer/master/screenshots/0x0ss-P3.jpg'
caption: 'Writer Welcome on MacOS'
imageLink: ''
- imageUrl: 'https://raw.githubusercontent.com/AndrewLang/writer/master/screenshots/writer-v14.png'
caption: 'Writer Welcome on Windows'
imageLink: ''
- imageUrl: 'https://raw.githubusercontent.com/AndrewLang/writer/master/screenshots/ubuntu-editor.png'
caption: 'Writer editor on ubuntu'
imageLink: ''
- imageUrl: 'https://raw.githubusercontent.com/AndrewLang/writer/master/screenshots/editor-centos.png'
caption: 'Writer editor on CentOS'
imageLink: ''
category: Productivity
Binary file modified apps/ohhai-browser/ohhai-browser-icon-256.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 0 additions & 2 deletions apps/pubvendorstool/pubvendorstool.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,5 @@ description: 'Help create pubvendors.json files for IAB consent solutions.'
website: 'https://github.com/EniroScott/pubvendors-tool'
category: 'Developer Tools'
repository: 'https://github.com/EniroScott/pubvendors-tool'
keywords:
- ''
license: MIT
disabled: true # Old Electron version: v3.0.10
1 change: 0 additions & 1 deletion apps/scancode-workbench/scancode-workbench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ keywords:
- scancode
- workbench
- copyright
- ''
license: 'https://github.com/nexB/scancode-workbench/blob/develop/LICENSE'
screenshots:
- imageUrl: 'https://raw.githubusercontent.com/wiki/nexB/scancode-workbench/scancode-workbench-chart-summary.gif'
Expand Down
2 changes: 0 additions & 2 deletions apps/source-me/source-me.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,3 @@ description:
'A web development toolkit containing web packages, fonts, colors etc.'
website: 'https://github.com/theIYD/source-me'
category: Utilities
keywords:
- ''
4 changes: 3 additions & 1 deletion apps/wanna-class/wanna-class.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: 'Wanna Class'
description: 'Campus desktop software for YuanZe University students to select wanted course.'
description:
'Campus desktop software for YuanZe University students to select wanted
course.'
website: 'https://github.com/MissterHao/WannaClass'
repository: 'https://github.com/MissterHao/WannaClass'
keywords:
Expand Down
2 changes: 1 addition & 1 deletion lib/github.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
if (!process.env.GH_TOKEN) {
require('dotenv-safe').load()
require('dotenv-safe').config()
}

const { Octokit } = require('@octokit/rest')
Expand Down
2 changes: 1 addition & 1 deletion lib/raw-app-list.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ module.exports = function getSlugs() {
slug: slug,
iconPath: path.join(__dirname, `../apps/${slug}/${slug}-icon.png`),
},
yaml.safeLoad(fs.readFileSync(yamlFile))
yaml.load(fs.readFileSync(yamlFile))
)
return app
})
Expand Down
8 changes: 4 additions & 4 deletions meta/categories.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[
{
"name": "Productivity",
"count": 252,
"count": 254,
"slug": "productivity"
},
{
Expand All @@ -11,7 +11,7 @@
},
{
"name": "Utilities",
"count": 137,
"count": 140,
"slug": "utilities"
},
{
Expand All @@ -36,7 +36,7 @@
},
{
"name": "Finance",
"count": 28,
"count": 29,
"slug": "finance"
},
{
Expand All @@ -46,7 +46,7 @@
},
{
"name": "Education",
"count": 24,
"count": 25,
"slug": "education"
},
{
Expand Down
Loading

0 comments on commit 5b725b0

Please sign in to comment.