Skip to content

Commit 8ebad96

Browse files
committed
Merge branch 'main' into renovate/primer-react-38.x
Signed-off-by: Adam Setch <[email protected]>
2 parents 858166f + f272d28 commit 8ebad96

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+2942
-722
lines changed

biome.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://biomejs.dev/schemas/2.3.2/schema.json",
2+
"$schema": "https://biomejs.dev/schemas/2.3.4/schema.json",
33
"assist": {
44
"actions": {
55
"source": {

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -78,32 +78,32 @@
7878
"@babel/preset-env": "7.28.5",
7979
"@babel/preset-react": "7.28.5",
8080
"@babel/preset-typescript": "7.28.5",
81-
"@biomejs/biome": "2.3.2",
81+
"@biomejs/biome": "2.3.4",
8282
"@discordapp/twemoji": "16.0.1",
8383
"@electron/notarize": "3.1.1",
8484
"@primer/css": "22.0.2",
85-
"@primer/octicons-react": "19.19.0",
86-
"@primer/primitives": "11.2.1",
85+
"@primer/octicons-react": "19.20.0",
86+
"@primer/primitives": "11.3.0",
8787
"@primer/react": "38.0.0",
88-
"@tailwindcss/postcss": "4.1.16",
88+
"@tailwindcss/postcss": "4.1.17",
8989
"@testing-library/jest-dom": "6.9.1",
9090
"@testing-library/react": "16.3.0",
9191
"@testing-library/user-event": "14.6.1",
9292
"@types/jest": "30.0.0",
93-
"@types/node": "24.9.2",
93+
"@types/node": "24.10.0",
9494
"@types/react": "19.2.2",
9595
"@types/react-dom": "19.2.2",
9696
"@types/react-router-dom": "5.3.3",
9797
"@types/semver": "7.7.1",
98-
"axios": "1.13.1",
98+
"axios": "1.13.2",
9999
"babel-jest": "30.2.0",
100100
"clsx": "2.1.1",
101101
"concurrently": "9.2.1",
102102
"copy-webpack-plugin": "13.0.1",
103103
"css-loader": "7.1.2",
104104
"css-minimizer-webpack-plugin": "7.0.2",
105105
"date-fns": "4.1.0",
106-
"electron": "39.0.0",
106+
"electron": "39.1.1",
107107
"electron-builder": "26.0.12",
108108
"final-form": "5.0.0",
109109
"graphql-tag": "2.12.6",
@@ -120,7 +120,7 @@
120120
"semver": "7.7.3",
121121
"styled-components": "6.1.19",
122122
"tailwind-merge": "3.3.1",
123-
"tailwindcss": "4.1.16",
123+
"tailwindcss": "4.1.17",
124124
"terser-webpack-plugin": "5.3.14",
125125
"ts-jest": "29.4.5",
126126
"ts-loader": "9.5.4",
@@ -143,4 +143,4 @@
143143
"*": "biome check --fix --no-errors-on-unmatched",
144144
"*.{js,ts,tsx}": "pnpm test --findRelatedTests --passWithNoTests --updateSnapshot"
145145
}
146-
}
146+
}

0 commit comments

Comments
 (0)