Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jun 6, 2025

This PR contains the following updates:

Package Change Age Confidence
@nextcloud/auth ^2.5.2 -> ^2.5.3 age confidence
@nextcloud/axios ^2.5.1 -> ^2.5.2 age confidence
@nextcloud/browserslist-config ^3.0.1 -> ^3.1.1 age confidence
@​nextcloud/sharing ^0.2.5 -> ^0.3.0 age confidence
@nextcloud/stylelint-config ^3.1.0 -> ^3.1.1 age confidence
@nextcloud/vite-config ^1.5.6 -> ^1.7.2 age confidence
@nextcloud/vue ^8.28.0 -> ^8.33.0 age confidence

Release Notes

nextcloud/nextcloud-auth (@​nextcloud/auth)

v2.5.3

Compare Source

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

v2.5.2

Compare Source

Fixed
  • fix: add missing config interface typing for reloadExpiredSession
Changed
  • refactor: add SPDX headers
  • refactor: migrate REUSE to TOML format
  • refactor: resolve Typescript errors and stabilize tests
  • chore: migrate to ESLint v9
  • chore: allow wider engine version range
  • chore: adjust package.json
    • make order consistent with other libraries
    • update maintainer information
    • fix wrong URLs
  • ci: update reuse.yml workflow from organization
  • ci: update npm-publish.yml workflow from template
  • ci: update workflows from organization
  • Bump @nextcloud/auth to 2.5.1
  • Bump axios to 1.12.2
nextcloud/browserslist-config (@​nextcloud/browserslist-config)

v3.1.1

Compare Source

What's Changed

New Contributors

Full Changelog: nextcloud-libraries/browserslist-config@v3.1.0...v3.1.1

v3.1.0

Compare Source

What's Changed

New Contributors

Full Changelog: nextcloud-libraries/browserslist-config@v3.0.1...v3.1.0

nextcloud-libraries/stylelint-config (@​nextcloud/stylelint-config)

v3.1.1

Compare Source

Fixed
  • fix: allow all <style scoped> and CSS Modules pseudo selectors #​140 (ShGKme)
  • fix: temporarily disable scss/load-partial-extension #​141 (ShGKme)
Changed
nextcloud/nextcloud-vite-config (@​nextcloud/vite-config)

v1.7.2

Compare Source

Fixed
  • fix(REUSE): also add correct license headers for facade chunks #​737
Changed

v1.7.1

Compare Source

Fixed
  • fix: make configuration rolldown compatible #​718
Changed
  • chore(deps): Bump rollup-plugin-node-externals to 8.1.1
  • chore(deps): Bump magic-string to 0.30.19

v1.7.0

Compare Source

Added
  • Minimum Vite version is now v7.1.4
Changed

Full Changelog: nextcloud-libraries/nextcloud-vite-config@v1.6.0...v1.7.0

v1.6.0

Compare Source

What's Changed

Full Changelog: nextcloud-libraries/nextcloud-vite-config@v1.5.6...v1.6.0

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

v8.33.0

Compare Source

🚀 Enhancements
🐛 Fixed bugs
Other Changes

v8.32.0

Compare Source

What's Changed

🚀 Enhancements
  • [stable8] feat(NcColorPicker): allow to clear selected value by @​backportbot[bot] in #​7531
  • [stable8] feat(NcModal): add new closeButtonOutside prop and deprecated closeButtonContained by @​Antreesy in #​7553
🐛 Fixed bugs
Other Changes

Full Changelog: nextcloud-libraries/nextcloud-vue@v8.31.0...v8.32.0

v8.31.0

Compare Source

📝 Notes

The NcSettingsInputText component was deprecated,
it is no longer used by Nextcloud or Nextcloud apps and not recommended to be used for design reasons.

🚀 Enhancements
  • feat: add NcKbd component #​7407
  • feat(NcRadioGroup): add component to group radio buttons #​7474
🐛 Fixed bugs
  • fix(NcAssistantIcon): adjust gradient for dark theme #​7430
  • fix(NcPopover): regression with this.getPopoverTriggerContainerElement is not a function #​7443 (max-nextcloud)
  • fix(NcCheckboxRadioSwitch): ensure label less radio has proper size #​7477
  • fix(NcDateTime): adjust for bidi support #​7485
  • fix(NcReferenceWidget): harden checks for reference = null #​7493
  • fix(NcRadioGroup): fieldsets always need a label for accessibility #​7495
  • fix(NcAvatar): make min status size visually accessible #​7480
  • fix(NcAppNavigationItem): ensure to pass boolean where needed #​7491
Other Changes

v8.30.0

Compare Source

🚀 Enhancements
  • feat(NcPopover): auto return focus to trigger button on close #​5155 (ShGKme)
  • feat(NcAssistant*): provide components for consistent integrations design #​7413
  • feat(NcCheckboxRadioSwitch): Add support for a description field #​7395
Other Changes
  • refactor: migrate reference widget related function to Typescript #​7417

v8.29.2

Compare Source

🐛 Fixed bugs
  • fix(NcUserStatusIcon): legacy 32 check #​7320 (skjnldsv)
  • fix(NcDateTimePicker): lost styles in docs #​7344 (ShGKme)
  • fix(NcPopover): scope styles to avoid leak #​7341
  • fix(NcReferencePickerModal): scope styles #​7347
  • fix(NcEmojiPicker): scope styles #​7343
  • fix(NcActionButtonGroup): scope styles #​7348
  • fix(NcAppNavigationItem): icon-collapse has wrong colour #​7346 (GretaD)
  • fix(NcNoteCard): adjust colors to work with Nextcloud 32+ #​7361 (susnux)
  • fix(l10n): add non-breaking space before ellipsis #​7373
  • fix(NcHeaderMenu): pause trap stack on opening #​7384 (Antreesy)
  • add new border design for NcInputField and NcTextArea #​7383
  • fix: change icon cog into outline version on 32+ #​7394 (GretaD)
Other Changes
  • docs: fix CSS Modules support in Styleguidist #​7342
  • chore(docs): fix css modules export names in styleguidist #​7387
  • fix(NcUserStatusIcon): adjust icon colors #​7393
  • fix(NcUserStatusIcon): adjust scoped names for style variables #​7400

v8.29.1

Compare Source

🐛 Fixed bugs

v8.29.0

Compare Source

📝 Notes
NcColorPicker

The update:open event was undeprecated, instead proper open state handling of the component was added.
This means it is now possible to pass the open prop directly to the component,
it is implemented as two-way binding with the corresponding update:open event.
It is now discouraged to use the previous solution of relying on the shown prop of the underlying component.

Additionally for consistent event naming the close event was deprecated in favor of the closed event.
The closed event will be emitted after update:open (with payload false) was emitted and all transitions have finished.

🚀 Enhancements
  • feat(NcThemeProvider): allow to override the current theme for parts of the UI #​7152
  • feat(dialogs/spawnDialog): separate spawning options from dialog props and allow Element as a container #​6768
  • feat(NcColorPicker): add proper open-state handling #​7214
  • feat(NcAppNavigationItem): add active as slot property to the "icon"-slot #​7274
  • feat: add visual border for buttons on Nextcloud 32+ #​7291
  • feat(NcUserStatusIcon): update status icons #​7223
  • feat(NcHeaderMenu): apply alpha mask to icon slot #​7243
🐛 Fixed bugs
  • perf(NcAvatar): ensure avatar does not add mutation observer #​7168
  • perf(utils): ensure only 64px or 512px avatars are loaded #​7153
  • fix(NcButton): force cursor pointer #​7158 (ShGKme)
  • fix(NcInputField): remove browser injected clear button #​7169
  • fix(NcModal): use --border-radius-container #​7178
  • fix(useIsDarkTheme): provide default value to silence runtime warnings #​7189
  • fix(NcAppSidebar): remove slot styling for buttons in the description #​7190
  • fix(NcActionInput): register used NcColorPicker component #​7198
  • fix(NcActionInput): lazy load large children #​7197
  • fix(NcContent): flip skip action image in rtl mode #​7205
  • fix(NcColorPicker): use proper directional arrow icon for submit #​7219
  • fix(NcAvatar): orbital best-fit adaptive status icon #​7260
  • fix(NcLoadingIcon): prevent height change from rotate transformation #​7276
  • fix(NcInputField, NcTextareaField): remove placeholder on Nextcloud 32+ #​7286 (susnux)
  • fix: migrate from _oc_config to initial state #​7235 (Antreesy)
  • fix: auto-resolve focus trap stack, if was changed outside of controller #​7304 (Antreesy)
Other Changes
  • refactor(functions): Make sure only named exports are used (usernameToColor) #​7170 (susnux)
  • refactor: use secondary colors for buttons on Nextcloud 32+ #​7301 (susnux)
  • chore: copy diff from stable8 changelog #​7159
  • chore: align sorting of package.json #​7162 (susnux)
  • docs: clarify application containers and especially NcGuestContent #​7216
  • ci: update workflows from organization #​7166 (susnux)

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 Jun 6, 2025
@renovate renovate bot requested a review from skjnldsv June 6, 2025 23:45
@renovate renovate bot added the dependencies Pull requests that update a dependency file label Jun 6, 2025
@renovate renovate bot force-pushed the renovate/master-nextcloud branch from afe24a2 to d07b8d9 Compare July 1, 2025 10:44
@renovate renovate bot changed the title fix(deps): update dependency @nextcloud/l10n to ^3.3.0 (master) fix(deps): update nextcloud (master) Jul 1, 2025
@renovate renovate bot force-pushed the renovate/master-nextcloud branch from d07b8d9 to 64c4e73 Compare July 3, 2025 12:12
@renovate renovate bot force-pushed the renovate/master-nextcloud branch from 64c4e73 to 2bd7bfc Compare July 8, 2025 00:56
@renovate renovate bot force-pushed the renovate/master-nextcloud branch from 2bd7bfc to 437388e Compare July 9, 2025 16:01
@renovate renovate bot force-pushed the renovate/master-nextcloud branch from 437388e to 7c37036 Compare July 14, 2025 15:09
@renovate renovate bot force-pushed the renovate/master-nextcloud branch from 7c37036 to f77bf2a Compare July 22, 2025 22:07
@renovate renovate bot force-pushed the renovate/master-nextcloud branch from f77bf2a to c923be6 Compare July 24, 2025 19:09
@renovate renovate bot changed the title fix(deps): update nextcloud (master) chore(deps): update dependency @nextcloud/vite-config to ^1.6.0 (master) Jul 29, 2025
@renovate renovate bot force-pushed the renovate/master-nextcloud branch from c923be6 to fce5e1d Compare July 29, 2025 10:14
@renovate renovate bot force-pushed the renovate/master-nextcloud branch 2 times, most recently from 1272c22 to 94e623d Compare August 13, 2025 13:40
@renovate renovate bot force-pushed the renovate/master-nextcloud branch from 94e623d to a801018 Compare August 18, 2025 20:22
@renovate renovate bot changed the title chore(deps): update dependency @nextcloud/vite-config to ^1.6.0 (master) fix(deps): update nextcloud (master) Aug 18, 2025
@renovate renovate bot force-pushed the renovate/master-nextcloud branch from a801018 to 609d6aa Compare August 19, 2025 12:41
@renovate renovate bot force-pushed the renovate/master-nextcloud branch from 28dff12 to 6db3a4d Compare September 2, 2025 00:39
@renovate renovate bot force-pushed the renovate/master-nextcloud branch from 6db3a4d to 8e4a922 Compare September 2, 2025 08:26
@renovate
Copy link
Contributor Author

renovate bot commented Sep 2, 2025

⚠️ 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 error code ERESOLVE
npm error ERESOLVE unable to resolve dependency tree
npm error
npm error While resolving: [email protected]
npm error Found: [email protected]
npm error node_modules/vite
npm error   dev vite@"^5.4.19" from the root project
npm error
npm error Could not resolve dependency:
npm error peer vite@"^7.1.10" from @nextcloud/[email protected]
npm error node_modules/@nextcloud/vite-config
npm error   dev @nextcloud/vite-config@"^1.7.2" from the root project
npm error
npm error Fix the upstream dependency conflict, or retry
npm error this command with --force or --legacy-peer-deps
npm error to accept an incorrect (and potentially broken) dependency resolution.
npm error
npm error
npm error For a full report see:
npm error /runner/cache/others/npm/_logs/2025-10-23T00_41_47_841Z-eresolve-report.txt
npm error A complete log of this run can be found in: /runner/cache/others/npm/_logs/2025-10-23T00_41_47_841Z-debug-0.log

@renovate renovate bot force-pushed the renovate/master-nextcloud branch from 8e4a922 to e7ff896 Compare September 5, 2025 12:28
@renovate renovate bot force-pushed the renovate/master-nextcloud branch from e7ff896 to e54a304 Compare September 11, 2025 16:44
@renovate renovate bot force-pushed the renovate/master-nextcloud branch from e54a304 to 748df89 Compare September 15, 2025 06:27
@renovate renovate bot force-pushed the renovate/master-nextcloud branch from 748df89 to 148bece Compare September 20, 2025 12:21
@renovate renovate bot force-pushed the renovate/master-nextcloud branch 2 times, most recently from bb1020c to a7bc645 Compare September 29, 2025 12:29
@renovate renovate bot force-pushed the renovate/master-nextcloud branch from a7bc645 to 8cb3d20 Compare October 6, 2025 16:29
@renovate renovate bot force-pushed the renovate/master-nextcloud branch from 8cb3d20 to f70c83d Compare October 8, 2025 16:58
@renovate renovate bot force-pushed the renovate/master-nextcloud branch from f70c83d to 54148b0 Compare October 17, 2025 08:33
@renovate renovate bot force-pushed the renovate/master-nextcloud branch from 54148b0 to 8a88690 Compare October 20, 2025 12:52
@renovate renovate bot force-pushed the renovate/master-nextcloud branch from 8a88690 to e73f169 Compare October 20, 2025 16:30
@renovate renovate bot force-pushed the renovate/master-nextcloud branch from e73f169 to b1dec4a Compare October 21, 2025 20:35
@renovate renovate bot force-pushed the renovate/master-nextcloud branch from b1dec4a to e25b062 Compare October 23, 2025 00:41
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