chore: Also wrap non-Valinor mapping related exceptions (#16) #58
Annotations
18 warnings
setup
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
setup
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
setup
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
test (8.3, infection)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
test (8.3, infection):
src/Symfony/HttpKernel/Exception/JsonApiProblem.php#L54
Escaped Mutant for Mutator "UnwrapStrReplace":
--- Original
+++ New
@@ @@
$flattenedMessages = Messages::flattenFromNode($mappingError->node());
foreach ($flattenedMessages as $message) {
$node = $message->node();
- $errors[\str_replace(\sprintf('.%s', $node->name()), '', $node->path())] = $message->toString();
+ $errors[$node->path()] = $message->toString();
}
return new self($title, $detail, $statusCode, ['errors' => $errors]);
}
|
test (8.3, codesniffer)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
test (8.1, infection)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
test (8.1, infection):
src/Symfony/HttpKernel/Exception/JsonApiProblem.php#L54
Escaped Mutant for Mutator "UnwrapStrReplace":
--- Original
+++ New
@@ @@
$flattenedMessages = Messages::flattenFromNode($mappingError->node());
foreach ($flattenedMessages as $message) {
$node = $message->node();
- $errors[\str_replace(\sprintf('.%s', $node->name()), '', $node->path())] = $message->toString();
+ $errors[$node->path()] = $message->toString();
}
return new self($title, $detail, $statusCode, ['errors' => $errors]);
}
|
test (8.2, psalm)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
test (8.2, phpunit)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
test (8.3, psalm)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
test (8.1, phpunit)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
test (8.1, codesniffer)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
test (8.2, infection)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
test (8.2, infection):
src/Symfony/HttpKernel/Exception/JsonApiProblem.php#L54
Escaped Mutant for Mutator "UnwrapStrReplace":
--- Original
+++ New
@@ @@
$flattenedMessages = Messages::flattenFromNode($mappingError->node());
foreach ($flattenedMessages as $message) {
$node = $message->node();
- $errors[\str_replace(\sprintf('.%s', $node->name()), '', $node->path())] = $message->toString();
+ $errors[$node->path()] = $message->toString();
}
return new self($title, $detail, $statusCode, ['errors' => $errors]);
}
|
test (8.3, phpunit)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
test (8.2, codesniffer)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
test (8.1, psalm)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|