Skip to content

Commit

Permalink
chore(projects): update deps & update vscode config
Browse files Browse the repository at this point in the history
  • Loading branch information
honghuangdc committed Apr 23, 2024
1 parent 6008273 commit 4d00473
Show file tree
Hide file tree
Showing 6 changed files with 3,509 additions and 2,525 deletions.
13 changes: 9 additions & 4 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,22 @@
{
"recommendations": [
"afzalsayed96.icones",
"antfu.iconify",
"antfu.unocss",
"dbaeumer.vscode-eslint",
"editorconfig.editorconfig",
"esbenp.prettier-vscode",
"formulahendry.auto-complete-tag",
"formulahendry.auto-close-tag",
"formulahendry.auto-complete-tag",
"formulahendry.auto-rename-tag",
"kisstkondoros.vscode-gutter-preview",
"mariusalchimavicius.json-to-ts",
"lokalise.i18n-ally",
"mhutchie.git-graph",
"mikestead.dotenv",
"naumovs.color-highlight",
"pkief.material-icon-theme",
"sdras.vue-vscode-snippets",
"vue.volar",
"vue.vscode-typescript-vue-plugin"
"whtouche.vscode-js-console-utils",
"zhuangtongfa.material-theme"
]
}
6 changes: 3 additions & 3 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"version": "0.2.0",
"version": "1.0.0",
"configurations": [
{
"name": "TS Debugger",
"type": "node",
"request": "launch",
"program": "${file}",
"runtimeExecutable": "${workspaceRoot}/node_modules/.bin/tsx",
"skipFiles": ["<node_internals>/**", "${workspaceFolder}/node_modules/**"]
"skipFiles": ["<node_internals>/**", "${workspaceFolder}/node_modules/**"],
"program": "${file}"
}
]
}
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
},
"eslint.experimental.useFlatConfig": true,
"editor.formatOnSave": false,
"eslint.validate": ["json", "jsonc"],
"eslint.validate": ["html", "css", "json", "jsonc"],
"prettier.enable": false
}
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@soybeanjs/changelog",
"type": "module",
"version": "0.3.15",
"packageManager": "pnpm@8.14.1",
"packageManager": "pnpm@9.0.5",
"description": "generate changelog form git tags and commits for github",
"author": {
"name": "Soybean",
Expand Down Expand Up @@ -48,23 +48,23 @@
"update-pkg": "soy ncu"
},
"dependencies": {
"@soybeanjs/eslint-config": "^1.2.3",
"@soybeanjs/eslint-config": "^1.3.2",
"cli-progress": "3.12.0",
"convert-gitmoji": "0.1.5",
"dayjs": "1.11.10",
"execa": "8.0.1",
"ofetch": "1.3.3"
"ofetch": "1.3.4"
},
"devDependencies": {
"@soybeanjs/cli": "1.0.8",
"@soybeanjs/cli": "1.0.11",
"@types/cli-progress": "3.11.5",
"@types/node": "20.11.24",
"eslint": "8.57.0",
"@types/node": "20.12.7",
"eslint": "9.1.1",
"lint-staged": "15.2.2",
"simple-git-hooks": "2.9.0",
"simple-git-hooks": "2.11.1",
"tsup": "^8.0.2",
"tsx": "4.7.1",
"typescript": "5.3.3"
"tsx": "4.7.2",
"typescript": "5.4.5"
},
"simple-git-hooks": {
"commit-msg": "pnpm soy git-commit-verify",
Expand Down
10 changes: 5 additions & 5 deletions packages/githublogen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,15 @@
},
"dependencies": {
"@soybeanjs/changelog": "workspace:*",
"c12": "1.9.0",
"c12": "1.10.0",
"cac": "6.7.14",
"execa": "8.0.1",
"kolorist": "1.8.0",
"ofetch": "1.3.3"
"ofetch": "1.3.4"
},
"devDependencies": {
"@soybeanjs/cli": "1.0.8",
"@types/node": "20.11.24",
"typescript": "5.3.3"
"@soybeanjs/cli": "1.0.11",
"@types/node": "20.12.7",
"typescript": "5.4.5"
}
}
Loading

0 comments on commit 4d00473

Please sign in to comment.