yikoyu / vuetify-pro-tiptap

A Rich Text Editor (WYSIWYG) for Vue3 with tiptap & Vuetify.
https://yikoyu.github.io/vuetify-pro-tiptap/
MIT License
169 stars 23 forks source link

chore(deps): update all non-major dependencies #340

Closed renovate[bot] closed 1 month ago

renovate[bot] commented 3 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
husky ^9.0.11 -> ^9.1.4 age adoption passing confidence
lint-staged ^15.2.7 -> ^15.2.8 age adoption passing confidence
typescript (source) ^5.4.5 -> ^5.5.4 age adoption passing confidence
unplugin-vue-components ^0.27.0 -> ^0.27.3 age adoption passing confidence
vuetify (source) ^3.6.9 -> ^3.6.14 age adoption passing confidence

Release Notes

typicode/husky (husky) ### [`v9.1.4`](https://togithub.com/typicode/husky/compare/v9.1.3...fc549e0e5c8723a6d796f6ad26ef6590769f5d82) [Compare Source](https://togithub.com/typicode/husky/compare/v9.1.3...v9.1.4) ### [`v9.1.3`](https://togithub.com/typicode/husky/releases/tag/v9.1.3) [Compare Source](https://togithub.com/typicode/husky/compare/v9.1.2...v9.1.3) - fix: better handle space in `PATH` ### [`v9.1.2`](https://togithub.com/typicode/husky/compare/v9.1.1...v9.1.2) [Compare Source](https://togithub.com/typicode/husky/compare/v9.1.1...v9.1.2) ### [`v9.1.1`](https://togithub.com/typicode/husky/compare/v9.1.0...2968998755465f69069f297b5bb603e26d6b1772) [Compare Source](https://togithub.com/typicode/husky/compare/v9.1.0...v9.1.1) ### [`v9.1.0`](https://togithub.com/typicode/husky/releases/tag/v9.1.0) [Compare Source](https://togithub.com/typicode/husky/compare/v9.0.11...v9.1.0)

*Super saiyan ~~god~~ dog! It's over 9.0.0!* *There's a bug with this release which prevents the deprecation notice to appear and requires to remove `#!/usr/bin/env sh` and `. "$(dirname -- "$0")/_/husky.sh"` (which are deprecated by the way). I'll publish a new version to fix that. Sorry about any inconvenience.* ### What's new You can now run package commands directly, no need for `npx` or equivalents. It makes writing hooks more intuitive and is also slightly faster 🐺⚡️ ```diff ### .husky/pre-commit - npx jest + jest # ~0.2s faster ``` A new recipe has been added to the docs. Lint staged files without external dependencies (inspired by Prettier docs). Feel free to modify it. ```shell ### .husky/pre-commit prettier $(git diff --cached --name-only --diff-filter=ACMR | sed 's| |\\ |g') --write --ignore-unknown git update-index --again ``` For more advanced use cases, see [lint-staged](https://togithub.com/lint-staged/lint-staged). ### Fixes - `bunx husky init` command - Workaround for some hooks implementation on Windows 🤷 ### Deprecations - Remove `#!/usr/bin/env sh` and `. "$(dirname -- "$0")/_/husky.sh"` from your hooks - Move your code from `~/.huskyrc` to `.config/husky/init.sh` Support for these will be removed in v10, notices have been added. ### Friendly reminder If Git hooks don't fit your workflow, you can disable Husky globally. Just add `export HUSKY=0` to `.config/husky/init.sh`. I've seen some confusion about this on X, so just a heads-up! ### Sponsoring Husky is downloaded over 45M times per month and used by ~1.5M projects. If your company wants to sponsor, you can do so here: [GitHub Sponsors](https://togithub.com/sponsors/typicode). **Have a nice summer ☀️ I'm open to new opportunities/consulting so feel free to drop me a message 😉**
lint-staged/lint-staged (lint-staged) ### [`v15.2.8`](https://togithub.com/lint-staged/lint-staged/blob/HEAD/CHANGELOG.md#1528) [Compare Source](https://togithub.com/lint-staged/lint-staged/compare/v15.2.7...v15.2.8) ##### Patch Changes - [`f0480f0`](https://togithub.com/lint-staged/lint-staged/commit/f0480f01b24b9f6443a12515d413a7ba4dda3981) Thanks [@​iiroj](https://togithub.com/iiroj)! - In the previous version the native `git rev-parse --show-toplevel` command was taken into use for resolving the current git repo root. This version switched the `--show-toplevel` flag with `--show-cdup`, because on Git installed via MSYS2 the former was returning absolute paths that do not work with Node.js `child_process`. The new flag returns a path relative to the working directory, avoiding the issue. The GitHub Actions workflow has been updated to install Git via MSYS2, to ensure better future compatibility; using the default Git binary in the GitHub Actions runner was working correctly even with MSYS2.
Microsoft/TypeScript (typescript) ### [`v5.5.4`](https://togithub.com/Microsoft/TypeScript/compare/v5.5.3...c8a7d589e647e19c94150d9892909f3aa93e48eb) [Compare Source](https://togithub.com/Microsoft/TypeScript/compare/v5.5.3...v5.5.4) ### [`v5.5.3`](https://togithub.com/Microsoft/TypeScript/compare/v5.5.2...f0e992167440686f948965e5441a918b34251886) [Compare Source](https://togithub.com/Microsoft/TypeScript/compare/v5.5.2...v5.5.3) ### [`v5.5.2`](https://togithub.com/Microsoft/TypeScript/compare/v5.4.5...ce2e60e4ea15a65992e54a9e8877d16be9d42abb) [Compare Source](https://togithub.com/Microsoft/TypeScript/compare/v5.4.5...v5.5.2)
unplugin/unplugin-vue-components (unplugin-vue-components) ### [`v0.27.3`](https://togithub.com/unplugin/unplugin-vue-components/compare/v0.27.2...7d892959119f58d2750ef931e1b675db83c99fea) [Compare Source](https://togithub.com/unplugin/unplugin-vue-components/compare/v0.27.2...v0.27.3) ### [`v0.27.2`](https://togithub.com/unplugin/unplugin-vue-components/releases/tag/v0.27.2) [Compare Source](https://togithub.com/unplugin/unplugin-vue-components/compare/v0.27.1...v0.27.2) *No significant changes* #####     [View changes on GitHub](https://togithub.com/unplugin/unplugin-vue-components/compare/v0.27.1...v0.27.2) ### [`v0.27.1`](https://togithub.com/unplugin/unplugin-vue-components/releases/tag/v0.27.1) [Compare Source](https://togithub.com/unplugin/unplugin-vue-components/compare/v0.27.0...v0.27.1) #####    🚀 Features - Deprecate bvn resolver  -  by [@​VividLemon](https://togithub.com/VividLemon) in [https://github.com/unplugin/unplugin-vue-components/issues/759](https://togithub.com/unplugin/unplugin-vue-components/issues/759) [(3e2c8)](https://togithub.com/unplugin/unplugin-vue-components/commit/3e2c889) #####     [View changes on GitHub](https://togithub.com/unplugin/unplugin-vue-components/compare/v0.27.0...v0.27.1)
vuetifyjs/vuetify (vuetify) ### [`v3.6.14`](https://togithub.com/vuetifyjs/vuetify/releases/tag/v3.6.14) [Compare Source](https://togithub.com/vuetifyjs/vuetify/compare/v3.6.13...v3.6.14) ##### :wrench: Bug Fixes - **styles:** support sass 1.77.7 ([4fd811a](https://togithub.com/vuetifyjs/vuetify/commit/4fd811a6cc3af2da5ba0f9ea74e4fa7e4adeda77)), closes [#​20139](https://togithub.com/vuetifyjs/vuetify/issues/20139) - **VAvatar:** pass props.image as src to VImg defaults ([c264ad4](https://togithub.com/vuetifyjs/vuetify/commit/c264ad4067052827d9bb38f54482b787a624daa1)) - **VBtn:** allow passing custom ripple options ([#​20190](https://togithub.com/vuetifyjs/vuetify/issues/20190)) ([0a31bf8](https://togithub.com/vuetifyjs/vuetify/commit/0a31bf88f32c049e3dd5b1f964ba5ab38d814a6b)), closes [#​20189](https://togithub.com/vuetifyjs/vuetify/issues/20189) - **VFooter:** useToggleScope for layout support ([0bfaf12](https://togithub.com/vuetifyjs/vuetify/commit/0bfaf129cf98fc32a8a28cd3603055e7934e3c29)) - **VListGroup:** don't clear opened on unmount ([#​20215](https://togithub.com/vuetifyjs/vuetify/issues/20215)) ([1e183ef](https://togithub.com/vuetifyjs/vuetify/commit/1e183ef8e5221a424bb52fa0eeb4f798c73f24d2)), closes [#​20199](https://togithub.com/vuetifyjs/vuetify/issues/20199) - **VMenu:** check if element still exists before closing parent ([#​20249](https://togithub.com/vuetifyjs/vuetify/issues/20249)) ([560362d](https://togithub.com/vuetifyjs/vuetify/commit/560362d125fd7e371029b2019b53ceffb21872a3)), closes [#​20248](https://togithub.com/vuetifyjs/vuetify/issues/20248) - **VSkeletonLoader:** remove aria-label when loading finished ([867b2ab](https://togithub.com/vuetifyjs/vuetify/commit/867b2abee41c5786f25a1e789216fa829eeafcf0)) - **VSnackbar:** update countdown value on timeout change ([3cc2763](https://togithub.com/vuetifyjs/vuetify/commit/3cc2763ec7638a3018f3d01ce491c22935eb67c2)), closes [#​20196](https://togithub.com/vuetifyjs/vuetify/issues/20196) ##### :test_tube: Labs - **VNumberInput:** prevent NaN & handle js number quirks ([#​20211](https://togithub.com/vuetifyjs/vuetify/issues/20211)) ([3a31086](https://togithub.com/vuetifyjs/vuetify/commit/3a3108630de964a79ce77354fd9dec247891888f)), closes [#​19798](https://togithub.com/vuetifyjs/vuetify/issues/19798) [#​20171](https://togithub.com/vuetifyjs/vuetify/issues/20171) ### [`v3.6.13`](https://togithub.com/vuetifyjs/vuetify/releases/tag/v3.6.13) [Compare Source](https://togithub.com/vuetifyjs/vuetify/compare/v3.6.12...v3.6.13) ##### :wrench: Bug Fixes - **typescript:** augment GlobalComponents in multiple vue modules ([#​20144](https://togithub.com/vuetifyjs/vuetify/issues/20144)) ([bd1f63d](https://togithub.com/vuetifyjs/vuetify/commit/bd1f63dcfc57ef0b15b8cfd2847bd40ba7751a39)) - **VAppBar:** scrollBehavior type for fully-hide ([040fda8](https://togithub.com/vuetifyjs/vuetify/commit/040fda8749630c08488aa1786f8a8b82e6b7779d)) - **VBtn:** allow stacked and block props to work together ([#​20162](https://togithub.com/vuetifyjs/vuetify/issues/20162)) ([9969ebb](https://togithub.com/vuetifyjs/vuetify/commit/9969ebb8b1cbba528c13ca075917c5b32f7ed5a5)) - **VDataTable:** use item.raw and columns in sorting transform ([#​20077](https://togithub.com/vuetifyjs/vuetify/issues/20077)) ([e33b951](https://togithub.com/vuetifyjs/vuetify/commit/e33b9514d548e57ad923082837a87e9d2e275b2e)), closes [#​20045](https://togithub.com/vuetifyjs/vuetify/issues/20045) - **VDataTable:** support groupBy when sorting is disabled ([#​20047](https://togithub.com/vuetifyjs/vuetify/issues/20047)) ([8ac10e4](https://togithub.com/vuetifyjs/vuetify/commit/8ac10e43a10ea3f966f1bb7cd9d87fdff52c93c9)), closes [#​20046](https://togithub.com/vuetifyjs/vuetify/issues/20046) - **VDatePicker:** programmatic start date with multiple range ([#​20169](https://togithub.com/vuetifyjs/vuetify/issues/20169)) ([1a0d9b7](https://togithub.com/vuetifyjs/vuetify/commit/1a0d9b7ecbde60cce31750c8f36b8e382c8c3535)), closes [#​20168](https://togithub.com/vuetifyjs/vuetify/issues/20168) - **VOtpInput:** slice value with length on paste ([#​20164](https://togithub.com/vuetifyjs/vuetify/issues/20164)) ([0f8fd5d](https://togithub.com/vuetifyjs/vuetify/commit/0f8fd5d2d82a45cefc47e64b1abcf6eba5e8b1f1)), closes [#​20158](https://togithub.com/vuetifyjs/vuetify/issues/20158) ##### :test_tube: Labs - **VDateInput:** inherit class / style props ([#​20002](https://togithub.com/vuetifyjs/vuetify/issues/20002)) ([a88a2ee](https://togithub.com/vuetifyjs/vuetify/commit/a88a2eed74790e74316a1e487513b5e79834064e)), closes [#​19985](https://togithub.com/vuetifyjs/vuetify/issues/19985) - **VDateInput:** remove menu interaction when disabled/readonly ([#​20163](https://togithub.com/vuetifyjs/vuetify/issues/20163)) ([f970e5f](https://togithub.com/vuetifyjs/vuetify/commit/f970e5f09d9eae83b42cbec9d761fe96ae42c370)), closes [#​20147](https://togithub.com/vuetifyjs/vuetify/issues/20147) - **VTimePicker:** don't show buttons if ampmInTitle is not true ([#​20178](https://togithub.com/vuetifyjs/vuetify/issues/20178)) ([0c80102](https://togithub.com/vuetifyjs/vuetify/commit/0c80102ecca9dffb337b974064f3e583c5467e63)) ##### :arrows_counterclockwise: Reverts - Revert "fix(VField/VInput): centerAffix prop for underlined/plain ([#​20064](https://togithub.com/vuetifyjs/vuetify/issues/20064))" ([#​20173](https://togithub.com/vuetifyjs/vuetify/issues/20173)) ([098f802](https://togithub.com/vuetifyjs/vuetify/commit/098f8029d5376152145ab4590da086cb59419f8f)) ### [`v3.6.12`](https://togithub.com/vuetifyjs/vuetify/releases/tag/v3.6.12) [Compare Source](https://togithub.com/vuetifyjs/vuetify/compare/v3.6.11...v3.6.12) ##### :wrench: Bug Fixes - **calendar:** add missing first-day-of-week property support ([#​20096](https://togithub.com/vuetifyjs/vuetify/issues/20096)) ([77af0c6](https://togithub.com/vuetifyjs/vuetify/commit/77af0c68a45029fa5df2ef0974378b08c7ddf50b)) - **VDataTableFooter:** wrong icon types ([#​20107](https://togithub.com/vuetifyjs/vuetify/issues/20107)) ([5676e18](https://togithub.com/vuetifyjs/vuetify/commit/5676e181b581a332d93b1c821ab9e145f2c69784)) - **VDatePickerControls:** wrong icon types ([#​20121](https://togithub.com/vuetifyjs/vuetify/issues/20121)) ([32efb8c](https://togithub.com/vuetifyjs/vuetify/commit/32efb8ca510a9f6ab533722883f621e45c24c79f)) - **VExpansionPanels:** specify inherited props ([719a64a](https://togithub.com/vuetifyjs/vuetify/commit/719a64a2026f42d66262248ba8c20514def1ce36)), closes [#​20109](https://togithub.com/vuetifyjs/vuetify/issues/20109) - **VField/VInput:** centerAffix prop for underlined/plain ([#​20064](https://togithub.com/vuetifyjs/vuetify/issues/20064)) ([650ba25](https://togithub.com/vuetifyjs/vuetify/commit/650ba2549aaeebfdd49842fdffec4d711c4f5980)) - **VOverlay:** make updateLocation event argument optional ([fa1a089](https://togithub.com/vuetifyjs/vuetify/commit/fa1a0897cbfcd83c7a33a016640e4718ef0b875a)) - **VOverlay:** correct ShadowRoot attach condition ([ec73e6f](https://togithub.com/vuetifyjs/vuetify/commit/ec73e6fc4bb82368f4cd0ef813234af23a66f122)), closes [#​20001](https://togithub.com/vuetifyjs/vuetify/issues/20001) [#​20086](https://togithub.com/vuetifyjs/vuetify/issues/20086) - **VProgressLinear:** render in forced-colors mode ([#​20112](https://togithub.com/vuetifyjs/vuetify/issues/20112)) ([601d364](https://togithub.com/vuetifyjs/vuetify/commit/601d3644a9b61e7d2529f4f836a8a8ac87f5b5a0)), closes [#​20111](https://togithub.com/vuetifyjs/vuetify/issues/20111) - **VRadio:** class/style duplication ([81bc1f4](https://togithub.com/vuetifyjs/vuetify/commit/81bc1f47967b77f01b1b39110929f9b413da7426)), closes [#​20012](https://togithub.com/vuetifyjs/vuetify/issues/20012) [#​20005](https://togithub.com/vuetifyjs/vuetify/issues/20005) ##### :test_tube: Labs - **VNumberInput:** allow press delete key ([#​20125](https://togithub.com/vuetifyjs/vuetify/issues/20125)) ([09c294b](https://togithub.com/vuetifyjs/vuetify/commit/09c294b9fabbb015ee0cbb02319782507c16da54)), closes [#​20083](https://togithub.com/vuetifyjs/vuetify/issues/20083) - **VTimePicker:** fix types for emit events ([#​20126](https://togithub.com/vuetifyjs/vuetify/issues/20126)) ([5385260](https://togithub.com/vuetifyjs/vuetify/commit/5385260ebb25f76ed339a18d049f080ccc4b09d4)), closes [#​20085](https://togithub.com/vuetifyjs/vuetify/issues/20085) ### [`v3.6.11`](https://togithub.com/vuetifyjs/vuetify/releases/tag/v3.6.11) [Compare Source](https://togithub.com/vuetifyjs/vuetify/compare/v3.6.10...v3.6.11) ##### :wrench: Bug Fixes - **VOverlay:** add null coalescing to true if no shadowDomRoot ([27b4b1e](https://togithub.com/vuetifyjs/vuetify/commit/27b4b1e52060b6bee13a290a4829f935f1bd9c05)), closes [#​20001](https://togithub.com/vuetifyjs/vuetify/issues/20001) ##### :test_tube: Labs - **VNumberInput:** fix inc/dec slots with split control variant ([#​20072](https://togithub.com/vuetifyjs/vuetify/issues/20072)) ([4ac8aa4](https://togithub.com/vuetifyjs/vuetify/commit/4ac8aa4ad5048ecbd0d8a2e25d928953a4d1d646)), closes [#​20056](https://togithub.com/vuetifyjs/vuetify/issues/20056) - **VStepperVertical:** provide eager in defaults props ([#​20033](https://togithub.com/vuetifyjs/vuetify/issues/20033)) ([620a0d9](https://togithub.com/vuetifyjs/vuetify/commit/620a0d9e4b876e6f3251add09eb92b22d0ef65ae)), closes [#​20025](https://togithub.com/vuetifyjs/vuetify/issues/20025) - **VTreeview:** avoid re-render by opened & respect openAll ([#​20032](https://togithub.com/vuetifyjs/vuetify/issues/20032)) ([0a32df5](https://togithub.com/vuetifyjs/vuetify/commit/0a32df5706fe7eb227918efc4375eef726b9f7a9)) ### [`v3.6.10`](https://togithub.com/vuetifyjs/vuetify/releases/tag/v3.6.10) [Compare Source](https://togithub.com/vuetifyjs/vuetify/compare/v3.6.9...v3.6.10) ##### :wrench: Bug Fixes - **VDatePicker:** don't update month/year if new model is empty ([154e751](https://togithub.com/vuetifyjs/vuetify/commit/154e7516b89eb28f2f6c7568be92a5a28b5f572e)), closes [#​20015](https://togithub.com/vuetifyjs/vuetify/issues/20015) - **VExpansionPanel:** remove unused toRef ([0931cec](https://togithub.com/vuetifyjs/vuetify/commit/0931cec21c35c062192b8f22b0438542f31bbce8)) - **VExpansionPanel:** propagate defaults provided by VExpansionPanels ([666484a](https://togithub.com/vuetifyjs/vuetify/commit/666484ae265194dc1512cb4f84f53ab928f5482b)) - **VExpansionPanelTitle:** propagate VIcon defaults ([cec2094](https://togithub.com/vuetifyjs/vuetify/commit/cec20943af77b1c723c560d7282ebecee865e38b))

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" in timezone Asia/Shanghai, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



This PR was generated by Mend Renovate. View the repository job log.

yikoyu commented 1 month ago

:tada: This issue has been resolved in version 2.5.3 :tada:

The release is available on:

Your semantic-release bot :package::rocket: