Merge pull request #1024 from mikepenz/feature/dependency_updates_20230218

Upgrade dependencies to latest release
This commit is contained in:
Mike Penz
2023-02-18 13:20:42 +01:00
committed by GitHub
7 changed files with 1808 additions and 1270 deletions
+2 -2
View File
@@ -79,7 +79,7 @@ jobs:
run: echo "CHANGELOG" run: echo "CHANGELOG"
- name: Checkout - name: Checkout
uses: actions/checkout@v2 uses: actions/checkout@v3
with: with:
fetch-depth: 0 fetch-depth: 0
@@ -134,7 +134,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v2 uses: actions/checkout@v3
- name: "Build Changelog" - name: "Build Changelog"
id: github_release id: github_release
+1 -1
View File
@@ -43,7 +43,7 @@ jobs:
steps: steps:
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v2 uses: actions/checkout@v3
# Initializes the CodeQL tools for scanning. # Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL - name: Initialize CodeQL
+2 -2
View File
@@ -232,7 +232,7 @@ it('Should ignore PRs not merged into develop branch', async () => {
const changeLog = await releaseNotes.pull() const changeLog = await releaseNotes.pull()
console.log(changeLog) console.log(changeLog)
expect(changeLog).toStrictEqual(`\n\n150\n\n`) expect(changeLog).toStrictEqual(`150\n\n`)
}) })
it('Should ignore PRs not merged into main branch', async () => { it('Should ignore PRs not merged into main branch', async () => {
@@ -253,5 +253,5 @@ it('Should ignore PRs not merged into main branch', async () => {
const changeLog = await releaseNotes.pull() const changeLog = await releaseNotes.pull()
console.log(changeLog) console.log(changeLog)
expect(changeLog).toStrictEqual(`\n\n153\n\n`) expect(changeLog).toStrictEqual(`153\n\n`)
}) })
Generated Vendored
+107 -176
View File
File diff suppressed because one or more lines are too long
Generated Vendored
+1 -1
View File
File diff suppressed because one or more lines are too long
+1682 -1075
View File
File diff suppressed because it is too large Load Diff
+13 -13
View File
@@ -35,7 +35,7 @@
"@actions/core": "^1.10.0", "@actions/core": "^1.10.0",
"@actions/exec": "^1.1.1", "@actions/exec": "^1.1.1",
"@actions/github": "^5.1.1", "@actions/github": "^5.1.1",
"@octokit/rest": "^19.0.5", "@octokit/rest": "^19.0.7",
"https-proxy-agent": "^5.0.1", "https-proxy-agent": "^5.0.1",
"moment": "^2.29.4", "moment": "^2.29.4",
"semver": "^7.3.8", "semver": "^7.3.8",
@@ -43,20 +43,20 @@
"webpack": "^5.75.0" "webpack": "^5.75.0"
}, },
"devDependencies": { "devDependencies": {
"@types/jest": "^29.2.5", "@types/jest": "^29.4.0",
"@types/node": "^18.11.18", "@types/node": "^18.14.0",
"@types/semver": "^7.3.13", "@types/semver": "^7.3.13",
"@typescript-eslint/parser": "^5.48.0", "@typescript-eslint/parser": "^5.52.0",
"@vercel/ncc": "^0.36.0", "@vercel/ncc": "^0.36.1",
"eslint": "^8.31.0", "eslint": "^8.34.0",
"eslint-plugin-github": "^4.6.0", "eslint-plugin-github": "^4.6.1",
"eslint-plugin-jest": "^27.2.0", "eslint-plugin-jest": "^27.2.1",
"jest": "^29.3.1", "jest": "^29.4.3",
"jest-circus": "^29.3.1", "jest-circus": "^29.4.3",
"js-yaml": "^4.1.0", "js-yaml": "^4.1.0",
"prettier": "2.8.1", "prettier": "2.8.4",
"ts-jest": "^29.0.3", "ts-jest": "^29.0.5",
"typescript": "^4.9.4" "typescript": "^4.9.5"
}, },
"overrides": { "overrides": {
"json5": "^2.2.3" "json5": "^2.2.3"