-
Notifications
You must be signed in to change notification settings - Fork 63
updates all the outdated testing-related dev deps #1217
Conversation
Hmmm, the unit test is failing once again is it some error on my end, or is it the same issue @obulat mentioned we are facing? Because again the unit test fails but the E2E test passes.... If it is an error on my part please suggest the changes I can make. Thanks. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some of these packages are changing major versions here so there are expected to be breaking changes and modifications to test code. For example, it would be good to update jest
and babel-jest
but could be a big task to address all the changes.
You can try going by the changlogs, see what is breaking, and try to fix it or update @testing-library
related packages first, those should be a straightforward process without much complication.
package.json
Outdated
"@types/module-alias": "^2.0.1", | ||
"@types/uuid": "^8.3.4", | ||
"@typescript-eslint/eslint-plugin": "^5.15.0", | ||
"@typescript-eslint/parser": "^5.15.0", | ||
"@vue/runtime-dom": "^3.2.31", | ||
"@vue/test-utils": "^1.1.3", | ||
"@vue/test-utils": "^2.0.0-rc.17", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We can't update @vue/test-utils
to v2.x because it targets Vue 3 and Nuxt depends on Vue 2 currently.
closing this one to update the libraries one by one in another PR #1222 |
Fixes
Fixes #1086 by @krysal
Description
Updates these outdated dev dependencies to the following versions ->
Testing Instructions
Checklist
Update index.md
).main
) or a parent feature branch.Developer Certificate of Origin
Developer Certificate of Origin