Skip to content

Commit

Permalink
chore: bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhengqbbb committed Sep 5, 2024
1 parent 20a06be commit f346966
Show file tree
Hide file tree
Showing 6 changed files with 2,670 additions and 1,423 deletions.
4 changes: 1 addition & 3 deletions .x-cmd/bump
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,9 @@
-x inquirer \
-x @types/inquirer \
-x https-proxy-agent \
-x node-fetch \
-x rimraf \
-x @types/rimraf \
-x lint-staged \
-x pkg-dir \
-x cosmiconfig \
-x bumpp
-x cosmiconfig
)
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"scripts": {
"docs:build": "vitepress build",
"docs:dev": "vitepress dev --port 8080",
"docs:serve": "vitepress serve --port 8000"
"docs:preview": "vitepress serve --port 8000"
},
"dependencies": {
"@vueuse/core": "^10.4.1",
Expand Down
55 changes: 28 additions & 27 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "cz-git",
"version": "1.9.4",
"private": true,
"packageManager": "pnpm@9.5.0",
"packageManager": "pnpm@9.9.0",
"description": "A better customizable and git support commitizen adapter",
"author": "Zhengqbbb <zhengqbbb@gmail.com> (https://github.com/Zhengqbbb)",
"license": "MIT",
Expand All @@ -26,62 +26,63 @@
],
"scripts": {
"x": "czg",
"build": "pnpm clean && pnpm -r build",
"clean": "pnpm run -r --stream clean",
"dev": "pnpm clean && pnpm --filter='@cz-git/*' --stream -r build && pnpm --filter='./packages/*' -r build --watch",
"dev:plugin": "pnpm --filter='@cz-git/*' -r build --watch",
"clean": "pnpm run -r --stream clean",
"build": "pnpm clean && pnpm -r build",
"docs:build": "pnpm -C docs run docs:build",
"docs:dev": "pnpm -C docs docs:dev",
"docs:serve": "pnpm -C docs docs:serve",
"docs:preview": "pnpm -C docs docs:preview",
"docs:update": "tsx ./scripts/docs-update-use.ts",
"gen:schema": "tsx ./scripts/czrc-schema.ts",
"demo:checkbox": "node ./packages/@cz-git/plugin-inquirer/examples/checkbox.js",
"demo:input": "node ./packages/@cz-git/plugin-inquirer/examples/input.js",
"demo:list": "node ./packages/@cz-git/plugin-inquirer/examples/list.js",
"postinstall": "simple-git-hooks",
"lint": "pnpm eslint --ext .ts --ext .json packages docs/.vitepress",
"lint": "eslint ./packages ./docs",
"lint:fix": "eslint --fix ./packages ./docs",
"release": "pnpm gen:schema && pnpm release:changelog && pnpm build",
"release:changelog": "conventional-changelog -p angular -i CHANGELOG.md -s && pnpm run -r --stream release:changelog",
"test": "vitest",
"test:coverage": "vitest run --coverage"
"test": "vitest"
},
"devDependencies": {
"@antfu/eslint-config": "0.38.6",
"@commitlint/cli": "^19.0.3",
"@commitlint/config-conventional": "^19.0.3",
"@antfu/eslint-config": "^3.0.0",
"@commitlint/cli": "^19.4.1",
"@commitlint/config-conventional": "^19.4.1",
"@cz-git/inquirer": "workspace:*",
"@types/fs-extra": "^11.0.2",
"@types/fs-extra": "^11.0.4",
"@types/inquirer": "8.2.3",
"@types/node": "^20.6.4",
"@types/node": "^22.5.2",
"@types/rimraf": "3.0.2",
"bumpp": "7.2.0",
"conventional-changelog-cli": "^4.1.0",
"conventional-changelog-cli": "^5.0.0",
"cz-git": "workspace:*",
"czg": "workspace:*",
"eslint": "^8.50.0",
"fast-glob": "^3.3.1",
"eslint": "^9.9.1",
"fast-glob": "^3.3.2",
"js-yaml": "^4.1.0",
"lint-staged": "13.1.2",
"ora": "^7.0.1",
"pathe": "^1.1.1",
"pnpm": "^9.5.0",
"npm-run-all2": "^6.2.2",
"ora": "^8.1.0",
"pathe": "^1.1.2",
"pnpm": "^9.9.0",
"rimraf": "3.0.2",
"simple-git-hooks": "^2.9.0",
"ts-json-schema-generator": "^1.3.0",
"ts-node": "^10.9.1",
"simple-git-hooks": "^2.11.1",
"ts-json-schema-generator": "^2.3.0",
"ts-node": "^10.9.2",
"tsup": "7.2.0",
"tsx": "^3.12.10",
"typescript": "^5.2.2",
"vitest": "^0.34.5"
"tsx": "^4.19.0",
"typescript": "^5.5.4",
"vitest": "^2.0.5"
},
"pnpm": {
"overrides": {
"@commitlint/config-validator": "npm:@qbbsh/config-validator@19.0.3",
"chalk": "4.1.2",
"color-convert": "2.0.1",
"resolve-from": "5.0.0",
"supports-color": "8.1.1",
"import-meta-resolve": "4.1.0",
"@commitlint/config-validator": "npm:@qbbsh/config-validator@19.0.3"
"resolve-from": "5.0.0",
"supports-color": "8.1.1"
},
"peerDependencyRules": {
"ignoreMissing": [
Expand Down
5 changes: 3 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,11 @@
"release:changelog": "conventional-changelog -p angular -i CHANGELOG.md -s"
},
"devDependencies": {
"@types/minimist": "^1.2.5",
"cachedir": "^2.4.0",
"cz-git": "workspace:*",
"dedent": "^1.5.1",
"fs-extra": "^11.1.1",
"dedent": "^1.5.3",
"fs-extra": "^11.2.0",
"inquirer": "8.2.4",
"minimist": "^1.2.8",
"rimraf": "3.0.2"
Expand Down
Loading

0 comments on commit f346966

Please sign in to comment.