fix(ignore): bump tar from 7.5.20 to 7.5.22 in the minor-patch group (#1253)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Koen Kanters <koenkanters94@gmail.com>
This commit is contained in:
dependabot[bot]
2026-07-25 09:46:46 +02:00
committed by GitHub
co-authored by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Koen Kanters
parent 49dc5ed14f
commit d3ed48927d
3 changed files with 16 additions and 10 deletions
+1 -1
View File
@@ -44,7 +44,7 @@
"license": "GPL-3.0-or-later", "license": "GPL-3.0-or-later",
"description": "", "description": "",
"dependencies": { "dependencies": {
"tar": "^7.5.20" "tar": "^7.5.22"
}, },
"devDependencies": { "devDependencies": {
"@actions/core": "^3.0.1", "@actions/core": "^3.0.1",
+9 -9
View File
@@ -9,8 +9,8 @@ importers:
.: .:
dependencies: dependencies:
tar: tar:
specifier: ^7.5.20 specifier: ^7.5.22
version: 7.5.20 version: 7.5.22
devDependencies: devDependencies:
'@actions/core': '@actions/core':
specifier: ^3.0.1 specifier: ^3.0.1
@@ -766,8 +766,8 @@ packages:
resolution: {integrity: sha512-RvwwcruNjI1ncT5xRakeyS9Lf8lcItv34KD+aif+VH9kduAyfYBipGh12274xtenIPZ119/R9BdTBa8gAwSh0A==} resolution: {integrity: sha512-RvwwcruNjI1ncT5xRakeyS9Lf8lcItv34KD+aif+VH9kduAyfYBipGh12274xtenIPZ119/R9BdTBa8gAwSh0A==}
engines: {node: '>=12'} engines: {node: '>=12'}
postcss@8.5.21: postcss@8.5.22:
resolution: {integrity: sha512-v4sDNP3fdNiWMfabO7OwOQdOX8TiQSztKyT1Wj0w+j7LDallJThJRBBBmzVGyYj0crMh7jlV4zepPkiNu9UwDQ==} resolution: {integrity: sha512-KBDEIpLrvpv16pp3K0Fw+UCoZfopFjjgeB+0tA/aaThfEE74kKDLrgg603YvOWJyg3+WYtyq3xYsQWsIyZlPqQ==}
engines: {node: ^10 || ^12 || >=14} engines: {node: ^10 || ^12 || >=14}
rollup@4.62.2: rollup@4.62.2:
@@ -797,8 +797,8 @@ packages:
resolution: {integrity: sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==} resolution: {integrity: sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==}
engines: {node: '>=8'} engines: {node: '>=8'}
tar@7.5.20: tar@7.5.22:
resolution: {integrity: sha512-9FcyK4PA6+WbzlTM9WhQm6vB5W7cP7dUiPsv1g7YDwEQnQ1CGpK3MGlKk/ITVWMk05kHZuBhmVhiv8LZoy/PFQ==} resolution: {integrity: sha512-MFO/QzvtAOmJbkhOaCTvbGcFN9L9b+JunIsDwaKljSOdcLMea3NJ1k9Usz/rjdfSXTq4dfzfeS7W4p4YOAAHeA==}
engines: {node: '>=18'} engines: {node: '>=18'}
tinybench@2.9.0: tinybench@2.9.0:
@@ -1480,7 +1480,7 @@ snapshots:
picomatch@4.0.5: {} picomatch@4.0.5: {}
postcss@8.5.21: postcss@8.5.22:
dependencies: dependencies:
nanoid: 3.3.16 nanoid: 3.3.16
picocolors: 1.1.1 picocolors: 1.1.1
@@ -1531,7 +1531,7 @@ snapshots:
dependencies: dependencies:
has-flag: 4.0.0 has-flag: 4.0.0
tar@7.5.20: tar@7.5.22:
dependencies: dependencies:
'@isaacs/fs-minipass': 4.0.1 '@isaacs/fs-minipass': 4.0.1
chownr: 3.0.0 chownr: 3.0.0
@@ -1586,7 +1586,7 @@ snapshots:
esbuild: 0.27.7 esbuild: 0.27.7
fdir: 6.5.0(picomatch@4.0.5) fdir: 6.5.0(picomatch@4.0.5)
picomatch: 4.0.5 picomatch: 4.0.5
postcss: 8.5.21 postcss: 8.5.22
rollup: 4.62.2 rollup: 4.62.2
tinyglobby: 0.2.17 tinyglobby: 0.2.17
optionalDependencies: optionalDependencies:
+6
View File
@@ -64,8 +64,12 @@ async function getPRBody(github: Octokit, _core: typeof CoreApi, context: Contex
} catch (error) { } catch (error) {
throw new Error(`Failed to get PR#${prNumber} for extra metas: ${error}`); throw new Error(`Failed to get PR#${prNumber} for extra metas: ${error}`);
} }
/* v8 ignore start */
} else {
} }
} else {
} }
/* v8 ignore stop */
} }
async function parsePRBodyExtraMetas(github: Octokit, core: typeof CoreApi, context: Context): Promise<GHExtraMetas> { async function parsePRBodyExtraMetas(github: Octokit, core: typeof CoreApi, context: Context): Promise<GHExtraMetas> {
@@ -99,7 +103,9 @@ async function parsePRBodyExtraMetas(github: Octokit, core: typeof CoreApi, cont
} else { } else {
extraMetas = getValidMetas(metas, false); extraMetas = getValidMetas(metas, false);
} }
} /* v8 ignore start */ else {
} }
/* v8 ignore stop */
} catch (error) { } catch (error) {
throw new Error(`Invalid extra metas in pull request body: ${(error as Error).message}`); throw new Error(`Invalid extra metas in pull request body: ${(error as Error).message}`);
} }