From 972c84f868d5175f6db42cd54c852d81fa894090 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2024 11:22:39 +0000 Subject: [PATCH] fix(deps): update all non-major dependencies --- .github/workflows/sync-h5.yml | 2 +- .github/workflows/sync-migrate.yml | 2 +- .github/workflows/sync-taro.yml | 2 +- package.json | 136 +++++++++++----------- packages/nutui-auto-import/package.json | 34 +++--- packages/nutui-codemod/package.json | 8 +- packages/nutui-replace-icons/package.json | 20 ++-- packages/nutui-taro-demo/package.json | 44 +++---- 8 files changed, 124 insertions(+), 124 deletions(-) diff --git a/.github/workflows/sync-h5.yml b/.github/workflows/sync-h5.yml index 31f6dc06a6..7eda526da2 100644 --- a/.github/workflows/sync-h5.yml +++ b/.github/workflows/sync-h5.yml @@ -31,7 +31,7 @@ jobs: run: node scripts/copy-docs-h5-or-taro.js - name : Sync - uses : JamesIves/github-pages-deploy-action@v4.5.0 + uses : JamesIves/github-pages-deploy-action@v4.7.2 with : branch : react3x/new-site # action 应该部署到的分支 。 folder : site_docs #操作应该部署的文件夹 。 diff --git a/.github/workflows/sync-migrate.yml b/.github/workflows/sync-migrate.yml index 28a2c4ddb8..c608469ae9 100644 --- a/.github/workflows/sync-migrate.yml +++ b/.github/workflows/sync-migrate.yml @@ -35,7 +35,7 @@ jobs: run: node scripts/copy-migrate-from-v1.js - name : Sync - uses : JamesIves/github-pages-deploy-action@v4.5.0 + uses : JamesIves/github-pages-deploy-action@v4.7.2 with : branch : react3x/new-site # action 应该部署到的分支 。 folder : site_docs_migrate #操作应该部署的文件夹 。 diff --git a/.github/workflows/sync-taro.yml b/.github/workflows/sync-taro.yml index 64ca04d724..877bd2bfb3 100644 --- a/.github/workflows/sync-taro.yml +++ b/.github/workflows/sync-taro.yml @@ -31,7 +31,7 @@ jobs: run: node scripts/copy-docs-h5-or-taro.js taro - name : Sync - uses : JamesIves/github-pages-deploy-action@v4.5.0 + uses : JamesIves/github-pages-deploy-action@v4.7.2 with : branch : react3x/new-site # action 应该部署到的分支 。 folder : site_docs #操作应该部署的文件夹 。 diff --git a/package.json b/package.json index e365ff5c65..998eae8131 100644 --- a/package.json +++ b/package.json @@ -94,13 +94,13 @@ "*.{ts,tsx,js}": "eslint" }, "dependencies": { - "@babel/runtime": "^7.23.9", + "@babel/runtime": "^7.26.0", "@nutui/icons-react": "^2.0.1", "@nutui/icons-react-taro": "^2.0.1", "@nutui/jdesign-icons-react-taro": "1.0.6-beta.2", "@nutui/touch-emulator": "^1.0.0", "@react-spring/web": "~9.6.1", - "@swc/helpers": "^0.5.7", + "@swc/helpers": "^0.5.15", "@use-gesture/react": "10.2.20", "async-validator": "^4.2.5", "classnames": "^2.5.1", @@ -110,57 +110,57 @@ }, "devDependencies": { "@babel/plugin-proposal-class-properties": "^7.18.6", - "@commitlint/cli": "^19.0.3", - "@commitlint/config-conventional": "^19.0.3", - "@loadable/component": "^5.16.3", - "@mdx-js/mdx": "^3.0.1", - "@mdx-js/react": "^3.0.1", - "@mdx-js/rollup": "^3.0.1", - "@pmmmwh/react-refresh-webpack-plugin": "0.5.10", + "@commitlint/cli": "^19.6.0", + "@commitlint/config-conventional": "^19.6.0", + "@loadable/component": "^5.16.4", + "@mdx-js/mdx": "^3.1.0", + "@mdx-js/react": "^3.1.0", + "@mdx-js/rollup": "^3.1.0", + "@pmmmwh/react-refresh-webpack-plugin": "0.5.15", "@rollup/plugin-babel": "^6.0.4", - "@rollup/plugin-commonjs": "^26.0.1", - "@rollup/plugin-node-resolve": "15.2.3", + "@rollup/plugin-commonjs": "^26.0.3", + "@rollup/plugin-node-resolve": "15.3.0", "@rollup/plugin-typescript": "^11.1.6", - "@swc/core": "^1.4.8", + "@swc/core": "^1.10.1", "@tarojs/components": "4.0.8-beta.1", "@tarojs/plugin-platform-alipay": "4.0.8-beta.1", "@tarojs/plugin-platform-weapp": "4.0.8-beta.1", "@tarojs/plugin-platform-jd": "4.0.8-beta.1", "@tarojs/react": "4.0.8-beta.1", "@tarojs/taro": "4.0.8-beta.1", - "@testing-library/jest-dom": "^6.4.2", - "@testing-library/react": "^16.0.0", + "@testing-library/jest-dom": "^6.6.3", + "@testing-library/react": "^16.1.0", "@types/fs-extra": "^11.0.4", - "@types/loadable__component": "^5.13.8", + "@types/loadable__component": "^5.13.9", "@types/lodash.isequal": "^4.5.8", "@types/lodash.kebabcase": "^4.1.9", - "@types/node": "^20.11.19", + "@types/node": "^20.17.9", "@types/postcss-import": "^14.0.3", - "@types/react": "^18.2.57", - "@types/react-dom": "^18.2.19", - "@types/react-syntax-highlighter": "^15.5.11", - "@types/react-test-renderer": "^18.0.7", - "@types/react-transition-group": "^4.4.10", + "@types/react": "^18.3.14", + "@types/react-dom": "^18.3.3", + "@types/react-syntax-highlighter": "^15.5.13", + "@types/react-test-renderer": "^18.3.1", + "@types/react-transition-group": "^4.4.11", "@types/testing-library__jest-dom": "^6.0.0", - "@typescript-eslint/eslint-plugin": "^7.0.2", - "@typescript-eslint/parser": "^7.0.2", - "@vitejs/plugin-react": "^4.2.1", - "@vitest/coverage-v8": "^2.0.4", - "@vitest/ui": "^2.0.4", - "autoprefixer": "^10.4.17", - "axios": "^1.6.7", + "@typescript-eslint/eslint-plugin": "^7.18.0", + "@typescript-eslint/parser": "^7.18.0", + "@vitejs/plugin-react": "^4.3.4", + "@vitest/coverage-v8": "^2.1.8", + "@vitest/ui": "^2.1.8", + "autoprefixer": "^10.4.20", + "axios": "^1.7.9", "del": "^7.1.0", - "eslint": "^8.56.0", - "cypress": "^13.15.0", + "eslint": "^8.57.1", + "cypress": "^13.16.1", "eslint-config-airbnb": "^19.0.4", "eslint-config-prettier": "^9.1.0", - "eslint-plugin-import": "^2.29.1", - "eslint-plugin-jsx-a11y": "^6.8.0", - "eslint-plugin-markdown": "^5.0.0", - "eslint-plugin-prettier": "^5.1.3", - "eslint-plugin-react": "^7.33.2", - "eslint-plugin-react-hooks": "^4.6.0", - "eslint-plugin-unused-imports": "^4.0.0", + "eslint-plugin-import": "^2.31.0", + "eslint-plugin-jsx-a11y": "^6.10.2", + "eslint-plugin-markdown": "^5.1.0", + "eslint-plugin-prettier": "^5.2.1", + "eslint-plugin-react": "^7.37.2", + "eslint-plugin-react-hooks": "^4.6.2", + "eslint-plugin-unused-imports": "^4.1.4", "fs-extra": "^11.2.0", "glob": "^11.0.0", "gulp": "^5.0.0", @@ -169,57 +169,57 @@ "gulp-rename": "^2.0.0", "gulp-replace": "^1.1.4", "gulp-sass": "^5.1.0", - "happy-dom": "^14.2.0", - "highlight.js": "^11.9.0", - "husky": "^9.0.11", - "inquirer": "^10.1.4", - "jscodeshift": "^17.0.0", - "lint-staged": "^15.2.2", + "happy-dom": "^14.12.3", + "highlight.js": "^11.10.0", + "husky": "^9.1.7", + "inquirer": "^10.2.2", + "jscodeshift": "^17.1.1", + "lint-staged": "^15.2.10", "lzutf8": "0.6.3", "map-stream": "0.0.7", - "markdown-it": "^14.0.0", - "marked": "^14.1.1", - "mobx": "^6.12.0", - "mobx-react-lite": "^4.0.5", - "postcss": "^8.4.35", + "markdown-it": "^14.1.0", + "marked": "^14.1.4", + "mobx": "^6.13.5", + "mobx-react-lite": "^4.0.7", + "postcss": "^8.4.49", "postcss-css-variables": "^0.19.0", - "postcss-import": "^16.0.1", - "postcss-modules": "^6.0.0", - "postcss-rtlcss": "^5.1.0", + "postcss-import": "^16.1.0", + "postcss-modules": "^6.0.1", + "postcss-rtlcss": "^5.5.1", "postcss-scss": "^4.0.9", - "prettier": "^3.2.5", - "prettier-markdown-table": "^1.0.2", - "react": "^18.2.0", + "prettier": "^3.4.2", + "prettier-markdown-table": "^1.0.3", + "react": "^18.3.1", "react-color": "^2.19.3", - "react-dom": "^18.2.0", + "react-dom": "^18.3.1", "react-markdown": "^9.0.1", - "react-refresh": "^0.14.0", - "react-router-dom": "^6.22.1", - "react-syntax-highlighter": "^15.5.0", - "react-test-renderer": "^18.2.0", + "react-refresh": "^0.16.0", + "react-router-dom": "^6.28.0", + "react-syntax-highlighter": "^15.6.1", + "react-test-renderer": "^18.3.1", "reactcss": "^1.2.3", "remark-directive": "^3.0.0", "remark-gfm": "^4.0.0", - "rollup": "^4.12.0", - "sass": "^1.71.1", + "rollup": "^4.28.1", + "sass": "^1.82.0", "shelljs": "^0.8.5", - "turndown": "^7.1.2", + "turndown": "^7.2.0", "turndown-plugin-gfm": "^1.0.2", "typescript": "^5.3.3", "unist-util-visit": "^5.0.0", "vinyl-fs": "^4.0.0", - "vite": "^5.1.3", - "vite-plugin-dts": "4.2.1", - "vitest": "^2.0.4", + "vite": "^5.4.11", + "vite-plugin-dts": "4.3.0", + "vitest": "^2.1.8", "vitest-canvas-mock": "^0.3.3", - "simple-git": "^3.25.0", + "simple-git": "^3.27.0", "yargs": "^17.7.2" }, "peerDependencies": { "react": "^16.8.0 || ^17.0.0 || ^18.0.0" }, "resolutions": { - "@types/react": "^18.2.57", - "@types/react-dom": "^18.2.19" + "@types/react": "^18.3.14", + "@types/react-dom": "^18.3.3" } } \ No newline at end of file diff --git a/packages/nutui-auto-import/package.json b/packages/nutui-auto-import/package.json index d941f08d1a..34dee72bee 100644 --- a/packages/nutui-auto-import/package.json +++ b/packages/nutui-auto-import/package.json @@ -1,7 +1,7 @@ { "name": "@nutui/nutui-react-auto-import", "version": "0.0.1", - "packageManager": "pnpm@9.11.0", + "packageManager": "pnpm@9.15.0", "description": "NutUI React 组件的自动导入插件,支持多种构建工具如 Vite、Webpack、Rollup 等。", "type": "module", "keywords": [ @@ -87,30 +87,30 @@ "prepublishOnly": "pnpm run build" }, "dependencies": { - "@rollup/pluginutils": "^5.1.1", + "@rollup/pluginutils": "^5.1.3", "@types/babel__traverse": "^7.20.6", "estree-walker": "^3.0.3", - "magic-string": "^0.30.11", - "unplugin": "^1.14.1" + "magic-string": "^0.30.15", + "unplugin": "^1.16.0" }, "devDependencies": { - "@nutui/nutui-react": "^2.6.22", - "@babel/core": "^7.25.8", - "@babel/preset-react": "^7.25.7", + "@nutui/nutui-react": "^2.7.2", + "@babel/core": "^7.26.0", + "@babel/preset-react": "^7.26.3", "@rollup/plugin-babel": "^6.0.4", - "@sxzz/eslint-config": "^4.2.0", + "@sxzz/eslint-config": "^4.5.1", "@sxzz/prettier-config": "^2.0.2", - "@sxzz/test-utils": "^0.3.2", - "@types/node": "^22.5.5", - "bumpp": "^9.5.2", - "eslint": "^9.11.0", + "@sxzz/test-utils": "^0.3.8", + "@types/node": "^22.10.1", + "bumpp": "^9.9.0", + "eslint": "^9.16.0", "fast-glob": "^3.3.2", - "prettier": "^3.3.3", - "tsup": "^8.3.0", - "tsx": "^4.19.1", + "prettier": "^3.4.2", + "tsup": "^8.3.5", + "tsx": "^4.19.2", "typescript": "^5.6.2", - "vite": "^5.4.7", - "vitest": "^2.1.1" + "vite": "^5.4.11", + "vitest": "^2.1.8" }, "engines": { "node": ">=18.12.0" diff --git a/packages/nutui-codemod/package.json b/packages/nutui-codemod/package.json index b89a851ede..8e1f6b26af 100644 --- a/packages/nutui-codemod/package.json +++ b/packages/nutui-codemod/package.json @@ -28,12 +28,12 @@ "dependencies": { "chalk": "^5.3.0", "is-git-clean": "^1.1.0", - "jscodeshift": "^17.0.0" + "jscodeshift": "^17.1.1" }, "devDependencies": { "jest": "^29.7.0", - "prettier": "^3.2.5", - "release-it": "^17.1.1", - "ts-jest": "^29.1.2" + "prettier": "^3.4.2", + "release-it": "^17.10.0", + "ts-jest": "^29.2.5" } } diff --git a/packages/nutui-replace-icons/package.json b/packages/nutui-replace-icons/package.json index bfdf7f0e4c..77e7e723fe 100644 --- a/packages/nutui-replace-icons/package.json +++ b/packages/nutui-replace-icons/package.json @@ -36,21 +36,21 @@ "url": "" }, "dependencies": { - "@babel/cli": "^7.25.7", - "@babel/core": "^7.23.9", - "@babel/generator": "^7.24.5", - "@babel/preset-env": "^7.25.7", - "@babel/preset-react": "^7.25.7", + "@babel/cli": "^7.26.4", + "@babel/core": "^7.26.0", + "@babel/generator": "^7.26.3", + "@babel/preset-env": "^7.26.0", + "@babel/preset-react": "^7.26.3", "@types/babel__core": "^7.20.5", "@types/babel__generator": "^7.6.8", - "vitest": "^1.5.0" + "vitest": "^1.6.0" }, "devDependencies": { "@types/lodash.kebabcase": "^4.1.9", - "@types/node": "^18.13.0", - "prettier": "^3.2.5", - "rollup": "^2.79.0", - "rollup-plugin-ts": "^3.0.2", + "@types/node": "^18.19.67", + "prettier": "^3.4.2", + "rollup": "^2.79.2", + "rollup-plugin-ts": "^3.4.5", "typescript": "^5.4.5" } } diff --git a/packages/nutui-taro-demo/package.json b/packages/nutui-taro-demo/package.json index 92545b68b0..194ceaca2c 100644 --- a/packages/nutui-taro-demo/package.json +++ b/packages/nutui-taro-demo/package.json @@ -57,15 +57,15 @@ ], "author": "", "dependencies": { - "@babel/runtime": "^7.23.9", + "@babel/runtime": "^7.26.0", "@dongdesign/inject-jd-platform-styles": "1.0.4", "@jdreact/jdreact-jsbundle-commonpack": "1.0.425", "@jdtaro/plugin-platform-jdhybrid": "0.2.1", "@jdtaro/taro-platform-jdharmony": "2.0.70", "@jdtaro/plugin-platform-jdharmony-cpp": "0.1.4-alpha.3", - "@nutui/replace-icons": "^1.0.0", + "@nutui/replace-icons": "^1.0.3", "@nutui/touch-emulator": "^1.0.0", - "@pmmmwh/react-refresh-webpack-plugin": "^0.5.11", + "@pmmmwh/react-refresh-webpack-plugin": "^0.5.15", "@tarojs/components": "4.0.8-beta.1", "@tarojs/helper": "4.0.8-beta.1", "@tarojs/plugin-framework-react": "4.0.8-beta.1", @@ -86,38 +86,38 @@ "babel-plugin-import": "^1.13.8", "lodash.isequal": "^4.5.0", "lodash.kebabcase": "^4.1.1", - "react": "^18.2.0", - "react-dom": "^18.2.0", - "react-refresh": "^0.14.0", + "react": "^18.3.1", + "react-dom": "^18.3.1", + "react-refresh": "^0.16.0", "react-transition-group": "^4.4.5" }, "devDependencies": { - "@babel/core": "^7.23.9", + "@babel/core": "^7.26.0", "@tarojs/cli": "4.0.8-beta.1", "@tarojs/plugin-platform-harmony-ets": "4.0.8-beta.1", "@tarojs/vite-runner": "4.0.8-beta.1", "@tarojs/webpack5-runner": "4.0.8-beta.1", - "@types/react": "^18.2.57", - "@types/react-dom": "^18.2.19", + "@types/react": "^18.3.14", + "@types/react-dom": "^18.3.3", "@types/react-router-dom": "^5.3.3", - "@types/react-syntax-highlighter": "^15.5.11", - "@types/react-test-renderer": "^18.0.7", - "@types/react-transition-group": "^4.4.10", - "@types/webpack-env": "^1.18.4", - "@typescript-eslint/eslint-plugin": "^7.0.2", - "@typescript-eslint/parser": "^7.0.2", + "@types/react-syntax-highlighter": "^15.5.13", + "@types/react-test-renderer": "^18.3.1", + "@types/react-transition-group": "^4.4.11", + "@types/webpack-env": "^1.18.5", + "@typescript-eslint/eslint-plugin": "^7.18.0", + "@typescript-eslint/parser": "^7.18.0", "babel-preset-taro": "4.0.8-beta.1", - "eslint": "^8.56.0", + "eslint": "^8.57.1", "eslint-config-taro": "4.0.8-beta.1", - "eslint-plugin-import": "^2.29.1", - "eslint-plugin-react": "^7.33.2", - "eslint-plugin-react-hooks": "^4.6.0", - "postcss": "^8.4.35", - "stylelint": "^16.7.0", + "eslint-plugin-import": "^2.31.0", + "eslint-plugin-react": "^7.37.2", + "eslint-plugin-react-hooks": "^4.6.2", + "postcss": "^8.4.49", + "stylelint": "^16.11.0", "typescript": "^5.3.3" }, "resolutions": { - "sass": "1.77.6", + "sass": "1.82.0", "@tarojs/api": "4.0.8-beta.1", "@tarojs/components": "4.0.8-beta.1" }