779 Commits

Author SHA1 Message Date
4d2236a06c chore: Add TS Enum Util page and update index-page.vue
All checks were successful
CI / cache-and-install (push) Successful in 1m8s
2024-08-14 10:36:12 +08:00
87cf34de82 chore: Update main.css and main.ts, add data-loaders.[id].vue and update index-page.vue
All checks were successful
CI / cache-and-install (push) Successful in 1m9s
2024-08-14 10:17:49 +08:00
ed90618007 chore: Remove commented code for vue-router package name handling
All checks were successful
CI / cache-and-install (push) Successful in 1m7s
2024-08-14 09:43:56 +08:00
a544e501c2 chore: Update vite.config.ts to handle vue-router package name correctly
All checks were successful
CI / cache-and-install (push) Successful in 1m7s
2024-08-14 09:28:13 +08:00
fcff296d4e chore: 整理
All checks were successful
CI / cache-and-install (push) Successful in 1m7s
2024-08-13 23:02:51 +08:00
9ecbb42312 CI: Surge 2024-08-13 23:02:26 +08:00
a7d054ff99 chore: Update CI workflow to only trigger on push to the main branch 2024-08-13 22:12:11 +08:00
d595bae917 chore(deps): update all non-major dependencies (#7)
All checks were successful
CI / cache-and-install (push) Successful in 1m19s
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [@unocss/preset-rem-to-px](https://github.com/unocss/unocss/tree/main/packages/preset-rem-to-px#readme) ([source](https://github.com/unocss/unocss/tree/HEAD/packages/preset-rem-to-px)) | devDependencies | minor | [`^0.61.9` -> `^0.62.0`](https://renovatebot.com/diffs/npm/@unocss%2fpreset-rem-to-px/0.61.9/0.62.1) |
| [@unocss/reset](https://github.com/unocss/unocss) | devDependencies | minor | [`^0.61.9` -> `^0.62.0`](https://renovatebot.com/diffs/npm/@unocss%2freset/0.61.9/0.62.1) |
| [@yanhao98/vue-router-helper](https://github.com/yanhao98/vue-router-helper) | dependencies | patch | [`^0.0.0` -> `^0.0.2`](https://renovatebot.com/diffs/npm/@yanhao98%2fvue-router-helper/0.0.0/0.0.2) |
| [alova](https://alova.js.org) ([source](https://github.com/alovajs/alova)) | dependencies | patch | [`3.0.6` -> `3.0.7`](https://renovatebot.com/diffs/npm/alova/3.0.6/3.0.7) |
| [unocss](https://github.com/unocss/unocss) | devDependencies | minor | [`^0.61.9` -> `^0.62.0`](https://renovatebot.com/diffs/npm/unocss/0.61.9/0.62.1) |
| [unplugin-vue-components](https://github.com/unplugin/unplugin-vue-components) | devDependencies | patch | [`0.27.3` -> `0.27.4`](https://renovatebot.com/diffs/npm/unplugin-vue-components/0.27.3/0.27.4) |
| [unplugin-vue-router](https://github.com/posva/unplugin-vue-router) | devDependencies | patch | [`0.10.2` -> `0.10.3`](https://renovatebot.com/diffs/npm/unplugin-vue-router/0.10.2/0.10.3) |
| [vite-plugin-vue-devtools](https://github.com/vuejs/devtools-next) ([source](https://github.com/vuejs/devtools-next/tree/HEAD/packages/vite)) | devDependencies | patch | [`7.3.7` -> `7.3.8`](https://renovatebot.com/diffs/npm/vite-plugin-vue-devtools/7.3.7/7.3.8) |

---

### Release Notes

<details>
<summary>unocss/unocss (@&#8203;unocss/preset-rem-to-px)</summary>

### [`v0.62.1`](https://github.com/unocss/unocss/releases/tag/v0.62.1)

[Compare Source](https://github.com/unocss/unocss/compare/v0.62.0...v0.62.1)

#####    🐞 Bug Fixes

-   **core**: Fix config content pipline merging  -  by [@&#8203;ocavue](https://github.com/ocavue) in https://github.com/unocss/unocss/issues/4068 [<samp>(fccb0)</samp>](https://github.com/unocss/unocss/commit/fccb0d7d)

#####     [View changes on GitHub](https://github.com/unocss/unocss/compare/v0.62.0...v0.62.1)

### [`v0.62.0`](https://github.com/unocss/unocss/releases/tag/v0.62.0)

[Compare Source](https://github.com/unocss/unocss/compare/v0.61.9...v0.62.0)

#####    🚀 Features

-   Upgrade deps, upgrade `@typescript-eslint`  -  by [@&#8203;antfu](https://github.com/antfu) [<samp>(aaf3a)</samp>](https://github.com/unocss/unocss/commit/aaf3ac90)
-   Replace fast-glob with tinyglobby  -  by [@&#8203;SuperchupuDev](https://github.com/SuperchupuDev) and [@&#8203;antfu](https://github.com/antfu) in https://github.com/unocss/unocss/issues/4048 [<samp>(3ccd4)</samp>](https://github.com/unocss/unocss/commit/3ccd4c8f)
-   **playground**: Supports selecting a specific unocss version  -  by [@&#8203;Tzyito](https://github.com/Tzyito) and [@&#8203;antfu](https://github.com/antfu) in https://github.com/unocss/unocss/issues/4016 [<samp>(24340)</samp>](https://github.com/unocss/unocss/commit/243409f1)
-   **preset**: Support `content` option in presets  -  by [@&#8203;Jannchie](https://github.com/Jannchie) and **Anthony Fu** in https://github.com/unocss/unocss/issues/4041 [<samp>(2466d)</samp>](https://github.com/unocss/unocss/commit/2466d2ac)
-   **preset-mini**: Add starting: variant for [@&#8203;starting-style](https://github.com/starting-style) and transition-discrete, transition-normal rules  -  by [@&#8203;henrikvilhelmberglund](https://github.com/henrikvilhelmberglund) and **Anthony Fu** in https://github.com/unocss/unocss/issues/3621 [<samp>(5d2e6)</samp>](https://github.com/unocss/unocss/commit/5d2e67bc)

#####    🐞 Bug Fixes

-   **preset-web-fonts**: Named export  -  by [@&#8203;kwaa](https://github.com/kwaa) in https://github.com/unocss/unocss/issues/4053 [<samp>(dc04f)</samp>](https://github.com/unocss/unocss/commit/dc04f872)
-   **vscode**: Multiple projects in one workspace not work  -  by [@&#8203;Simon-He95](https://github.com/Simon-He95) in https://github.com/unocss/unocss/issues/4055 [<samp>(1ed1d)</samp>](https://github.com/unocss/unocss/commit/1ed1da4f)
-   **web-fonts**: Ensure that the font URL contains the correct protocol  -  by [@&#8203;Kutius](https://github.com/Kutius) and **Anthony Fu** in https://github.com/unocss/unocss/issues/4051 [<samp>(d4c29)</samp>](https://github.com/unocss/unocss/commit/d4c29000)

#####     [View changes on GitHub](https://github.com/unocss/unocss/compare/v0.61.9...v0.62.0)

</details>

<details>
<summary>yanhao98/vue-router-helper (@&#8203;yanhao98/vue-router-helper)</summary>

### [`v0.0.2`](https://github.com/yanhao98/vue-router-helper/compare/v0.0.1...v0.0.2)

[Compare Source](https://github.com/yanhao98/vue-router-helper/compare/v0.0.1...v0.0.2)

### [`v0.0.1`](https://github.com/yanhao98/vue-router-helper/compare/v0.0.0...v0.0.1)

[Compare Source](https://github.com/yanhao98/vue-router-helper/compare/v0.0.0...v0.0.1)

</details>

<details>
<summary>alovajs/alova (alova)</summary>

### [`v3.0.7`](https://github.com/alovajs/alova/releases/tag/alova%403.0.7)

[Compare Source](https://github.com/alovajs/alova/compare/alova@3.0.6...alova@3.0.7)

##### Patch Changes

-   [#&#8203;497](https://github.com/alovajs/alova/pull/497) [`6fb5e32`](6fb5e32059) Thanks [@&#8203;MeetinaXD](https://github.com/MeetinaXD)! - fix: incorrect type inference to statehook

</details>

<details>
<summary>unplugin/unplugin-vue-components (unplugin-vue-components)</summary>

### [`v0.27.4`](https://github.com/unplugin/unplugin-vue-components/releases/tag/v0.27.4)

[Compare Source](https://github.com/unplugin/unplugin-vue-components/compare/v0.27.3...v0.27.4)

#####    🚀 Features

-   Add excludeNames option  -  by [@&#8203;KaelWD](https://github.com/KaelWD) in https://github.com/unplugin/unplugin-vue-components/issues/788 [<samp>(aa4bc)</samp>](https://github.com/unplugin/unplugin-vue-components/commit/aa4bc3e)

#####    🐞 Bug Fixes

-   Get wrong vue version in monorepo  -  by [@&#8203;wkeylin](https://github.com/wkeylin) in https://github.com/unplugin/unplugin-vue-components/issues/768 [<samp>(565c8)</samp>](https://github.com/unplugin/unplugin-vue-components/commit/565c8bd)

#####     [View changes on GitHub](https://github.com/unplugin/unplugin-vue-components/compare/v0.27.3...v0.27.4)

</details>

<details>
<summary>posva/unplugin-vue-router (unplugin-vue-router)</summary>

### [`v0.10.3`](https://github.com/posva/unplugin-vue-router/blob/HEAD/CHANGELOG.md#0103-2024-08-12)

[Compare Source](https://github.com/posva/unplugin-vue-router/compare/v0.10.2...v0.10.3)

##### Features

-   upgrade to [@&#8203;pinia/colada](https://github.com/pinia/colada) 0.8.0 ([c372b14](c372b14b2c))

</details>

<details>
<summary>vuejs/devtools-next (vite-plugin-vue-devtools)</summary>

### [`v7.3.8`](https://github.com/vuejs/devtools-next/releases/tag/v7.3.8)

[Compare Source](https://github.com/vuejs/devtools-next/compare/v7.3.7...v7.3.8)

#####    🚀 Features

-   **extension**: Support open-in-editor  -  by [@&#8203;webfansplz](https://github.com/webfansplz) in https://github.com/vuejs/devtools-next/issues/543 [<samp>(05833)</samp>](https://github.com/vuejs/devtools-next/commit/05833b6)

#####    🐞 Bug Fixes

-   **deps**: Update dependency minimatch to v10  -  by [@&#8203;renovate](https://github.com/renovate)\[bot] in https://github.com/vuejs/devtools-next/issues/526 [<samp>(ca630)</samp>](https://github.com/vuejs/devtools-next/commit/ca630c7)
-   **kit**: Should access value on `ObjectRefImpl` and `GetterRefImpl`  -  by [@&#8203;alexzhang1030](https://github.com/alexzhang1030) in https://github.com/vuejs/devtools-next/issues/563 [<samp>(ad642)</samp>](https://github.com/vuejs/devtools-next/commit/ad6420d)

#####     [View changes on GitHub](https://github.com/vuejs/devtools-next/compare/v7.3.7...v7.3.8)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4yNS4wIiwidXBkYXRlZEluVmVyIjoiMzguMjUuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->

Reviewed-on: https://git.1-h.cc/examples/vue-ts-example/pulls/7
Co-authored-by: Renovate Bot <renovatebot@oo1.dev>
Co-committed-by: Renovate Bot <renovatebot@oo1.dev>
2024-08-13 10:27:15 +08:00
8282322d58 chore: Update tsconfig.app.json to exclude test files and enable skipDefaultLibCheck
All checks were successful
CI / cache-and-install (push) Successful in 1m18s
2024-08-13 10:01:48 +08:00
a4ea4e509f @yanhao98/vue-router-helper
All checks were successful
CI / cache-and-install (push) Successful in 59s
2024-08-11 20:47:21 +08:00
1b951af395 Markdown
All checks were successful
CI / cache-and-install (push) Successful in 55s
2024-08-11 19:08:10 +08:00
58ffe32a02 chore: Update .prettierrc.json to use "es5" for trailing commas
All checks were successful
CI / cache-and-install (push) Successful in 1m2s
2024-08-11 18:00:59 +08:00
d0ba655182 chore: StackGuard
All checks were successful
CI / cache-and-install (push) Successful in 55s
2024-08-10 17:47:43 +08:00
0afdfc5d2c chore: Update pnpm to version 9
All checks were successful
CI / cache-and-install (push) Successful in 52s
2024-08-08 16:53:58 +08:00
35bedf10f9 chore: Update
All checks were successful
CI / cache-and-install (push) Successful in 1m3s
2024-08-08 16:09:20 +08:00
f4f22057e7 chore: Update vue-router to version 4.4.3
All checks were successful
CI / cache-and-install (push) Successful in 59s
2024-08-08 15:36:16 +08:00
95e623f339 chore: Update vue-router to version 4.4.2 2024-08-08 15:23:16 +08:00
3cf0ae6369 chore: Update npm dependencies and configuration files
Some checks failed
CI / cache-and-install (push) Failing after 57s
2024-08-08 15:20:58 +08:00
2798254dab feat: RouterStack
Some checks failed
CI / cache-and-install (push) Failing after 1m1s
2024-08-08 15:16:07 +08:00
5c11b15c1b chore: Update vite.config.ts to enable ES modules for mobile-vue library
All checks were successful
CI / cache-and-install (push) Successful in 20m5s
2024-08-06 10:58:08 +08:00
938fda2b3c chore: Update npm dependencies and configuration files
All checks were successful
CI / cache-and-install (push) Successful in 45s
2024-08-06 09:50:09 +08:00
bccf75203b chore: Add renovate.json5 configuration file
All checks were successful
CI / cache-and-install (push) Successful in 49s
2024-08-06 00:18:14 +08:00
d00978f7bb chore: Update router links and remove unused pages
All checks were successful
CI / cache-and-install (push) Successful in 4m0s
2024-08-05 17:36:40 +08:00
fc60b67aa6 chore: Update npm dependencies and configuration files
Some checks failed
CI / cache-and-install (push) Failing after 46s
2024-08-05 17:28:50 +08:00
31aa166513 chore: Update environment configuration and dependencies
Some checks failed
CI / cache-and-install (push) Failing after 2m6s
2024-08-05 16:20:24 +08:00
e78e2108b9 chore: update ci.yaml to include lint step
All checks were successful
CI / cache-and-install (push) Successful in 35s
2024-08-04 13:09:12 +08:00
b9dd481da8 chore: update vitest npm dependency to version 2.0.5
All checks were successful
CI / cache-and-install (push) Successful in 31s
2024-08-04 12:59:27 +08:00
90c970bd67 pnpm create vue@latest
All checks were successful
CI / cache-and-install (push) Successful in 50s
2024-08-04 11:34:25 +08:00
ebb7c976ad initial commit 2024-08-04 11:34:25 +08:00