misc: Updated mismatched dependencies warning message to be neutral (#31011)

* refactor: Updated mismatched dependencies warning message to be neutral

* update changelog
This commit is contained in:
Tarun Maini
2025-02-05 01:22:50 +05:30
committed by GitHub
parent 46a473dfaf
commit e8e2d92ac2
3 changed files with 6 additions and 2 deletions

View File

@@ -10,6 +10,10 @@ _Released 2/11/2025 (PENDING)_
- Fixed an issue in Cypress [`14.0.0`](https://docs.cypress.io/guides/references/changelog#14-0-0) where privileged commands did not run correctly when a spec file or support file contained characters that required encoding. Fixes [#30933](https://github.com/cypress-io/cypress/issues/30933).
- Re-enabled retrying Cloud instance creation for runs that are parallel or recorded. Fixes [#31002](https://github.com/cypress-io/cypress/issues/31002).
**Misc:**
- Updated the mismatched dependencies warning message to be neutral, avoiding assumptions about upgrading or downgrading. Fixes [#30990](https://github.com/cypress-io/cypress/issues/30990).
**Dependency Updates:**
- Upgraded `mime` from `2.6.0` to `3.0.0`. Addressed in [#30966](https://github.com/cypress-io/cypress/pull/30966).

View File

@@ -38,6 +38,6 @@
<span style="color:#e05561"><span style="color:#e6e6e6">
<span style="color:#e05561"><span style="color:#4f5666"> - <span style="color:#e05561"><span style="color:#4ec4ff">`vite`. Expected ^=2.0.0 || ^=3.0.0 || ^=4.0.0 || ^=5.0.0, found 1.0.0.<span style="color:#e05561"><span style="color:#e6e6e6">
<span style="color:#e05561"><span style="color:#e6e6e6">
<span style="color:#e05561">If you&#39;re experiencing problems, downgrade dependencies and restart Cypress.<span style="color:#e6e6e6">
<span style="color:#e05561">If you&#39;re experiencing problems, ensure your dependencies are on a supported version and restart Cypress.<span style="color:#e6e6e6">
<span style="color:#e05561"><span style="color:#e6e6e6"></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span>
</pre></body></html>

View File

@@ -1854,7 +1854,7 @@ export const AllCypressErrors = {
${fmt.listItems(deps, { prefix: ' - ' })}
If you're experiencing problems, downgrade dependencies and restart Cypress.
If you're experiencing problems, ensure your dependencies are on a supported version and restart Cypress.
`
},