Skip to content

Commit f0e3799

Browse files
chore(deps): update all non-major dependencies (#3076)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2a00413 commit f0e3799

File tree

9 files changed

+276
-286
lines changed

9 files changed

+276
-286
lines changed

Diff for: .github/workflows/sync-h5.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: pnpm copy:h5
3333

3434
- name: Sync
35-
uses: JamesIves/[email protected].0
35+
uses: JamesIves/[email protected].1
3636
with:
3737
branch: new-site # action 应该部署到的分支 。
3838
folder: site_docs #操作应该部署的文件夹 。

Diff for: .github/workflows/sync-pkg.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
run: pnpm build:taro
3434

3535
- name: Sync
36-
uses: JamesIves/[email protected].0
36+
uses: JamesIves/[email protected].1
3737
with:
3838
branch: pkg # action 应该部署到的分支 。
3939
folder: publish #操作应该部署的文件夹 。

Diff for: .github/workflows/sync-taro.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: pnpm copy:taro
3333

3434
- name: Sync
35-
uses: JamesIves/[email protected].0
35+
uses: JamesIves/[email protected].1
3636
with:
3737
branch: new-site # action 应该部署到的分支 。
3838
folder: site_docs #操作应该部署的文件夹 。

Diff for: package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -75,19 +75,19 @@
7575
"@nutui/icons-vue": "^0.1.1",
7676
"@nutui/icons-vue-taro": "^0.0.9",
7777
"@nutui/touch-emulator": "workspace:^",
78-
"sass": "^1.77.1",
78+
"sass": "^1.77.2",
7979
"vue-router": "^4.3.2"
8080
},
8181
"devDependencies": {
8282
"@commitlint/cli": "^19.3.0",
8383
"@commitlint/config-conventional": "^19.2.2",
8484
"@eslint/config-inspector": "^0.4.8",
85-
"@eslint/eslintrc": "^3.0.2",
85+
"@eslint/eslintrc": "^3.1.0",
8686
"@nutui/eslint-config": "workspace:*",
8787
"@nutui/prettier-plugin": "workspace:*",
8888
"@nutui/vite-plugins": "workspace:*",
8989
"@tarojs/taro": "3.6.24",
90-
"@types/node": "^20.12.11",
90+
"@types/node": "^20.12.12",
9191
"@vitejs/plugin-vue": "^5.0.4",
9292
"@vitejs/plugin-vue-jsx": "^3.1.0",
9393
"@vitest/coverage-istanbul": "^1.6.0",
@@ -96,12 +96,12 @@
9696
"@vue/test-utils": "^2.4.6",
9797
"autoprefixer": "^10.4.19",
9898
"codesandbox": "^2.2.3",
99-
"eslint": "^9.2.0",
99+
"eslint": "^9.3.0",
100100
"eslint-config-flat-gitignore": "^0.1.5",
101101
"fs-extra": "^11.2.0",
102-
"happy-dom": "^14.10.1",
102+
"happy-dom": "^14.11.0",
103103
"husky": "^9.0.11",
104-
"inquirer": "^9.2.20",
104+
"inquirer": "^9.2.22",
105105
"lzutf8": "^0.6.3",
106106
"markdown-it": "^14.1.0",
107107
"nano-staged": "^0.8.0",
@@ -110,7 +110,7 @@
110110
"typescript": "^5.4.5",
111111
"unplugin-vue-components": "^0.27.0",
112112
"vite": "^5.2.11",
113-
"vite-plugin-vue-devtools": "^7.1.3",
113+
"vite-plugin-vue-devtools": "^7.2.1",
114114
"vitest": "^1.6.0",
115115
"vitest-canvas-mock": "^0.3.3",
116116
"vue": "^3.4.27",
@@ -129,6 +129,6 @@
129129
"url": "https://github.com/jdf2e/nutui.git"
130130
},
131131
"resolutions": {
132-
"@typescript-eslint/utils": "^8.0.0-alpha.10"
132+
"@typescript-eslint/utils": "^8.0.0-alpha.14"
133133
}
134134
}

Diff for: packages/nutui-eslint-config/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,15 @@
2626
},
2727
"dependencies": {
2828
"@stylistic/eslint-plugin": "^2.1.0",
29-
"@typescript-eslint/eslint-plugin": "^8.0.0-alpha.10",
30-
"@typescript-eslint/parser": "^8.0.0-alpha.10",
29+
"@typescript-eslint/eslint-plugin": "^8.0.0-alpha.14",
30+
"@typescript-eslint/parser": "^8.0.0-alpha.14",
3131
"eslint-plugin-vue": "^9.26.0",
32-
"typescript-eslint": "^8.0.0-alpha.10",
32+
"typescript-eslint": "^8.0.0-alpha.14",
3333
"vue-eslint-parser": "^9.4.2",
34-
"@eslint/js": "^9.2.0"
34+
"@eslint/js": "^9.3.0"
3535
},
3636
"devDependencies": {
37-
"eslint": "^9.2.0"
37+
"eslint": "^9.3.0"
3838
},
3939
"peerDependencies": {
4040
"eslint": "^8.44.0 || ^9.0.0"

Diff for: packages/nutui-playground/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"serve": "vite preview"
1616
},
1717
"devDependencies": {
18-
"@types/node": "^20.12.11",
18+
"@types/node": "^20.12.12",
1919
"@vitejs/plugin-vue": "^5.0.4",
2020
"rimraf": "^5.0.7",
2121
"vite": "^5.2.11",

Diff for: packages/nutui-playground/src/download/template/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"dependencies": {
1010
"vue": "^3.4.27",
11-
"@nutui/nutui": "^4.3.7",
11+
"@nutui/nutui": "^4.3.8",
1212
"@nutui/touch-emulator": "^1.0.0"
1313
},
1414
"devDependencies": {

Diff for: packages/nutui-vite-plugins/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"unplugin-vue-markdown": "^0.26.2"
3737
},
3838
"devDependencies": {
39-
"@shikijs/markdown-it": "^1.5.1",
39+
"@shikijs/markdown-it": "^1.6.0",
4040
"@types/fs-extra": "^11.0.4",
4141
"@types/markdown-it-container": "^2.0.10",
4242
"tsup": "^8.0.2",

0 commit comments

Comments
 (0)