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

chore(Playroom): upgrade version #1016

Merged
merged 6 commits into from Feb 19, 2024
Merged

chore(Playroom): upgrade version #1016

merged 6 commits into from Feb 19, 2024

Conversation

marcoskolodny
Copy link
Collaborator

@marcoskolodny marcoskolodny commented Feb 6, 2024

Issue: Link

Remark: it looks like the playroom's site favicon is now the playroom logo instead of Mistica's one. I believe this is caused by this PR in their repo. I've created an issue for them so that they review this.

Copy link

github-actions bot commented Feb 6, 2024

Size stats

master this branch diff
Total JS 10.6 MB 10.6 MB 0 B
JS without icons 1.89 MB 1.89 MB 0 B
Lib overhead 49 kB 49 kB 0 B
Lib overhead (gzip) 13.4 kB 13.4 kB 0 B

Copy link

github-actions bot commented Feb 6, 2024

Accessibility report
✔️ No issues found

ℹ️ You can run this locally by executing yarn audit-accessibility.

Copy link

github-actions bot commented Feb 6, 2024

Deploy preview for mistica-web ready!

✅ Preview
https://mistica-fwb37vm5u-tuentisre.vercel.app

Built with commit d9ff546.
This pull request is being automatically deployed with vercel-action

@@ -32,8 +32,8 @@
"storybook-for-acceptance-tests": "cross-env NODE_ENV=production yarn storybook --ci 2>&1",
"playroom": "playroom start",
"gen-ts-defs": "rimraf dist-ts && tsc --project tsconfig.production.json --emitDeclarationOnly && cp -r dist-ts/src/* dist && rimraf dist-ts",
"vercel-build": "VERCEL_PROD_BUILD=1 yarn storybook-static && ./node_modules/.bin/playroom build && FORCE_MOBILE=1 ./node_modules/.bin/playroom build && FORCE_DESKTOP=1 ./node_modules/.bin/playroom build && cp img/favicon.ico public/",
"vercel-preview-build": "yarn storybook-static && ./node_modules/.bin/playroom build && cp img/favicon.ico public/",
"vercel-build": "VERCEL_PROD_BUILD=1 yarn storybook-static && ./node_modules/.bin/playroom build && FORCE_MOBILE=1 ./node_modules/.bin/playroom build && FORCE_DESKTOP=1 ./node_modules/.bin/playroom build && cp img/favicon.ico public/ && cp img/favicon.svg public/",
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

when upgrading storybook to v7, the mistica's favicon stopped working. It seems that storybook replaced the .ico file with a .svg.

@@ -107,7 +107,7 @@ const config = {
type: 'asset/resource',
},
{
test: /\.vanilla\.css$/i,
test: /\.vanilla\.css/i,
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

After the upgrade, I was getting a lot of errors when trying to start playroom. It looks like there are some characters being added to the end of the filenames for vanilla css files.

MicrosoftTeams-image (1)

@marcoskolodny marcoskolodny marked this pull request as ready for review February 8, 2024 11:03
@atabel atabel added this pull request to the merge queue Feb 19, 2024
Merged via the queue into master with commit 90cfc63 Feb 19, 2024
11 checks passed
@atabel atabel deleted the WEB-1695-upgrade-playroom branch February 19, 2024 11:35
@tuentisre
Copy link
Collaborator

🎉 This PR is included in version 14.43.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants