You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The cypress-cucumber-preprocessor package relies on @cucumber/messages@22.0.0, which in turn depends on an outdated version of reflect-metadata. This outdated version triggers a critical bug in fallback handling, as indicated by the warning message: "This version has a critical bug in fallback handling. Please upgrade to reflect-metadata@0.2.2 or newer."
Desired behavior
I would like the cypress-cucumber-preprocessor package to use an updated version of @cucumber/messages(24.1.0) that uses an updated version of reflect-metadata that resolves "This version has a critical bug in fallback handling. Please upgrade to reflect-metadata@0.2.2 or newer.".
* Nearly all, except some packages that have migrated to ESM and are
more diffult to update, in addition to eslint, for which
typescript-eslint doesn't support yet [1[.
This fixes#1180 [2].
[1] typescript-eslint/typescript-eslint#8211
[2] #1180
* Nearly all, except some packages that have migrated to ESM and are
more diffult to update, in addition to
- eslint, for which typescript-eslint doesn't support yet [1[, and
- prettier, for which the associated extension remains behind [2]
This fixes#1180 [3].
[1] typescript-eslint/typescript-eslint#8211
[2] prettier/prettier-vscode#3142
[3] #1180
Current behavior
The cypress-cucumber-preprocessor package relies on @cucumber/messages@22.0.0, which in turn depends on an outdated version of reflect-metadata. This outdated version triggers a critical bug in fallback handling, as indicated by the warning message: "This version has a critical bug in fallback handling. Please upgrade to reflect-metadata@0.2.2 or newer."
Desired behavior
I would like the cypress-cucumber-preprocessor package to use an updated version of @cucumber/messages(24.1.0) that uses an updated version of reflect-metadata that resolves "This version has a critical bug in fallback handling. Please upgrade to reflect-metadata@0.2.2 or newer.".
Versions
Checklist
cypress-cucumber-preprocessor@4.3.1
(package name has changed and it is no longer the most recent version, see #689).The text was updated successfully, but these errors were encountered: