feat: add taze (#48)

* feat: add taze for updating monorepo dependencies

* chore: lint
This commit is contained in:
Sadegh Barati 2023-09-15 18:48:45 +03:30 committed by GitHub
parent 7dcc589a1d
commit 57138b9641
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
17 changed files with 1322 additions and 1103 deletions

View File

@ -13,7 +13,7 @@
}, },
"dependencies": { "dependencies": {
"@morev/vue-transitions": "^2.3.6", "@morev/vue-transitions": "^2.3.6",
"@tanstack/vue-table": "^8.9.8", "@tanstack/vue-table": "^8.9.9",
"@unovis/ts": "^1.2.1", "@unovis/ts": "^1.2.1",
"@vueuse/core": "^10.4.1", "@vueuse/core": "^10.4.1",
"class-variance-authority": "^0.7.0", "class-variance-authority": "^0.7.0",
@ -32,7 +32,7 @@
"@iconify/json": "^2.2.108", "@iconify/json": "^2.2.108",
"@iconify/vue": "^4.1.1", "@iconify/vue": "^4.1.1",
"@types/lodash.template": "^4.5.1", "@types/lodash.template": "^4.5.1",
"@types/node": "^20.5.7", "@types/node": "^20.6.0",
"@vitejs/plugin-vue": "^4.3.4", "@vitejs/plugin-vue": "^4.3.4",
"@vitejs/plugin-vue-jsx": "^3.0.2", "@vitejs/plugin-vue-jsx": "^3.0.2",
"@vue/compiler-core": "^3.3.4", "@vue/compiler-core": "^3.3.4",
@ -43,11 +43,11 @@
"rimraf": "^5.0.1", "rimraf": "^5.0.1",
"tailwind-merge": "^1.14.0", "tailwind-merge": "^1.14.0",
"tailwindcss": "^3.3.3", "tailwindcss": "^3.3.3",
"tsx": "^3.12.8", "tsx": "^3.12.10",
"typescript": "^5.2.2", "typescript": "^5.2.2",
"unplugin-icons": "^0.17.0", "unplugin-icons": "^0.17.0",
"vite": "^4.4.9", "vite": "^4.4.9",
"vitepress": "^1.0.0-rc.12", "vitepress": "^1.0.0-rc.13",
"vue-tsc": "^1.8.10" "vue-tsc": "^1.8.11"
} }
} }

View File

@ -1,7 +1,7 @@
{ {
"name": "shadcn-vue", "name": "shadcn-vue",
"private": true, "private": true,
"packageManager": "pnpm@8.6.3", "packageManager": "pnpm@8.7.5",
"license": "MIT", "license": "MIT",
"repository": "radix-vue/shadcn-vue", "repository": "radix-vue/shadcn-vue",
"workspaces": [ "workspaces": [
@ -19,18 +19,21 @@
"build:registry": "pnpm --filter=www build:registry", "build:registry": "pnpm --filter=www build:registry",
"pub:beta": "cd packages/cli && pnpm pub:beta", "pub:beta": "cd packages/cli && pnpm pub:beta",
"pub:release": "cd packages/cli && pnpm pub:release", "pub:release": "cd packages/cli && pnpm pub:release",
"test": "pnpm --filter shadcn-vue test" "test": "pnpm --filter shadcn-vue test",
"taze": "taze major -frI --ignore-paths ./packages/cli/test/** --exclude typescript,/@iconify/",
"taze:minor": "taze minor -fwri --ignore-paths ./packages/cli/test/** --exclude /@iconify/"
}, },
"devDependencies": { "devDependencies": {
"@antfu/eslint-config": "^0.39.7", "@antfu/eslint-config": "^0.41.3",
"@commitlint/cli": "^17.7.1", "@commitlint/cli": "^17.7.1",
"@commitlint/config-conventional": "^17.7.0", "@commitlint/config-conventional": "^17.7.0",
"eslint": "^8.43.0", "eslint": "^8.49.0",
"lint-staged": "^14.0.0", "lint-staged": "^14.0.1",
"pnpm": "^8.6.12", "pnpm": "^8.7.5",
"simple-git-hooks": "^2.9.0", "simple-git-hooks": "^2.9.0",
"taze": "^0.11.2",
"typescript": "^5.2.2", "typescript": "^5.2.2",
"vitest": "^0.34.3" "vitest": "^0.34.4"
}, },
"commitlint": { "commitlint": {
"extends": [ "extends": [

View File

@ -45,17 +45,17 @@
"test:ui": "vitest --ui" "test:ui": "vitest --ui"
}, },
"dependencies": { "dependencies": {
"@antfu/ni": "^0.21.6", "@antfu/ni": "^0.21.8",
"@babel/core": "^7.22.11", "@babel/core": "^7.22.17",
"@babel/parser": "^7.22.11", "@babel/parser": "^7.22.16",
"@babel/plugin-transform-typescript": "^7.22.11", "@babel/plugin-transform-typescript": "^7.22.15",
"chalk": "5.3.0", "chalk": "5.3.0",
"commander": "^11.0.0", "commander": "^11.0.0",
"cosmiconfig": "^8.2.0", "cosmiconfig": "^8.3.6",
"diff": "^5.1.0", "diff": "^5.1.0",
"execa": "^8.0.1", "execa": "^8.0.1",
"fs-extra": "^11.1.1", "fs-extra": "^11.1.1",
"https-proxy-agent": "^7.0.1", "https-proxy-agent": "^7.0.2",
"lodash.template": "^4.5.0", "lodash.template": "^4.5.0",
"magic-string": "^0.30.3", "magic-string": "^0.30.3",
"node-fetch": "^3.3.2", "node-fetch": "^3.3.2",
@ -66,7 +66,7 @@
"rimraf": "^5.0.1", "rimraf": "^5.0.1",
"ts-morph": "^19.0.0", "ts-morph": "^19.0.0",
"tsconfig-paths": "^4.2.0", "tsconfig-paths": "^4.2.0",
"vite-tsconfig-paths": "^4.2.0", "vite-tsconfig-paths": "^4.2.1",
"zod": "^3.22.2" "zod": "^3.22.2"
}, },
"devDependencies": { "devDependencies": {
@ -75,9 +75,9 @@
"@types/fs-extra": "^11.0.1", "@types/fs-extra": "^11.0.1",
"@types/lodash.template": "^4.5.1", "@types/lodash.template": "^4.5.1",
"@types/prompts": "^2.4.4", "@types/prompts": "^2.4.4",
"@vitest/ui": "^0.34.3", "@vitest/ui": "^0.34.4",
"tsup": "^7.2.0", "tsup": "^7.2.0",
"type-fest": "^4.3.0", "type-fest": "^4.3.1",
"typescript": "^5.2.2" "typescript": "^5.2.2"
} }
} }

View File

@ -1,7 +1,7 @@
{ {
"name": "test-cli-config-full", "name": "test-cli-config-full",
"version": "1.0.0", "version": "1.0.0",
"main": "index.js",
"author": "shadcn", "author": "shadcn",
"license": "MIT" "license": "MIT",
"main": "index.js"
} }

View File

@ -1,7 +1,7 @@
{ {
"name": "test-cli-config-invalid", "name": "test-cli-config-invalid",
"version": "1.0.0", "version": "1.0.0",
"main": "index.js",
"author": "shadcn", "author": "shadcn",
"license": "MIT" "license": "MIT",
"main": "index.js"
} }

View File

@ -1,7 +1,7 @@
{ {
"name": "test-cli-config-partial", "name": "test-cli-config-partial",
"version": "1.0.0", "version": "1.0.0",
"main": "index.js",
"author": "shadcn", "author": "shadcn",
"license": "MIT" "license": "MIT",
"main": "index.js"
} }

View File

@ -1,7 +1,7 @@
{ {
"name": "test-cli-config-none", "name": "test-cli-config-none",
"version": "1.0.0", "version": "1.0.0",
"main": "index.js",
"author": "shadcn", "author": "shadcn",
"license": "MIT" "license": "MIT",
"main": "index.js"
} }

View File

@ -1,7 +1,7 @@
{ {
"name": "test-cli-config-partial", "name": "test-cli-config-partial",
"version": "1.0.0", "version": "1.0.0",
"main": "index.js",
"author": "shadcn", "author": "shadcn",
"license": "MIT" "license": "MIT",
"main": "index.js"
} }

View File

@ -1,7 +1,7 @@
{ {
"name": "test-cli-project-bun", "name": "test-cli-project-bun",
"version": "1.0.0", "version": "1.0.0",
"main": "index.js",
"author": "shadcn", "author": "shadcn",
"license": "MIT" "license": "MIT",
"main": "index.js"
} }

View File

@ -1,7 +1,7 @@
{ {
"name": "test-cli-project-npm", "name": "test-cli-project-npm",
"version": "1.0.0", "version": "1.0.0",
"main": "index.js",
"author": "shadcn", "author": "shadcn",
"license": "MIT" "license": "MIT",
"main": "index.js"
} }

View File

@ -1,7 +1,7 @@
{ {
"name": "test-cli-project-pnpm", "name": "test-cli-project-pnpm",
"version": "1.0.0", "version": "1.0.0",
"main": "index.js",
"author": "shadcn", "author": "shadcn",
"license": "MIT" "license": "MIT",
"main": "index.js"
} }

View File

@ -1,7 +1,7 @@
{ {
"name": "test-cli-project-yarn", "name": "test-cli-project-yarn",
"version": "1.0.0", "version": "1.0.0",
"main": "index.js",
"author": "shadcn", "author": "shadcn",
"license": "MIT" "license": "MIT",
"main": "index.js"
} }

File diff suppressed because it is too large Load Diff