1
0
mirror of synced 2026-01-18 15:02:54 -05:00

Merge branch 'main' into repo-sync

This commit is contained in:
Octomerger Bot
2021-11-12 11:58:22 -05:00
committed by GitHub
3 changed files with 17 additions and 17 deletions

28
package-lock.json generated
View File

@@ -99,7 +99,7 @@
"@actions/core": "^1.6.0",
"@actions/github": "^5.0.0",
"@babel/core": "^7.16.0",
"@babel/eslint-parser": "^7.16.0",
"@babel/eslint-parser": "^7.16.3",
"@babel/plugin-syntax-top-level-await": "^7.14.5",
"@babel/plugin-transform-runtime": "^7.16.0",
"@babel/preset-env": "^7.16.0",
@@ -157,7 +157,7 @@
"mkdirp": "^1.0.4",
"mock-express-response": "^0.3.0",
"mockdate": "^3.0.5",
"nock": "^13.2.0",
"nock": "^13.2.1",
"nodemon": "^2.0.14",
"npm-merge-driver-install": "^2.0.1",
"object-hash": "^2.2.0",
@@ -279,9 +279,9 @@
}
},
"node_modules/@babel/eslint-parser": {
"version": "7.16.0",
"resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.16.0.tgz",
"integrity": "sha512-c+AsYOHjI+FgCa+ifLd8sDXp4U4mjkfFgL9NdQWhuA731kAUJs0WdJIXET4A14EJAR9Jv9FFF/MzPWJfV9Oirw==",
"version": "7.16.3",
"resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.16.3.tgz",
"integrity": "sha512-iB4ElZT0jAt7PKVaeVulOECdGe6UnmA/O0P9jlF5g5GBOwDVbna8AXhHRu4s27xQf6OkveyA8iTDv1jHdDejgQ==",
"dev": true,
"dependencies": {
"eslint-scope": "^5.1.1",
@@ -15258,9 +15258,9 @@
}
},
"node_modules/nock": {
"version": "13.2.0",
"resolved": "https://registry.npmjs.org/nock/-/nock-13.2.0.tgz",
"integrity": "sha512-j7xjoMU9ZnvkTeoLnD2gIXNlwmLb+GNCPbnqtx7IwlNvdBBqU5aaQPK4Nw6lNmqIJkBubyka6rvrZuDNz1L7Ew==",
"version": "13.2.1",
"resolved": "https://registry.npmjs.org/nock/-/nock-13.2.1.tgz",
"integrity": "sha512-CoHAabbqq/xZEknubuyQMjq6Lfi5b7RtK6SoNK6m40lebGp3yiMagWtIoYaw2s9sISD7wPuCfwFpivVHX/35RA==",
"dev": true,
"dependencies": {
"debug": "^4.1.0",
@@ -22930,9 +22930,9 @@
}
},
"@babel/eslint-parser": {
"version": "7.16.0",
"resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.16.0.tgz",
"integrity": "sha512-c+AsYOHjI+FgCa+ifLd8sDXp4U4mjkfFgL9NdQWhuA731kAUJs0WdJIXET4A14EJAR9Jv9FFF/MzPWJfV9Oirw==",
"version": "7.16.3",
"resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.16.3.tgz",
"integrity": "sha512-iB4ElZT0jAt7PKVaeVulOECdGe6UnmA/O0P9jlF5g5GBOwDVbna8AXhHRu4s27xQf6OkveyA8iTDv1jHdDejgQ==",
"dev": true,
"requires": {
"eslint-scope": "^5.1.1",
@@ -34575,9 +34575,9 @@
}
},
"nock": {
"version": "13.2.0",
"resolved": "https://registry.npmjs.org/nock/-/nock-13.2.0.tgz",
"integrity": "sha512-j7xjoMU9ZnvkTeoLnD2gIXNlwmLb+GNCPbnqtx7IwlNvdBBqU5aaQPK4Nw6lNmqIJkBubyka6rvrZuDNz1L7Ew==",
"version": "13.2.1",
"resolved": "https://registry.npmjs.org/nock/-/nock-13.2.1.tgz",
"integrity": "sha512-CoHAabbqq/xZEknubuyQMjq6Lfi5b7RtK6SoNK6m40lebGp3yiMagWtIoYaw2s9sISD7wPuCfwFpivVHX/35RA==",
"dev": true,
"requires": {
"debug": "^4.1.0",

View File

@@ -101,7 +101,7 @@
"@actions/core": "^1.6.0",
"@actions/github": "^5.0.0",
"@babel/core": "^7.16.0",
"@babel/eslint-parser": "^7.16.0",
"@babel/eslint-parser": "^7.16.3",
"@babel/plugin-syntax-top-level-await": "^7.14.5",
"@babel/plugin-transform-runtime": "^7.16.0",
"@babel/preset-env": "^7.16.0",
@@ -159,7 +159,7 @@
"mkdirp": "^1.0.4",
"mock-express-response": "^0.3.0",
"mockdate": "^3.0.5",
"nock": "^13.2.0",
"nock": "^13.2.1",
"nodemon": "^2.0.14",
"npm-merge-driver-install": "^2.0.1",
"object-hash": "^2.2.0",

View File

@@ -27,7 +27,7 @@ for (const dir of dirs) {
for (const filename of filenames) {
for (const language of Object.values(languages)) {
if (language.code === 'en') return
if (language.code === 'en') continue
const fullPath = path.join(__dirname, '..', language.dir, dir, filename)
if (!fs.existsSync(fullPath)) {
console.log('missing', fullPath)