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

[pigment-css][demo] Remove app specific pnpm workspace #41393

Merged
merged 1 commit into from
Mar 20, 2024

Conversation

brijeshb42
Copy link
Contributor

@brijeshb42 brijeshb42 commented Mar 7, 2024

and revert to using project workspace.
Fix a minor typing issue in the Vite app.

Fixes - #41342

@brijeshb42 brijeshb42 added the package: pigment-css Specific to @pigment-css/* label Mar 7, 2024
@brijeshb42 brijeshb42 force-pushed the pigment/revert-nested-workspace branch 2 times, most recently from 26d9da2 to 97c2017 Compare March 7, 2024 10:24
@mui-bot
Copy link

mui-bot commented Mar 7, 2024

Netlify deploy preview

https://deploy-preview-41393--material-ui.netlify.app/

Bundle size report

No bundle size changes (Toolpad)
No bundle size changes

Generated by 🚫 dangerJS against c6727de

@brijeshb42 brijeshb42 force-pushed the pigment/revert-nested-workspace branch 6 times, most recently from 74b8607 to 6a2f9d9 Compare March 9, 2024 18:39
@oliviertassinari oliviertassinari changed the title [pigment][demo] Remove app specific pnpm workspace [pigment-css][demo] Remove app specific pnpm workspace Mar 10, 2024
@github-actions github-actions bot added the PR: out-of-date The pull request has merge conflicts and can't be merged label Mar 11, 2024
@siriwatknp
Copy link
Member

siriwatknp commented Mar 13, 2024

Can you update this PR with the new directories?

@brijeshb42 brijeshb42 force-pushed the pigment/revert-nested-workspace branch from 6a2f9d9 to ca9532e Compare March 15, 2024 10:39
@github-actions github-actions bot removed the PR: out-of-date The pull request has merge conflicts and can't be merged label Mar 15, 2024
@brijeshb42 brijeshb42 force-pushed the pigment/revert-nested-workspace branch 8 times, most recently from eeee8b9 to c694974 Compare March 15, 2024 12:25
@github-actions github-actions bot added the PR: out-of-date The pull request has merge conflicts and can't be merged label Mar 19, 2024
@brijeshb42 brijeshb42 force-pushed the pigment/revert-nested-workspace branch from c694974 to 1dc9931 Compare March 19, 2024 12:11
@github-actions github-actions bot removed the PR: out-of-date The pull request has merge conflicts and can't be merged label Mar 19, 2024
@brijeshb42 brijeshb42 changed the base branch from master to next March 19, 2024 12:12
@brijeshb42
Copy link
Contributor Author

@siriwatknp Can you look at this again? It's now rebased with next branch

@brijeshb42 brijeshb42 force-pushed the pigment/revert-nested-workspace branch 3 times, most recently from ab54227 to f214bdd Compare March 19, 2024 13:17
@github-actions github-actions bot added the PR: out-of-date The pull request has merge conflicts and can't be merged label Mar 20, 2024
and revert to using project workspace.
Also fix a minor typing issue in the Vite app.
@brijeshb42 brijeshb42 force-pushed the pigment/revert-nested-workspace branch from f214bdd to c6727de Compare March 20, 2024 06:44
@github-actions github-actions bot removed the PR: out-of-date The pull request has merge conflicts and can't be merged label Mar 20, 2024
@@ -55,10 +55,13 @@ export function withPigment(nextConfig: NextConfig, pigmentConfig?: PigmentOptio
placeholderCssFile: extractionFile,
},
async asyncResolve(what: string, importer: string, stack: string[]) {
if (what.startsWith('__barrel_optimize__')) {
Copy link
Member

Choose a reason for hiding this comment

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

Should this be combined with the next/font below?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I did it knowingly since I don't know yet what kind of exports __barrel_optimize__ expects. So I am just returning next-font for now.
In future, depending on any bug reports, it might require it's own dummy module similar to next-font.js.

Copy link
Member

Choose a reason for hiding this comment

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

Got it, then I think it deserves a comment here.

@brijeshb42 brijeshb42 merged commit a23b705 into mui:next Mar 20, 2024
19 checks passed
pluvio72 pushed a commit to pluvio72/material-ui that referenced this pull request Mar 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
package: pigment-css Specific to @pigment-css/*
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants