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/vue from 8.19.0 to ^8.22.0 #4213

Merged
merged 1 commit into from
Dec 23, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 12, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@nextcloud/vue ^8.19.0 -> ^8.22.0 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

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

v8.22.0

Compare Source

Full Changelog

🚀 Enhancements
  • feat(NcAvatar): implement custom javascript hook action for the contacts menu #​6238 (st3iny)
  • feat(NcAppNavigation): add n hotkey to toggle navigation #​6311 (skjnldsv)
🐛 Fixed bugs
Changed
  • docs(NcDateTimePickerNative): add time picker example #​6188 (GVodyanov)
  • chore(NcAppSidebarTabs): remove internal component from docs #​6253 (ShGKme)
  • Updated workflows and dependencies
  • Updated translations

v8.21.0

Compare Source

Full Changelog

🚀 Enhancements
  • feat(NcRichText): highlight code syntax if language provided #​6212 (Antreesy)
🐛 Fixed bugs
  • fix(NcInputField): correct position of trailing icon in RTL #​6202 (alsulami1)
  • fix(NcChip): wrong color-primary-text variable used #​6218 (skjnldsv)
  • fix: make sure model event in v-model happens first to avoid regression #​6234 (ShGKme)
  • fix(NcTextField): don't fire value-updating events twice #​6235 (ShGKme)
  • fix(NcRichContenteditable): support mentions of email/* guests #​6233 (Antreesy)
  • fix(NcAppContent): correct splitter color in dark mode when using split-horizontal mode #​6227 (wofferl)
  • fix(NcRichContenteditable): do not break adjacent user mentions #​6223 (Antreesy)
  • fix(NcRichContenteditable): fix pasting of the content to an empty field #​6241 (DorraJaouad)

v8.20.0

Compare Source

Full Changelog

📝 Notes

Now you can use v-model directive, :model-value prop, and @update:model-value (@update:modelValue) event in all data input components to have compatibility with v9 in the future.

<!-- Only v8 (Vue 2) -->
<NcTextField :value.sync="username" />
<!-- Compatible with both v8 (Vue 2) and v9 (Vue 3) -->
<NcTextField v-model="username" />
<!-- same as -->
<NcTextField :model-value="username" @&#8203;update:model-value="username = $event" />

If you already use v-model with a custom writable computed on :value.sync components before, it might not work as expected anymore. Make sure to remove or adjust it before update.
See the full list in v9 breaking changes.

🚀 Enhancements
🐛 Fixed bugs
Changed
  • Updated workflows and dependencies
  • Updated translations

Configuration

📅 Schedule: Branch creation - "before 5am on tuesday" in timezone Europe/Berlin, 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 was generated by Mend Renovate. View the repository job log.

Copy link

codecov bot commented Nov 12, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 11.37%. Comparing base (51c96cb) to head (a7d4203).
Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##               main    #4213   +/-   ##
=========================================
  Coverage     11.37%   11.37%           
  Complexity      265      265           
=========================================
  Files           121      121           
  Lines          5556     5556           
  Branches       1196     1196           
=========================================
  Hits            632      632           
+ Misses         4803     4802    -1     
- Partials        121      122    +1     

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

@renovate renovate bot changed the title fix(deps): bump @nextcloud/vue from 8.19.0 to ^8.20.0 fix(deps): bump @nextcloud/vue from 8.19.0 to ^8.21.0 Nov 21, 2024
@renovate renovate bot force-pushed the renovate/nextcloud-vue-8.x branch from 33219ce to e9e0536 Compare November 21, 2024 17:47
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate bot force-pushed the renovate/nextcloud-vue-8.x branch from e9e0536 to a7d4203 Compare December 23, 2024 10:20
@renovate renovate bot changed the title fix(deps): bump @nextcloud/vue from 8.19.0 to ^8.21.0 fix(deps): bump @nextcloud/vue from 8.19.0 to ^8.22.0 Dec 23, 2024
@hamza221 hamza221 merged commit f90e2f4 into main Dec 23, 2024
34 checks passed
@hamza221 hamza221 deleted the renovate/nextcloud-vue-8.x branch December 23, 2024 10:48
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant