Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PP-12521 Products UI request and cypress dev dependency cleanup #2681

Merged
merged 1 commit into from
May 14, 2024

Conversation

marcotranchino
Copy link
Contributor

We have recently replaced request with axios in Products UI.

With this change, we are now operating a cleanup of the dev dependencies to stop request showing up in security alerts.

The latest v13 of Cypress no longer needs request-promise-native as a separate dev dependency (it pulls in @cypress/request).

So we are now:

  • removing the override for "request": { "qs": "6.11.1"}

  • removing "request-promise-native": "^1.0.9"

  • updating cypress to the latest v13.x version as Frontend (13.7.2at time of writing)

Further information in JIRA

https://payments-platform.atlassian.net/browse/PP-12521

We have recently replaced `request` with `axios` in Products UI.

With this change, we are now operating a cleanup of the dev dependencies to
stop `request` showing up in security alerts.

The latest v13 of Cypress no longer needs request-promise-native as a separate
dev dependency (it pulls in @cypress/request).

So we are now:

- removing the override for "request": { "qs": "6.11.1"}

- removing "request-promise-native": "^1.0.9"

- updating cypress to the latest v13.x version as Frontend (13.7.2at time of
  writing)

Further information in JIRA

https://payments-platform.atlassian.net/browse/PP-12521
@marcotranchino marcotranchino marked this pull request as ready for review May 14, 2024 08:40
Copy link
Contributor

@hjvoid hjvoid left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks cool 👍

@marcotranchino marcotranchino merged commit fd6317e into master May 14, 2024
10 checks passed
@marcotranchino marcotranchino deleted the mt-update-cypress branch May 14, 2024 10:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants