Skip to content

Commit 4325ae4

Browse files
authored
Merge pull request #12 from starbeamjs/update-to-0.8.4
2 parents 5188265 + 2e770e0 commit 4325ae4

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

74 files changed

+2715
-2147
lines changed

.config/.env/.env.development

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
STARBEAM_REGISTRY_URL=

.env.development

Whitespace-only changes.

.npmrc

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
auto-install-peers=true
2-
ignore-workspace-root-check=true
2+
ignore-workspace-root-check=true
3+
ignore-dep-scripts=true

.vscode/settings.json

+10-13
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"strings": "on",
1919
"other": "on"
2020
},
21-
"editor.defaultFormatter": "Vue.volar"
21+
"editor.defaultFormatter": "esbenp.prettier-vscode"
2222
},
2323
"explorer.fileNesting.enabled": true,
2424
"explorer.fileNesting.patterns": {
@@ -39,9 +39,6 @@
3939
"editor.codeActionsOnSave": {
4040
"source.organizeImports": true
4141
},
42-
"typescript.tsdk": "node_modules/typescript/lib",
43-
"typescript.tsserver.experimental.enableProjectDiagnostics": false,
44-
"typescript.disableAutomaticTypeAcquisition": true,
4542

4643
"scss.lint.float": "warning",
4744
"scss.lint.ieHack": "error",
@@ -54,9 +51,10 @@
5451
"scssLint.languages": ["scss"],
5552
"scssLint.showHighlights": true,
5653

57-
"[vue]": {
58-
"editor.defaultFormatter": "esbenp.prettier-vscode"
54+
"[vue][scss]": {
55+
"editor.defaultFormatter": "Vue.volar"
5956
},
57+
6058
"[yaml]": {
6159
"editor.insertSpaces": true,
6260
"editor.defaultFormatter": "redhat.vscode-yaml",
@@ -72,17 +70,16 @@
7270

7371
"volar.takeOverMode.enabled": "auto",
7472
"volar.autoWrapParentheses": true,
75-
"volar.vueserver.useSecondServer": true,
7673
"volar.updateImportsOnFileMove.enabled": true,
77-
"volar.codeLens.scriptSetupTools": true,
78-
"volar.codeLens.references": true,
79-
"volar.completion.autoImportComponent": true,
80-
"vite.autoStart": false,
74+
"volar.doctor.statusBarItem": true,
75+
"volar.vueserver.vitePress.processMdFile": true,
76+
"volar.autoCompleteRefs": true,
77+
"volar.completion.normalizeComponentAutoImportName": true,
78+
"volar.vueserver.textDocumentSync": "incremental",
8179

8280
"yaml.schemaStore.enable": true,
8381
"yaml.schemas": {
84-
"./packages/api-docs/dist/api.schema.json": "/src/api/**/*.yml",
85-
"file:///workspaces/docs/packages/api-docs/dist/api.schema.json": "file:///workspaces/docs/src/api/core/%24api/cell.yml"
82+
"./packages/api-docs/dist/api.schema.json": "/src/api/**/*.yml"
8683
},
8784
"yaml.trace.server": "messages",
8885

package.json

+56-37
Original file line numberDiff line numberDiff line change
@@ -15,69 +15,87 @@
1515
"author": "",
1616
"license": "ISC",
1717
"devDependencies": {
18-
"@babel/plugin-syntax-import-assertions": "^7.18.6",
19-
"@csstools/postcss-design-tokens": "^1.1.1",
20-
"@iconify/json": "^2.1.88",
21-
"@starbeam/api-docs": "workspace:*",
22-
"@starbeam/core": "^0.6.0",
23-
"@starbeam/debug": "^0.6.0",
24-
"@starbeam/js": "^0.6.0",
25-
"@starbeam/react": "^0.6.0",
26-
"@starbeam/vitepress": "workspace:*",
18+
"@babel/plugin-syntax-import-assertions": "^7.20.0",
19+
"@codesandbox/sandpack-client": "^1.12.1",
20+
"@csstools/postcss-design-tokens": "^1.2.0",
21+
"@iconify/json": "^2.1.140",
22+
"@starbeam/api-docs": "workspace:^0.0.0",
23+
"@starbeam/debug": "0.8.5",
24+
"@starbeam/interfaces": "0.8.5",
25+
"@starbeam/js": "0.8.5",
26+
"@starbeam/react": "0.8.5",
27+
"@starbeam/timeline": "0.8.5",
28+
"@starbeam/universal": "0.8.5",
29+
"@starbeam/vitepress": "workspace:1.0.0",
2730
"@tuzig/toml": "3.0.0-browser",
2831
"@types/diacritics": "^1.3.1",
2932
"@types/hash-sum": "^1.0.0",
30-
"@types/jsdoc-api": "workspace:*",
33+
"@types/jsdoc-api": "workspace:1.0.0",
3134
"@types/markdown-it": "^12.2.3",
32-
"@types/mermaid": "^8.2.9",
33-
"@types/postcss-advanced-variables": "workspace:*",
34-
"@types/postcss-env-function": "workspace:*",
35-
"@types/postcss-functions": "workspace:*",
36-
"@types/postcss-modules-values": "workspace:*",
37-
"@types/postcss-nesting": "workspace:*",
35+
"@types/mermaid": "^9.1.0",
36+
"@types/postcss-advanced-variables": "workspace:1.0.0",
37+
"@types/postcss-env-function": "workspace:1.0.0",
38+
"@types/postcss-functions": "workspace:1.0.0",
39+
"@types/postcss-modules-values": "workspace:1.0.0",
40+
"@types/postcss-nesting": "workspace:1.0.0",
3841
"@types/postcss-scss": "workspace:1.0.0",
39-
"@types/react": "^18.0.15",
40-
"@types/react-dom": "^18.0.6",
41-
"@typescript/twoslash": "^3.2.1",
42-
"@vitejs/plugin-vue": "^3.0.3",
43-
"@vue/runtime-dom": "^3.2.37",
44-
"@vueuse/core": "^9.0.2",
42+
"@types/react": "^18.0.25",
43+
"@types/react-dom": "^18.0.9",
44+
"@vitejs/plugin-vue": "^3.2.0",
45+
"@vue/runtime-core": "^3.2.45",
46+
"@vue/runtime-dom": "^3.2.45",
47+
"@vueuse/core": "^9.5.0",
48+
"codesandbox-sandpack-vue3": "^1.2.10",
4549
"docs-snippet": "^1.0.4",
4650
"fenceparser": "^2.2.0",
51+
"fflate": "^0.7.4",
4752
"hash-sum": "^2.0.0",
4853
"jsdoc-api": "^7.1.1",
4954
"markdown-it": "^13.0.1",
5055
"markdown-it-emoji": "^2.0.2",
5156
"markdown-it-shiki-twoslash": "^2.1.0",
5257
"markdown-it-toc-done-right": "^4.2.0",
53-
"mermaid": "^9.1.6",
54-
"postcss": "^8.4.16",
58+
"mermaid": "^9.2.2",
59+
"postcss": "^8.4.19",
5560
"postcss-advanced-variables": "^3.0.1",
5661
"postcss-atroot": "^0.2.3",
5762
"postcss-current-selector": "^0.0.3",
5863
"postcss-env-function": "^4.0.6",
5964
"postcss-functions": "^4.0.2",
6065
"postcss-modules-values": "^4.0.0",
61-
"postcss-nested": "^5.0.6",
66+
"postcss-nested": "^6.0.0",
6267
"postcss-nested-ancestors": "^3.0.0",
63-
"postcss-nesting": "^10.1.10",
68+
"postcss-nesting": "^10.2.0",
6469
"postcss-property-lookup": "^3.0.0",
65-
"postcss-scss": "^4.0.4",
70+
"postcss-scss": "^4.0.5",
6671
"prettier": "^2.7.1",
67-
"shiki": "^0.10.1",
72+
"sass": "^1.56.1",
73+
"shiki": "^0.11.1",
6874
"shiki-twoslash": "^3.1.0",
69-
"typescript": "next",
70-
"vite": "^3.1.0",
75+
"typescript": "^4.9.3",
76+
"vite": "^3.2.4",
7177
"vite-plugin-babel": "^1.1.2",
72-
"vitepress": "1.0.0-alpha.13",
73-
"vitest": "^0.21.1",
74-
"vue": "^3.2.37",
75-
"vuepress-plugin-md-enhance": "^2.0.0-beta.87"
78+
"vitepress": "1.0.0-alpha.29",
79+
"vitest": "^0.25.2",
80+
"vue": "^3.2.45"
81+
},
82+
"imports": {
83+
"#components": "./src/$components"
7684
},
7785
"pnpm": {
7886
"overrides": {
7987
"vite": "^3",
80-
"typescript": "next"
88+
"typescript": "^4.9.3",
89+
"@typescript/twoslash": "^3.2.1",
90+
"@types/react": "^18.0.25",
91+
"@types/react-dom": "^18.0.9",
92+
"tslib": "^2.4.1",
93+
"@starbeam/debug": "0.8.5",
94+
"@starbeam/js": "0.8.5",
95+
"@starbeam/react": "0.8.5",
96+
"@starbeam/timeline": "0.8.5",
97+
"@starbeam/universal": "0.8.5",
98+
"@starbeam/interfaces": "0.8.5"
8199
},
82100
"peerDependencyRules": {
83101
"allowedVersions": {
@@ -91,9 +109,10 @@
91109
},
92110
"dependencies": {
93111
"balloon-css": "^1.2.0",
94-
"diacritics": "^1.3.0"
112+
"diacritics": "^1.3.0",
113+
"vue-console-feed": "^0.0.27"
95114
},
96115
"volta": {
97-
"node": "18.8.0"
116+
"node": "19.1.0"
98117
}
99118
}

packages/api-docs/package.json

+3
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
"type": "module",
55
"main": "./src/index.ts",
66
"exports": {
7+
".": {
8+
"types": "./src/api.d.ts"
9+
},
710
"./schema.json": "./dist/api.schema.json"
811
},
912
"scripts": {

0 commit comments

Comments
 (0)