Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 22, 2025

Bumps @vueuse/core from 11.1.0 to 12.7.0.

Release notes

Sourced from @​vueuse/core's releases.

v12.7.0

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v12.6.1

No significant changes

    View changes on GitHub

v12.6.0

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v12.5.0

   🚀 Features

... (truncated)

Commits
  • bc9683f chore: release v12.7.0
  • 3ca0d92 fix(useFetch): partial overwrite when {combination: 'overwrite'} (#4430)
  • e1a7ef3 fix(useTextareaAutosize): improve resize handling with requestAnimationFrame ...
  • 5dd2a1e refactor: migrate more shallowRef
  • d9352a3 refactor: change primitive to shallowRef, rename ref usage to deepRef (...
  • 3041e78 feat(useRafFn): add once option (#4583)
  • 4c233b0 refactor: replace tryOnBeforeUnmount with tryOnScopeDispose (#4584)
  • 77c795d chore: release v12.6.1
  • 92d6e47 chore: fix bundle
  • 5234db2 chore: release v12.6.0
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added 3. to review dependencies Pull requests that update a dependency file labels Feb 22, 2025
@codecov
Copy link

codecov bot commented Feb 22, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 31.36%. Comparing base (649683b) to head (287bf90).
Report is 2 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1888   +/-   ##
=======================================
  Coverage   31.36%   31.36%           
=======================================
  Files          43       43           
  Lines        1629     1629           
  Branches      110      110           
=======================================
  Hits          511      511           
  Misses       1092     1092           
  Partials       26       26           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@cypress
Copy link

cypress bot commented Feb 22, 2025

Activity  Image  Run #2217

Run Properties:  status check passed Passed #2217  •  git commit c2b27c2a4e: chore: bump @vueuse/core from 11.1.0 to 12.7.0
Project Activity
Branch Review dependabot/npm_and_yarn/vueuse/core-12.7.0
Run status status check passed Passed #2217
Run duration 03m 04s
Commit git commit c2b27c2a4e: chore: bump @vueuse/core from 11.1.0 to 12.7.0
Committer dependabot[bot]
View all properties for this run ↗︎

Test results
Tests that failed  Failures 0
Tests that were flaky  Flaky 1
Tests that did not run due to a developer annotating a test with .skip  Pending 0
Tests that did not run due to a failure in a mocha hook  Skipped 0
Tests that passed  Passing 10
View all changes introduced in this branch ↗︎

@artonge artonge force-pushed the dependabot/npm_and_yarn/vueuse/core-12.7.0 branch from 0a21004 to d419e0c Compare March 5, 2025 16:58
@artonge
Copy link
Collaborator

artonge commented Mar 5, 2025

/compile amend /

Bumps [@vueuse/core](https://github.com/vueuse/vueuse/tree/HEAD/packages/core) from 11.1.0 to 12.7.0.
- [Release notes](https://github.com/vueuse/vueuse/releases)
- [Commits](https://github.com/vueuse/vueuse/commits/v12.7.0/packages/core)

---
updated-dependencies:
- dependency-name: "@vueuse/core"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: nextcloud-command <[email protected]>
@nextcloud-command nextcloud-command force-pushed the dependabot/npm_and_yarn/vueuse/core-12.7.0 branch from d419e0c to 287bf90 Compare March 5, 2025 17:01
@artonge artonge merged commit dddf046 into master Mar 5, 2025
54 checks passed
@artonge artonge deleted the dependabot/npm_and_yarn/vueuse/core-12.7.0 branch March 5, 2025 17:25
@nickvergessen
Copy link
Member

This actually broke infinite scrolling.
The @vueuse/core dropped Vue2 support in 12. However they accidentally listed vue as a dependencency instead of peerDependency, so it brought it's own vue3 version into it, but that was not used so the scrolling still didn't work.
13 has this fixed, but still doesnt support Vue2 anymore, so we can not update. For now it's manual duty of the maintainers @artonge @miaulalala to make sure this stays on 11.x.y until the app was migrated to Vue3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

3. to review dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants