Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions .changeset/library-deps-patch-bumps.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
"@datum-cloud/datum-ui": patch
---

Tighten peer and dependency version ranges following upstream patch releases.

- `@hookform/resolvers`: `^5` → `^5.2.2`
- `class-variance-authority`: `^0.7` → `^0.7.1`

Transitive updates via the inlined shadcn primitives:

- `@types/geojson`: `^7946` → `^7946.0.16`
- `@types/leaflet.fullscreen`: `^3` → `^3.0.3`
9 changes: 9 additions & 0 deletions .changeset/storybook-toolchain-bumps.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
"@repo/storybook": patch
---

Bump Rsbuild toolchain to latest patches and update the shared publish workflow action.

- `@rsbuild/core`: `^1` → `^1.7.5`
- `@rsbuild/plugin-react`: `^1` → `^1.4.6`
- `datum-cloud/actions` reusable workflows: `v1.13.1` → `v1.13.2`
4 changes: 2 additions & 2 deletions .github/workflows/publish-storybook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
contents: read
packages: write
attestations: write
uses: datum-cloud/actions/.github/workflows/publish-docker.yaml@v1.13.1
uses: datum-cloud/actions/.github/workflows/publish-docker.yaml@v1.13.2
with:
image-name: datum-storybook
dockerfile-path: apps/storybook/Dockerfile
Expand All @@ -32,7 +32,7 @@ jobs:
id-token: write
contents: read
packages: write
uses: datum-cloud/actions/.github/workflows/publish-kustomize-bundle.yaml@v1.13.1
uses: datum-cloud/actions/.github/workflows/publish-kustomize-bundle.yaml@v1.13.2
with:
bundle-name: ghcr.io/datum-cloud/datum-storybook-kustomize
bundle-path: apps/storybook/config/base
Expand Down
3 changes: 2 additions & 1 deletion apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"fumadocs-mdx": "^14.2.9",
"fumadocs-ui": "^16",
"lucide-react": "^0.576.0",
"next": "^16",
"next": "^16.2.3",
"react": "^19.2",
"react-dom": "^19.2",
"recharts": "^2",
Expand All @@ -45,6 +45,7 @@
"@types/leaflet.fullscreen": "^5.2.0",
"@types/leaflet.markercluster": "^1.5.6",
"@types/mdx": "^2.0.13",
"@types/node": "25.6.0",
"@types/react": "^19",
"@types/react-dom": "^19",
"leaflet": "^1.9.4",
Expand Down
4 changes: 2 additions & 2 deletions apps/storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"devDependencies": {
"@repo/config": "workspace:*",
"@repo/shadcn": "workspace:*",
"@rsbuild/core": "^1",
"@rsbuild/plugin-react": "^1",
"@rsbuild/core": "^1.7.5",
"@rsbuild/plugin-react": "^1.4.6",
"@storybook/addon-a11y": "^10.2.14",
"@storybook/addon-interactions": "^8",
"@storybook/addon-links": "^10.2.14",
Expand Down
4 changes: 2 additions & 2 deletions packages/datum-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@
"@conform-to/zod": ">=1",
"@dnd-kit/core": ">=6",
"@dnd-kit/sortable": ">=8",
"@hookform/resolvers": ">=5",
"@hookform/resolvers": ">=5.2.2",
"@monaco-editor/react": "^4.7.0",
"@stepperize/react": ">=4",
"@tanstack/react-table": ">=8",
Expand Down Expand Up @@ -513,7 +513,7 @@
"@radix-ui/react-tabs": "^1",
"@radix-ui/react-tooltip": "^1",
"@radix-ui/react-visually-hidden": "^1",
"class-variance-authority": "^0.7",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1",
"tailwind-merge": "^3.5.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/shadcn/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"dependencies": {
"clsx": "^2.1.1",
"tailwind-merge": "^3.4.0",
"@hookform/resolvers": "^5",
"@hookform/resolvers": "^5.2.2",
"@radix-ui/react-avatar": "^1",
"@radix-ui/react-checkbox": "^1",
"@radix-ui/react-collapsible": "^1",
Expand All @@ -40,7 +40,7 @@
"@radix-ui/react-tabs": "^1",
"@radix-ui/react-tooltip": "^1",
"@radix-ui/react-visually-hidden": "^1",
"class-variance-authority": "^0.7",
"class-variance-authority": "^0.7.1",
"cmdk": "^1",
"date-fns": "^4",
"embla-carousel-react": "^8",
Expand All @@ -57,7 +57,7 @@
},
"devDependencies": {
"@repo/config": "workspace:*",
"@types/geojson": "^7946",
"@types/geojson": "^7946.0.16",
"@types/react": "^19",
"@types/react-dom": "^19",
"tailwindcss": "^4",
Expand All @@ -72,7 +72,7 @@
"leaflet-draw": "^1.0.4",
"@types/leaflet-draw": "^1",
"leaflet.fullscreen": "^5.3.0",
"@types/leaflet.fullscreen": "^3",
"@types/leaflet.fullscreen": "^3.0.3",
"leaflet.markercluster": "^1.5.3",
"@types/leaflet.markercluster": "^1",
"react-leaflet-markercluster": ">=5.0.0-rc.0"
Expand Down
337 changes: 176 additions & 161 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

Loading