-
Notifications
You must be signed in to change notification settings - Fork 19
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): update dependency @nextcloud/vue to v8 #982
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
renovate
bot
requested review from
a team,
blizzz and
datenangebot
and removed request for
a team
November 4, 2023 02:05
2 flaky tests on run #1332 ↗︎
Details:
pages-links.spec.js • 1 flaky test • Nextcloud stable27
page-list.spec.js • 1 flaky test • Nextcloud stable27
Review all test suite changes for PR #982 ↗︎ |
renovate
bot
changed the title
fix(deps): update dependency @nextcloud/vue to v8
fix(deps): update dependency @nextcloud/vue to v8 - autoclosed
Nov 7, 2023
renovate
bot
changed the title
fix(deps): update dependency @nextcloud/vue to v8 - autoclosed
fix(deps): update dependency @nextcloud/vue to v8
Nov 8, 2023
renovate
bot
force-pushed
the
renovate/nextcloud-vue-8.x
branch
3 times, most recently
from
November 14, 2023 18:56
41a37fb
to
1a2c387
Compare
renovate
bot
force-pushed
the
renovate/nextcloud-vue-8.x
branch
from
November 17, 2023 22:15
1a2c387
to
06f4b6d
Compare
renovate
bot
force-pushed
the
renovate/nextcloud-vue-8.x
branch
2 times, most recently
from
December 5, 2023 18:47
9a5b392
to
8a5ac3e
Compare
renovate
bot
force-pushed
the
renovate/nextcloud-vue-8.x
branch
from
December 27, 2023 13:53
8a5ac3e
to
68d00f8
Compare
max-nextcloud
force-pushed
the
renovate/nextcloud-vue-8.x
branch
from
December 28, 2023 13:48
68d00f8
to
d2875bf
Compare
Edited/Blocked NotificationRenovate 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. |
Nextcloud Vue 8 expects the name attribute to keep the title attribute for actual element titles Signed-off-by: Max <[email protected]>
Do not rely on one test to run in the others. Signed-off-by: Max <[email protected]>
Signed-off-by: Max <[email protected]>
max-nextcloud
force-pushed
the
renovate/nextcloud-vue-8.x
branch
from
December 29, 2023 12:35
6a2ae81
to
24ec72a
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^7.12.7
->^8.4.0
Release Notes
nextcloud-libraries/nextcloud-vue (@nextcloud/vue)
v8.4.0
Compare Source
Full Changelog
Notes
isMobile
andisFullscreen
mixins are now deprecated, useuseIsMobile
anduseIsFullscreen
composables instead🚀 Enhancements
aria-label
by @susnux in https://github.com/nextcloud-libraries/nextcloud-vue/pull/4903🐛 Fixed bugs
active
prop by @raimund-schluessler in https://github.com/nextcloud-libraries/nextcloud-vue/pull/4989aria-expanded="false"
when menu is closed instead of removing it by @ShGKme in https://github.com/nextcloud-libraries/nextcloud-vue/pull/4946TextArea
styles withTextField
styles by @JuliaKirschenheuter in https://github.com/nextcloud-libraries/nextcloud-vue/pull/4971NcRichContenteditable
by @JuliaKirschenheuter in https://github.com/nextcloud-libraries/nextcloud-vue/pull/4975Other Changes
v8.3.0
Compare Source
Full Changelog
🚀 Enhancements
🐛 Fixed bugs
main-text
for accessibility #4885 (susnux)v-tooltip
with nativetitle
#4888 (ShGKme)Other Changes
v8.2.0
Compare Source
Full Changelog
🚀 Enhancements
🐛 Fixed bugs
unregisterSection
should remove the section instead of remove all other #4798 (susnux)min-height
over sidebar and settings … #4825 (JuliaKirschenheuter)min-height
over sidebar and settings dialog on small screens #4836 (JuliaKirschenheuter)Other Changes
v8.1.0
Compare Source
Full Changelog
🚀 Enhancements
useIsMobile
anduseIsFullscreen
composables #4761 (@ShGKme)🐛 Fixed bugs
Other Changes
v8.0.1
Compare Source
Full Changelog
🐛 Fixed bugs
aria-label
of close button by @susnux in https://github.com/nextcloud-libraries/nextcloud-vue/pull/4778t
method by @ShGKme in https://github.com/nextcloud-libraries/nextcloud-vue/pull/4790Other Changes
v8.0.0
Compare Source
Full Changelog
💥 Breaking changes
NcMultiselect
andNcMultiselectTags
components were removed #4281 (susnux)NcSelect
andNcSelectTags
components insteadNcPopoverMenu
component was removed #4081 (raimund-schluessler)NcActions
component insteadNcAppNavigationCounter
component was removed #4096 (raimund-schluessler)NcCounterBubble
component insteadexcludeClickOutsideClasses
property was removed fromclickOutsideOptions
#4088 (raimund-schluessler)excludeClickOutsideSelectors
property, which takes an array of css selectors, insteadlabel
property ofNcAutoCompleteResult
was renamed totitle
#4222 (susnux)title
property was removed, every occurrence oftitle
was renamed toname
#4106 (raimund-schluessler), #4052 (raimund-schluessler)label
property was renamed toname
forNcMentionBubble
name
propery is now required forNcActions*
,NcAppNavigationItem
andNcBreadcrumb*
install
entry point and replace it with an Vue Plugin #4349 (susnux)NcInputField
: ThelabelVisible
property was removed for accessibility it is required to always show a label.You can still use the
labelOutside
property to remove the inner label from the component.Datetime
toDateTime
in component names #4560 (susnux)🚀 Enhancements
NcAvatar
to useNcActions
#4017 (raimund-schluessler)NcInputField
on border #4394 (susnux)NcRichContenteditable
) - add different output appearance in examples #4485 (Antreesy)@nextcloud/dialogs
) #4550 (susnux)active
property to set active state & usearia-current
#4716 (susnux🐛 Fixed bugs
NcMultiselect
toNcSelect
#4120 (susnux)NcMultiselect
toNcSelect
#4247 (julien-nc)@
in username #4222 (susnux)aria-expanded
attribute to settings accordion button #4109 (Fenn-CS)pressed
state for stateful buttons #4344 (susnux)NcListItem
) - remove empty wrapper for additional elements from DOM if not needed #4438 (Antreesy)exports
field of package used deprecated syntax #4437 (susnux)NcListItem
) don't force blur action menu on tab #4458 (Antreesy)NcRichText
) - keep newlines in rendered Markdown #4461 (Antreesy)NcRichText
) - don't populate a first newline to properly parse blockqoute tags #4470 (Antreesy)NcCheckboxRadioSwitch
required
prop and input position fix #4488 (skjnldsv)<tag>
-like content when parsing markdown #4486 (Antreesy)native
for selected emoji #4575 (mejo-)isMobileState
PURE so it can be treeshaken if not used #4595 (susnux)span
#4702 (JuliaKirschenheuteraria-expanded
attribute if there are no children #4715 (susnuxaria-label
if thearia-labelledby
element does not exist #4736 (susnuxfocus-within
on RadioSwitch #4699 (JuliaKirschenheuteraria-label
#4762 (susnux--app-navigation-padding
is set also on app-content #4776 (susnuxOther Changes
Configuration
📅 Schedule: Branch creation - "before 5am every weekday,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.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.