Skip to content

Commit 7a23b7a

Browse files
chore(deps): update dependency postcss-styled-syntax to ^0.7.0 (#2529)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [postcss-styled-syntax](https://redirect.github.com/hudochenkov/postcss-styled-syntax) | [`^0.6.4` -> `^0.7.0`](https://renovatebot.com/diffs/npm/postcss-styled-syntax/0.6.4/0.7.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/postcss-styled-syntax/0.7.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/postcss-styled-syntax/0.7.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/postcss-styled-syntax/0.6.4/0.7.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/postcss-styled-syntax/0.6.4/0.7.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>hudochenkov/postcss-styled-syntax (postcss-styled-syntax)</summary> ### [`v0.7.0`](https://redirect.github.com/hudochenkov/postcss-styled-syntax/blob/HEAD/CHANGELOG.md#070) [Compare Source](https://redirect.github.com/hudochenkov/postcss-styled-syntax/compare/0.6.4...0.7.0) - Added support for passing a function to `styled` instead using it as a tagged template. For example, <code>styled.div(props => \`color: red;\`)</code>, or <code>styled(Component)(props => \`color: red;\`)</code> </details> --- ### Configuration 📅 **Schedule**: Branch creation - "* 10-19 1-7 * MON" in timezone Asia/Seoul, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/channel-io/bezier-react). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS40Mi40IiwidXBkYXRlZEluVmVyIjoiMzkuNDIuNCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiY2hvcmU6ZGVwcyJdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e7c3362 commit 7a23b7a

File tree

2 files changed

+33
-2
lines changed

2 files changed

+33
-2
lines changed

packages/stylelint-bezier/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
},
2525
"devDependencies": {
2626
"eslint-config-bezier": "workspace:*",
27-
"postcss-styled-syntax": "^0.6.4",
27+
"postcss-styled-syntax": "^0.7.0",
2828
"tsconfig": "workspace:*"
2929
},
3030
"peerDependencies": {

yarn.lock

Lines changed: 32 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2668,7 +2668,7 @@ __metadata:
26682668
dependencies:
26692669
"@channel.io/bezier-tokens": "npm:0.2.11"
26702670
eslint-config-bezier: "workspace:*"
2671-
postcss-styled-syntax: "npm:^0.6.4"
2671+
postcss-styled-syntax: "npm:^0.7.0"
26722672
tsconfig: "workspace:*"
26732673
peerDependencies:
26742674
stylelint: ">=16.0.0"
@@ -17146,6 +17146,17 @@ __metadata:
1714617146
languageName: node
1714717147
linkType: hard
1714817148

17149+
"postcss-styled-syntax@npm:^0.7.0":
17150+
version: 0.7.0
17151+
resolution: "postcss-styled-syntax@npm:0.7.0"
17152+
dependencies:
17153+
typescript: "npm:^5.6.3"
17154+
peerDependencies:
17155+
postcss: ^8.4.21
17156+
checksum: 10/d52b4d556baf6b3c700fbb6b71bcc5bd3787d9af05a781bc1050031f61ac8e3ac60c5f7b8e924bd7ce6f8ff6b7d3314533f1526dd804729abdd021f835e35235
17157+
languageName: node
17158+
linkType: hard
17159+
1714917160
"postcss-svgo@npm:^5.1.0":
1715017161
version: 5.1.0
1715117162
resolution: "postcss-svgo@npm:5.1.0"
@@ -20214,6 +20225,16 @@ __metadata:
2021420225
languageName: node
2021520226
linkType: hard
2021620227

20228+
"typescript@npm:^5.6.3":
20229+
version: 5.7.2
20230+
resolution: "typescript@npm:5.7.2"
20231+
bin:
20232+
tsc: bin/tsc
20233+
tsserver: bin/tsserver
20234+
checksum: 10/4caa3904df69db9d4a8bedc31bafc1e19ffb7b24fbde2997a1633ae1398d0de5bdbf8daf602ccf3b23faddf1aeeb9b795223a2ed9c9a4fdcaf07bfde114a401a
20235+
languageName: node
20236+
linkType: hard
20237+
2021720238
"typescript@patch:typescript@npm%3A5.5.4#optional!builtin<compat/typescript>, typescript@patch:typescript@npm%3A^5.3.3#optional!builtin<compat/typescript>, typescript@patch:typescript@npm%3A^5.4.2#optional!builtin<compat/typescript>":
2021820239
version: 5.5.4
2021920240
resolution: "typescript@patch:typescript@npm%3A5.5.4#optional!builtin<compat/typescript>::version=5.5.4&hash=379a07"
@@ -20224,6 +20245,16 @@ __metadata:
2022420245
languageName: node
2022520246
linkType: hard
2022620247

20248+
"typescript@patch:typescript@npm%3A^5.6.3#optional!builtin<compat/typescript>":
20249+
version: 5.7.2
20250+
resolution: "typescript@patch:typescript@npm%3A5.7.2#optional!builtin<compat/typescript>::version=5.7.2&hash=379a07"
20251+
bin:
20252+
tsc: bin/tsc
20253+
tsserver: bin/tsserver
20254+
checksum: 10/ff27fc124bceb8969be722baa38af945b2505767cf794de3e2715e58f61b43780284060287d651fcbbdfb6f917f4653b20f4751991f17e0706db389b9bb3f75d
20255+
languageName: node
20256+
linkType: hard
20257+
2022720258
"ufo@npm:^1.3.2":
2022820259
version: 1.4.0
2022920260
resolution: "ufo@npm:1.4.0"

0 commit comments

Comments
 (0)