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

Upgrade vite dependencies #9565

Merged
merged 2 commits into from
Jan 8, 2024
Merged

Upgrade vite dependencies #9565

merged 2 commits into from
Jan 8, 2024

Conversation

djhi
Copy link
Contributor

@djhi djhi commented Jan 5, 2024

No description provided.

@djhi djhi added WIP Work In Progress v5 RFR Ready For Review and removed WIP Work In Progress labels Jan 5, 2024
@adguernier adguernier self-requested a review January 8, 2024 08:33
@slax57 slax57 self-assigned this Jan 8, 2024
Copy link
Contributor

@slax57 slax57 left a comment

Choose a reason for hiding this comment

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

This mostly works fine (tested the demo and the builds).

However this raises 2 new warnings:

  1. new warnings about sourcemap when running make build-demo
../../node_modules/@mui/material/utils/index.js (1:0) Error when using sourcemap for reporting an error: Can't resolve original location of error.
../../node_modules/@mui/material/styles/index.js (1:0) Error when using sourcemap for reporting an error: Can't resolve original location of error.
../../node_modules/@mui/material/Box/Box.js (1:0) Error when using sourcemap for reporting an error: Can't resolve original location of error.
../../node_modules/@mui/material/utils/createSvgIcon.js (1:0) Error when using sourcemap for reporting an error: Can't resolve original location of error.
../../node_modules/@mui/material/Accordion/Accordion.js (1:0) Error when using sourcemap for reporting an error: Can't resolve original location of error.
../../node_modules/@mui/material/AccordionDetails/AccordionDetails.js (1:0) Error when using sourcemap for reporting an error: Can't resolve original location of error.
../../node_modules/@mui/material/AccordionActions/AccordionActions.js (1:0) Error when using sourcemap for reporting an error: Can't resolve original location of error.

and tons of others like this...

any idea where this might come from?

  1. new yarn warning when running make install
YN0060: │ @types/node is listed by your project with version 17.0.9, which doesn't satisfy what vite (p30fa6) requests (^18.0.0 || >=20.0.0).

@slax57 slax57 removed their assignment Jan 8, 2024
@djhi
Copy link
Contributor Author

djhi commented Jan 8, 2024

I fixed the second but can't figure out the first. I suspect we'll have to upgrade more packages.

Copy link
Contributor

@slax57 slax57 left a comment

Choose a reason for hiding this comment

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

Okay, since it's only a warning, I guess we can live with it.

@slax57 slax57 merged commit 2f03152 into next Jan 8, 2024
11 checks passed
@slax57 slax57 deleted the upgrade-vite branch January 8, 2024 13:02
@slax57 slax57 added this to the 5.0.0 milestone Jan 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
RFR Ready For Review v5
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants