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

Fix CMS app issues #386

Merged
merged 5 commits into from Apr 18, 2023
Merged

Fix CMS app issues #386

merged 5 commits into from Apr 18, 2023

Conversation

orzechdev
Copy link
Contributor

@orzechdev orzechdev commented Apr 13, 2023

Fixes for #314

plus:

@vercel
Copy link

vercel bot commented Apr 13, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
saleor-app-data-importer 🔄 Building (Inspect) Visit Preview Apr 18, 2023 4:43pm
10 Ignored Deployments
Name Status Preview Comments Updated (UTC)
saleor-app-cms ⬜️ Ignored (Inspect) Visit Preview Apr 18, 2023 4:43pm
saleor-app-crm ⬜️ Ignored (Inspect) Visit Preview Apr 18, 2023 4:43pm
saleor-app-emails-and-messages ⬜️ Ignored (Inspect) Visit Preview Apr 18, 2023 4:43pm
saleor-app-invoices ⬜️ Ignored (Inspect) Visit Preview Apr 18, 2023 4:43pm
saleor-app-klaviyo ⬜️ Ignored (Inspect) Visit Preview Apr 18, 2023 4:43pm
saleor-app-monitoring ⬜️ Ignored (Inspect) Visit Preview Apr 18, 2023 4:43pm
saleor-app-products-feed ⬜️ Ignored (Inspect) Visit Preview Apr 18, 2023 4:43pm
saleor-app-search ⬜️ Ignored (Inspect) Visit Preview Apr 18, 2023 4:43pm
saleor-app-slack ⬜️ Ignored (Inspect) Visit Preview Apr 18, 2023 4:43pm
saleor-app-taxes ⬜️ Ignored (Inspect) Visit Preview Apr 18, 2023 4:43pm

@changeset-bot
Copy link

changeset-bot bot commented Apr 13, 2023

🦋 Changeset detected

Latest commit: ad11269

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
saleor-app-cms Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@orzechdev orzechdev changed the title Fix CMS app visual issues Fix CMS app issues Apr 14, 2023
@orzechdev orzechdev marked this pull request as ready for review April 16, 2023 16:26
@orzechdev orzechdev requested a review from a team April 16, 2023 16:26
@orzechdev orzechdev marked this pull request as draft April 16, 2023 22:10
@orzechdev orzechdev marked this pull request as ready for review April 18, 2023 07:26
@@ -61,7 +61,7 @@
"eslint-config-prettier": "^8.5.0",
"jsdom": "^20.0.3",
"prettier": "^2.7.1",
"typescript": "4.9",
"typescript": "5.0.4",
Copy link
Member

Choose a reason for hiding this comment

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

is there a reason to update TS in this PR? Its fine, but Vercel has some problems when we update deps in single pkg

Copy link
Contributor Author

@orzechdev orzechdev Apr 18, 2023

Choose a reason for hiding this comment

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

Yes there is a reason. Somewhere in this code I have encountered Typescript regression issue that has been submitted at microsoft/TypeScript#51501 and that has been fixed in Typescript 5.0.0 release.

@lkostrowski
Copy link
Member

@orzechdev pls add changeset describing changes from this PR

@orzechdev orzechdev merged commit a3636f7 into main Apr 18, 2023
15 checks passed
@orzechdev orzechdev deleted the cms-qa-fixes branch April 18, 2023 16:46
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.

Check if CMS provider instance configuration is working
2 participants