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
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.14.0
22.19.0
8 changes: 2 additions & 6 deletions .prototools
Original file line number Diff line number Diff line change
@@ -1,6 +1,2 @@
biome = "1.9.4"
node = "20.14.0"
pnpm = "9.5.0"

[plugins]
biome = "source:https://raw.githubusercontent.com/Phault/proto-toml-plugins/main/biome/plugin.toml"
node = "22.19.0"
pnpm = "10.17.0"
2 changes: 1 addition & 1 deletion biome.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "https://biomejs.dev/schemas/1.9.4/schema.json",
"$schema": "./node_modules/@biomejs/biome/configuration_schema.json",
"vcs": {
"enabled": true,
"clientKind": "git",
Expand Down
4 changes: 3 additions & 1 deletion knip.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ const config: KnipConfig = {
'typedoc-plugin-frontmatter',
'typedoc-plugin-zod',
'ultrahtml',
'effect',
'@withstudiocms/component-registry',
'@docsearch/js'
Comment thread
Adammatthiesen marked this conversation as resolved.
],
entry: [
'src/**/*.{js,cjs,mjs,jsx,ts,cts,mts,tsx}',
Expand All @@ -28,7 +31,6 @@ const config: KnipConfig = {
'src/**/*.{js,cjs,mjs,jsx,ts,cts,mts,tsx}',
'scripts/**/*.{js,cjs,mjs,jsx,ts,cts,mts,tsx}',
'lunaria/**/*.{js,cjs,mjs,jsx,ts,cts,mts,tsx}',
'biome.json',
],
astro: {
entry: [
Expand Down
99 changes: 54 additions & 45 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"name": "docs",
"type": "module",
"version": "0.0.1",
"packageManager": "pnpm@9.5.0",
"packageManager": "pnpm@10.17.0",
"engines": {
"node": "20.14.0"
"node": "22.19.0"
},
"scripts": {
"dev": "pnpm gen-changelogs && astro dev",
Expand All @@ -22,72 +22,81 @@
"gen-changelogs": "tsm --require=./scripts/filter-warnings.cjs ./scripts/generate-release-notes.ts"
},
"dependencies": {
"studiocms": "0.1.0-beta.26",
"@11ty/eleventy-fetch": "^5.0.2",
"@actions/core": "^1.11.1",
"@astrojs/check": "^0.9.4",
"@astrojs/db": "^0.17.1",
"@astrojs/node": "^9.3.1",
"@astrojs/react": "^4.3.0",
"@astrojs/starlight": "^0.35.2",
"@biomejs/biome": "1.9.4",
"@docsearch/css": "^3.6.0",
"@docsearch/js": "^3.6.0",
"@fontsource-variable/onest": "5.1.1",
Comment thread
Adammatthiesen marked this conversation as resolved.
"@lunariajs/core": "https://pkg.pr.new/lunariajs/lunaria/@lunariajs/core@4c8b9b0",
"@shikijs/colorized-brackets": "^3.2.1",
"@studiocms/blog": "0.1.0-beta.26",
"@studiocms/cloudinary-image-service": "0.1.0-beta.26",
"@studiocms/devapps": "0.1.0-beta.26",
"@studiocms/html": "0.1.0-beta.26",
"@studiocms/markdoc": "0.1.0-beta.26",
"@studiocms/md": "0.1.0-beta.26",
"@studiocms/mdx": "0.1.0-beta.26",
"@studiocms/wysiwyg": "0.1.0-beta.26",
"@studiocms/ui": "^0.4.17",
"@studiocms/web-vitals": "^4.5.0",
"@actions/core": "^1.11.1",
"@studiocms/wysiwyg": "0.1.0-beta.26",
"@types/hast": "^3.0.4",
"@types/html-escaper": "^3.0.4",
"@types/mdast": "^4.0.4",
"@types/node": "^24.1.0",
"@types/semver": "^7.7.0",
"astro": "^5.12.9",
"@astrojs/check": "^0.9.4",
"@astrojs/starlight": "^0.35.2",
"@astrojs/db": "^0.17.1",
"@astrojs/node": "^9.3.1",
"@astrojs/react": "^4.3.0",
"sharp": "^0.33.5",
"typescript": "^5.8.3",
"astro-embed": "^0.9.0",
"astro-integration-kit": "^0.18.0",
"knip": "^5.46.0",
"tsm": "^2.3.0",
"@biomejs/biome": "1.9.4",
"@lunariajs/core": "https://pkg.pr.new/lunariajs/lunaria/@lunariajs/core@4c8b9b0",
"expressive-code-twoslash": "^0.5.3",
"@shikijs/colorized-brackets": "^3.2.1",
"fast-glob": "^3.3.3",
"hast-util-to-string": "^3.0.1",
"hastscript": "^9.0.1",
"html-escaper": "^3.0.3",
"knip": "^5.46.0",
"mdast-util-from-markdown": "^2.0.2",
"mdast-util-to-markdown": "^2.1.2",
"mdast-util-to-string": "^4.0.0",
"p-retry": "^6.2.1",
"rehype-autolink-headings": "^7.1.0",
"rehype-external-links": "^3.0.0",
"rehype-slug": "^6.0.0",
"semver": "^7.7.1",
"sharp": "^0.33.5",
"starlight-image-zoom": "^0.12.0",
"starlight-links-validator": "^0.16.0",
"starlight-package-managers": "^0.11.0",
"@11ty/eleventy-fetch": "^5.0.2",
"starlight-sidebar-topics": "^0.6.0",
"@types/hast": "^3.0.4",
"p-retry": "^6.2.1",
"astro-embed": "^0.9.0",
"starlight-typedoc": "^0.21.0",
"studiocms": "0.1.0-beta.26",
"tsm": "^2.3.0",
"typedoc": "^0.28.1",
"typedoc-plugin-markdown": "^4.6.0",
"typedoc-plugin-frontmatter": "^1.3.0",
"typedoc-plugin-markdown": "^4.6.0",
"typedoc-plugin-zod": "^1.4.0",
"starlight-image-zoom": "^0.12.0",
"starlight-links-validator": "^0.16.0",
"hastscript": "^9.0.1",
"hast-util-to-string": "^3.0.1",
"rehype-slug": "^6.0.0",
"rehype-autolink-headings": "^7.1.0",
"rehype-external-links": "^3.0.0",
"@types/html-escaper": "^3.0.4",
"html-escaper": "^3.0.3",
"@fontsource-variable/onest": "5.1.1",
"unified": "^11.0.5",
"typescript": "^5.8.3",
"ultrahtml": "^1.5.3",
"@docsearch/css": "^3.6.0",
"@docsearch/js": "^3.6.0",
"fast-glob": "^3.3.3",
"@types/mdast": "^4.0.4",
"unist-util-visit": "^5.0.0",
"mdast-util-to-markdown": "^2.1.2",
"mdast-util-from-markdown": "^2.0.2",
"mdast-util-to-string": "^4.0.0",
"semver": "^7.7.1",
"@types/semver": "^7.7.0",
"@types/node": "^24.1.0"
"unified": "^11.0.5",
"unist-util-visit": "^5.0.0"
},
"__pnpmOverridesNote": "This is a version fix to lock all installations of vite to the same version, as it is a peer dependency of many of the packages we use.",
"pnpm": {
"overrides": {
"vite": "^6.3.4"
}
},
"onlyBuiltDependencies": [
"@biomejs/biome",
"@parcel/watcher",
"canvas",
"esbuild",
"msgpackr-extract",
"oxc-resolver",
"sharp"
]
}
}
Loading
Loading