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

[all] update markdown lib #452

Merged
merged 2 commits into from
Dec 6, 2023
Merged

Conversation

guillaumejparis
Copy link
Member

No description provided.

Comment on lines +61 to +63
{ ...commands.codeEdit, buttonProps: { 'aria-label': 'code edit', title: 'code edit' } },
{ ...commands.codeLive, buttonProps: { 'aria-label': 'code live', title: 'code live' } },
{ ...commands.codePreview, buttonProps: { 'aria-label': 'code preview', title: 'code preview' } },
Copy link
Member Author

Choose a reason for hiding this comment

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

missing translations

@@ -137,6 +137,55 @@ export default (
fontSize: 12,
fontWeight: 400,
},
Copy link
Member Author

Choose a reason for hiding this comment

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

delete react-mde styles

},

optimizeDeps: {
include: [
'ckeditor5-custom-build/build/ckeditor',
],
esbuildOptions: {
Copy link
Member Author

Choose a reason for hiding this comment

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

was causing bad interactions with new lib (and potentially others)

@@ -6,26 +6,27 @@
"license": "Apache-2.0",
Copy link
Member Author

Choose a reason for hiding this comment

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

why not some more updates 💥

@guillaumejparis
Copy link
Member Author

And some lint --fix (because of an lib update)

Copy link

codecov bot commented Dec 6, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (193135c) 15.58% compared to head (ed07c57) 15.58%.

Additional details and impacted files
@@            Coverage Diff            @@
##             master     #452   +/-   ##
=========================================
  Coverage     15.58%   15.58%           
  Complexity      372      372           
=========================================
  Files           231      231           
  Lines          5005     5005           
  Branches        194      194           
=========================================
  Hits            780      780           
  Misses         4213     4213           
  Partials         12       12           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@SamuelHassine SamuelHassine merged commit b439e4e into master Dec 6, 2023
8 checks passed
@SamuelHassine SamuelHassine deleted the bugfix/fix-update-markdown branch December 6, 2023 19:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants