-
Notifications
You must be signed in to change notification settings - Fork 14
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(deps): update dependency prettier to v3 + stylelint #1623
Conversation
|
"max-nesting-depth": 5, | ||
"selector-max-compound-selectors": 5, | ||
"selector-max-id": 1, | ||
"selector-no-qualifying-type": [true, { "ignore": ["attribute", "class"] }], | ||
"function-url-quotes": null | ||
"function-url-quotes": null, | ||
"scss/dollar-variable-colon-space-after": "always-single-line" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This rule is conflicting with the new prettier line break: https://prettier.io/blog/2023/07/05/3.0.0.html#fix-line-break-in-css-declaration-with-comma-14208httpsgithubcomprettierprettierpull14208-by-mvorisekhttpsgithubcommvorisek
const content = await prettier.format(distElement, PRETTIER_OPTIONS); | ||
const contentWithoutBreak = content.replace(/(\n|\r\n)$/, ''); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
format method is now async: prettier/prettier#4459 (comment)
5bfdabe
to
e00a059
Compare
Preview environment ready: https://preview-1623--swisspost-web-frontend.netlify.app |
transition: | ||
z-index 0s ease (0.5 * button.$btn-transition-duration), | ||
button.$btn-transition; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
b300d57
to
2a7a7a1
Compare
Preview doesn't work with v7 currently. Format method from prettier is now async and storybook
Might worth, to check storybookjs/storybook#12687 UPDATE: To watch: storybookjs/storybook#23879 |
9bddcd2
to
fcd824a
Compare
fbd81d5
to
9a6bb35
Compare
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
What
2.8.8
to3.0.0
2.0.0
to4.0.0
9.0.1
to10.0.0
format-code.pipe.ts
as it's the version to be used in browser without node dependencies.stylelint-config-sass-guidelines was not waiting because it has a dependency on stylelint-order (see Philipp's comment:
bjankord/stylelint-config-sass-guidelines#214)
close: #1619
close: #1620