forked from Klaveness-Digital/cypress-cucumber-preprocessor
-
-
Notifications
You must be signed in to change notification settings - Fork 153
Dependency on Deprecated Version of reflect-metadata in @cucumber/[email protected] #1180
Copy link
Copy link
Closed
Description
Current behavior
The cypress-cucumber-preprocessor package relies on @cucumber/[email protected], 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 [email protected] 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 [email protected] or newer.".
Versions
- Cypress version: [email protected]
- Preprocessor version: @badeball/[email protected]
- Node version: 20.12.2
Checklist
- I've read the FAQ.
- I've read instructions for logging issues.
- I'm not using
[email protected]
(package name has changed and it is no longer the most recent version, see #689).
Metadata
Metadata
Assignees
Labels
No labels