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

Upgrade: Bump @nextcloud/dialogs from 5.1.1 to 5.3.1 #1647

Merged
merged 1 commit into from
Apr 22, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 20, 2024

Bumps @nextcloud/dialogs from 5.1.1 to 5.3.1.

Release notes

Sourced from @​nextcloud/dialogs's releases.

v5.3.1

v5.3.1 (2024-04-16)

Full Changelog

Fixes

  • fix: Close actions after creating directory and enter it automatically #1302 (susnux)
  • fix: Fix incorrect directory contents when navigating quickly #1299 (Pytal)

Changed

  • Dependency updates

v5.3.0

v5.3.0 (2024-04-10)

Full Changelog

Enhancements

  • feat: Provide generic dialogs previously provided by OC.dialogs #1297 (susnux)

Changed

  • Updated development dependencies

v5.2.1

v5.2.1 (2024-04-09)

Full Changelog

Fixed bug

  • fix(FilePicker): Request all default file props (incl. file id) #1287 (susnux)

Changed

  • Updated translations
  • Updated development dependencies
  • chore(deps): Bump @​nextcloud/files from 3.1.0 to 3.1.1
  • chore(deps): Bump webdav from 5.4.0 to 5.5.0

v5.2.0

v5.2.0 (2024-03-06)

Full Changelog

Enhancements

Fixed bug

  • fix(FilePicker): Adjust margin of view-selector to be consistent with filter input

Changed

  • chore(deps-dev): Bump @​vitest/coverage-v8 from 1.3.0 to 1.3.1 by @​dependabot
  • chore(deps-dev): Bump happy-dom from 13.3.8 to 13.6.2 by @​dependabot
  • chore(deps-dev): Bump sass from 1.71.0 to 1.71.1 by @​dependabot
  • chore(deps-dev): Bump typedoc from 0.25.8 to 0.25.9 by @​dependabot

... (truncated)

Changelog

Sourced from @​nextcloud/dialogs's changelog.

v5.3.1 (2024-04-16)

Full Changelog

Fixes

  • fix: Close actions after creating directory and enter it automatically #1302 (susnux)
  • fix: Fix incorrect directory contents when navigating quickly #1299 (Pytal)

Changed

  • Dependency updates

v5.3.0 (2024-04-10)

Full Changelog

Enhancements

  • feat: Provide generic dialogs previously provided by OC.dialogs #1297 (susnux)

Changed

  • Updated development dependencies

v5.2.1 (2024-04-09)

Full Changelog

Fixed bug

  • fix(FilePicker): Request all default file props (incl. file id) #1287 (susnux)

Changed

  • Updated translations
  • Updated development dependencies
  • chore(deps): Bump @​nextcloud/files from 3.1.0 to 3.1.1
  • chore(deps): Bump webdav from 5.4.0 to 5.5.0

v5.2.0 (2024-03-06)

Full Changelog

Enhancements

Fixed bug

  • fix(FilePicker): Adjust margin of view-selector to be consistent with filter input

Changed

... (truncated)

Commits
  • 99f9027 Merge pull request #1308 from nextcloud-libraries/v5.3.1
  • ef07659 chore: v5.3.1
  • 6f3d46f Merge pull request #1299 from nextcloud-libraries/fix/fetch-folder-content
  • 0a883bd fix(tests): Fix commonjs cancelable-promise module error
  • 00ed78e test(dav): Add test for request cancelation
  • 5e64a5d test(dav): Update tests
  • 453a22d chore: Update @nextcloud/files to 3.2.0
  • b0f47e1 fix: Fix incorrect directory contents when navigating quickly
  • 24a60e6 Merge pull request #1305 from nextcloud-libraries/dependabot/npm_and_yarn/typ...
  • b148a43 Merge pull request #1306 from nextcloud-libraries/dependabot/npm_and_yarn/sas...
  • Additional commits viewable in compare view

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 added 3. to review dependencies Pull requests that update a dependency file labels Apr 20, 2024
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 Apr 20, 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.

Copy link

cypress bot commented Apr 20, 2024

1 flaky test on run #1445 ↗︎

0 10 0 0 Flakiness 1

Details:

Upgrade: Bump @nextcloud/dialogs from 5.1.1 to 5.3.1
Project: Activity Commit: 2627ce945d
Status: Passed Duration: 02:30 💡
Started: Apr 22, 2024 4:58 PM Ended: Apr 22, 2024 5:01 PM
Flakiness  cypress/e2e/sidebar.cy.ts • 1 flaky test • Run E2E

View Output

Test Artifacts
Check activity listing in the sidebar > Has favorite activity Test Replay Screenshots

Review all test suite changes for PR #1647 ↗︎

@artonge
Copy link
Collaborator

artonge commented Apr 22, 2024

/compile amend /

@artonge artonge force-pushed the dependabot/npm_and_yarn/nextcloud/dialogs-5.3.1 branch from 317b24b to 294eac0 Compare April 22, 2024 15:32
Bumps [@nextcloud/dialogs](https://github.com/nextcloud-libraries/nextcloud-dialogs) from 5.1.1 to 5.3.1.
- [Release notes](https://github.com/nextcloud-libraries/nextcloud-dialogs/releases)
- [Changelog](https://github.com/nextcloud-libraries/nextcloud-dialogs/blob/main/CHANGELOG.md)
- [Commits](nextcloud-libraries/nextcloud-dialogs@v5.1.1...v5.3.1)

---
updated-dependencies:
- dependency-name: "@nextcloud/dialogs"
  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>
@nextcloud-command nextcloud-command force-pushed the dependabot/npm_and_yarn/nextcloud/dialogs-5.3.1 branch from 294eac0 to e7f443d Compare April 22, 2024 16:29
@dependabot dependabot bot merged commit 39fc73e into master Apr 22, 2024
44 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/nextcloud/dialogs-5.3.1 branch April 22, 2024 17:08
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.

2 participants