Merge pull request #351 from mikepenz/feature/upgrade_npm_deps_20210621

Update npm dependencies to latest version
This commit is contained in:
Mike Penz
2021-06-21 09:23:07 +02:00
committed by GitHub
18 changed files with 1306 additions and 3862 deletions
+2
View File
@@ -3,6 +3,8 @@ import * as process from 'process'
import * as cp from 'child_process'
import * as fs from 'fs'
jest.setTimeout(180000)
test('missing values should result in failure', () => {
process.env['GITHUB_WORKSPACE'] = '.'
process.env['INPUT_CONFIGURATION'] = 'configuration.json'
+3 -1
View File
@@ -16,5 +16,7 @@
"sort": "ASC",
"template": "${{CHANGELOG}}",
"pr_template": "- ${{TITLE}}\n - PR: #${{NUMBER}}",
"empty_template": "- no changes"
"empty_template": "- no changes",
"max_pull_requests": 1000,
"max_back_track_time_days": 1000
}
+3 -1
View File
@@ -20,5 +20,7 @@
"title": "## 📦 Dependencies",
"labels": ["dependencies"]
}
]
],
"max_pull_requests": 1000,
"max_back_track_time_days": 1000
}
@@ -1,3 +1,5 @@
{
"pr_template": "${{TITLE}}\n${{NUMBER}}\n${{URL}}\n${{MERGED_AT}}\n${{AUTHOR}}\n${{LABELS}}\n${{MILESTONE}}\n${{BODY}}\n${{ASSIGNEES}}\n${{REVIEWERS}}"
"pr_template": "${{TITLE}}\n${{NUMBER}}\n${{URL}}\n${{MERGED_AT}}\n${{AUTHOR}}\n${{LABELS}}\n${{MILESTONE}}\n${{BODY}}\n${{ASSIGNEES}}\n${{REVIEWERS}}",
"max_pull_requests": 1000,
"max_back_track_time_days": 1000
}
+3 -1
View File
@@ -1,4 +1,6 @@
{
"sort": "ASC",
"pr_template": "${{NUMBER}}"
"pr_template": "${{NUMBER}}",
"max_pull_requests": 1000,
"max_back_track_time_days": 1000
}
@@ -20,5 +20,7 @@
],
"base_branches": [
"develop"
]
],
"max_pull_requests": 1000,
"max_back_track_time_days": 1000
}
@@ -20,5 +20,7 @@
],
"base_branches": [
"main"
]
],
"max_pull_requests": 1000,
"max_back_track_time_days": 1000
}
+3 -1
View File
@@ -7,5 +7,7 @@
],
"template": "${{CHANGELOG}}\n\nUncategorized:\n${{UNCATEGORIZED}}\n\nIgnored:\n${{IGNORED}}\n\n${{UNCATEGORIZED_COUNT}}\n${{IGNORED_COUNT}}",
"pr_template": "- ${{TITLE}}\n",
"empty_template": "${{OWNER}}\n${{REPO}}\n${{FROM_TAG}}\n${{TO_TAG}}"
"empty_template": "${{OWNER}}\n${{REPO}}\n${{FROM_TAG}}\n${{TO_TAG}}",
"max_pull_requests": 1000,
"max_back_track_time_days": 1000
}
@@ -33,5 +33,7 @@
"pattern": "(.) (.+)",
"target": "- $2"
}
]
],
"max_pull_requests": 1000,
"max_back_track_time_days": 1000
}
+3 -1
View File
@@ -1,4 +1,6 @@
{
"sort": "DESC",
"pr_template": "${{NUMBER}}"
"pr_template": "${{NUMBER}}",
"max_pull_requests": 1000,
"max_back_track_time_days": 1000
}
@@ -1,4 +1,6 @@
{
"template": "${{CHANGELOG}}\n${{UNCATEGORIZED}}\n${{IGNORED}}\n${{OWNER}}\n${{REPO}}\n${{FROM_TAG}}\n${{TO_TAG}}\n${{CATEGORIZED_COUNT}}\n${{UNCATEGORIZED_COUNT}}\n${{IGNORED_COUNT}}",
"empty_template": "${{OWNER}}\n${{REPO}}\n${{FROM_TAG}}\n${{TO_TAG}}"
"empty_template": "${{OWNER}}\n${{REPO}}\n${{FROM_TAG}}\n${{TO_TAG}}",
"max_pull_requests": 1000,
"max_back_track_time_days": 1000
}
@@ -1,3 +1,5 @@
{
"pr_template": "${{TITLE}}\n${{TITLE}}\n${{NUMBER}}\n${{URL}}\n${{MERGED_AT}}\n${{AUTHOR}}\n${{AUTHOR}}\n${{LABELS}}\n${{MILESTONE}}\n${{BODY}}\n${{ASSIGNEES}}\n${{REVIEWERS}}"
"pr_template": "${{TITLE}}\n${{TITLE}}\n${{NUMBER}}\n${{URL}}\n${{MERGED_AT}}\n${{AUTHOR}}\n${{AUTHOR}}\n${{LABELS}}\n${{MILESTONE}}\n${{BODY}}\n${{ASSIGNEES}}\n${{REVIEWERS}}",
"max_pull_requests": 1000,
"max_back_track_time_days": 1000
}
@@ -10,5 +10,7 @@
}
],
"template": "${{CHANGELOG}}\n\nUncategorized:\n${{UNCATEGORIZED}}\n\nIgnored:\n${{IGNORED}}\n\n${{UNCATEGORIZED_COUNT}}\n${{IGNORED_COUNT}}",
"empty_template": "${{OWNER}}\n${{REPO}}\n${{FROM_TAG}}\n${{TO_TAG}}"
"empty_template": "${{OWNER}}\n${{REPO}}\n${{FROM_TAG}}\n${{TO_TAG}}",
"max_pull_requests": 1000,
"max_back_track_time_days": 1000
}
Generated Vendored
+384 -1417
View File
File diff suppressed because it is too large Load Diff
Generated Vendored
+1 -1
View File
File diff suppressed because one or more lines are too long
Generated Vendored
+9
View File
@@ -12,6 +12,15 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
@actions/exec
MIT
The MIT License (MIT)
Copyright 2019 GitHub
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
@actions/github
MIT
+866 -2424
View File
File diff suppressed because it is too large Load Diff
+8 -8
View File
@@ -33,27 +33,27 @@
"license": "Apache 2.0",
"dependencies": {
"@actions/core": "^1.4.0",
"@actions/exec": "^1.0.4",
"@actions/exec": "^1.1.0",
"@actions/github": "^5.0.0",
"@octokit/rest": "^18.5.6",
"@octokit/rest": "^18.6.0",
"@types/semver": "^7.3.6",
"moment": "^2.29.1",
"semver": "^7.3.5",
"webpack": "^5.38.1"
"webpack": "^5.39.1"
},
"devDependencies": {
"@types/jest": "^26.0.23",
"@types/node": "^15.12.1",
"@typescript-eslint/parser": "^4.26.1",
"@types/node": "^15.12.4",
"@typescript-eslint/parser": "^4.27.0",
"@vercel/ncc": "^0.28.6",
"eslint": "^7.28.0",
"eslint": "^7.29.0",
"eslint-plugin-github": "^4.1.3",
"eslint-plugin-jest": "^24.3.6",
"jest": "^27.0.4",
"jest-circus": "^27.0.1",
"jest-circus": "^27.0.4",
"js-yaml": "^4.1.0",
"prettier": "2.3.1",
"ts-jest": "^27.0.3",
"typescript": "^4.3.2"
"typescript": "^4.3.4"
}
}