-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
chore: Update Vite to 4.3.0 #26553
chore: Update Vite to 4.3.0 #26553
Conversation
3 flaky tests on run #45884 ↗︎Details:
|
Test | Artifacts | |
---|---|---|
... > correctly returns currentRetry |
Output
Video
|
|
... > correctly returns currentRetry |
Output
Video
|
|
... > correctly returns currentRetry |
Output
Video
|
This comment has been generated by cypress-bot as a result of this project's GitHub integration settings.
@@ -103,7 +103,7 @@ | |||
"@types/glob": "7.1.1", | |||
"@types/gulp": "^4.0.9", | |||
"@types/lodash": "^4.14.168", | |||
"@types/markdown-it": "0.0.9", | |||
"@types/markdown-it": "12.2.3", |
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.
Woah, we were 12 majors behind!
I know it's just types, but 🤦
Seems main issue is https://app.circleci.com/pipelines/github/cypress-io/cypress/51867/workflows/9c1df45e-4cf8-4489-be3b-07f659e10bf2/jobs/2140361?invite=true#step-112-1939
Only used in It's pulled in here https://github.com/babel/babel/blob/202e4fa60b27d3d8de933abe113cd0a2efacd476/packages/babel-core/src/config/files/module-types.ts#L100 We should find out why this is happening and what esbuild version introduced this. |
@mike-plummer I found out we can add I will build a binary and find out if this is going to be fine. |
…-io/cypress into mikep/26161-vite-upgrade
I pushed a bunch of code, some to fix issues here, some to fix a weird race condition with building the icons - I am not sure if it will work, let's see how CI goes. I am sure this icons race condition pre-dates this PR, though. |
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.
I ran this with yarn dev
and everything looks good to me. Live reloading worked as expected and I didn't see any issues during smoke tests
@@ -98,7 +98,7 @@ | |||
}, | |||
params: props.type === 'component' || props.type === 'componentEmpty' | |||
? { | |||
shouldShowTroubleRenderingAlert: true | |||
shouldShowTroubleRenderingAlert: 'true' |
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.
Why are these changes necessary?
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.
Making typescript happy - a boolean
didn't satisfy the type contract, has to be a string or number
This is done, we just need to rebase. We will hold off on merging since there is some associated risk. We will merge post release. I am going to close the issue for the sake of tracking sprint points. |
* feat/protocol: refactor: migrate from windi to tailwind (#26516) chore: update v8 generation vars so that from scratch depends implies updating the metafile (#26472) chore: Update Vite to 4.3.0 (#26553) fix: unify cdp approach to fix devtools in electron (#26573) dependency(deps): update dependency deps-ok to v1.4.1 🌟 (#26612) chore: update 12.11.0 release date (#26587) chore: 12.11.0 release (#26582) chore: implement experimental ESM stub/spy for Vite (#26536) chore: try triggering mouseleave on buttons to ensure that tooltips aren't showing (#26524) chore: add support for Angular 16 (#26052) chore: upgrade Vue to 3.2.47 (#26555) chore: Update v8 snapshot cache (#26537) chore: add missing utm parameters for cloud links to Debug page (#26556) chore: update stalebot to respect new labels and up process rate (#26552) fix: don't display run passing status if Cloud org is over run limit (#26533) chore: update vm2 to 3.9.17 (#26534) feat: display a limit warning on the run navigation component when there are 100 total runs (#26523) chore: Update v8 snapshot cache (#26476) chore: upgrade vm2 (#26495) fix: Treat Video compression 0 as false. (#26503)
Released in This comment thread has been locked. If you are still experiencing this issue after upgrading to |
Additional details
markdown-it
library)Steps to test
yarn dev
How has the user experience changed?
PR Tasks
cypress-documentation
?type definitions
?