Skip to content

Commit ff69ed6

Browse files
deansheatherBrunoQuaresmaaslilacethanndickson
authored
chore: backport various downgrades from main (#20133)
JS downgrades + make `changes` a required job --------- Co-authored-by: Bruno Quaresma <bruno@coder.com> Co-authored-by: ケイラ <mckayla@hey.com> Co-authored-by: Ethan <39577870+ethanndickson@users.noreply.github.com>
1 parent f4a6894 commit ff69ed6

File tree

4 files changed

+159
-187
lines changed

4 files changed

+159
-187
lines changed

.github/dependabot.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,9 @@ updates:
8080
mui:
8181
patterns:
8282
- "@mui*"
83+
radix:
84+
patterns:
85+
- "@radix-ui/*"
8386
react:
8487
patterns:
8588
- "react"
@@ -104,6 +107,7 @@ updates:
104107
- dependency-name: "*"
105108
update-types:
106109
- version-update:semver-major
110+
- dependency-name: "@playwright/test"
107111
open-pull-requests-limit: 15
108112

109113
- package-ecosystem: "terraform"

.github/workflows/ci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -919,6 +919,7 @@ jobs:
919919
required:
920920
runs-on: ubuntu-latest
921921
needs:
922+
- changes
922923
- fmt
923924
- lint
924925
- gen
@@ -942,6 +943,7 @@ jobs:
942943
- name: Ensure required checks
943944
run: | # zizmor: ignore[template-injection] We're just reading needs.x.result here, no risk of injection
944945
echo "Checking required checks"
946+
echo "- changes: ${{ needs.changes.result }}"
945947
echo "- fmt: ${{ needs.fmt.result }}"
946948
echo "- lint: ${{ needs.lint.result }}"
947949
echo "- gen: ${{ needs.gen.result }}"

site/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"@radix-ui/react-avatar": "1.1.2",
5656
"@radix-ui/react-checkbox": "1.1.4",
5757
"@radix-ui/react-collapsible": "1.1.2",
58-
"@radix-ui/react-dialog": "1.1.15",
58+
"@radix-ui/react-dialog": "1.1.4",
5959
"@radix-ui/react-dropdown-menu": "2.1.4",
6060
"@radix-ui/react-label": "2.1.0",
6161
"@radix-ui/react-popover": "1.1.5",
@@ -126,7 +126,7 @@
126126
"@biomejs/biome": "2.2.0",
127127
"@chromatic-com/storybook": "4.1.0",
128128
"@octokit/types": "12.3.0",
129-
"@playwright/test": "1.55.1",
129+
"@playwright/test": "1.50.1",
130130
"@storybook/addon-docs": "9.1.2",
131131
"@storybook/addon-links": "9.1.2",
132132
"@storybook/addon-themes": "9.1.2",
@@ -169,7 +169,7 @@
169169
"jest-websocket-mock": "2.5.0",
170170
"jest_workaround": "0.1.14",
171171
"knip": "5.64.1",
172-
"msw": "2.11.3",
172+
"msw": "2.4.8",
173173
"postcss": "8.5.1",
174174
"protobufjs": "7.4.0",
175175
"rollup-plugin-visualizer": "5.14.0",

0 commit comments

Comments
 (0)