Skip to content

Commit 966ddfb

Browse files
semantic-release-botstipsan
authored andcommitted
feat!: use UI v4
1 parent bebacee commit 966ddfb

File tree

16 files changed

+1207
-984
lines changed

16 files changed

+1207
-984
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- platform: macos-latest
2525
node-version: lts/*
2626
steps:
27-
- uses: actions/checkout@v4
27+
- uses: actions/checkout@v5
2828
- uses: pnpm/action-setup@v4
2929
- uses: actions/setup-node@v4
3030
with:
@@ -44,7 +44,7 @@ jobs:
4444
needs: test
4545
runs-on: ubuntu-latest
4646
steps:
47-
- uses: actions/checkout@v4
47+
- uses: actions/checkout@v5
4848
with:
4949
# Need to fetch entire commit history to
5050
# analyze every commit since last release

.github/workflows/react-compiler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
name: Should React Compiler dependencies be updated? 🤔
1818
runs-on: ubuntu-latest
1919
steps:
20-
- uses: actions/checkout@v4
20+
- uses: actions/checkout@v5
2121
- uses: pnpm/action-setup@v4
2222
- uses: actions/setup-node@v4
2323
with:

CHANGELOG.md

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,61 @@
55
All notable changes to this project will be documented in this file. See
66
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
77

8+
## [4.0.0-static.11](https://github.com/sanity-io/ui-workshop/compare/v4.0.0-static.10...v4.0.0-static.11) (2025-08-07)
9+
10+
### Bug Fixes
11+
12+
- simplify media queries ([62055fc](https://github.com/sanity-io/ui-workshop/commit/62055fc645ed7a948b7ae45812868f663a82edd8))
13+
14+
## [4.0.0-static.10](https://github.com/sanity-io/ui-workshop/compare/v4.0.0-static.9...v4.0.0-static.10) (2025-08-07)
15+
16+
### Bug Fixes
17+
18+
- **deps:** Update dependency @vitejs/plugin-react to v5 ([#191](https://github.com/sanity-io/ui-workshop/issues/191)) ([2013988](https://github.com/sanity-io/ui-workshop/commit/2013988fc5c35bef682bce0817933cd6fa3dc4dc))
19+
20+
## [4.0.0-static.9](https://github.com/sanity-io/ui-workshop/compare/v4.0.0-static.8...v4.0.0-static.9) (2025-08-07)
21+
22+
### Bug Fixes
23+
24+
- stable bg color ([7e7cadd](https://github.com/sanity-io/ui-workshop/commit/7e7cadd203f73657b123497e172a4feafe88f675))
25+
26+
## [4.0.0-static.8](https://github.com/sanity-io/ui-workshop/compare/v4.0.0-static.7...v4.0.0-static.8) (2025-08-07)
27+
28+
### Bug Fixes
29+
30+
- stable border colors ([369621e](https://github.com/sanity-io/ui-workshop/commit/369621ed0ec49c8cb60ca63007d81a0d13992464))
31+
32+
## [4.0.0-static.7](https://github.com/sanity-io/ui-workshop/compare/v4.0.0-static.6...v4.0.0-static.7) (2025-08-07)
33+
34+
### Features
35+
36+
- allow configuring vanilla extract ([0124dbf](https://github.com/sanity-io/ui-workshop/commit/0124dbfb244aa819904dbfd8a93a035535880ba3))
37+
- use lightningcss to minify css ([7322fd7](https://github.com/sanity-io/ui-workshop/commit/7322fd7f5b3cea51079bf90bb23051682f51940f))
38+
39+
## [4.0.0-static.6](https://github.com/sanity-io/ui-workshop/compare/v4.0.0-static.5...v4.0.0-static.6) (2025-08-06)
40+
41+
### Bug Fixes
42+
43+
- allow overflow on body ([742c451](https://github.com/sanity-io/ui-workshop/commit/742c451ebad9eca2a94c2352f063d0c192cf5e74))
44+
45+
## [4.0.0-static.5](https://github.com/sanity-io/ui-workshop/compare/v4.0.0-static.4...v4.0.0-static.5) (2025-08-06)
46+
47+
### Bug Fixes
48+
49+
- provide fallback colors ([0c47af3](https://github.com/sanity-io/ui-workshop/commit/0c47af39e82c983a9fdebf6de13a6b5a788627fd))
50+
51+
## [4.0.0-static.4](https://github.com/sanity-io/ui-workshop/compare/v4.0.0-static.3...v4.0.0-static.4) (2025-08-06)
52+
53+
### Bug Fixes
54+
55+
- add back meta tags ([cfbf5bb](https://github.com/sanity-io/ui-workshop/commit/cfbf5bb61124ce6286fd04a300a178d5cdc3af6c))
56+
57+
## [4.0.0-static.3](https://github.com/sanity-io/ui-workshop/compare/v4.0.0-static.2...v4.0.0-static.3) (2025-08-06)
58+
59+
### Bug Fixes
60+
61+
- workaround workshop.runtime.ts css import regression ([bebacee](https://github.com/sanity-io/ui-workshop/commit/bebaceed85a572a414f735ac063666188f4ec774))
62+
863
## [4.0.0-static.2](https://github.com/sanity-io/ui-workshop/compare/v4.0.0-static.1...v4.0.0-static.2) (2025-08-06)
964

1065
### Bug Fixes

package.json

Lines changed: 19 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sanity/ui-workshop",
3-
"version": "4.0.0-static.2",
3+
"version": "4.0.0-static.11",
44
"keywords": [
55
"sanity",
66
"ui",
@@ -27,7 +27,9 @@
2727
"exports": {
2828
".": {
2929
"source": "./exports/index.ts",
30-
"node": {"default": "./dist/index.node.js"},
30+
"node": {
31+
"default": "./dist/index.node.js"
32+
},
3133
"default": "./dist/index.js"
3234
},
3335
"./plugin-a11y": {
@@ -113,37 +115,38 @@
113115
"@vanilla-extract/css-utils": "^0.1.6",
114116
"@vanilla-extract/dynamic": "^2.1.5",
115117
"@vanilla-extract/vite-plugin": "^5.1.1",
116-
"@vitejs/plugin-react": "^4.7.0",
117-
"axe-core": "^4.10.3",
118+
"@vitejs/plugin-react": "^5.0.4",
119+
"axe-core": "^4.11.0",
118120
"cac": "^6.7.14",
119121
"chokidar": "^3.6.0",
120122
"cpx": "^1.5.0",
121123
"dotenv-flow": "^4.1.0",
122-
"esbuild": "^0.25.8",
124+
"esbuild": "^0.25.11",
123125
"esbuild-register": "^3.6.0",
124126
"express": "^5.1.0",
125127
"globby": "^11.1.0",
128+
"lightningcss": "^1.30.2",
126129
"lodash": "^4.17.21",
127130
"mkdirp": "^2.1.6",
128131
"pako": "^2.1.0",
129132
"rimraf": "^4.4.1",
130133
"segmented-property": "^4.0.0",
131-
"vite": "^7.0.6"
134+
"vite": "^7.1.10"
132135
},
133136
"devDependencies": {
134137
"@commitlint/config-conventional": "^19.8.1",
135138
"@sanity/browserslist-config": "^1.0.5",
136-
"@sanity/pkg-utils": "^7.11.1",
139+
"@sanity/pkg-utils": "^8.1.21",
137140
"@sanity/prettier-config": "^1.0.6",
138141
"@sanity/semantic-release-preset": "^4.1.8",
139-
"@sanity/ui": "4.0.0-static.16",
142+
"@sanity/ui": "4.0.0-static.38",
140143
"@types/cpx": "^1.5.5",
141144
"@types/express": "^5.0.3",
142145
"@types/lodash": "^4.17.20",
143-
"@types/node": "^20.17.9",
144-
"@types/pako": "^2.0.3",
145-
"@types/react": "^19.1.9",
146-
"@types/react-dom": "^19.1.7",
146+
"@types/node": "^20.19.21",
147+
"@types/pako": "^2.0.4",
148+
"@types/react": "^19.2.2",
149+
"@types/react-dom": "^19.2.2",
147150
"@typescript-eslint/eslint-plugin": "^7.18.0",
148151
"@typescript-eslint/parser": "^7.18.0",
149152
"babel-plugin-react-compiler": "19.1.0-rc.2",
@@ -162,12 +165,12 @@
162165
"jsdom": "^22.1.0",
163166
"npm-run-all2": "^6.2.6",
164167
"prettier": "^3.6.2",
165-
"react": "^19.1.1",
166-
"react-dom": "^19.1.1",
167-
"react-is": "^19.1.1",
168+
"react": "^19.2.0",
169+
"react-dom": "^19.2.0",
170+
"react-is": "^19.2.0",
168171
"semantic-release": "^23.1.1",
169172
"tsconfig-paths": "^4.2.0",
170-
"typescript": "5.9.2",
173+
"typescript": "5.9.3",
171174
"vitest": "^3.2.4"
172175
},
173176
"peerDependencies": {

0 commit comments

Comments
 (0)