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

fix(deps): bump @nextcloud/dialogs from 4.2.3 to v5 (main) - autoclosed #5579

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 15, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@nextcloud/dialogs ^4.2.3 -> ^5.1.1 age adoption passing confidence

Release Notes

nextcloud-libraries/nextcloud-dialogs (@​nextcloud/dialogs)

v5.1.1

Compare Source

Full Changelog

🐛 Fixed bugs
  • fix(FilePicker): Stop default close event in case of button press #​1207 (susnux)
  • fix(FilePicker): Export FilePickerClosed error #​1198 (susnux)
Changed
  • Updated translations
  • Updated development dependencies

v5.1.0

Compare Source

Full Changelog

🚀 Enhancement
  • enh(FilePickerBuilder): Change error thrown when FilePicker is closed #​1166 (susnux)
🐛 Fixed bugs
Changed
  • Updated translations
  • Updated dependencies

v5.0.3

Compare Source

Full Changelog

🐛 Fixed bugs
  • fix(FilePicker): cropImagePreviews is now provided as a prop in FilePreview #​1120 (susnux)
  • fix(FilePicker): On button click also emit the current directory if allowPickDirectory is set to true #​1121 (susnux)
  • fix: Adjust types for IFilePickerButton to align icon with NcDialogButton #​1122 (susnux)
  • fix(build): include ?raw data to bundle #​1128 (ShGKme)
Changed
  • Updated translations
  • chore(deps): Bump @​vueuse/core from 10.6.0 to 10.6.1
  • chore(deps-dev): Bump typescript from 5.2.2 to 5.3.2

v5.0.2

Compare Source

Full Changelog

🐛 Fixed bugs
  • fix(FilePicker): Listen on update:open rather than closed event from NcDialog #​1113 (@​susnux)
Changed
  • Updated translations
  • chore(deps): Bump @nextcloud/vue from 8.2.0

v5.0.1

Compare Source

Full Changelog

🐛 Fixed bugs
Changed

v5.0.0

Compare Source

Full Changelog

🚀 Enhancement
🐛 Fixed bugs
  • fix: Use NcDialog instead of custom dialog component now that it is upstreamed #​1101 (@​susnux)
Changed
  • Updated translations
  • Updated dependencies
    • Now using stable @nextcloud/vue version 8.0.0
    • Now using stable @nextcloud/files version 3.0.0

Configuration

📅 Schedule: Branch creation - "before 5am on wednesday" in timezone Europe/Vienna, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added 3. to review Waiting for reviews dependencies Pull requests that update a dependency file labels Nov 15, 2023
@renovate renovate bot requested review from GretaD and st3iny November 15, 2023 01:46
Copy link
Contributor Author

renovate bot commented Nov 15, 2023

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package-lock.json
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! While resolving: [email protected]
npm ERR! Found: @nextcloud/[email protected]
npm ERR! node_modules/@nextcloud/vue
npm ERR!   @nextcloud/vue@"^7.12.7" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer @nextcloud/vue@"^8.2.0" from @nextcloud/[email protected]
npm ERR! node_modules/@nextcloud/dialogs
npm ERR!   @nextcloud/dialogs@"^5.1.1" from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 
npm ERR! 
npm ERR! For a full report see:
npm ERR! /tmp/renovate/cache/others/npm/_logs/2024-01-26T20_26_56_529Z-eresolve-report.txt

npm ERR! A complete log of this run can be found in: /tmp/renovate/cache/others/npm/_logs/2024-01-26T20_26_56_529Z-debug-0.log

Copy link

codecov bot commented Nov 15, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (3d18fe1) 24.37% compared to head (99d284f) 61.63%.
Report is 4 commits behind head on main.

Additional details and impacted files
@@              Coverage Diff              @@
##               main    #5579       +/-   ##
=============================================
+ Coverage     24.37%   61.63%   +37.26%     
  Complexity      418      418               
=============================================
  Files           243       39      -204     
  Lines         10892     2101     -8791     
  Branches       1790        0     -1790     
=============================================
- Hits           2655     1295     -1360     
+ Misses         8237      806     -7431     
Flag Coverage Δ
javascript ?
php 61.63% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@renovate renovate bot force-pushed the renovate/main-nextcloud-dialogs-5.x branch 2 times, most recently from 337e5a9 to e2f526e Compare November 18, 2023 00:29
@renovate renovate bot force-pushed the renovate/main-nextcloud-dialogs-5.x branch from e2f526e to 7518e09 Compare November 27, 2023 15:04
@renovate renovate bot force-pushed the renovate/main-nextcloud-dialogs-5.x branch from 7518e09 to 92b79ad Compare January 19, 2024 18:18
@renovate renovate bot changed the title fix(deps): bump @nextcloud/dialogs from 4.2.2 to v5 (main) fix(deps): bump @nextcloud/dialogs from 4.2.2 to v5 (main) - autoclosed Jan 19, 2024
@renovate renovate bot closed this Jan 19, 2024
@renovate renovate bot deleted the renovate/main-nextcloud-dialogs-5.x branch January 19, 2024 21:21
@renovate renovate bot changed the title fix(deps): bump @nextcloud/dialogs from 4.2.2 to v5 (main) - autoclosed fix(deps): bump @nextcloud/dialogs from 4.2.2 to v5 (main) Jan 26, 2024
@renovate renovate bot reopened this Jan 26, 2024
@renovate renovate bot restored the renovate/main-nextcloud-dialogs-5.x branch January 26, 2024 17:37
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate bot force-pushed the renovate/main-nextcloud-dialogs-5.x branch from 92b79ad to 99d284f Compare January 26, 2024 20:27
@renovate renovate bot changed the title fix(deps): bump @nextcloud/dialogs from 4.2.2 to v5 (main) fix(deps): bump @nextcloud/dialogs from 4.2.3 to v5 (main) Jan 26, 2024
@renovate renovate bot changed the title fix(deps): bump @nextcloud/dialogs from 4.2.3 to v5 (main) fix(deps): bump @nextcloud/dialogs from 4.2.3 to v5 (main) - autoclosed Jan 30, 2024
@renovate renovate bot closed this Jan 30, 2024
@renovate renovate bot deleted the renovate/main-nextcloud-dialogs-5.x branch January 30, 2024 13:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3. to review Waiting for reviews dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants