Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: vexip-ui/create-vexip
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.5.0
Choose a base ref
...
head repository: vexip-ui/create-vexip
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.5.1
Choose a head ref
  • 3 commits
  • 9 files changed
  • 1 contributor

Commits on Oct 29, 2022

  1. chore: clear codes

    qmhc committed Oct 29, 2022
    Copy the full SHA
    7e30c89 View commit details
  2. fix: update template deps

    qmhc committed Oct 29, 2022
    Copy the full SHA
    373fc14 View commit details
  3. release: v0.5.1

    qmhc committed Oct 29, 2022
    Copy the full SHA
    7aed7d8 View commit details
Showing with 33 additions and 59 deletions.
  1. +6 −0 CHANGELOG.md
  2. +17 −17 package.json
  3. +0 −19 scripts/patch.ts
  4. +0 −3 src/index.ts
  5. +1 −1 templates/eslint/package.json
  6. +1 −1 templates/router/package.json
  7. +1 −1 templates/stylelint/package.json
  8. +7 −7 templates/vite-ts/package.json
  9. +0 −10 tsup.config.ts
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [0.5.1](https://github.com/vexip-ui/create-vexip/compare/v0.5.0...v0.5.1) (2022-10-29)

### Bug Fixes

- update template deps ([373fc14](https://github.com/vexip-ui/create-vexip/commit/373fc1462893c6d7c9f29092488fc23b5a5e2e60))

# [0.5.0](https://github.com/vexip-ui/create-vexip/compare/v0.4.4...v0.5.0) (2022-10-29)

### Features
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-vexip",
"version": "0.5.0",
"version": "0.5.1",
"license": "MIT",
"author": "qmhc",
"bin": {
@@ -42,42 +42,42 @@
"@commitlint/cli": "^17.1.2",
"@types/fs-extra": "^9.0.13",
"@types/minimist": "^1.2.2",
"@types/node": "^18.11.0",
"@types/node": "^18.11.7",
"@types/prompts": "^2.4.1",
"@types/semver": "^7.3.12",
"@types/semver": "^7.3.13",
"@vexip-ui/commitlint-config": "^0.1.0",
"@vexip-ui/eslint-config": "^0.3.1",
"@vexip-ui/icons": "^1.0.3",
"@vexip-ui/plugins": "^1.2.0",
"@vexip-ui/prettier-config": "^0.1.0",
"@vexip-ui/stylelint-config": "^0.1.1",
"@vexip-ui/utils": "^1.7.0",
"@vitejs/plugin-vue": "^3.1.2",
"@vitejs/plugin-vue-jsx": "^2.0.1",
"@vexip-ui/utils": "^1.9.0",
"@vitejs/plugin-vue": "^3.2.0",
"@vitejs/plugin-vue-jsx": "^2.1.0",
"conventional-changelog-cli": "^2.2.2",
"eslint": "^8.25.0",
"eslint": "^8.26.0",
"execa": "^6.1.0",
"fs-extra": "^10.1.0",
"husky": "^8.0.1",
"is-ci": "^3.0.1",
"lint-staged": "^13.0.3",
"npm-check-updates": "^16.3.11",
"npm-check-updates": "^16.3.15",
"pinia": "^2.0.23",
"prettier": "^2.7.1",
"semver": "^7.3.8",
"stylelint": "^14.13.0",
"stylelint": "^14.14.0",
"stylelint-prettier": "^2.0.0",
"tsup": "^6.2.3",
"tsx": "^3.10.1",
"tsup": "^6.3.0",
"tsx": "^3.11.0",
"typescript": "^4.8.4",
"unbuild": "^0.9.1",
"unplugin-auto-import": "^0.11.2",
"unplugin-vue-components": "^0.22.8",
"vexip-ui": "^2.0.6",
"vite": "^3.1.8",
"unbuild": "^0.9.4",
"unplugin-auto-import": "^0.11.4",
"unplugin-vue-components": "^0.22.9",
"vexip-ui": "^2.0.11",
"vite": "^3.2.1",
"vitest": "^0.24.3",
"vue": "^3.2.41",
"vue-router": "^4.1.5"
"vue-router": "^4.1.6"
},
"pnpm": {
"peerDependencyRules": {
19 changes: 0 additions & 19 deletions scripts/patch.ts

This file was deleted.

3 changes: 0 additions & 3 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -4,7 +4,6 @@ import { fileURLToPath } from 'node:url'
import minimist from 'minimist'
import { reset, lightGreen, red, cyan, yellow } from 'kolorist'
import prompts from 'prompts'
// import * as ncu from 'npm-check-updates'
import { patchCommitlint } from './patch-commitlint'
import { patchStylelint } from './patch-stylelint'
import { updatePackageDeps } from './update-deps'
@@ -207,7 +206,6 @@ async function main() {

const pkgInfo = pkgFromUserAgent(process.env.npm_config_user_agent)
const pkgManager = pkgInfo ? pkgInfo.name : 'npm'
// const isYarn1 = pkgManager === 'yarn' && pkgInfo?.version.startsWith('1.')

console.log(`\nScaffolding project in ${root}...`)

@@ -284,7 +282,6 @@ async function main() {
})

if (updateDeps) {
// pkg = await ncu.run({ packageData: pkg, jsonAll: true })
await updatePackageDeps(pkg, root)
}

2 changes: 1 addition & 1 deletion templates/eslint/package.json
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@
},
"devDependencies": {
"@vexip-ui/eslint-config": "^0.3.1",
"eslint": "^8.25.0"
"eslint": "^8.26.0"
},
"extra": {}
}
2 changes: 1 addition & 1 deletion templates/router/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vexip-router-starter",
"dependencies": {
"vue-router": "^4.1.5"
"vue-router": "^4.1.6"
},
"extra": {}
}
2 changes: 1 addition & 1 deletion templates/stylelint/package.json
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@
},
"devDependencies": {
"@vexip-ui/stylelint-config": "^0.1.1",
"stylelint": "^14.13.0"
"stylelint": "^14.14.0"
},
"extra": {
"prettier": {
14 changes: 7 additions & 7 deletions templates/vite-ts/package.json
Original file line number Diff line number Diff line change
@@ -10,19 +10,19 @@
},
"dependencies": {
"@vexip-ui/icons": "^1.0.3",
"vexip-ui": "^2.0.6",
"vexip-ui": "^2.0.11",
"vue": "^3.2.41"
},
"devDependencies": {
"@vexip-ui/plugins": "^1.2.0",
"@vitejs/plugin-vue": "^3.1.2",
"@vitejs/plugin-vue-jsx": "^2.0.1",
"@vitejs/plugin-vue": "^3.2.0",
"@vitejs/plugin-vue-jsx": "^2.1.0",
"@vue/runtime-core": "^3.2.41",
"sass": "^1.55.0",
"typescript": "^4.8.4",
"unplugin-auto-import": "^0.11.2",
"unplugin-vue-components": "^0.22.8",
"vite": "^3.1.8",
"vue-tsc": "^1.0.7"
"unplugin-auto-import": "^0.11.4",
"unplugin-vue-components": "^0.22.9",
"vite": "^3.2.1",
"vue-tsc": "^1.0.9"
}
}
10 changes: 0 additions & 10 deletions tsup.config.ts

This file was deleted.