Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#2861)
Browse files Browse the repository at this point in the history
* fix(deps): update all non-major dependencies

* test: update

* chore: update renovate.json

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: eiinu <[email protected]>
  • Loading branch information
renovate[bot] and eiinu authored Jan 22, 2024
1 parent 55e36da commit 684a913
Show file tree
Hide file tree
Showing 10 changed files with 425 additions and 369 deletions.
2 changes: 1 addition & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base", "schedule:weekly", "group:allNonMajor"
"config:base", "schedule:weekly"
],
"rangeStrategy": "bump",
"labels": ["dependencies"],
Expand Down
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"@nutui/icons-vue": "^0.1.1",
"@nutui/icons-vue-taro": "^0.0.9",
"@nutui/touch-emulator": "workspace:^",
"sass": "^1.69.7",
"sass": "^1.70.0",
"vue-router": "^4.2.5"
},
"devDependencies": {
Expand All @@ -83,13 +83,13 @@
"@nutui/prettier-plugin": "workspace:*",
"@nutui/vite-plugins": "workspace:*",
"@tarojs/taro": "3.6.21",
"@types/node": "^18.19.6",
"@types/node": "^18.19.8",
"@vitejs/plugin-vue": "^5.0.3",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"@vitest/coverage-v8": "^1.1.3",
"@vitest/ui": "^1.1.3",
"@vitest/coverage-v8": "^1.2.1",
"@vitest/ui": "^1.2.1",
"@vue/test-utils": "^2.4.3",
"autoprefixer": "^10.4.16",
"autoprefixer": "^10.4.17",
"codesandbox": "^2.2.3",
"eslint": "^8.56.0",
"fs-extra": "^11.2.0",
Expand All @@ -98,19 +98,19 @@
"lzutf8": "^0.6.3",
"markdown-it": "^14.0.0",
"nano-staged": "^0.8.0",
"prettier": "^3.1.1",
"prettier": "^3.2.4",
"rimraf": "^5.0.5",
"typescript": "^5.3.3",
"unplugin-vue-components": "^0.26.0",
"vite": "^5.0.11",
"vite-plugin-vue-devtools": "^7.0.8",
"vitest": "^1.1.3",
"vite": "^5.0.12",
"vite-plugin-vue-devtools": "^7.0.11",
"vitest": "^1.2.1",
"vitest-canvas-mock": "^0.3.3",
"vue": "^3.4.11",
"vue": "^3.4.15",
"vue-tsc": "^1.8.27"
},
"engines": {
"pnpm": ">= 8.0.0"
"pnpm": ">= 8.14.1"
},
"nano-staged": {
"*.{ts,tsx,js,jsx,vue,scss,md}": "prettier --write",
Expand Down
2 changes: 1 addition & 1 deletion packages/nutui-auto-import-resolver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@
"devDependencies": {
"rimraf": "^5.0.5",
"typescript": "^5.3.3",
"vite": "^5.0.11"
"vite": "^5.0.12"
}
}
6 changes: 3 additions & 3 deletions packages/nutui-eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@
"url": "https://github.com/jdf2e/nutui/issues"
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "^6.18.1",
"@typescript-eslint/parser": "^6.18.1",
"@typescript-eslint/eslint-plugin": "^6.19.0",
"@typescript-eslint/parser": "^6.19.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-vue": "^9.20.0",
"eslint-plugin-vue": "^9.20.1",
"vue-eslint-parser": "^9.4.0"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/nutui-playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
"serve": "vite preview"
},
"devDependencies": {
"@types/node": "^18.19.6",
"@types/node": "^18.19.8",
"@vitejs/plugin-vue": "^5.0.3",
"rimraf": "^5.0.5",
"vite": "^5.0.11",
"vue": "^3.4.11"
"vite": "^5.0.12",
"vue": "^3.4.15"
},
"dependencies": {
"@vue/repl": "^3.3.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/nutui-playground/src/download/template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
"serve": "vite preview"
},
"dependencies": {
"vue": "^3.4.2",
"@nutui/nutui": "^4.2.6",
"vue": "^3.4.15",
"@nutui/nutui": "^4.2.9",
"@nutui/touch-emulator": "^1.0.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.0.1",
"vite": "^5.0.10",
"@vitejs/plugin-vue": "^5.0.3",
"vite": "^5.0.12",
"unplugin-vue-components": "^0.26.0"
}
}
2 changes: 1 addition & 1 deletion packages/nutui-prettier-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"devDependencies": {
"linguist-languages": "^7.27.0",
"prettier": "^3.1.1"
"prettier": "^3.2.4"
},
"keywords": [],
"author": "jdf2e",
Expand Down
6 changes: 3 additions & 3 deletions packages/nutui-taro-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@tarojs/runtime": "3.6.21",
"@tarojs/shared": "3.6.21",
"@tarojs/taro": "3.6.21",
"vue": "^3.4.11"
"vue": "^3.4.15"
},
"devDependencies": {
"@babel/core": "^7.23.7",
Expand All @@ -44,11 +44,11 @@
"@types/webpack-env": "^1.18.4",
"babel-loader": "^9.1.3",
"babel-preset-taro": "3.6.21",
"css-loader": "^6.9.0",
"css-loader": "^6.9.1",
"eslint": "^8.56.0",
"eslint-config-taro": "3.6.21",
"style-loader": "^3.3.4",
"stylelint": "^16.1.0",
"stylelint": "^16.2.0",
"typescript": "^5.3.3",
"vue-loader": "^17.4.2",
"webpack": "^5.89.0"
Expand Down
Loading

0 comments on commit 684a913

Please sign in to comment.