Skip to content

Commit cc2df9c

Browse files
authored
fix: md code file import (#126)
* chore: update deps
1 parent db0da56 commit cc2df9c

16 files changed

Lines changed: 1485 additions & 1957 deletions

File tree

.github/workflows/cr.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ jobs:
1818

1919
- uses: pnpm/action-setup@v3
2020

21-
- name: Use Node.js 22.14.0
22-
uses: actions/setup-node@v4
21+
- name: Setup Node.js
22+
uses: actions/setup-node@v6
2323
with:
24-
node-version: 22.14.0
24+
node-version-file: ".nvmrc"
2525
registry-url: "https://registry.npmjs.org"
2626
cache: "pnpm"
2727

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ jobs:
2020

2121
- uses: pnpm/action-setup@v5
2222

23-
- name: Setup Node.js 22.14.0
23+
- name: Setup Node.js
2424
uses: actions/setup-node@v6
2525
with:
26-
node-version: 22.14.0
26+
node-version-file: ".nvmrc"
2727
registry-url: "https://registry.npmjs.org"
2828
cache: pnpm
2929

.github/workflows/typecheck.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@ jobs:
2020

2121
- uses: pnpm/action-setup@v4
2222

23-
- name: Setup Node.js 21.6.1
24-
uses: actions/setup-node@v4
23+
- name: Setup Node.js
24+
uses: actions/setup-node@v6
2525
with:
26-
node-version: 21.6.1
26+
node-version-file: ".nvmrc"
2727
cache: pnpm
2828

2929
- name: Install dependencies
3030
run: pnpm install
3131

3232
- name: Typecheck
33-
run: pnpm typecheck
33+
run: pnpm typecheck

.nvmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
v22.22.1

dev/vite.config.mts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import { solidStart } from "@solidjs/start/config";
22
import { nitro } from "nitro/vite";
33
import { defineConfig } from "vite";
4+
import Inspect from "vite-plugin-inspect";
45

56
import { createSolidBase, defineTheme } from "../src/config";
67
import { createFilesystemSidebar } from "../src/config/sidebar";
@@ -15,6 +16,7 @@ const solidBase = createSolidBase(theme);
1516

1617
export default defineConfig({
1718
plugins: [
19+
Inspect(),
1820
solidBase.plugin({
1921
title: "SolidBase Dev",
2022
description: "Development playground for the latest SolidBase features",

package.json

Lines changed: 40 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
],
3131
"license": "MIT",
3232
"repository": {
33-
"url": "https://github.com/kobaltedev/solidbase"
33+
"url": "https://github.com/kobaltedev/solidbase"
3434
},
3535
"exports": {
3636
"./client": {
@@ -99,90 +99,89 @@
9999
"/dist"
100100
],
101101
"devDependencies": {
102-
"@biomejs/biome": "^2.4.0",
103-
"@octokit/core": "^6.1.4",
102+
"@biomejs/biome": "^2.4.8",
103+
"@octokit/core": "^6.1.6",
104104
"@solidjs/start": "https://pkg.pr.new/solidjs/solid-start/@solidjs/start@2080",
105105
"@types/cross-spawn": "^6.0.6",
106106
"@types/mdast": "^4.0.4",
107107
"@types/resolve": "^1.20.6",
108108
"@types/unist": "^3.0.3",
109109
"cross-env": "^7.0.3",
110-
"esbuild": "^0.25.2",
111-
"glob": "^11.0.1",
110+
"esbuild": "^0.25.12",
112111
"jsdom": "^29.0.0",
113-
"mdast": "^3.0.0",
114-
"resolve": "^1.22.10",
115-
"solid-js": "^1.9.9",
116-
"tsx": "^4.19.3",
112+
"resolve": "^1.22.11",
113+
"solid-js": "^1.9.11",
114+
"tsx": "^4.21.0",
117115
"vfile": "^6.0.3",
118-
"vite": "^8.0.0",
116+
"vite": "^8.0.1",
117+
"vite-plugin-inspect": "^11.3.3",
119118
"vitest": "^4.1.0"
120119
},
121120
"peerDependencies": {
121+
"@solidjs/start": "^2.0.0",
122122
"solid-js": "^1.9.1",
123123
"vite": "^8.0.0"
124124
},
125125
"packageManager": "[email protected]+sha512.47870716bea1572b53df34ad8647b42962bc790ce2bf4562ba0f643237d7302a3d6a8ecef9e4bdfc01d23af1969aa90485d4cebb0b9638fa5ef1daef656f6c1b",
126126
"dependencies": {
127127
"@alloc/quick-lru": "^5.2.0",
128-
"@bprogress/core": "^1.1.18",
129-
"@docsearch/css": "^3.6.2",
128+
"@bprogress/core": "^1.3.4",
129+
"@docsearch/css": "^3.9.0",
130130
"@expressive-code/core": "^0.41.7",
131131
"@expressive-code/plugin-collapsible-sections": "^0.41.7",
132132
"@expressive-code/plugin-frames": "^0.41.7",
133133
"@expressive-code/plugin-line-numbers": "^0.41.7",
134-
"@fontsource-variable/inter": "^5.1.1",
135-
"@fontsource-variable/jetbrains-mono": "^5.1.2",
136-
"@fontsource-variable/lexend": "^5.1.2",
137-
"@kobalte/core": "^0.13.9",
138-
"@mdx-js/mdx": "^3.1.0",
139-
"@solid-primitives/clipboard": "^1.5.10",
134+
"@fontsource-variable/inter": "^5.2.8",
135+
"@fontsource-variable/jetbrains-mono": "^5.2.8",
136+
"@fontsource-variable/lexend": "^5.2.11",
137+
"@kobalte/core": "^0.13.11",
138+
"@mdx-js/mdx": "^3.1.1",
139+
"@solid-primitives/clipboard": "^1.6.4",
140140
"@solid-primitives/context": "^0.2.3",
141-
"@solid-primitives/event-listener": "^2.3.3",
142-
"@solid-primitives/keyboard": "^1.2.8",
143-
"@solid-primitives/media": "^2.2.9",
141+
"@solid-primitives/event-listener": "^2.4.5",
142+
"@solid-primitives/keyboard": "^1.3.5",
143+
"@solid-primitives/media": "^2.3.5",
144144
"@solid-primitives/platform": "^0.1.2",
145-
"@solid-primitives/scroll": "^2.0.23",
146-
"@solid-primitives/storage": "^4.3.1",
145+
"@solid-primitives/scroll": "^2.1.5",
146+
"@solid-primitives/storage": "^4.3.4",
147147
"@solidjs/meta": "^0.29.4",
148148
"@solidjs/router": "^0.15.3",
149-
"cross-spawn": "^7.0.3",
150-
"diff": "^8.0.2",
149+
"cross-spawn": "^7.0.6",
150+
"diff": "^8.0.3",
151151
"esast-util-from-js": "^2.0.1",
152-
"estree-util-value-to-estree": "^3.1.2",
153-
"expressive-code": "^0.41.3",
154-
"expressive-code-twoslash": "=0.4.0",
152+
"estree-util-value-to-estree": "^3.5.0",
153+
"expressive-code": "^0.41.7",
154+
"expressive-code-twoslash": "^0.4.0",
155155
"gray-matter": "^4.0.3",
156-
"hastscript": "^9.0.0",
157-
"magic-string": "^0.30.19",
158-
"mdast-util-find-and-replace": "^3.0.1",
156+
"hastscript": "^9.0.1",
157+
"magic-string": "^0.30.21",
158+
"mdast-util-find-and-replace": "^3.0.2",
159159
"mdast-util-mdx-jsx": "^3.2.0",
160160
"mdast-util-to-string": "^4.0.0",
161161
"mdast-util-toc": "^7.1.0",
162162
"parse-numeric-range": "^1.3.0",
163-
"prettier": "4.0.0-alpha.10",
163+
"prettier": "4.0.0-alpha.13",
164164
"rehype-autolink-headings": "^7.1.0",
165165
"rehype-expressive-code": "^0.41.7",
166166
"rehype-raw": "^7.0.0",
167167
"rehype-slug": "^6.0.0",
168-
"remark-directive": "^3.0.0",
168+
"remark": "^15.0.1",
169+
"remark-directive": "^3.0.1",
169170
"remark-frontmatter": "^5.0.0",
170-
"remark-gfm": "^4.0.0",
171+
"remark-gfm": "^4.0.1",
171172
"remark-mdx": "^3.1.1",
172173
"remark-parse": "^11.0.0",
173174
"remark-stringify": "^11.0.0",
174-
"rollup": "^4.53.3",
175175
"source-map": "^0.7.6",
176176
"toml": "^3.0.0",
177-
"typescript": "^5.6.3",
177+
"typescript": "^5.9.3",
178178
"unified": "^11.0.5",
179-
"unist": "^0.0.1",
180179
"unist-builder": "^4.0.0",
181180
"unist-util-mdx-define": "^1.1.2",
182-
"unist-util-visit": "^5.0.0",
183-
"unplugin-auto-import": "^19.1.0",
184-
"unplugin-icons": "^22.1.0",
185-
"yaml": "^2.8.0"
181+
"unist-util-visit": "^5.1.0",
182+
"unplugin-auto-import": "^19.3.0",
183+
"unplugin-icons": "^22.5.0",
184+
"yaml": "^2.8.2"
186185
},
187186
"engines": {
188187
"node": ">=22"

0 commit comments

Comments
 (0)