From 848d798236b265e9b3ba2318d87dfb48241d6fb0 Mon Sep 17 00:00:00 2001 From: Andrew Bastin Date: Thu, 30 May 2024 21:23:16 +0530 Subject: [PATCH] chore: update version to 1.2.0 --- CHANGELOG.md | 147 ++++++++------- package.json | 3 +- pnpm-lock.yaml | 501 +++++++++++++++++++++++++++++++++++++++++++++---- 3 files changed, 548 insertions(+), 103 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f9ea05..4947b13 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,225 +1,240 @@ -## [1.1.2](https://github.com/xiaoluoboding/vue-sonner/compare/v1.1.1...v1.1.2) (2024-03-07) +# [1.2.0](https://github.com/hoppscotch/vue-sonner/compare/v1.1.2...v1.2.0) (2024-05-30) ### Bug Fixes -* changing index operator, adding '?' operator ([c03d9dc](https://github.com/xiaoluoboding/vue-sonner/commit/c03d9dc4f57402e8666001fd2c076353387a37aa)) -* resolve [#56](https://github.com/xiaoluoboding/vue-sonner/issues/56) via checking for array type ([9e6d7e5](https://github.com/xiaoluoboding/vue-sonner/commit/9e6d7e52d028c0fa64a9ba05a89f9558526e4e71)) +* **README:** Fix typo in markRaw import ([6a0b916](https://github.com/hoppscotch/vue-sonner/commit/6a0b916ad702162cb4c081df04f9ceac5edfe96f)) + + +### Features + +* multiple actions support and api improvements ([#2](https://github.com/hoppscotch/vue-sonner/issues/2)) ([79bb083](https://github.com/hoppscotch/vue-sonner/commit/79bb083a35c07a41fb045f2e8e2c92c7739f0a56)) +* support dynamic position ([55102c4](https://github.com/hoppscotch/vue-sonner/commit/55102c46942ae86f9b6f7ec46f6ade9484cdb8e2)) + + + +## [1.1.2](https://github.com/hoppscotch/vue-sonner/compare/v1.1.1...v1.1.2) (2024-03-07) + + +### Bug Fixes + +* changing index operator, adding '?' operator ([c03d9dc](https://github.com/hoppscotch/vue-sonner/commit/c03d9dc4f57402e8666001fd2c076353387a37aa)) +* resolve [#56](https://github.com/hoppscotch/vue-sonner/issues/56) via checking for array type ([9e6d7e5](https://github.com/hoppscotch/vue-sonner/commit/9e6d7e52d028c0fa64a9ba05a89f9558526e4e71)) -## [1.1.1](https://github.com/xiaoluoboding/vue-sonner/compare/v1.1.0...v1.1.1) (2024-03-02) +## [1.1.1](https://github.com/hoppscotch/vue-sonner/compare/v1.1.0...v1.1.1) (2024-03-02) ### Features -* add `@microsoft/api-extractor` to merge all types files in one d.ts file ([83f27fa](https://github.com/xiaoluoboding/vue-sonner/commit/83f27fa5150d681d330671df038c31b55517ce80)) +* add `@microsoft/api-extractor` to merge all types files in one d.ts file ([83f27fa](https://github.com/hoppscotch/vue-sonner/commit/83f27fa5150d681d330671df038c31b55517ce80)) -# [1.1.0](https://github.com/xiaoluoboding/vue-sonner/compare/v1.0.4...v1.1.0) (2024-03-01) +# [1.1.0](https://github.com/hoppscotch/vue-sonner/compare/v1.0.4...v1.1.0) (2024-03-01) ### Bug Fixes -* fixed the close button do not have fade animation bug ([6288840](https://github.com/xiaoluoboding/vue-sonner/commit/6288840e2b0c33fa744f2cba3d42b342c00c250e)) -* fixed the default toast render the icon element bug ([0f57a19](https://github.com/xiaoluoboding/vue-sonner/commit/0f57a19a44a9d090173d1039acd7cfebd423f8ef)) +* fixed the close button do not have fade animation bug ([6288840](https://github.com/hoppscotch/vue-sonner/commit/6288840e2b0c33fa744f2cba3d42b342c00c250e)) +* fixed the default toast render the icon element bug ([0f57a19](https://github.com/hoppscotch/vue-sonner/commit/0f57a19a44a9d090173d1039acd7cfebd423f8ef)) -## [1.0.4](https://github.com/xiaoluoboding/vue-sonner/compare/v1.0.3...v1.0.4) (2024-02-29) +## [1.0.4](https://github.com/hoppscotch/vue-sonner/compare/v1.0.3...v1.0.4) (2024-02-29) ### Bug Fixes -* blurry text in chromium ([c9aa8ba](https://github.com/xiaoluoboding/vue-sonner/commit/c9aa8ba50c425412ff159eda2788dff49c1ea683)) +* blurry text in chromium ([c9aa8ba](https://github.com/hoppscotch/vue-sonner/commit/c9aa8ba50c425412ff159eda2788dff49c1ea683)) ### Features -* allow setting position when creating a toast ([0326cea](https://github.com/xiaoluoboding/vue-sonner/commit/0326ceaefac7e26643bff2d2825f79bbfbde1269)) -* change the style ([4b73c89](https://github.com/xiaoluoboding/vue-sonner/commit/4b73c896840b27999fd0eb33cbe32a7ef0349f85)) +* allow setting position when creating a toast ([0326cea](https://github.com/hoppscotch/vue-sonner/commit/0326ceaefac7e26643bff2d2825f79bbfbde1269)) +* change the style ([4b73c89](https://github.com/hoppscotch/vue-sonner/commit/4b73c896840b27999fd0eb33cbe32a7ef0349f85)) -## [1.0.3](https://github.com/xiaoluoboding/vue-sonner/compare/v1.0.2...v1.0.3) (2024-01-24) +## [1.0.3](https://github.com/hoppscotch/vue-sonner/compare/v1.0.2...v1.0.3) (2024-01-24) ### Bug Fixes -* fixed the [#39](https://github.com/xiaoluoboding/vue-sonner/issues/39) problem ([77ff63f](https://github.com/xiaoluoboding/vue-sonner/commit/77ff63f221652b48290acf1516bc093f17faf719)) -* **type:** fixed the type ([6ee1ca4](https://github.com/xiaoluoboding/vue-sonner/commit/6ee1ca42f7104f40d0c2524fd27659c4bea5a607)) +* fixed the [#39](https://github.com/hoppscotch/vue-sonner/issues/39) problem ([77ff63f](https://github.com/hoppscotch/vue-sonner/commit/77ff63f221652b48290acf1516bc093f17faf719)) +* **type:** fixed the type ([6ee1ca4](https://github.com/hoppscotch/vue-sonner/commit/6ee1ca42f7104f40d0c2524fd27659c4bea5a607)) ### Features -* `inject-css` with simple vite plugin API inspired by bunchee inline-css ([f0ca814](https://github.com/xiaoluoboding/vue-sonner/commit/f0ca814f061a5592384309ef6339f1a319370e5a)) -* add base `@vue/tsconfig`, `cjs` instead of `umd.cjs` ([c0a4d5c](https://github.com/xiaoluoboding/vue-sonner/commit/c0a4d5ceffaf726a0414b2100a7a472b8b871eea)) -* generate `declaration` files with `vue-tsc` ([76311fb](https://github.com/xiaoluoboding/vue-sonner/commit/76311fb76d8c7d883ae5f99aa7b017a1865b8358)) +* `inject-css` with simple vite plugin API inspired by bunchee inline-css ([f0ca814](https://github.com/hoppscotch/vue-sonner/commit/f0ca814f061a5592384309ef6339f1a319370e5a)) +* add base `@vue/tsconfig`, `cjs` instead of `umd.cjs` ([c0a4d5c](https://github.com/hoppscotch/vue-sonner/commit/c0a4d5ceffaf726a0414b2100a7a472b8b871eea)) +* generate `declaration` files with `vue-tsc` ([76311fb](https://github.com/hoppscotch/vue-sonner/commit/76311fb76d8c7d883ae5f99aa7b017a1865b8358)) -## [1.0.2](https://github.com/xiaoluoboding/vue-sonner/compare/v1.0.1...v1.0.2) (2023-11-07) +## [1.0.2](https://github.com/hoppscotch/vue-sonner/compare/v1.0.1...v1.0.2) (2023-11-07) ### Bug Fixes -* fixed the promise bug ([c297881](https://github.com/xiaoluoboding/vue-sonner/commit/c297881bcbe28e20f5714038c9a75419609a7ab6)) +* fixed the promise bug ([c297881](https://github.com/hoppscotch/vue-sonner/commit/c297881bcbe28e20f5714038c9a75419609a7ab6)) -## [1.0.1](https://github.com/xiaoluoboding/vue-sonner/compare/v1.0.0...v1.0.1) (2023-11-03) +## [1.0.1](https://github.com/hoppscotch/vue-sonner/compare/v1.0.0...v1.0.1) (2023-11-03) ### Features -* make promise return promise ([9608865](https://github.com/xiaoluoboding/vue-sonner/commit/9608865c852e8d50709f9842d29b08994081cb64)) +* make promise return promise ([9608865](https://github.com/hoppscotch/vue-sonner/commit/9608865c852e8d50709f9842d29b08994081cb64)) -# [1.0.0](https://github.com/xiaoluoboding/vue-sonner/compare/v0.4.4...v1.0.0) (2023-10-31) +# [1.0.0](https://github.com/hoppscotch/vue-sonner/compare/v0.4.4...v1.0.0) (2023-10-31) ### Features -* add info & warning type for toast ([daaedce](https://github.com/xiaoluoboding/vue-sonner/commit/daaedcec33921f79ba24952b3b7b644b02ab6591)) +* add info & warning type for toast ([daaedce](https://github.com/hoppscotch/vue-sonner/commit/daaedcec33921f79ba24952b3b7b644b02ab6591)) -## [0.4.4](https://github.com/xiaoluoboding/vue-sonner/compare/v0.4.3...v0.4.4) (2023-08-30) +## [0.4.4](https://github.com/hoppscotch/vue-sonner/compare/v0.4.3...v0.4.4) (2023-08-30) ### Features -* export toaster props ([a183aab](https://github.com/xiaoluoboding/vue-sonner/commit/a183aaba9120e5e84845aff696231f0820dde985)) +* export toaster props ([a183aab](https://github.com/hoppscotch/vue-sonner/commit/a183aaba9120e5e84845aff696231f0820dde985)) -## [0.4.3](https://github.com/xiaoluoboding/vue-sonner/compare/v0.4.2...v0.4.3) (2023-08-06) +## [0.4.3](https://github.com/hoppscotch/vue-sonner/compare/v0.4.2...v0.4.3) (2023-08-06) ### Bug Fixes -* remove default offset ([c327753](https://github.com/xiaoluoboding/vue-sonner/commit/c327753a0f6da0700dbe17076ecc25cb8974412c)) +* remove default offset ([c327753](https://github.com/hoppscotch/vue-sonner/commit/c327753a0f6da0700dbe17076ecc25cb8974412c)) -## [0.4.2](https://github.com/xiaoluoboding/vue-sonner/compare/v0.4.1...v0.4.2) (2023-07-24) +## [0.4.2](https://github.com/hoppscotch/vue-sonner/compare/v0.4.1...v0.4.2) (2023-07-24) ### Bug Fixes -* exports types should be first ([18b6044](https://github.com/xiaoluoboding/vue-sonner/commit/18b6044d10715169d52cb12e2f1e6b7082314d1d)) +* exports types should be first ([18b6044](https://github.com/hoppscotch/vue-sonner/commit/18b6044d10715169d52cb12e2f1e6b7082314d1d)) -## [0.4.1](https://github.com/xiaoluoboding/vue-sonner/compare/v0.4.0...v0.4.1) (2023-07-24) +## [0.4.1](https://github.com/hoppscotch/vue-sonner/compare/v0.4.0...v0.4.1) (2023-07-24) ### Bug Fixes -* ignore type definitions ([9fe93d9](https://github.com/xiaoluoboding/vue-sonner/commit/9fe93d9f2a46e6908662b8da7245cd183771a799)) +* ignore type definitions ([9fe93d9](https://github.com/hoppscotch/vue-sonner/commit/9fe93d9f2a46e6908662b8da7245cd183771a799)) -# [0.4.0](https://github.com/xiaoluoboding/vue-sonner/compare/v0.3.3...v0.4.0) (2023-07-24) +# [0.4.0](https://github.com/hoppscotch/vue-sonner/compare/v0.3.3...v0.4.0) (2023-07-24) ### Features -* generate types ([1d17305](https://github.com/xiaoluoboding/vue-sonner/commit/1d17305a7e0eadf1682442dd2378b5ef3a940918)) -* improve the types ([48215a4](https://github.com/xiaoluoboding/vue-sonner/commit/48215a4aaaeb77e10cef1c7da28da4262951bf1e)) +* generate types ([1d17305](https://github.com/hoppscotch/vue-sonner/commit/1d17305a7e0eadf1682442dd2378b5ef3a940918)) +* improve the types ([48215a4](https://github.com/hoppscotch/vue-sonner/commit/48215a4aaaeb77e10cef1c7da28da4262951bf1e)) -## [0.3.3](https://github.com/xiaoluoboding/vue-sonner/compare/v0.3.2...v0.3.3) (2023-07-04) +## [0.3.3](https://github.com/hoppscotch/vue-sonner/compare/v0.3.2...v0.3.3) (2023-07-04) ### Bug Fixes -* custom component memory leaks ([2064312](https://github.com/xiaoluoboding/vue-sonner/commit/2064312e26f9bad0d8a42ff2abe3bcb6caa3bf66)) -* custom styling with toastOptions ([65bf4ee](https://github.com/xiaoluoboding/vue-sonner/commit/65bf4ee94be5e8e474e9013d96c9f1ca2e1a8e47)) +* custom component memory leaks ([2064312](https://github.com/hoppscotch/vue-sonner/commit/2064312e26f9bad0d8a42ff2abe3bcb6caa3bf66)) +* custom styling with toastOptions ([65bf4ee](https://github.com/hoppscotch/vue-sonner/commit/65bf4ee94be5e8e474e9013d96c9f1ca2e1a8e47)) -## [0.3.2](https://github.com/xiaoluoboding/vue-sonner/compare/v0.3.1...v0.3.2) (2023-05-15) +## [0.3.2](https://github.com/hoppscotch/vue-sonner/compare/v0.3.1...v0.3.2) (2023-05-15) ### Bug Fixes -* fixed typo ([05ad600](https://github.com/xiaoluoboding/vue-sonner/commit/05ad60021d88647d0ebdcf13b2afcad5a654713a)) -* fixed typo ([4914ffb](https://github.com/xiaoluoboding/vue-sonner/commit/4914ffbd67fef8e52a73e2e3e86bfcee015749f6)) -* fixed typo ([63b4c2a](https://github.com/xiaoluoboding/vue-sonner/commit/63b4c2af1fc203d71bb8249ad320e7fc8d8f9346)) +* fixed typo ([05ad600](https://github.com/hoppscotch/vue-sonner/commit/05ad60021d88647d0ebdcf13b2afcad5a654713a)) +* fixed typo ([4914ffb](https://github.com/hoppscotch/vue-sonner/commit/4914ffbd67fef8e52a73e2e3e86bfcee015749f6)) +* fixed typo ([63b4c2a](https://github.com/hoppscotch/vue-sonner/commit/63b4c2af1fc203d71bb8249ad320e7fc8d8f9346)) ### Features -* ability to add a cutom color icon ([eaaf175](https://github.com/xiaoluoboding/vue-sonner/commit/eaaf1759db6b5b3f2addfda4b80db47fc51b1b19)) +* ability to add a cutom color icon ([eaaf175](https://github.com/hoppscotch/vue-sonner/commit/eaaf1759db6b5b3f2addfda4b80db47fc51b1b19)) -## [0.3.1](https://github.com/xiaoluoboding/vue-sonner/compare/v0.3.0...v0.3.1) (2023-03-29) +## [0.3.1](https://github.com/hoppscotch/vue-sonner/compare/v0.3.0...v0.3.1) (2023-03-29) ### Bug Fixes -* fixed issue [#2](https://github.com/xiaoluoboding/vue-sonner/issues/2) ([c8adec1](https://github.com/xiaoluoboding/vue-sonner/commit/c8adec18ba44629b367056385b071d6eb0a7fc37)) +* fixed issue [#2](https://github.com/hoppscotch/vue-sonner/issues/2) ([c8adec1](https://github.com/hoppscotch/vue-sonner/commit/c8adec18ba44629b367056385b071d6eb0a7fc37)) ### Features -* add copy icon ([1cb61e8](https://github.com/xiaoluoboding/vue-sonner/commit/1cb61e848baa4718c3989578720efc5e6fead1c6)) -* add header for SEO ([9571b9d](https://github.com/xiaoluoboding/vue-sonner/commit/9571b9d1fddfe201b716b1b968fe88fc5d8235b3)) -* add seo meta ([9317f63](https://github.com/xiaoluoboding/vue-sonner/commit/9317f63dd905959e83e1ead320b043ec1047471a)) -* change brand color ([ef97ea9](https://github.com/xiaoluoboding/vue-sonner/commit/ef97ea9af2759600016ac49214aa640c49658514)) -* refactor to hooks ([eb3a578](https://github.com/xiaoluoboding/vue-sonner/commit/eb3a578d9c3de8a3f4b452598e95ac3228d72242)) -* style for mobile ([1ace50b](https://github.com/xiaoluoboding/vue-sonner/commit/1ace50b5d6e6f975f0283927eb84bb67b88deab1)) -* update video ([2f10ac1](https://github.com/xiaoluoboding/vue-sonner/commit/2f10ac18c52c68d50a81934a628a8dc1aa97f5eb)) -* upload the video ([52761c8](https://github.com/xiaoluoboding/vue-sonner/commit/52761c8bec7808191a3a29b59ef111710e042905)) +* add copy icon ([1cb61e8](https://github.com/hoppscotch/vue-sonner/commit/1cb61e848baa4718c3989578720efc5e6fead1c6)) +* add header for SEO ([9571b9d](https://github.com/hoppscotch/vue-sonner/commit/9571b9d1fddfe201b716b1b968fe88fc5d8235b3)) +* add seo meta ([9317f63](https://github.com/hoppscotch/vue-sonner/commit/9317f63dd905959e83e1ead320b043ec1047471a)) +* change brand color ([ef97ea9](https://github.com/hoppscotch/vue-sonner/commit/ef97ea9af2759600016ac49214aa640c49658514)) +* refactor to hooks ([eb3a578](https://github.com/hoppscotch/vue-sonner/commit/eb3a578d9c3de8a3f4b452598e95ac3228d72242)) +* style for mobile ([1ace50b](https://github.com/hoppscotch/vue-sonner/commit/1ace50b5d6e6f975f0283927eb84bb67b88deab1)) +* update video ([2f10ac1](https://github.com/hoppscotch/vue-sonner/commit/2f10ac18c52c68d50a81934a628a8dc1aa97f5eb)) +* upload the video ([52761c8](https://github.com/hoppscotch/vue-sonner/commit/52761c8bec7808191a3a29b59ef111710e042905)) -# [0.3.0](https://github.com/xiaoluoboding/vue-sonner/compare/v0.2.3...v0.3.0) (2023-03-28) +# [0.3.0](https://github.com/hoppscotch/vue-sonner/compare/v0.2.3...v0.3.0) (2023-03-28) ### Features -* add the inject css ([848bea7](https://github.com/xiaoluoboding/vue-sonner/commit/848bea7f668cd290217353937fca955ce403546a)) +* add the inject css ([848bea7](https://github.com/hoppscotch/vue-sonner/commit/848bea7f668cd290217353937fca955ce403546a)) -## [0.2.3](https://github.com/xiaoluoboding/vue-sonner/compare/v0.2.2...v0.2.3) (2023-03-28) +## [0.2.3](https://github.com/hoppscotch/vue-sonner/compare/v0.2.2...v0.2.3) (2023-03-28) ### Features -* add side effects ([6a879c4](https://github.com/xiaoluoboding/vue-sonner/commit/6a879c447b42a2314c27757c02602ee30cc5a8bf)) +* add side effects ([6a879c4](https://github.com/hoppscotch/vue-sonner/commit/6a879c447b42a2314c27757c02602ee30cc5a8bf)) -## [0.2.2](https://github.com/xiaoluoboding/vue-sonner/compare/v0.2.1...v0.2.2) (2023-03-28) +## [0.2.2](https://github.com/hoppscotch/vue-sonner/compare/v0.2.1...v0.2.2) (2023-03-28) -## [0.2.1](https://github.com/xiaoluoboding/vue-sonner/compare/v0.2.0...v0.2.1) (2023-03-28) +## [0.2.1](https://github.com/hoppscotch/vue-sonner/compare/v0.2.0...v0.2.1) (2023-03-28) ### Features -* change the highlight style ([56c9a4b](https://github.com/xiaoluoboding/vue-sonner/commit/56c9a4b6ffae59e6dcc7f79ad4c4238cd1702fb5)) -* change the style import ([b0fe712](https://github.com/xiaoluoboding/vue-sonner/commit/b0fe71258bb831b6cca6e930cb7266a43c2e6188)) +* change the highlight style ([56c9a4b](https://github.com/hoppscotch/vue-sonner/commit/56c9a4b6ffae59e6dcc7f79ad4c4238cd1702fb5)) +* change the style import ([b0fe712](https://github.com/hoppscotch/vue-sonner/commit/b0fe71258bb831b6cca6e930cb7266a43c2e6188)) -# [0.2.0](https://github.com/xiaoluoboding/vue-sonner/compare/v0.1.0...v0.2.0) (2023-03-28) +# [0.2.0](https://github.com/hoppscotch/vue-sonner/compare/v0.1.0...v0.2.0) (2023-03-28) ### Features -* add render custom component ([cf903c8](https://github.com/xiaoluoboding/vue-sonner/commit/cf903c82804dd97d6763f32781b30b932a74976c)) -* add the custom vnode ([fdad68f](https://github.com/xiaoluoboding/vue-sonner/commit/fdad68f4a0e53adb212023c8ad2ac1265126713f)) -* add the promise success/error callback ([6c7f784](https://github.com/xiaoluoboding/vue-sonner/commit/6c7f784fd2dcb896224816ad4fca78394f8f6631)) -* handle close button ([1390fa7](https://github.com/xiaoluoboding/vue-sonner/commit/1390fa789d0d29e3f3cb2e3cd2787a0d46eda19a)) +* add render custom component ([cf903c8](https://github.com/hoppscotch/vue-sonner/commit/cf903c82804dd97d6763f32781b30b932a74976c)) +* add the custom vnode ([fdad68f](https://github.com/hoppscotch/vue-sonner/commit/fdad68f4a0e53adb212023c8ad2ac1265126713f)) +* add the promise success/error callback ([6c7f784](https://github.com/hoppscotch/vue-sonner/commit/6c7f784fd2dcb896224816ad4fca78394f8f6631)) +* handle close button ([1390fa7](https://github.com/hoppscotch/vue-sonner/commit/1390fa789d0d29e3f3cb2e3cd2787a0d46eda19a)) diff --git a/package.json b/package.json index e6f067a..15a75ad 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@hoppscotch/vue-sonner", - "version": "1.1.2", + "version": "1.2.0", "type": "module", "author": "Hoppscotch Team ", "scripts": { @@ -44,6 +44,7 @@ "@vueuse/core": "^10.9.0", "@vueuse/head": "^2.0.0", "clean-css": "^5.3.3", + "conventional-changelog-cli": "^5.0.0", "highlight.js": "^11.9.0", "typescript": "^5.3.3", "unocss": "^0.58.5", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index de6393c..1c14556 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -22,19 +22,22 @@ importers: version: 0.58.5 '@vitejs/plugin-vue': specifier: ^5.0.4 - version: 5.0.4(vite@5.1.4)(vue@3.4.21) + version: 5.0.4(vite@5.1.4(@types/node@18.19.8))(vue@3.4.21(typescript@5.3.3)) '@vue/tsconfig': specifier: ^0.5.1 version: 0.5.1 '@vueuse/core': specifier: ^10.9.0 - version: 10.9.0(vue@3.4.21) + version: 10.9.0(vue@3.4.21(typescript@5.3.3)) '@vueuse/head': specifier: ^2.0.0 - version: 2.0.0(vue@3.4.21) + version: 2.0.0(vue@3.4.21(typescript@5.3.3)) clean-css: specifier: ^5.3.3 version: 5.3.3 + conventional-changelog-cli: + specifier: ^5.0.0 + version: 5.0.0(conventional-commits-filter@5.0.0) highlight.js: specifier: ^11.9.0 version: 11.9.0 @@ -43,13 +46,13 @@ importers: version: 5.3.3 unocss: specifier: ^0.58.5 - version: 0.58.5(postcss@8.4.35)(vite@5.1.4) + version: 0.58.5(postcss@8.4.35)(rollup@4.9.6)(vite@5.1.4(@types/node@18.19.8)) unplugin-icons: specifier: ^0.18.5 - version: 0.18.5 + version: 0.18.5(@vue/compiler-sfc@3.4.21)(vue-template-compiler@2.7.14) unplugin-vue-components: specifier: ^0.26.0 - version: 0.26.0(vue@3.4.21) + version: 0.26.0(@babel/parser@7.24.0)(rollup@4.9.6)(vue@3.4.21(typescript@5.3.3)) vite: specifier: ^5.1.4 version: 5.1.4(@types/node@18.19.8) @@ -228,6 +231,18 @@ packages: resolution: {integrity: sha512-+j7a5c253RfKh8iABBhywc8NSfP5LURe7Uh4qpsh6jc+aLJguvmIUBdjSdEMQv2bENrCR5MfRdjGo7vzS/ob7w==} engines: {node: '>=6.9.0'} + '@conventional-changelog/git-client@1.0.1': + resolution: {integrity: sha512-PJEqBwAleffCMETaVm/fUgHldzBE35JFk3/9LL6NUA5EXa3qednu+UT6M7E5iBu3zIQZCULYIiZ90fBYHt6xUw==} + engines: {node: '>=18'} + peerDependencies: + conventional-commits-filter: ^5.0.0 + conventional-commits-parser: ^6.0.0 + peerDependenciesMeta: + conventional-commits-filter: + optional: true + conventional-commits-parser: + optional: true + '@esbuild/aix-ppc64@0.19.11': resolution: {integrity: sha512-FnzU0LyE3ySQk7UntJO4+qIiQgI7KoODnZg5xzXIrFJlKd2P2gwHsHY4927xj9y5PJmJSzULiUCWmv7iWnNa7g==} engines: {node: '>=12'} @@ -366,6 +381,10 @@ packages: cpu: [x64] os: [win32] + '@hutson/parse-repository-url@5.0.0': + resolution: {integrity: sha512-e5+YUKENATs1JgYHMzTr2MW/NDcXGfYFAuOQU8gJgF/kEh4EqKgfGrfLI67bMD4tbhZVlkigz/9YYwWcbOFthg==} + engines: {node: '>=10.13.0'} + '@iconify/json@2.2.172': resolution: {integrity: sha512-/QX702onUWOyj7RZyZD1x+QgrjYMUHRPGaz7ycqXg+YOcxYKZ0pZ6HqaL6njstTc9THrWnTF0ZsQEM1eCq86Ag==} @@ -532,6 +551,12 @@ packages: '@types/node@18.19.8': resolution: {integrity: sha512-g1pZtPhsvGVTwmeVoexWZLTQaOvXwoSq//pTL0DHeNzUDrFnir4fgETdhjhIxjVnN+hKOuh98+E1eMLnUXstFg==} + '@types/normalize-package-data@2.4.4': + resolution: {integrity: sha512-37i+OaWTh9qeK4LSHPsyRC7NahnGotNuZvjLSgcPzblpHB3rrCJxAOgI5gCdKm7coonsaX1Of0ILiTcnZjbfxA==} + + '@types/semver@7.5.8': + resolution: {integrity: sha512-I8EUhyrgfLrcTkzV3TSsGyl1tSuPrEDzr0yd5m90UgNxQkyDXULk3b6MlQqTCpZpNtWe1K0hzclnZkTcLBe2UQ==} + '@types/web-bluetooth@0.0.20': resolution: {integrity: sha512-g9gZnnXVq7gM7v3tJCWV/qw7w+KeOlSHAhgF9RytFyifW6AF61hdT2ucrYhPq9hLs5JIryeupHV3qGk95dH9ow==} @@ -713,6 +738,9 @@ packages: engines: {node: '>=0.4.0'} hasBin: true + add-stream@1.0.0: + resolution: {integrity: sha512-qQLMr+8o0WC4FZGQTcJiKBVC59JylcPSrTtk6usvmIDFUOCKegapy1VHQwRbFMOFyb/inzUVqHs+eMYKDM1YeQ==} + ajv@6.12.6: resolution: {integrity: sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==} @@ -727,6 +755,9 @@ packages: argparse@1.0.10: resolution: {integrity: sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==} + array-ify@1.0.0: + resolution: {integrity: sha512-c5AMf34bKdvPhQ7tBGhqkgKNUzMr4WUs+WDtC2ZUGOUncbxKMTvqxYctiseW3+L4bA8ec+GcZ6/A/FW4m8ukng==} + balanced-match@1.0.2: resolution: {integrity: sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==} @@ -781,6 +812,9 @@ packages: resolution: {integrity: sha512-KRs7WVDKg86PWiuAqhDrAQnTXZKraVcCc6vFdL14qrZ/DcWwuRo7VoiYXalXO7S5GKpqYiVEwCbgFDfxNHKJBQ==} engines: {node: ^12.20.0 || >=14} + compare-func@2.0.0: + resolution: {integrity: sha512-zHig5N+tPWARooBnb0Zx1MFcdfpyJrfTJ3Y5L+IFvUm8rM74hHz66z0gw0x4tijh5CorKkKUCnW82R2vmpeCRA==} + computeds@0.0.1: resolution: {integrity: sha512-7CEBgcMjVmitjYo5q8JTJVra6X5mQ20uTThdK+0kR7UEaDrAWEQcRiBtWJzga4eRpP6afNwwLsX2SET2JhVB1Q==} @@ -791,6 +825,73 @@ packages: resolution: {integrity: sha512-I5qxpzLv+sJhTVEoLYNcTW+bThDCPsit0vLNKShZx6rLtpilNpmmeTPaeqJb9ZE9dV3DGaeby6Vuhrw38WjeyQ==} engines: {node: ^14.18.0 || >=16.10.0} + conventional-changelog-angular@8.0.0: + resolution: {integrity: sha512-CLf+zr6St0wIxos4bmaKHRXWAcsCXrJU6F4VdNDrGRK3B8LDLKoX3zuMV5GhtbGkVR/LohZ6MT6im43vZLSjmA==} + engines: {node: '>=18'} + + conventional-changelog-atom@5.0.0: + resolution: {integrity: sha512-WfzCaAvSCFPkznnLgLnfacRAzjgqjLUjvf3MftfsJzQdDICqkOOpcMtdJF3wTerxSpv2IAAjX8doM3Vozqle3g==} + engines: {node: '>=18'} + + conventional-changelog-cli@5.0.0: + resolution: {integrity: sha512-9Y8fucJe18/6ef6ZlyIlT2YQUbczvoQZZuYmDLaGvcSBP+M6h+LAvf7ON7waRxKJemcCII8Yqu5/8HEfskTxJQ==} + engines: {node: '>=18'} + hasBin: true + + conventional-changelog-codemirror@5.0.0: + resolution: {integrity: sha512-8gsBDI5Y3vrKUCxN6Ue8xr6occZ5nsDEc4C7jO/EovFGozx8uttCAyfhRrvoUAWi2WMm3OmYs+0mPJU7kQdYWQ==} + engines: {node: '>=18'} + + conventional-changelog-conventionalcommits@8.0.0: + resolution: {integrity: sha512-eOvlTO6OcySPyyyk8pKz2dP4jjElYunj9hn9/s0OB+gapTO8zwS9UQWrZ1pmF2hFs3vw1xhonOLGcGjy/zgsuA==} + engines: {node: '>=18'} + + conventional-changelog-core@8.0.0: + resolution: {integrity: sha512-EATUx5y9xewpEe10UEGNpbSHRC6cVZgO+hXQjofMqpy+gFIrcGvH3Fl6yk2VFKh7m+ffenup2N7SZJYpyD9evw==} + engines: {node: '>=18'} + + conventional-changelog-ember@5.0.0: + resolution: {integrity: sha512-RPflVfm5s4cSO33GH/Ey26oxhiC67akcxSKL8CLRT3kQX2W3dbE19sSOM56iFqUJYEwv9mD9r6k79weWe1urfg==} + engines: {node: '>=18'} + + conventional-changelog-eslint@6.0.0: + resolution: {integrity: sha512-eiUyULWjzq+ybPjXwU6NNRflApDWlPEQEHvI8UAItYW/h22RKkMnOAtfCZxMmrcMO1OKUWtcf2MxKYMWe9zJuw==} + engines: {node: '>=18'} + + conventional-changelog-express@5.0.0: + resolution: {integrity: sha512-D8Q6WctPkQpvr2HNCCmwU5GkX22BVHM0r4EW8vN0230TSyS/d6VQJDAxGb84lbg0dFjpO22MwmsikKL++Oo/oQ==} + engines: {node: '>=18'} + + conventional-changelog-jquery@6.0.0: + resolution: {integrity: sha512-2kxmVakyehgyrho2ZHBi90v4AHswkGzHuTaoH40bmeNqUt20yEkDOSpw8HlPBfvEQBwGtbE+5HpRwzj6ac2UfA==} + engines: {node: '>=18'} + + conventional-changelog-jshint@5.0.0: + resolution: {integrity: sha512-gGNphSb/opc76n2eWaO6ma4/Wqu3tpa2w7i9WYqI6Cs2fncDSI2/ihOfMvXveeTTeld0oFvwMVNV+IYQIk3F3g==} + engines: {node: '>=18'} + + conventional-changelog-preset-loader@5.0.0: + resolution: {integrity: sha512-SetDSntXLk8Jh1NOAl1Gu5uLiCNSYenB5tm0YVeZKePRIgDW9lQImromTwLa3c/Gae298tsgOM+/CYT9XAl0NA==} + engines: {node: '>=18'} + + conventional-changelog-writer@8.0.0: + resolution: {integrity: sha512-TQcoYGRatlAnT2qEWDON/XSfnVG38JzA7E0wcGScu7RElQBkg9WWgZd1peCWFcWDh1xfb2CfsrcvOn1bbSzztA==} + engines: {node: '>=18'} + hasBin: true + + conventional-changelog@6.0.0: + resolution: {integrity: sha512-tuUH8H/19VjtD9Ig7l6TQRh+Z0Yt0NZ6w/cCkkyzUbGQTnUEmKfGtkC9gGfVgCfOL1Rzno5NgNF4KY8vR+Jo3w==} + engines: {node: '>=18'} + + conventional-commits-filter@5.0.0: + resolution: {integrity: sha512-tQMagCOC59EVgNZcC5zl7XqO30Wki9i9J3acbUvkaosCT6JX3EeFwJD7Qqp4MCikRnzS18WXV3BLIQ66ytu6+Q==} + engines: {node: '>=18'} + + conventional-commits-parser@6.0.0: + resolution: {integrity: sha512-TbsINLp48XeMXR8EvGjTnKGsZqBemisPoyWESlpRyR8lif0lcwzqz+NMtYSj1ooF/WYjSuu7wX0CtdeeMEQAmA==} + engines: {node: '>=18'} + hasBin: true + convert-source-map@2.0.0: resolution: {integrity: sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==} @@ -823,6 +924,10 @@ packages: destr@2.0.2: resolution: {integrity: sha512-65AlobnZMiCET00KaFFjUefxDX0khFA/E4myqZ7a6Sq1yZtR8+FVIvilVX66vF2uobSumxooYZChiRPCKNqhmg==} + dot-prop@5.3.0: + resolution: {integrity: sha512-QM8q3zDe58hqUqjraQOmzZ1LIH9SWQJTlEKCH4kJ2oQvLZk7RbQXvtDM2XEq3fwkV9CCvvH4LA0AV+ogFsBM2Q==} + engines: {node: '>=8'} + duplexer@0.1.2: resolution: {integrity: sha512-jtD6YG370ZCIi/9GTaJKQxWTZD045+4R4hTk/x1UyoqadyJ9x9CgSi1RlVDQF8U2sxLLSnFkCaMihqljHIWgMg==} @@ -878,6 +983,10 @@ packages: resolution: {integrity: sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==} engines: {node: '>=8'} + find-up-simple@1.0.0: + resolution: {integrity: sha512-q7Us7kcjj2VMePAa02hDAF6d+MzsdsAWEwYyOpwUtlerRBkOEPBCRZrAV4XfcSN8fHAgaD0hP7miwoay6DCprw==} + engines: {node: '>=18'} + find-up@5.0.0: resolution: {integrity: sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==} engines: {node: '>=10'} @@ -906,6 +1015,16 @@ packages: resolution: {integrity: sha512-VaUJspBffn/LMCJVoMvSAdmscJyS1auj5Zulnn5UoYcY531UWmdwhRWkcGKnGU93m5HSXP9LP2usOryrBtQowA==} engines: {node: '>=16'} + git-raw-commits@5.0.0: + resolution: {integrity: sha512-I2ZXrXeOc0KrCvC7swqtIFXFN+rbjnC7b2T943tvemIOVNl+XP8YnA9UVwqFhzzLClnSA60KR/qEjLpXzs73Qg==} + engines: {node: '>=18'} + hasBin: true + + git-semver-tags@8.0.0: + resolution: {integrity: sha512-N7YRIklvPH3wYWAR2vysaqGLPRcpwQ0GKdlqTiVN5w1UmCdaeY3K8s6DMKRCh54DDdzyt/OAB6C8jgVtb7Y2Fg==} + engines: {node: '>=18'} + hasBin: true + glob-parent@5.1.2: resolution: {integrity: sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==} engines: {node: '>= 6'} @@ -921,6 +1040,11 @@ packages: resolution: {integrity: sha512-ax7ZYomf6jqPTQ4+XCpUGyXKHk5WweS+e05MBO4/y3WJ5RkmPXNKvX+bx1behVILVwr6JSQvZAku021CHPXG3Q==} engines: {node: '>=10'} + handlebars@4.7.8: + resolution: {integrity: sha512-vafaFqs8MZkRrSX7sFVUdo3ap/eNiLnb4IakshzvP56X5Nr1iGKAIqdX6tMlm6HcNRIkr6AxO5jFEoJzzpT8aQ==} + engines: {node: '>=0.4.7'} + hasBin: true + has-flag@3.0.0: resolution: {integrity: sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==} engines: {node: '>=4'} @@ -944,6 +1068,10 @@ packages: hookable@5.5.3: resolution: {integrity: sha512-Yc+BQe8SvoXH1643Qez1zqLRmbA5rCL+sSmk6TVos0LWVfNIB7PGncdlId77WzLGSIB5KaWgTaNTs2lNVEI6VQ==} + hosted-git-info@7.0.2: + resolution: {integrity: sha512-puUZAUKT5m8Zzvs72XWy3HtvVbTWljRE66cP60bxJzAqf2DgICo7lYTY2IHUmLnNpjYvw5bvmoHvPc0QO2a62w==} + engines: {node: ^16.14.0 || >=18.0.0} + human-signals@2.1.0: resolution: {integrity: sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==} engines: {node: '>=10.17.0'} @@ -956,6 +1084,10 @@ packages: resolution: {integrity: sha512-rKtvo6a868b5Hu3heneU+L4yEQ4jYKLtjpnPeUdK7h0yzXGmyBTypknlkCvHFBqfX9YlorEiMM6Dnq/5atfHkw==} engines: {node: '>=8'} + index-to-position@0.1.2: + resolution: {integrity: sha512-MWDKS3AS1bGCHLBA2VLImJz42f7bJh8wQsTGCzI3j519/CASStoDONUBVz2I/VID0MpiX3SGSnbOD2xUalbE5g==} + engines: {node: '>=18'} + is-binary-path@2.1.0: resolution: {integrity: sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==} engines: {node: '>=8'} @@ -975,6 +1107,10 @@ packages: resolution: {integrity: sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==} engines: {node: '>=0.12.0'} + is-obj@2.0.0: + resolution: {integrity: sha512-drqDG3cbczxxEJRoOXcOjtdp1J/lyp1mNn0xaznRs8+muBhgQcrnbspox5X5fOw0HnMnbfDzvnEMEtqDEJEo8w==} + engines: {node: '>=8'} + is-stream@2.0.1: resolution: {integrity: sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==} engines: {node: '>=8'} @@ -1039,6 +1175,10 @@ packages: lodash@4.17.21: resolution: {integrity: sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==} + lru-cache@10.2.2: + resolution: {integrity: sha512-9hp3Vp2/hFQUiIwKo8XCeFVnrg8Pk3TYNPIR7tJADKi5YfcF7vEaK7avFHTlSy3kOKYaJQaalfEo6YuXdceBOQ==} + engines: {node: 14 || >=16.14} + lru-cache@5.1.1: resolution: {integrity: sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==} @@ -1057,6 +1197,10 @@ packages: mdn-data@2.0.30: resolution: {integrity: sha512-GaqWWShW4kv/G9IEucWScBx9G1/vsFZZJUO+tD26M8J8z3Kw5RDQjaoZe03YAClgeS/SWPOcb4nkFBTEi5DUEA==} + meow@13.2.0: + resolution: {integrity: sha512-pxQJQzB6djGPXh08dacEloMFopsOqGVRKFPYvPOt9XDZ1HasbgDZA74CJGreSU4G3Ak7EFJGoiH2auq+yXISgA==} + engines: {node: '>=18'} + merge-stream@2.0.0: resolution: {integrity: sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==} @@ -1083,6 +1227,9 @@ packages: resolution: {integrity: sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==} engines: {node: '>=16 || 14 >=14.17'} + minimist@1.2.8: + resolution: {integrity: sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==} + mlly@1.5.0: resolution: {integrity: sha512-NPVQvAY1xr1QoVeG0cy8yUYC7FQcOx6evl/RjT1wL5FvzPnzOysoqB/jmx/DhssT2dYa8nxECLAaFI/+gVLhDQ==} @@ -1101,12 +1248,19 @@ packages: engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1} hasBin: true + neo-async@2.6.2: + resolution: {integrity: sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==} + node-fetch-native@1.6.1: resolution: {integrity: sha512-bW9T/uJDPAJB2YNYEpWzE54U5O3MQidXsOyTfnbKYtTtFexRvGzb1waphBN4ZwP6EcIvYYEOwW0b72BpAqydTw==} node-releases@2.0.14: resolution: {integrity: sha512-y10wOWt8yZpqXmOgRo77WaHEmhYQYGNA6y421PKsKYWEK8aW+cqAphborZDhqfyKrbZEN92CN1X2KbafY2s7Yw==} + normalize-package-data@6.0.1: + resolution: {integrity: sha512-6rvCfeRW+OEZagAB4lMLSNuTNYZWLVtKccK79VSTf//yTY5VOCgcpH80O+bZK8Neps7pUnd5G+QlMg1yV/2iZQ==} + engines: {node: ^16.14.0 || >=18.0.0} + normalize-path@3.0.0: resolution: {integrity: sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==} engines: {node: '>=0.10.0'} @@ -1138,6 +1292,10 @@ packages: resolution: {integrity: sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==} engines: {node: '>=10'} + parse-json@8.1.0: + resolution: {integrity: sha512-rum1bPifK5SSar35Z6EKZuYPJx85pkNaFrxBK3mwdfSJ1/WKbYrjoW/zTPSjRRamfmVX1ACBIdFAO0VRErW/EA==} + engines: {node: '>=18'} + path-browserify@1.0.1: resolution: {integrity: sha512-b7uo2UCUOYZcnF/3ID0lulOJi/bafxa1xPe7ZPsammBSpjSWQkjNxlt635YGS2MiR9GjvuXCtz2emr3jbsz98g==} @@ -1183,6 +1341,14 @@ packages: queue-microtask@1.2.3: resolution: {integrity: sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==} + read-package-up@11.0.0: + resolution: {integrity: sha512-MbgfoNPANMdb4oRBNg5eqLbB2t2r+o5Ua1pNt8BqGp4I0FJZhuVSOj3PaBPni4azWuSzEdNn2evevzVmEk1ohQ==} + engines: {node: '>=18'} + + read-pkg@9.0.1: + resolution: {integrity: sha512-9viLL4/n1BJUCT1NXVTdS1jtm80yDEgR5T4yCelII49Mbj0v1rZdKqj7zCiYdbB0CuCgdrvHcNogAKTFPBocFA==} + engines: {node: '>=18'} + readdirp@3.6.0: resolution: {integrity: sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==} engines: {node: '>=8.10.0'} @@ -1242,6 +1408,18 @@ packages: resolution: {integrity: sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==} engines: {node: '>=0.10.0'} + spdx-correct@3.2.0: + resolution: {integrity: sha512-kN9dJbvnySHULIluDHy32WHRUu3Og7B9sbY7tsFLctQkIqnMh3hErYgdMjTYuqmcXX+lK5T1lnUt3G7zNswmZA==} + + spdx-exceptions@2.5.0: + resolution: {integrity: sha512-PiU42r+xO4UbUS1buo3LPJkjlO7430Xn5SVAhdpzzsPHsjbYVflnnFdATgabnLude+Cqu25p6N+g2lw/PFsa4w==} + + spdx-expression-parse@3.0.1: + resolution: {integrity: sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q==} + + spdx-license-ids@3.0.18: + resolution: {integrity: sha512-xxRs31BqRYHwiMzudOrpSiHtZ8i/GeionCBDSilhYRj+9gIcI8wCZTlXZKu9vZIVqViP3dcp9qE5G6AlIaD+TQ==} + sprintf-js@1.0.3: resolution: {integrity: sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==} @@ -1273,6 +1451,14 @@ packages: resolution: {integrity: sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==} engines: {node: '>= 0.4'} + temp-dir@3.0.0: + resolution: {integrity: sha512-nHc6S/bwIilKHNRgK/3jlhDoIHcp45YgyiwcAk46Tr0LfEqGBVpmiAyuiuxeVE44m3mXnEeVhaipLOEWmH+Njw==} + engines: {node: '>=14.16'} + + tempfile@5.0.0: + resolution: {integrity: sha512-bX655WZI/F7EoTDw9JvQURqAXiPHi8o8+yFxPF2lWYyz1aHnmMRuXWqL6YB6GmeO0o4DIYWHLgGNi/X64T+X4Q==} + engines: {node: '>=14.18'} + to-fast-properties@2.0.0: resolution: {integrity: sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==} engines: {node: '>=4'} @@ -1285,6 +1471,10 @@ packages: resolution: {integrity: sha512-sf4i37nQ2LBx4m3wB74y+ubopq6W/dIzXg0FDGjsYnZHVa1Da8FH853wlL2gtUhg+xJXjfk3kUZS3BRoQeoQBQ==} engines: {node: '>=6'} + type-fest@4.18.3: + resolution: {integrity: sha512-Q08/0IrpvM+NMY9PA2rti9Jb+JejTddwmwmVQGskAlhtcrw1wsRzoR6ode6mR+OAabNa75w/dxedSUY2mlphaQ==} + engines: {node: '>=16'} + typescript@5.3.3: resolution: {integrity: sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw==} engines: {node: '>=14.17'} @@ -1293,6 +1483,11 @@ packages: ufo@1.3.2: resolution: {integrity: sha512-o+ORpgGwaYQXgqGDwd+hkS4PuZ3QnmqMMxRuajK/a38L6fTpcE5GPIfrf+L/KemFzfUpeUQc1rRS1iDBozvnFA==} + uglify-js@3.17.4: + resolution: {integrity: sha512-T9q82TJI9e/C1TAxYvfb16xO120tMVFZrGA3f9/P4424DNu6ypK103y0GPFVa17yotwSyZW5iYXgjYHkGrJW/g==} + engines: {node: '>=0.8.0'} + hasBin: true + unconfig@0.3.11: resolution: {integrity: sha512-bV/nqePAKv71v3HdVUn6UefbsDKQWRX+bJIkiSm0+twIds6WiD2bJLWWT3i214+J/B4edufZpG2w7Y63Vbwxow==} @@ -1302,6 +1497,10 @@ packages: unhead@1.8.10: resolution: {integrity: sha512-dth8FvZkLriO5ZWWOBIYBNSfGiwJtKcqpPWpSOk/Z0e2jdlgwoZEWZHFyte0EKvmbZxKcsWNMqIuv7dEmS5yZQ==} + unicorn-magic@0.1.0: + resolution: {integrity: sha512-lRfVq8fE8gz6QMBuDM6a+LO3IAzTi05H6gCVaUpir2E1Rwpo4ZUog45KpNXKC/Mn3Yb9UDuHumeFTo9iV/D9FQ==} + engines: {node: '>=18'} + universalify@0.1.2: resolution: {integrity: sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==} engines: {node: '>= 4.0.0'} @@ -1363,6 +1562,9 @@ packages: uri-js@4.4.1: resolution: {integrity: sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==} + validate-npm-package-license@3.0.4: + resolution: {integrity: sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew==} + validator@13.11.0: resolution: {integrity: sha512-Ii+sehpSfZy+At5nPdnyMhx78fEoPDkR2XW/zimHEL3MyGJQOCQ7WeP20jPYRz7ZCpcKLB21NxuXHF3bxjStBQ==} engines: {node: '>= 0.10'} @@ -1435,6 +1637,9 @@ packages: engines: {node: '>= 8'} hasBin: true + wordwrap@1.0.0: + resolution: {integrity: sha512-gvVzJFlPycKc5dZN4yPkP8w7Dc37BtP1yczEneOb4uq34pXZcvrtRTmWV8W+Ume+XCxKgbjM+nevkyFPMybd4Q==} + yallist@3.1.1: resolution: {integrity: sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==} @@ -1674,6 +1879,14 @@ snapshots: '@babel/helper-validator-identifier': 7.22.20 to-fast-properties: 2.0.0 + '@conventional-changelog/git-client@1.0.1(conventional-commits-filter@5.0.0)(conventional-commits-parser@6.0.0)': + dependencies: + '@types/semver': 7.5.8 + semver: 7.5.4 + optionalDependencies: + conventional-commits-filter: 5.0.0 + conventional-commits-parser: 6.0.0 + '@esbuild/aix-ppc64@0.19.11': optional: true @@ -1743,6 +1956,8 @@ snapshots: '@esbuild/win32-x64@0.19.11': optional: true + '@hutson/parse-repository-url@5.0.0': {} + '@iconify/json@2.2.172': dependencies: '@iconify/types': 2.0.0 @@ -1830,11 +2045,13 @@ snapshots: '@polka/url@1.0.0-next.24': {} - '@rollup/pluginutils@5.1.0': + '@rollup/pluginutils@5.1.0(rollup@4.9.6)': dependencies: '@types/estree': 1.0.1 estree-walker: 2.0.2 picomatch: 2.3.1 + optionalDependencies: + rollup: 4.9.6 '@rollup/rollup-android-arm-eabi@4.9.6': optional: true @@ -1877,13 +2094,14 @@ snapshots: '@rushstack/node-core-library@4.0.2(@types/node@18.19.8)': dependencies: - '@types/node': 18.19.8 fs-extra: 7.0.1 import-lazy: 4.0.0 jju: 1.4.0 resolve: 1.22.8 semver: 7.5.4 z-schema: 5.0.5 + optionalDependencies: + '@types/node': 18.19.8 '@rushstack/rig-package@0.5.2': dependencies: @@ -1893,8 +2111,9 @@ snapshots: '@rushstack/terminal@0.10.0(@types/node@18.19.8)': dependencies: '@rushstack/node-core-library': 4.0.2(@types/node@18.19.8) - '@types/node': 18.19.8 supports-color: 8.1.1 + optionalDependencies: + '@types/node': 18.19.8 '@rushstack/ts-command-line@4.18.1(@types/node@18.19.8)': dependencies: @@ -1915,6 +2134,10 @@ snapshots: dependencies: undici-types: 5.26.5 + '@types/normalize-package-data@2.4.4': {} + + '@types/semver@7.5.8': {} + '@types/web-bluetooth@0.0.20': {} '@unhead/dom@1.8.10': @@ -1936,7 +2159,7 @@ snapshots: '@unhead/schema': 1.8.10 '@unhead/shared': 1.8.10 - '@unhead/vue@1.8.10(vue@3.4.21)': + '@unhead/vue@1.8.10(vue@3.4.21(typescript@5.3.3))': dependencies: '@unhead/schema': 1.8.10 '@unhead/shared': 1.8.10 @@ -1944,19 +2167,20 @@ snapshots: unhead: 1.8.10 vue: 3.4.21(typescript@5.3.3) - '@unocss/astro@0.58.5(vite@5.1.4)': + '@unocss/astro@0.58.5(rollup@4.9.6)(vite@5.1.4(@types/node@18.19.8))': dependencies: '@unocss/core': 0.58.5 '@unocss/reset': 0.58.5 - '@unocss/vite': 0.58.5(vite@5.1.4) + '@unocss/vite': 0.58.5(rollup@4.9.6)(vite@5.1.4(@types/node@18.19.8)) + optionalDependencies: vite: 5.1.4(@types/node@18.19.8) transitivePeerDependencies: - rollup - '@unocss/cli@0.58.5': + '@unocss/cli@0.58.5(rollup@4.9.6)': dependencies: '@ampproject/remapping': 2.2.1 - '@rollup/pluginutils': 5.1.0 + '@rollup/pluginutils': 5.1.0(rollup@4.9.6) '@unocss/config': 0.58.5 '@unocss/core': 0.58.5 '@unocss/preset-uno': 0.58.5 @@ -2080,10 +2304,10 @@ snapshots: dependencies: '@unocss/core': 0.58.5 - '@unocss/vite@0.58.5(vite@5.1.4)': + '@unocss/vite@0.58.5(rollup@4.9.6)(vite@5.1.4(@types/node@18.19.8))': dependencies: '@ampproject/remapping': 2.2.1 - '@rollup/pluginutils': 5.1.0 + '@rollup/pluginutils': 5.1.0(rollup@4.9.6) '@unocss/config': 0.58.5 '@unocss/core': 0.58.5 '@unocss/inspector': 0.58.5 @@ -2096,7 +2320,7 @@ snapshots: transitivePeerDependencies: - rollup - '@vitejs/plugin-vue@5.0.4(vite@5.1.4)(vue@3.4.21)': + '@vitejs/plugin-vue@5.0.4(vite@5.1.4(@types/node@18.19.8))(vue@3.4.21(typescript@5.3.3))': dependencies: vite: 5.1.4(@types/node@18.19.8) vue: 3.4.21(typescript@5.3.3) @@ -2152,8 +2376,9 @@ snapshots: computeds: 0.0.1 minimatch: 9.0.3 path-browserify: 1.0.1 - typescript: 5.3.3 vue-template-compiler: 2.7.14 + optionalDependencies: + typescript: 5.3.3 '@vue/reactivity@3.4.21': dependencies: @@ -2170,7 +2395,7 @@ snapshots: '@vue/shared': 3.4.21 csstype: 3.1.3 - '@vue/server-renderer@3.4.21(vue@3.4.21)': + '@vue/server-renderer@3.4.21(vue@3.4.21(typescript@5.3.3))': dependencies: '@vue/compiler-ssr': 3.4.21 '@vue/shared': 3.4.21 @@ -2180,35 +2405,37 @@ snapshots: '@vue/tsconfig@0.5.1': {} - '@vueuse/core@10.9.0(vue@3.4.21)': + '@vueuse/core@10.9.0(vue@3.4.21(typescript@5.3.3))': dependencies: '@types/web-bluetooth': 0.0.20 '@vueuse/metadata': 10.9.0 - '@vueuse/shared': 10.9.0(vue@3.4.21) - vue-demi: 0.14.7(vue@3.4.21) + '@vueuse/shared': 10.9.0(vue@3.4.21(typescript@5.3.3)) + vue-demi: 0.14.7(vue@3.4.21(typescript@5.3.3)) transitivePeerDependencies: - '@vue/composition-api' - vue - '@vueuse/head@2.0.0(vue@3.4.21)': + '@vueuse/head@2.0.0(vue@3.4.21(typescript@5.3.3))': dependencies: '@unhead/dom': 1.8.10 '@unhead/schema': 1.8.10 '@unhead/ssr': 1.8.10 - '@unhead/vue': 1.8.10(vue@3.4.21) + '@unhead/vue': 1.8.10(vue@3.4.21(typescript@5.3.3)) vue: 3.4.21(typescript@5.3.3) '@vueuse/metadata@10.9.0': {} - '@vueuse/shared@10.9.0(vue@3.4.21)': + '@vueuse/shared@10.9.0(vue@3.4.21(typescript@5.3.3))': dependencies: - vue-demi: 0.14.7(vue@3.4.21) + vue-demi: 0.14.7(vue@3.4.21(typescript@5.3.3)) transitivePeerDependencies: - '@vue/composition-api' - vue acorn@8.11.3: {} + add-stream@1.0.0: {} + ajv@6.12.6: dependencies: fast-deep-equal: 3.1.3 @@ -2229,6 +2456,8 @@ snapshots: dependencies: sprintf-js: 1.0.3 + array-ify@1.0.0: {} + balanced-match@1.0.2: {} binary-extensions@2.2.0: {} @@ -2290,12 +2519,97 @@ snapshots: commander@9.5.0: optional: true + compare-func@2.0.0: + dependencies: + array-ify: 1.0.0 + dot-prop: 5.3.0 + computeds@0.0.1: {} concat-map@0.0.1: {} consola@3.2.3: {} + conventional-changelog-angular@8.0.0: + dependencies: + compare-func: 2.0.0 + + conventional-changelog-atom@5.0.0: {} + + conventional-changelog-cli@5.0.0(conventional-commits-filter@5.0.0): + dependencies: + add-stream: 1.0.0 + conventional-changelog: 6.0.0(conventional-commits-filter@5.0.0) + meow: 13.2.0 + tempfile: 5.0.0 + transitivePeerDependencies: + - conventional-commits-filter + + conventional-changelog-codemirror@5.0.0: {} + + conventional-changelog-conventionalcommits@8.0.0: + dependencies: + compare-func: 2.0.0 + + conventional-changelog-core@8.0.0(conventional-commits-filter@5.0.0): + dependencies: + '@hutson/parse-repository-url': 5.0.0 + add-stream: 1.0.0 + conventional-changelog-writer: 8.0.0 + conventional-commits-parser: 6.0.0 + git-raw-commits: 5.0.0(conventional-commits-filter@5.0.0)(conventional-commits-parser@6.0.0) + git-semver-tags: 8.0.0(conventional-commits-filter@5.0.0)(conventional-commits-parser@6.0.0) + hosted-git-info: 7.0.2 + normalize-package-data: 6.0.1 + read-package-up: 11.0.0 + read-pkg: 9.0.1 + transitivePeerDependencies: + - conventional-commits-filter + + conventional-changelog-ember@5.0.0: {} + + conventional-changelog-eslint@6.0.0: {} + + conventional-changelog-express@5.0.0: {} + + conventional-changelog-jquery@6.0.0: {} + + conventional-changelog-jshint@5.0.0: + dependencies: + compare-func: 2.0.0 + + conventional-changelog-preset-loader@5.0.0: {} + + conventional-changelog-writer@8.0.0: + dependencies: + '@types/semver': 7.5.8 + conventional-commits-filter: 5.0.0 + handlebars: 4.7.8 + meow: 13.2.0 + semver: 7.5.4 + + conventional-changelog@6.0.0(conventional-commits-filter@5.0.0): + dependencies: + conventional-changelog-angular: 8.0.0 + conventional-changelog-atom: 5.0.0 + conventional-changelog-codemirror: 5.0.0 + conventional-changelog-conventionalcommits: 8.0.0 + conventional-changelog-core: 8.0.0(conventional-commits-filter@5.0.0) + conventional-changelog-ember: 5.0.0 + conventional-changelog-eslint: 6.0.0 + conventional-changelog-express: 5.0.0 + conventional-changelog-jquery: 6.0.0 + conventional-changelog-jshint: 5.0.0 + conventional-changelog-preset-loader: 5.0.0 + transitivePeerDependencies: + - conventional-commits-filter + + conventional-commits-filter@5.0.0: {} + + conventional-commits-parser@6.0.0: + dependencies: + meow: 13.2.0 + convert-source-map@2.0.0: {} cross-spawn@7.0.3: @@ -2321,6 +2635,10 @@ snapshots: destr@2.0.2: {} + dot-prop@5.3.0: + dependencies: + is-obj: 2.0.0 + duplexer@0.1.2: {} electron-to-chromium@1.4.642: {} @@ -2411,6 +2729,8 @@ snapshots: dependencies: to-regex-range: 5.0.1 + find-up-simple@1.0.0: {} + find-up@5.0.0: dependencies: locate-path: 6.0.0 @@ -2433,6 +2753,22 @@ snapshots: get-stream@8.0.1: {} + git-raw-commits@5.0.0(conventional-commits-filter@5.0.0)(conventional-commits-parser@6.0.0): + dependencies: + '@conventional-changelog/git-client': 1.0.1(conventional-commits-filter@5.0.0)(conventional-commits-parser@6.0.0) + meow: 13.2.0 + transitivePeerDependencies: + - conventional-commits-filter + - conventional-commits-parser + + git-semver-tags@8.0.0(conventional-commits-filter@5.0.0)(conventional-commits-parser@6.0.0): + dependencies: + '@conventional-changelog/git-client': 1.0.1(conventional-commits-filter@5.0.0)(conventional-commits-parser@6.0.0) + meow: 13.2.0 + transitivePeerDependencies: + - conventional-commits-filter + - conventional-commits-parser + glob-parent@5.1.2: dependencies: is-glob: 4.0.3 @@ -2445,6 +2781,15 @@ snapshots: dependencies: duplexer: 0.1.2 + handlebars@4.7.8: + dependencies: + minimist: 1.2.8 + neo-async: 2.6.2 + source-map: 0.6.1 + wordwrap: 1.0.0 + optionalDependencies: + uglify-js: 3.17.4 + has-flag@3.0.0: {} has-flag@4.0.0: {} @@ -2459,12 +2804,18 @@ snapshots: hookable@5.5.3: {} + hosted-git-info@7.0.2: + dependencies: + lru-cache: 10.2.2 + human-signals@2.1.0: {} human-signals@5.0.0: {} import-lazy@4.0.0: {} + index-to-position@0.1.2: {} + is-binary-path@2.1.0: dependencies: binary-extensions: 2.2.0 @@ -2481,6 +2832,8 @@ snapshots: is-number@7.0.0: {} + is-obj@2.0.0: {} + is-stream@2.0.1: {} is-stream@3.0.0: {} @@ -2524,6 +2877,8 @@ snapshots: lodash@4.17.21: {} + lru-cache@10.2.2: {} + lru-cache@5.1.1: dependencies: yallist: 3.1.1 @@ -2542,6 +2897,8 @@ snapshots: mdn-data@2.0.30: {} + meow@13.2.0: {} + merge-stream@2.0.0: {} merge2@1.4.1: {} @@ -2563,6 +2920,8 @@ snapshots: dependencies: brace-expansion: 2.0.1 + minimist@1.2.8: {} + mlly@1.5.0: dependencies: acorn: 8.11.3 @@ -2578,10 +2937,19 @@ snapshots: nanoid@3.3.7: {} + neo-async@2.6.2: {} + node-fetch-native@1.6.1: {} node-releases@2.0.14: {} + normalize-package-data@6.0.1: + dependencies: + hosted-git-info: 7.0.2 + is-core-module: 2.13.1 + semver: 7.5.4 + validate-npm-package-license: 3.0.4 + normalize-path@3.0.0: {} npm-run-path@4.0.1: @@ -2614,6 +2982,12 @@ snapshots: dependencies: p-limit: 3.1.0 + parse-json@8.1.0: + dependencies: + '@babel/code-frame': 7.23.5 + index-to-position: 0.1.2 + type-fest: 4.18.3 + path-browserify@1.0.1: {} path-exists@4.0.0: {} @@ -2648,6 +3022,20 @@ snapshots: queue-microtask@1.2.3: {} + read-package-up@11.0.0: + dependencies: + find-up-simple: 1.0.0 + read-pkg: 9.0.1 + type-fest: 4.18.3 + + read-pkg@9.0.1: + dependencies: + '@types/normalize-package-data': 2.4.4 + normalize-package-data: 6.0.1 + parse-json: 8.1.0 + type-fest: 4.18.3 + unicorn-magic: 0.1.0 + readdirp@3.6.0: dependencies: picomatch: 2.3.1 @@ -2714,6 +3102,20 @@ snapshots: source-map@0.6.1: {} + spdx-correct@3.2.0: + dependencies: + spdx-expression-parse: 3.0.1 + spdx-license-ids: 3.0.18 + + spdx-exceptions@2.5.0: {} + + spdx-expression-parse@3.0.1: + dependencies: + spdx-exceptions: 2.5.0 + spdx-license-ids: 3.0.18 + + spdx-license-ids@3.0.18: {} + sprintf-js@1.0.3: {} string-argv@0.3.2: {} @@ -2734,6 +3136,12 @@ snapshots: supports-preserve-symlinks-flag@1.0.0: {} + temp-dir@3.0.0: {} + + tempfile@5.0.0: + dependencies: + temp-dir: 3.0.0 + to-fast-properties@2.0.0: {} to-regex-range@5.0.1: @@ -2742,10 +3150,15 @@ snapshots: totalist@3.0.1: {} + type-fest@4.18.3: {} + typescript@5.3.3: {} ufo@1.3.2: {} + uglify-js@3.17.4: + optional: true + unconfig@0.3.11: dependencies: '@antfu/utils': 0.7.7 @@ -2762,12 +3175,14 @@ snapshots: '@unhead/shared': 1.8.10 hookable: 5.5.3 + unicorn-magic@0.1.0: {} + universalify@0.1.2: {} - unocss@0.58.5(postcss@8.4.35)(vite@5.1.4): + unocss@0.58.5(postcss@8.4.35)(rollup@4.9.6)(vite@5.1.4(@types/node@18.19.8)): dependencies: - '@unocss/astro': 0.58.5(vite@5.1.4) - '@unocss/cli': 0.58.5 + '@unocss/astro': 0.58.5(rollup@4.9.6)(vite@5.1.4(@types/node@18.19.8)) + '@unocss/cli': 0.58.5(rollup@4.9.6) '@unocss/core': 0.58.5 '@unocss/extractor-arbitrary-variants': 0.58.5 '@unocss/postcss': 0.58.5(postcss@8.4.35) @@ -2785,14 +3200,15 @@ snapshots: '@unocss/transformer-compile-class': 0.58.5 '@unocss/transformer-directives': 0.58.5 '@unocss/transformer-variant-group': 0.58.5 - '@unocss/vite': 0.58.5(vite@5.1.4) + '@unocss/vite': 0.58.5(rollup@4.9.6)(vite@5.1.4(@types/node@18.19.8)) + optionalDependencies: vite: 5.1.4(@types/node@18.19.8) transitivePeerDependencies: - postcss - rollup - supports-color - unplugin-icons@0.18.5: + unplugin-icons@0.18.5(@vue/compiler-sfc@3.4.21)(vue-template-compiler@2.7.14): dependencies: '@antfu/install-pkg': 0.3.1 '@antfu/utils': 0.7.7 @@ -2801,13 +3217,16 @@ snapshots: kolorist: 1.8.0 local-pkg: 0.5.0 unplugin: 1.6.0 + optionalDependencies: + '@vue/compiler-sfc': 3.4.21 + vue-template-compiler: 2.7.14 transitivePeerDependencies: - supports-color - unplugin-vue-components@0.26.0(vue@3.4.21): + unplugin-vue-components@0.26.0(@babel/parser@7.24.0)(rollup@4.9.6)(vue@3.4.21(typescript@5.3.3)): dependencies: '@antfu/utils': 0.7.7 - '@rollup/pluginutils': 5.1.0 + '@rollup/pluginutils': 5.1.0(rollup@4.9.6) chokidar: 3.5.3 debug: 4.3.4 fast-glob: 3.3.1 @@ -2817,6 +3236,8 @@ snapshots: resolve: 1.22.8 unplugin: 1.6.0 vue: 3.4.21(typescript@5.3.3) + optionalDependencies: + '@babel/parser': 7.24.0 transitivePeerDependencies: - rollup - supports-color @@ -2838,18 +3259,23 @@ snapshots: dependencies: punycode: 2.3.1 + validate-npm-package-license@3.0.4: + dependencies: + spdx-correct: 3.2.0 + spdx-expression-parse: 3.0.1 + validator@13.11.0: {} vite@5.1.4(@types/node@18.19.8): dependencies: - '@types/node': 18.19.8 esbuild: 0.19.11 postcss: 8.4.35 rollup: 4.9.6 optionalDependencies: + '@types/node': 18.19.8 fsevents: 2.3.3 - vue-demi@0.14.7(vue@3.4.21): + vue-demi@0.14.7(vue@3.4.21(typescript@5.3.3)): dependencies: vue: 3.4.21(typescript@5.3.3) @@ -2870,8 +3296,9 @@ snapshots: '@vue/compiler-dom': 3.4.21 '@vue/compiler-sfc': 3.4.21 '@vue/runtime-dom': 3.4.21 - '@vue/server-renderer': 3.4.21(vue@3.4.21) + '@vue/server-renderer': 3.4.21(vue@3.4.21(typescript@5.3.3)) '@vue/shared': 3.4.21 + optionalDependencies: typescript: 5.3.3 webpack-sources@3.2.3: {} @@ -2882,6 +3309,8 @@ snapshots: dependencies: isexe: 2.0.0 + wordwrap@1.0.0: {} + yallist@3.1.1: {} yallist@4.0.0: {}