Skip to content

Commit 0b47b47

Browse files
chore: Bump the minor-and-patch group with 7 updates (#712)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Andrew <ilin.andrii@gmail.com> Co-authored-by: Andrew <30229764+tyhonchik@users.noreply.github.com>
1 parent 1d7076f commit 0b47b47

8 files changed

Lines changed: 1343 additions & 1468 deletions

File tree

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@aragon/gov-ui-kit": patch
3+
---
4+
5+
Dependency update and security overrides

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Storybook reflects the latest design tokens, styles, and components, so should b
2525

2626
To start developing with the UI Kit:
2727

28-
1. Use the Node.js version pinned in [`.nvmrc`](./.nvmrc) (Node >= 24.13). With [nvm](https://github.com/nvm-sh/nvm):
28+
1. Use the Node.js version pinned in [`.nvmrc`](./.nvmrc) (Node >= 24.16). With [nvm](https://github.com/nvm-sh/nvm):
2929

3030
```bash
3131
nvm install # installs the version from .nvmrc

biome.json

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66
"clientKind": "git",
77
"useIgnoreFile": true
88
},
9+
"files": {
10+
"ignoreUnknown": false,
11+
"includes": ["!**/*.svg"]
12+
},
913
"formatter": {
1014
"enabled": true,
1115
"lineWidth": 120,
@@ -38,11 +42,8 @@
3842
"linter": {
3943
"enabled": true,
4044
"rules": {
41-
"recommended": false,
45+
"preset": "none",
4246
"nursery": {
43-
"noShadow": "off",
44-
"noEqualsToNull": "off",
45-
"noLeakedRender": "off",
4647
"useSortedClasses": {
4748
"fix": "safe",
4849
"level": "error",
@@ -120,7 +121,10 @@
120121
"noImplicitAnyLet": "off",
121122
"noEmptySource": "off",
122123
"noUnusedExpressions": "off",
123-
"noReactForwardRef": "off"
124+
"noReactForwardRef": "off",
125+
"noShadow": "off",
126+
"noEqualsToNull": "off",
127+
"noLeakedRender": "off"
124128
}
125129
}
126130
},

package.json

Lines changed: 35 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -40,34 +40,34 @@
4040
],
4141
"author": "Aragon Association",
4242
"dependencies": {
43-
"@radix-ui/react-accordion": "^1.2.13",
44-
"@radix-ui/react-alert-dialog": "^1.1.16",
45-
"@radix-ui/react-avatar": "^1.1.12",
46-
"@radix-ui/react-checkbox": "^1.3.4",
47-
"@radix-ui/react-dialog": "^1.1.16",
48-
"@radix-ui/react-dropdown-menu": "^2.1.17",
49-
"@radix-ui/react-focus-scope": "^1.1.9",
50-
"@radix-ui/react-progress": "^1.1.9",
51-
"@radix-ui/react-radio-group": "^1.4.0",
52-
"@radix-ui/react-switch": "^1.3.0",
53-
"@radix-ui/react-tabs": "^1.1.14",
54-
"@radix-ui/react-toggle-group": "^1.1.12",
55-
"@radix-ui/react-tooltip": "^1.2.9",
56-
"@radix-ui/react-visually-hidden": "^1.2.5",
57-
"@tiptap/core": "^3.26.0",
58-
"@tiptap/extension-image": "^3.26.0",
59-
"@tiptap/extensions": "^3.26.0",
60-
"@tiptap/pm": "^3.26.0",
61-
"@tiptap/react": "^3.26.0",
62-
"@tiptap/starter-kit": "^3.26.0",
43+
"@radix-ui/react-accordion": "^1.2.14",
44+
"@radix-ui/react-alert-dialog": "^1.1.17",
45+
"@radix-ui/react-avatar": "^1.2.0",
46+
"@radix-ui/react-checkbox": "^1.3.5",
47+
"@radix-ui/react-dialog": "^1.1.17",
48+
"@radix-ui/react-dropdown-menu": "^2.1.18",
49+
"@radix-ui/react-focus-scope": "^1.1.10",
50+
"@radix-ui/react-progress": "^1.1.10",
51+
"@radix-ui/react-radio-group": "^1.4.1",
52+
"@radix-ui/react-switch": "^1.3.1",
53+
"@radix-ui/react-tabs": "^1.1.15",
54+
"@radix-ui/react-toggle-group": "^1.1.13",
55+
"@radix-ui/react-tooltip": "^1.2.10",
56+
"@radix-ui/react-visually-hidden": "^1.2.6",
57+
"@tiptap/core": "^3.26.1",
58+
"@tiptap/extension-image": "^3.26.1",
59+
"@tiptap/extensions": "^3.26.1",
60+
"@tiptap/pm": "^3.26.1",
61+
"@tiptap/react": "^3.26.1",
62+
"@tiptap/starter-kit": "^3.26.1",
6363
"blockies-ts": "^1.0.0",
6464
"classnames": "^2.5.1",
6565
"framer-motion": "^12.40.0",
6666
"imask": "^7.6.1",
6767
"luxon": "^3.7.2",
6868
"react-dropzone": "^15.0.0",
6969
"react-imask": "^7.6.1",
70-
"sanitize-html": "^2.17.4",
70+
"sanitize-html": "^2.17.5",
7171
"tiptap-markdown": "^0.9.0"
7272
},
7373
"peerDependencies": {
@@ -93,19 +93,19 @@
9393
"@babel/preset-env": "^7.29.7",
9494
"@babel/preset-react": "^7.29.7",
9595
"@babel/preset-typescript": "^7.29.7",
96-
"@biomejs/biome": "^2.4.16",
97-
"@changesets/changelog-github": "^0.6.0",
96+
"@biomejs/biome": "^2.5.0",
97+
"@changesets/changelog-github": "^0.7.0",
9898
"@changesets/cli": "^2.31.0",
9999
"@hookform/devtools": "^4.4.0",
100100
"@rollup/plugin-commonjs": "^29.0.3",
101101
"@rollup/plugin-image": "^3.0.3",
102102
"@rollup/plugin-node-resolve": "^16.0.3",
103103
"@rollup/plugin-terser": "^1.0.0",
104104
"@rollup/plugin-typescript": "^12.3.0",
105-
"@storybook/addon-docs": "^10.4.2",
106-
"@storybook/react-vite": "^10.4.2",
105+
"@storybook/addon-docs": "^10.4.6",
106+
"@storybook/react-vite": "^10.4.6",
107107
"@svgr/rollup": "^8.1.0",
108-
"@tailwindcss/postcss": "^4.3.0",
108+
"@tailwindcss/postcss": "^4.3.1",
109109
"@tailwindcss/typography": "^0.5.20",
110110
"@tanstack/react-query": "^5.101.0",
111111
"@testing-library/dom": "^10.4.1",
@@ -114,7 +114,7 @@
114114
"@testing-library/user-event": "^14.6.1",
115115
"@types/jest": "^30.0.0",
116116
"@types/luxon": "^3.7.1",
117-
"@types/node": "^24.13.1",
117+
"@types/node": "^24.13.2",
118118
"@types/react": "^19.2.17",
119119
"@types/react-dom": "^19.2.3",
120120
"@types/sanitize-html": "^2.16.1",
@@ -127,18 +127,18 @@
127127
"postcss-loader": "^8.2.1",
128128
"react": "^19.2.7",
129129
"react-dom": "^19.2.7",
130-
"react-hook-form": "^7.78.0",
131-
"rollup": "^4.61.1",
130+
"react-hook-form": "^7.79.0",
131+
"rollup": "^4.62.0",
132132
"rollup-plugin-peer-deps-external": "^2.2.4",
133133
"rollup-plugin-postcss": "^4.0.2",
134134
"rollup-plugin-visualizer": "^7.0.1",
135-
"storybook": "^10.4.2",
136-
"tailwindcss": "^4.3.0",
135+
"storybook": "^10.4.6",
136+
"tailwindcss": "^4.3.1",
137137
"ts-jest": "^29.4.11",
138138
"tslib": "^2.8.1",
139-
"turbo": "^2.9.16",
139+
"turbo": "^2.9.18",
140140
"typescript": "^5.9.3",
141-
"ultracite": "^7.8.2",
141+
"ultracite": "^7.8.3",
142142
"vercel": "^52.2.1",
143143
"viem": "^2.52.2",
144144
"vite": "^8.0.16",
@@ -152,7 +152,7 @@
152152
},
153153
"homepage": "https://github.com/aragon/gov-ui-kit#readme",
154154
"engines": {
155-
"node": ">=24.13.0",
155+
"node": ">=24.16.0",
156156
"pnpm": ">=11.0.0"
157157
},
158158
"exports": {
@@ -163,5 +163,5 @@
163163
"./index.css": "./index.css",
164164
"./build.css": "./build.css"
165165
},
166-
"packageManager": "pnpm@11.6.0+sha512.9a36518224080c6fe5165afdcfe79bfa118c29be703f3f462b1e32efe1e98e47e8750b148e08286250aad4113cc7993ca413c4e2cd447752708c2ee5751bc95f"
166+
"packageManager": "pnpm@11.8.0+sha512.c1f5e7c4cb241c8f174b743851d82f42b802324afc8b0f116b96adb15aa06664948dde36960a3ba1079ba5b4b29dd0140135b94b5b5f5263592249d68e555f26"
167167
}

0 commit comments

Comments
 (0)