Skip to content

Commit

Permalink
Update dependencies (#430)
Browse files Browse the repository at this point in the history
* chore: update dependencies and remove unused package

* chore: update @sentry/astro and @outerbase/sdk-transform to latest versions

* chore: update dependencies for @studiocms/devapps, studiocms, and @studiocms/blog

* chore: update vite to version 6.2.0 and add type for PluginOption in index.ts

* chore: remove unused import of PluginOption from vite in index.ts

* Fix overflow for inner sidebar in user management (#431)

Co-authored-by: Adam Matthiesen <[email protected]>

---------

Co-authored-by: Louis Escher <[email protected]>
  • Loading branch information
Adammatthiesen and louisescher authored Feb 27, 2025
1 parent f17c816 commit 36474b5
Show file tree
Hide file tree
Showing 9 changed files with 866 additions and 1,151 deletions.
7 changes: 7 additions & 0 deletions .changeset/khaki-things-jog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"@studiocms/devapps": patch
"studiocms": patch
"@studiocms/blog": patch
---

Update dependencies
8 changes: 4 additions & 4 deletions build-scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
"build-scripts": "./index.js"
},
"dependencies": {
"esbuild": "^0.24.2",
"esbuild": "^0.25.0",
"esbuild-plugin-copy": "^2.1.1",
"fast-glob": "^3.3.2",
"fast-glob": "^3.3.3",
"kleur": "^4.1.5",
"p-limit": "^6.1.0",
"tinyexec": "^0.3.1",
"tsconfck": "^3.1.4"
"tinyexec": "^0.3.2",
"tsconfck": "^3.1.5"
}
}
16 changes: 8 additions & 8 deletions docs/astro.config.mts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import starlight from '@astrojs/starlight';
import starWarp from '@inox-tools/star-warp';
// import starWarp from '@inox-tools/star-warp';
import ui from '@studiocms/ui';
import { defineConfig } from 'astro/config';
import starlightImageZoom from 'starlight-image-zoom';
Expand Down Expand Up @@ -103,13 +103,13 @@ export default defineConfig({
plugins: [
...typeDocPlugins,
starlightImageZoom(),
starWarp({
openSearch: {
title: 'StudioCMS Docs',
description: 'Search StudioCMS documentation',
enabled: true,
},
}),
// starWarp({
// openSearch: {
// title: 'StudioCMS Docs',
// description: 'Search StudioCMS documentation',
// enabled: true,
// },
// }),
starlightSidebarTopics([
{
label: 'Learn',
Expand Down
1 change: 0 additions & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
"typescript": "catalog:",
"astro-integration-kit": "catalog:",

"@inox-tools/star-warp": "^0.2.3",
"tsm": "2.3.0",
"@lunariajs/core": "https://pkg.pr.new/lunariajs/lunaria/@lunariajs/core@4c8b9b0",
"expressive-code-twoslash": "^0.4.0",
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,14 @@
"devDependencies": {
"@actions/core": "^1.11.1",
"@biomejs/biome": "1.9.4",
"@changesets/cli": "2.27.9",
"@changesets/config": "3.0.3",
"@changesets/changelog-github": "0.5.0",
"@changesets/write": "0.3.2",
"@changesets/cli": "2.28.1",
"@changesets/config": "3.1.1",
"@changesets/changelog-github": "0.5.1",
"@changesets/write": "0.4.0",
"build-scripts": "workspace:*",
"studiocms": "workspace:*",
"execa": "9.5.1",
"pkg-pr-new": "0.0.32",
"execa": "9.5.2",
"pkg-pr-new": "0.0.40",
"typescript": "catalog:",
"tsm": "2.3.0"
}
Expand Down
4 changes: 4 additions & 0 deletions packages/studiocms/src/styles/dashboard-base.css
Original file line number Diff line number Diff line change
Expand Up @@ -578,3 +578,7 @@ main {
#search-form {
width: 100%;
}

#sui-sidebar-inner > div:has(> .inner-sidebar-container) {
height: 100%;
}
2 changes: 1 addition & 1 deletion packages/studiocms_devapps/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"cheerio": "^1.0.0",
"turndown": "^7.2.0",
"html-entities": "^2.5.2",
"@outerbase/sdk-transform": "^1.0.4"
"@outerbase/sdk-transform": "^1.0.5"
},
"devDependencies": {
"@types/cheerio": "^0.22.35",
Expand Down
Loading

0 comments on commit 36474b5

Please sign in to comment.