yacosta738.github.io
yacosta738.github.io copied to clipboard
fix(deps): update vueuse monorepo to v13
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| @vueuse/core (source) | 12.5.0 -> 13.1.0 |
||||
| @vueuse/integrations (source) | ^12.4.0 -> ^13.0.0 |
Release Notes
vueuse/vueuse (@vueuse/core)
v13.1.0
🚀 Features
- shared: Ensure return types exists - by @OrbisK in https://github.com/vueuse/vueuse/issues/4659 (c1d6e)
- useSortable: Add possibility to use it with Component ref - by @michaelcozzolino in https://github.com/vueuse/vueuse/issues/4684 (15917)
🐞 Bug Fixes
- docs: Blog moved to different domain - by @th1m0 in https://github.com/vueuse/vueuse/issues/4663 (72c9a)
- nuxt: Don't require
@vueuse/coreinstalled at root - by @danielroe in https://github.com/vueuse/vueuse/issues/4698 (17a46) - tryOnMounted: Pass target to getLifeCycleTarget - by @Eazash in https://github.com/vueuse/vueuse/issues/4685 (16551)
- useDropZone: Allow passing
documentas target - by @osbre in https://github.com/vueuse/vueuse/issues/4681 (21fa6)
View changes on GitHub
v13.0.0
🚨 Breaking Changes
- Drop CJS build, now it's ESM-only - by @antfu in https://github.com/vueuse/vueuse/issues/4581 (5e046)
View changes on GitHub
v12.8.2
🐞 Bug Fixes
View changes on GitHub
v12.8.1
🐞 Bug Fixes
- useEventSource: Remove readonly to not be breaking - by @OrbisK in https://github.com/vueuse/vueuse/issues/4645 (79fcb)
View changes on GitHub
v12.8.0
🚀 Features
- nuxt: Support wider Nuxt range - by @antfu (c478e)
- types: Deprecate
MaybeRefandMaybeRefOrGetterin favor of Vue's native - by @ilyaliao and @antfu in https://github.com/vueuse/vueuse/issues/4636 (7432f) - useCached: Add
options.deepRefs- by @OrbisK and @antfu in https://github.com/vueuse/vueuse/issues/4591 (9afee) - useWebSocket: Pass the
retriedto theautoReconnect.retries- by @9romise and @OrbisK in https://github.com/vueuse/vueuse/issues/4604 (73e6d)
🐞 Bug Fixes
- onStartTyping: Incorrect accepted valid characters - by @Bernard-Borg in https://github.com/vueuse/vueuse/issues/4616 (58a3b)
- useAnimate: Correct condition for updating keyframes - by @Mrlilili and liyan1 in https://github.com/vueuse/vueuse/issues/4619 (e8665)
- useClipboard: Unhandled rejection on read permission prompt - by @Vitalis11 in https://github.com/vueuse/vueuse/issues/4615 (a54c4)
- useCssVar: Update
variablewhen initial - by @ilyaliao in https://github.com/vueuse/vueuse/issues/4641 (d680f) - useDeviceList: AudioInputs doesn't update if camera permission is
granted- by @Nikitatopodin and Никита Быковский in https://github.com/vueuse/vueuse/issues/4559 (f9685) - useScroll: Handle negative scroll values - by @ilyaliao and eavlee in https://github.com/vueuse/vueuse/issues/4613 (4b7ab)
- useWebSocket: Don't call close() on pongTimeout if connection al… - by @Azurency in https://github.com/vueuse/vueuse/issues/4608 (9ba07)
View changes on GitHub
v12.7.0
🚀 Features
- useRafFn: Add
onceoption - by @btea in https://github.com/vueuse/vueuse/issues/4583 (3041e)
🐞 Bug Fixes
- useFetch: Partial overwrite when
{combination: 'overwrite'}- by @pkc918 and @antfu in https://github.com/vueuse/vueuse/issues/4430 (3ca0d) - useTextareaAutosize: Improve resize handling with requestAnimationFrame - by @ilyaliao, Robin and @antfu in https://github.com/vueuse/vueuse/issues/4557 (e1a7e)
View changes on GitHub
v12.6.1
No significant changes
View changes on GitHub
v12.6.0
🚀 Features
- createReusableTemplate: Explicit props - by @antfu in https://github.com/vueuse/vueuse/issues/4535 (18031)
- onClickOutside: Add
controls- by @sibbng and @antfu in https://github.com/vueuse/vueuse/issues/4537 (ab116) - useDateFormat: Add
z...zzzzfor timezone information - by @OrbisK in https://github.com/vueuse/vueuse/issues/4553 (cd6d7) - useElementVisibility: Add
onceoptions - by @ilyaliao in https://github.com/vueuse/vueuse/issues/4577 (f2f94) - useTimtoutFn,useTimeoutPoll: Align behavior - by @ilyaliao in https://github.com/vueuse/vueuse/issues/4543 (64c53)
- watchPausable: Add
options.initialStateto control the initial active value - by @OrbisK in https://github.com/vueuse/vueuse/issues/4533 (ceb56)
🐞 Bug Fixes
- createEventHook: Type check for multiple arguments - by @isimehmeti and @ilyaliao in https://github.com/vueuse/vueuse/issues/4555 (636b8)
- nuxt: Check if packages exist in any layer - by @dgrayvold in https://github.com/vueuse/vueuse/issues/4571 (45e5c)
- reactiveComputed: Computed fn should be
ComputedGetter- by @OrbisK in https://github.com/vueuse/vueuse/issues/4528 (bea31) - useAnimate: Clear animate when element is gone - by @babu-ch in https://github.com/vueuse/vueuse/issues/4579 (1a934)
- useCountdown:
start()should accept a custom initial value - by @ralacerda in https://github.com/vueuse/vueuse/issues/4554 (93591) - useCssVar: New Behavior - by @ilyaliao and OrbisK in https://github.com/vueuse/vueuse/issues/4500 (d5dd8)
- useMouse: Check for
MouseEventinstead ofTouchto work with FF - by @OrbisK and @antfu in https://github.com/vueuse/vueuse/issues/4457 (ce9e5) - useSpeechRecognition: Improve start and stop method behavior - by @ilyaliao in https://github.com/vueuse/vueuse/issues/4565 (4f104)
View changes on GitHub
Configuration
📅 Schedule: Branch creation - "before 5am every weekday" in timezone Europe/Madrid, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
- [ ] If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.
Deploying yuniel-acosta with
Cloudflare Pages
| Latest commit: |
3707dc0
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://5d0481fc.yacosta738-github-io.pages.dev |
| Branch Preview URL: | https://renovate-vueuse-monorepo.yacosta738-github-io.pages.dev |
[!IMPORTANT]
Review skipped
Bot user detected.
To trigger a single review, invoke the
@coderabbitai reviewcommand.You can disable this status message by setting the
reviews.review_statustofalsein the CodeRabbit configuration file.
🪧 Tips
Chat
There are 3 ways to chat with CodeRabbit:
- Review comments: Directly reply to a review comment made by CodeRabbit. Example:
I pushed a fix in commit <commit_id>, please review it.Open a follow-up GitHub issue for this discussion.
- Files and specific lines of code (under the "Files changed" tab): Tag
@coderabbitaiin a new review comment at the desired location with your query. - PR comments: Tag
@coderabbitaiin a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:@coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.@coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
Support
Need help? Join our Discord community for assistance with any issues or questions.
CodeRabbit Commands (Invoked using PR/Issue comments)
Type @coderabbitai help to get the list of available commands.
Other keywords and placeholders
- Add
@coderabbitai ignoreor@coderabbit ignoreanywhere in the PR description to prevent this PR from being reviewed. - Add
@coderabbitai summaryto generate the high-level summary at a specific location in the PR description. - Add
@coderabbitaianywhere in the PR title to generate the title automatically.
CodeRabbit Configuration File (.coderabbit.yaml)
- You can programmatically configure CodeRabbit by adding a
.coderabbit.yamlfile to the root of your repository. - Please see the configuration documentation for more information.
- If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation:
# yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json
Status, Documentation and Community
- Visit our Status Page to check the current availability of CodeRabbit.
- Visit our Documentation for detailed information on how to use CodeRabbit.
- Join our Discord Community to get help, request features, and share feedback.
- Follow us on X/Twitter for updates and announcements.
Deploy Preview for yunielacosta ready!
| Name | Link |
|---|---|
| Latest commit | 3707dc0573d4883d1c4c7aef680c0a49130e82e7 |
| Latest deploy log | https://app.netlify.com/projects/yunielacosta/deploys/68bb15b57c36cc000841c1ac |
| Deploy Preview | https://deploy-preview-1524--yunielacosta.netlify.app |
| Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
Lighthouse |
1 paths audited Performance: 71 Accessibility: 98 Best Practices: 100 SEO: 100 PWA: - View the detailed breakdown and full score reports |
To edit notification comments on pull requests, go to your Netlify project configuration.
Quality Gate passed
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code
Quality Gate passed
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code
