Skip to content

Commit 4e6525b

Browse files
committed
Merge remote-tracking branch 'origin/main' into feat-stencil-bundle
# Conflicts: # pnpm-lock.yaml
2 parents cd5c46a + c9b4d5d commit 4e6525b

15 files changed

Lines changed: 422 additions & 426 deletions

File tree

.stylelintignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
assets/fonts/**/sources
2+
**/node_modules/**
23
build/
34
build-outputs/
45
build-showcases/

output/vue/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@
5050
"cpr": "3.0.1",
5151
"npm-run-all2": "8.0.4",
5252
"replace-in-file": "8.4.0",
53-
"tsx": "4.21.0",
53+
"tsx": "4.22.0",
5454
"typescript": "5.9.3",
55-
"vite": "8.0.12",
55+
"vite": "8.0.13",
5656
"vue": "3.5.34",
5757
"vue-tsc": "3.2.8"
5858
},

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,10 +114,10 @@
114114
"prettier": "3.8.3",
115115
"prettier-plugin-organize-imports": "4.3.0",
116116
"prettier-plugin-pkg": "0.22.1",
117-
"stylelint": "17.11.0",
117+
"stylelint": "17.11.1",
118118
"stylelint-config-standard-scss": "17.0.0",
119119
"stylelint-use-logical": "2.1.3",
120-
"tsx": "4.21.0",
120+
"tsx": "4.22.0",
121121
"typescript": "5.9.3",
122122
"validate-branch-name": "1.3.2",
123123
"xo": "2.0.2"

packages/agent-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"cpr": "3.0.1",
3535
"esbuild": "0.28.0",
3636
"npm-run-all2": "8.0.4",
37-
"tsx": "4.21.0",
37+
"tsx": "4.22.0",
3838
"vitest": "4.1.6"
3939
},
4040
"publishConfig": {

packages/components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"replace-in-file": "8.4.0",
6969
"sass": "1.99.0",
7070
"storybook": "10.3.6",
71-
"tsx": "4.21.0",
71+
"tsx": "4.22.0",
7272
"vitest": "4.1.6"
7373
},
7474
"publishConfig": {

packages/foundations/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@
5959
"postcss-cli": "11.0.1",
6060
"prettier": "3.8.3",
6161
"sass": "1.99.0",
62-
"tsx": "4.21.0",
62+
"tsx": "4.22.0",
6363
"typescript": "5.9.3",
64-
"vite": "8.0.12"
64+
"vite": "8.0.13"
6565
},
6666
"publishConfig": {
6767
"registry": "https://registry.npmjs.org/",

packages/mcp-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"cpr": "3.0.1",
4949
"esbuild": "0.28.0",
5050
"npm-run-all2": "8.0.4",
51-
"tsx": "4.21.0",
51+
"tsx": "4.22.0",
5252
"typescript": "5.9.3",
5353
"vitest": "4.1.6"
5454
},

packages/migration/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"cpr": "3.0.1",
3636
"esbuild": "0.28.0",
3737
"npm-run-all2": "8.0.4",
38-
"tsx": "4.21.0",
38+
"tsx": "4.22.0",
3939
"vitest": "4.1.6"
4040
},
4141
"publishConfig": {

packages/vite-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"cpr": "3.0.1",
5252
"npm-run-all2": "8.0.4",
5353
"typescript": "5.9.3",
54-
"vite": "8.0.12",
54+
"vite": "8.0.13",
5555
"vitest": "4.1.6"
5656
},
5757
"publishConfig": {

0 commit comments

Comments
 (0)