Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): Bump @vueuse/integrations from 10.8.0 to 10.9.0 #44243

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 16, 2024

Bumps @vueuse/integrations from 10.8.0 to 10.9.0.

Release notes

Sourced from @​vueuse/integrations's releases.

v10.9.0

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub
Commits

Dependabot compatibility score

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

Dependabot will merge this PR once CI passes on it, as requested by @nextcloud-command.


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 requested a review from a team March 16, 2024 02:32
Copy link
Contributor

@nextcloud-command nextcloud-command left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot merge

Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 16, 2024

One of your CI runs failed on this pull request, so Dependabot won't merge it.

Dependabot will still automatically merge this pull request if you amend it and your tests pass.

@skjnldsv
Copy link
Member

skjnldsv commented Mar 16, 2024

Needs a pin of this version, we need
nextcloud-libraries/nextcloud-vue#5296

"@vueuse/components": "~10.7.2 || ^10.8.1",
"@vueuse/core": "~10.7.2 || ^10.8.1",

EDIT:, ah no, [v10.9.0](https://github.com/vueuse/vueuse/releases/tag/v10.9.0) contains the fix 🚀

@skjnldsv skjnldsv added 2. developing Work in progress and removed 3. to review Waiting for reviews labels Mar 16, 2024
@skjnldsv
Copy link
Member

/compile rebase-amend /

@skjnldsv skjnldsv added 4. to release Ready to be released and/or waiting for tests to finish and removed 2. developing Work in progress labels Mar 16, 2024
@skjnldsv
Copy link
Member

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/vueuse/integrations-10.9.0 branch from f9da302 to 6aa1abf Compare March 16, 2024 13:10
@skjnldsv
Copy link
Member

/compile amend /

Copy link
Contributor

@nextcloud-command nextcloud-command left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot merge

@nextcloud-command nextcloud-command force-pushed the dependabot/npm_and_yarn/vueuse/integrations-10.9.0 branch from 6aa1abf to dd40c47 Compare March 16, 2024 13:16
@susnux susnux force-pushed the dependabot/npm_and_yarn/vueuse/integrations-10.9.0 branch from dd40c47 to 9b1c60b Compare March 16, 2024 20:47
@susnux
Copy link
Contributor

susnux commented Mar 17, 2024

Not sure whats up with Cypress, but when running on garm3 it always completely fails unrelated...

@skjnldsv
Copy link
Member

Your configFile threw an error from: /home/runner/actions-runner/_work/server/server/cypress.config.ts

The error was thrown while executing your e2e.setupNodeEvents() function:

Error: Timed out waiting for: http://172.17.0.2/index.php

Seems like not only garm3 is having issues

@SystemKeeper
Copy link
Contributor

Also happening on github hosted runners: https://github.com/nextcloud/server/actions/runs/8312354765/job/22747317381#step:5:182. This must be something else. The about the driver leads to cypress-io/cypress#29085

@skjnldsv
Copy link
Member

The driver message has happened in the past, this is not an issue :)

@susnux
Copy link
Contributor

susnux commented Mar 17, 2024

The driver message has happened in the past, this is not an issue :)

I think this time it might be related, I just ran npm ci and tried it locally and it fails even there (worked before).
I also get the "wrong ELF class ELFCLASS32" error and cypress refuses to run the tests.

I guess the recent Cypress blob was not compiled correctly and it missing static deps so they try to load it dynamically but fail because of wrong binary type.

For me it seems they hardcoded /usr/lib/... into the binary which will try to load the 32bit library while it is a 64bit app, so it fails. Locally Cypress only works using LD_LIBRARY_PATH=/usr/lib64.


But running #44258 seems to work at least for headless tests :)

Bumps [@vueuse/integrations](https://github.com/vueuse/vueuse/tree/HEAD/packages/integrations) from 10.8.0 to 10.9.0.
- [Release notes](https://github.com/vueuse/vueuse/releases)
- [Commits](https://github.com/vueuse/vueuse/commits/v10.9.0/packages/integrations)

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

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
@susnux susnux force-pushed the dependabot/npm_and_yarn/vueuse/integrations-10.9.0 branch from 9b1c60b to 5d70d96 Compare March 17, 2024 18:59
@dependabot dependabot bot merged commit 7bab308 into master Mar 17, 2024
104 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/vueuse/integrations-10.9.0 branch March 17, 2024 19:18
@Altahrim Altahrim mentioned this pull request Mar 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
4. to release Ready to be released and/or waiting for tests to finish feature: dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants