Skip to content

Commit baf8855

Browse files
Bump prettier from 3.4.2 to 3.5.0 (#13994)
* Bump prettier from 3.4.2 to 3.5.0 Bumps [prettier](https://github.com/prettier/prettier) from 3.4.2 to 3.5.0. - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@3.4.2...3.5.0) --- updated-dependencies: - dependency-name: prettier dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Format css [dependabot skip] * Format js [dependabot skip] --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Pascal Birchler <[email protected]>
1 parent 191331c commit baf8855

File tree

5 files changed

+14
-11
lines changed

5 files changed

+14
-11
lines changed

package-lock.json

+5-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@
160160
"postcss-jsx": "^0.36.4",
161161
"postcss-styled-syntax": "^0.7.1",
162162
"postcss-syntax": "^0.36.2",
163-
"prettier": "^3.4.2",
163+
"prettier": "^3.5.0",
164164
"puppeteer": "^24.2.0",
165165
"react-compiler-runtime": "19.0.0-beta-714736e-20250131",
166166
"react-refresh": "^0.16.0",

packages/design-system/src/components/chip/chip.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ const ChipContainer = styled.button<{ active?: boolean; disabled?: boolean }>(
7575
: theme.colors.interactiveBg.secondaryNormal};
7676
border-radius: ${theme.borders.radius.x_large};
7777
transition: all 0.3s ease-in-out;
78-
transition-property: background-color, border-color, height, width,
79-
transform;
78+
transition-property:
79+
background-color, border-color, height, width, transform;
8080
cursor: ${disabled ? 'default' : 'pointer'};
8181
${focusableOutlineCSS}
8282
:active {

packages/stories-block/src/block/block-types/single-story/edit.css

+3-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,9 @@
1515
}
1616

1717
.wp-block-web-stories-embed.is-loading p {
18-
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
19-
Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
18+
font-family:
19+
-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu,
20+
Cantarell, 'Helvetica Neue', sans-serif;
2021
font-size: 13px;
2122
}
2223

packages/story-editor/src/components/canvas/mediaCaptions/cue.js

+3-2
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,9 @@ const Section = styled.span`
4242
background: rgba(11, 11, 11, 0.6);
4343
color: rgba(255, 255, 255, 1);
4444
display: inline-block;
45-
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
46-
Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
45+
font-family:
46+
-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu,
47+
Cantarell, 'Helvetica Neue', sans-serif;
4748
line-height: 1.4;
4849
word-break: normal;
4950
word-wrap: break-word;

0 commit comments

Comments
 (0)