diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0e041622..4a571d98 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -104,6 +104,6 @@ jobs: base: main head: ${{ github.ref_name }} labels: release # default labels, the action will throw error if not specified - reviewers: kkxxkk2019 # default reviewers, the action will throw error if not specified + reviewers: da730 # default reviewers, the action will throw error if not specified body: | ${{ steps.changelog.outputs.markdown }} diff --git a/common/config/rush/pnpm-lock.yaml b/common/config/rush/pnpm-lock.yaml index 71db8ad6..bebae744 100644 --- a/common/config/rush/pnpm-lock.yaml +++ b/common/config/rush/pnpm-lock.yaml @@ -45,6 +45,7 @@ importers: '@rollup/plugin-dynamic-import-vars': ~2.1.0 '@rushstack/eslint-patch': ~1.1.4 '@types/jest': ^26.0.0 + '@types/js-yaml': ~4.0.9 '@types/lodash': 4.14.182 '@types/node': '*' '@types/react': ^18.0.0 @@ -53,11 +54,10 @@ importers: '@typescript-eslint/parser': 5.30.0 '@visactor/calculator': workspace:* '@visactor/chart-advisor': 0.1.10 - '@visactor/vchart': 1.9.0 + '@visactor/vchart': ^1.9.0 '@visactor/vdataset': ~0.17.4 - '@visactor/vrender-core': 0.17.19 + '@visactor/vrender-core': ^0.17.19 '@visactor/vutils': ~0.17.4 - '@visactor/vutils-extension': 1.9.0 '@vitejs/plugin-react': 3.1.0 axios: ^1.4.0 dayjs: ~1.11.10 @@ -106,6 +106,7 @@ importers: '@rollup/plugin-dynamic-import-vars': 2.1.2 '@rushstack/eslint-patch': 1.1.4 '@types/jest': 26.0.24 + '@types/js-yaml': 4.0.9 '@types/lodash': 4.14.182 '@types/node': 20.11.6 '@types/react': 18.2.48 @@ -113,7 +114,6 @@ importers: '@typescript-eslint/eslint-plugin': 5.30.0_cow5zg7tx6c3eisi5a4ud5kwia '@typescript-eslint/parser': 5.30.0_vwud3sodsb5zxmzckoj7rdwdbq '@visactor/vchart': 1.9.0 - '@visactor/vutils-extension': 1.9.0 '@vitejs/plugin-react': 3.1.0_vite@3.2.6 dotenv: 16.3.2 eslint: 8.18.0 @@ -2771,6 +2771,10 @@ packages: pretty-format: 26.6.2 dev: true + /@types/js-yaml/4.0.9: + resolution: {integrity: sha512-k4MGaQl5TGo/iipqb2UDG2UwjXziSWkh0uysQelTlJpX1qGlpUZYm8PnO4DxG1qBomtJUdYJ6qR6xdIah10JLg==} + dev: true + /@types/json-schema/7.0.15: resolution: {integrity: sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==} diff --git a/common/config/rush/version-policies.json b/common/config/rush/version-policies.json new file mode 100644 index 00000000..e5dd1370 --- /dev/null +++ b/common/config/rush/version-policies.json @@ -0,0 +1,9 @@ +[ + { + "definitionName": "lockStepVersion", + "policyName": "vmindMin", + "version": "1.2.1", + "mainProject": "@visactor/vmind", + "nextBump": "patch" + } +] diff --git a/packages/vmind/package.json b/packages/vmind/package.json index cfedba4e..1773993b 100644 --- a/packages/vmind/package.json +++ b/packages/vmind/package.json @@ -43,6 +43,7 @@ "@typescript-eslint/eslint-plugin": "5.30.0", "@typescript-eslint/parser": "5.30.0", "@vitejs/plugin-react": "3.1.0", + "@types/js-yaml": "~4.0.9", "eslint": "~8.18.0", "eslint-config-prettier": "8.5.0", "eslint-plugin-import": "^2.27.5",