Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Dec 14, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@nextcloud/axios ^2.5.0 -> ^2.5.1 age adoption passing confidence
@nextcloud/cypress ^1.0.0-beta.9 -> ^1.0.0-beta.12 age adoption passing confidence
@nextcloud/dialogs ^5.3.7 -> ^5.3.8 age adoption passing confidence
@nextcloud/files ^3.10.0 -> ^3.10.1 age adoption passing confidence
@nextcloud/vue ^8.18.0 -> ^8.21.0 age adoption passing confidence

Release Notes

nextcloud/nextcloud-axios (@​nextcloud/axios)

v2.5.1

Compare Source

2.5.1 - 2024-09-18

Fixed
  • Make license info SPDX compliant: GPL-3.0-or-later
nextcloud/nextcloud-cypress (@​nextcloud/cypress)

v1.0.0-beta.12

Compare Source

Features

Full Changelog: nextcloud-libraries/nextcloud-e2e-test-server@v1.0.0-beta.11...v1.0.0-beta.12

v1.0.0-beta.11

Compare Source

What's Changed

Features
Fixes

Full Changelog: nextcloud-libraries/nextcloud-e2e-test-server@v1.0.0-beta.10...v1.0.0-beta.11

v1.0.0-beta.10

Compare Source

What's Changed

Features

Full Changelog: nextcloud-libraries/nextcloud-e2e-test-server@v1.0.0-beta.9...1.0.0-beta.10

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

v5.3.8

Compare Source

What's Changed

Full Changelog: nextcloud-libraries/nextcloud-dialogs@v5.3.7...v5.3.8

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

v3.10.1

Compare Source

Full changelog

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

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 - "every weekend" 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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added 3. to review Waiting for reviews dependencies Pull requests that update a dependency file labels Dec 14, 2024
@renovate renovate bot requested a review from skjnldsv December 14, 2024 01:42
@skjnldsv
Copy link
Member

/compile

@skjnldsv skjnldsv enabled auto-merge December 14, 2024 09:42
Signed-off-by: nextcloud-command <[email protected]>
@renovate
Copy link
Contributor Author

renovate bot commented Dec 14, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@skjnldsv skjnldsv merged commit c7ff719 into stable29 Dec 14, 2024
29 checks passed
@skjnldsv skjnldsv deleted the renovate/stable29-nextcloud branch December 14, 2024 09:56
@blizzz blizzz mentioned this pull request Jan 8, 2025
10 tasks
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.

3 participants