fix(deps): update dependency @cucumber/messages to v27 #1902
Annotations
12 errors and 2 warnings
TooManyArguments:
src/GherkinDocumentBuilder.php#L211
src/GherkinDocumentBuilder.php:211:16: TooManyArguments: Too many arguments for Cucumber\Messages\Step::__construct - expecting 6 but saw 7 (see https://psalm.dev/026)
|
InvalidNamedArgument:
src/GherkinDocumentBuilder.php#L214
src/GherkinDocumentBuilder.php:214:13: InvalidNamedArgument: Parameter $keywordType does not exist on function Cucumber\Messages\Step::__construct (see https://psalm.dev/238)
|
UndefinedDocblockClass:
src/PickleCompiler.php#L31
src/PickleCompiler.php:31:5: UndefinedDocblockClass: Docblock-defined class, interface or enum named Cucumber\Messages\PickleStep\Type does not exist (see https://psalm.dev/200)
|
UndefinedDocblockClass:
src/PickleCompiler.php#L31
src/PickleCompiler.php:31:13: UndefinedDocblockClass: Docblock-defined class, interface or enum named Cucumber\Messages\PickleStep\Type does not exist (see https://psalm.dev/200)
|
UndefinedClass:
src/PickleCompiler.php#L33
src/PickleCompiler.php:33:13: UndefinedClass: Class, interface or enum named Cucumber\Messages\Step\KeywordType does not exist (see https://psalm.dev/019)
|
UndefinedClass:
src/PickleCompiler.php#L33
src/PickleCompiler.php:33:49: UndefinedClass: Class, interface or enum named Cucumber\Messages\Step\KeywordType does not exist (see https://psalm.dev/019)
|
MixedArrayOffset:
src/PickleCompiler.php#L38
src/PickleCompiler.php:38:9: MixedArrayOffset: Cannot access value on variable $this->pickleStepTypeFromKeyword[Cucumber\Messages\Step\KeywordType::UNKNOWN->name] using mixed offset (see https://psalm.dev/031)
|
MixedPropertyTypeCoercion:
src/PickleCompiler.php#L38
src/PickleCompiler.php:38:9: MixedPropertyTypeCoercion: $this->pickleStepTypeFromKeyword expects 'array<string, Cucumber\Messages\PickleStep\Type|null>', parent type `non-empty-array<array-key, Cucumber\Messages\PickleStep\Type|mixed|null>` provided (see https://psalm.dev/196)
|
UndefinedClass:
src/PickleCompiler.php#L38
src/PickleCompiler.php:38:42: UndefinedClass: Class, interface or enum named Cucumber\Messages\Step\KeywordType does not exist (see https://psalm.dev/019)
|
MixedPropertyFetch:
src/PickleCompiler.php#L38
src/PickleCompiler.php:38:42: MixedPropertyFetch: Cannot fetch property on mixed var Cucumber\Messages\Step\KeywordType::UNKNOWN (see https://psalm.dev/034)
|
test-php (8.2, high-deps)
The job was canceled because "_8_2_low-deps" failed.
|
test-php (8.2, high-deps)
The operation was canceled.
|
test-php (8.2, low-deps)
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-php (8.2, high-deps)
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/
|