2
1
mirror of https://github.com/Thream/file-uploads-api.git synced 2024-07-21 02:58:31 +02:00

build(deps): add @semantic-release/git

This commit is contained in:
Divlo 2022-04-08 21:35:27 +02:00
parent ddab264c7f
commit 979b4b4c90
No known key found for this signature in database
GPG Key ID: 8F9478F220CE65E9
3 changed files with 45 additions and 5 deletions

View File

@ -1,5 +1,5 @@
HOST='0.0.0.0' API_KEY=apiKeySecret
PORT='8000' API_URL=http://localhost:8000
NODE_ENV='development' HOST=0.0.0.0
API_URL='http://localhost:8000' NODE_ENV=development
API_KEY='apiKeySecret' PORT=8000

39
package-lock.json generated
View File

@ -27,6 +27,7 @@
"@commitlint/cli": "16.2.3", "@commitlint/cli": "16.2.3",
"@commitlint/config-conventional": "16.2.1", "@commitlint/config-conventional": "16.2.1",
"@saithodev/semantic-release-backmerge": "2.1.2", "@saithodev/semantic-release-backmerge": "2.1.2",
"@semantic-release/git": "10.0.1",
"@swc/cli": "0.1.57", "@swc/cli": "0.1.57",
"@swc/core": "1.2.164", "@swc/core": "1.2.164",
"@types/busboy": "1.5.0", "@types/busboy": "1.5.0",
@ -681,6 +682,28 @@
"node": ">=14.17" "node": ">=14.17"
} }
}, },
"node_modules/@semantic-release/git": {
"version": "10.0.1",
"resolved": "https://registry.npmjs.org/@semantic-release/git/-/git-10.0.1.tgz",
"integrity": "sha512-eWrx5KguUcU2wUPaO6sfvZI0wPafUKAMNC18aXY4EnNcrZL86dEmpNVnC9uMpGZkmZJ9EfCVJBQx4pV4EMGT1w==",
"dev": true,
"dependencies": {
"@semantic-release/error": "^3.0.0",
"aggregate-error": "^3.0.0",
"debug": "^4.0.0",
"dir-glob": "^3.0.0",
"execa": "^5.0.0",
"lodash": "^4.17.4",
"micromatch": "^4.0.0",
"p-reduce": "^2.0.0"
},
"engines": {
"node": ">=14.17"
},
"peerDependencies": {
"semantic-release": ">=18.0.0"
}
},
"node_modules/@semantic-release/github": { "node_modules/@semantic-release/github": {
"version": "8.0.4", "version": "8.0.4",
"resolved": "https://registry.npmjs.org/@semantic-release/github/-/github-8.0.4.tgz", "resolved": "https://registry.npmjs.org/@semantic-release/github/-/github-8.0.4.tgz",
@ -11605,6 +11628,22 @@
"integrity": "sha512-5hiM4Un+tpl4cKw3lV4UgzJj+SmfNIDCLLw0TepzQxz9ZGV5ixnqkzIVF+3tp0ZHgcMKE+VNGHJjEeyFG2dcSw==", "integrity": "sha512-5hiM4Un+tpl4cKw3lV4UgzJj+SmfNIDCLLw0TepzQxz9ZGV5ixnqkzIVF+3tp0ZHgcMKE+VNGHJjEeyFG2dcSw==",
"dev": true "dev": true
}, },
"@semantic-release/git": {
"version": "10.0.1",
"resolved": "https://registry.npmjs.org/@semantic-release/git/-/git-10.0.1.tgz",
"integrity": "sha512-eWrx5KguUcU2wUPaO6sfvZI0wPafUKAMNC18aXY4EnNcrZL86dEmpNVnC9uMpGZkmZJ9EfCVJBQx4pV4EMGT1w==",
"dev": true,
"requires": {
"@semantic-release/error": "^3.0.0",
"aggregate-error": "^3.0.0",
"debug": "^4.0.0",
"dir-glob": "^3.0.0",
"execa": "^5.0.0",
"lodash": "^4.17.4",
"micromatch": "^4.0.0",
"p-reduce": "^2.0.0"
}
},
"@semantic-release/github": { "@semantic-release/github": {
"version": "8.0.4", "version": "8.0.4",
"resolved": "https://registry.npmjs.org/@semantic-release/github/-/github-8.0.4.tgz", "resolved": "https://registry.npmjs.org/@semantic-release/github/-/github-8.0.4.tgz",

View File

@ -45,6 +45,7 @@
"@commitlint/cli": "16.2.3", "@commitlint/cli": "16.2.3",
"@commitlint/config-conventional": "16.2.1", "@commitlint/config-conventional": "16.2.1",
"@saithodev/semantic-release-backmerge": "2.1.2", "@saithodev/semantic-release-backmerge": "2.1.2",
"@semantic-release/git": "10.0.1",
"@swc/cli": "0.1.57", "@swc/cli": "0.1.57",
"@swc/core": "1.2.164", "@swc/core": "1.2.164",
"@types/busboy": "1.5.0", "@types/busboy": "1.5.0",