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.2 age confidence
@nextcloud/event-bus ^3.3.2 -> ^3.3.3 age confidence
@nextcloud/l10n ^3.4.0 -> ^3.4.1 age confidence
@nextcloud/paths ^2.2.1 -> ^2.3.0 age confidence
@nextcloud/router ^3.0.1 -> ^3.1.0 age confidence
@​nextcloud/sharing ^0.2.5 -> ^0.3.0 age confidence
@nextcloud/stylelint-config ^3.1.0 -> ^3.1.1 age confidence
@nextcloud/typings ^1.9.1 -> ^1.10.0 age confidence
@nextcloud/vite-config ^1.5.6 -> ^1.7.2 age confidence
@nextcloud/vue ^8.28.0 -> ^8.34.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-libraries/browserslist-config (@​nextcloud/browserslist-config)

v3.1.2

Compare Source

Fixed
  • fix: adjust config to support only active or used browsers
Changed
  • chore: update node versions
    This package now supports to be used with Node 22 and Node 24.
  • chore: rename internally browserlist to browserslist
  • chore: use consistent note about contributing and authors
  • chore: manually lint
  • test: use node test runner for testing
  • docs: add changelog to keep track of changes

v3.1.1

Compare Source

Fixed
  • fix: add minimal supported browserslist version to peer dependencies

v3.1.0

Compare Source

Changed
  • Update browserlist configuration for compatibility
    • The supported browsers list has been widened to support all
      non dead browsers supporting the current browsers baseline.
  • Add SPDX header
  • ci: update reuse.yml workflow from template
  • ci: update npm-publish.yml workflow from template
nextcloud/nextcloud-event-bus (@​nextcloud/event-bus)

v3.3.3

Compare Source

Changed
  • build: use consistent script names for npm (#​995)
  • chore: update node version to include LTS and active (#​994)
  • chore: align devEngines with apps Node version (#​1012)
  • chore(deps): Bump @types/semver to 7.7.0 (#​954)
  • chore(deps): Bump semver to 7.7.2 (#​986)
  • ci: update reuse.yml workflow from template (#​1009)
  • ci: update npm-publish.yml workflow from template (#​1010)
  • ci: update workflows from organization (#​1011)
  • refactor: adjust code to already comply with upcoming ESLint v9 (#​996)
nextcloud-libraries/nextcloud-l10n (@​nextcloud/l10n)

v3.4.1

Compare Source

🐛 Fixed bugs
  • Fix array order inconsistencies for weekdays when using timezone with negative offset #​958 (Sector6759)
Other changes
  • Updated development dependencies
  • chore: update Node and NPM dev versions to align with apps #​960 (susnux)
nextcloud-libraries/nextcloud-paths (@​nextcloud/paths)

v2.3.0

Compare Source

Added
  • feat: add join method that deprecates joinPaths

v2.2.2

Compare Source

Changed
  • Dependency updates
  • chore: update Node and NPM versions.
    This package now supports to be used with Node 22 and Node 24.
  • ci: update workflows from organization
nextcloud-libraries/nextcloud-router (@​nextcloud/router)

v3.1.0

Compare Source

Full Changelog

Added
  • feat: add avatar generation URLs (#​757)
Changed
  • Add SPDX header (#​642)
  • Harmonize license (#​673)
  • chore: move from dev:watch back to watch (#​769)
  • chore: update Node and NPM version (#​796)
    This package now supports to be used with Node 22 and Node 24.
  • build(deps): Bump @​nextcloud/typings from 1.8.0 to 1.9.1 (#​637)
  • ci: update dependabot-approve-merge.yml (#​659)
  • ci: update workflows form organization (#​614)
  • ci: update reuse.yml workflow from template (#​789)
  • ci: update npm-publish.yml workflow from template (#​790)
  • ci: update workflows from organization (#​797)
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-libraries/nextcloud-typings (@​nextcloud/typings)

v1.10.0

Compare Source

Added
Changed
  • chore: update Node and NPM version (#​294)
    This package now supports to be used with Node 22 and Node 24.
  • chore: add SPDX headers (#​267)
  • chore: minor refactoring and cleanup (#​281)
  • chore: add and run eslint (#​291)
  • chore: replace stub tests with type checking (#​292)
  • ci: update actions from template repo (#​269)
  • ci: Update dependabot-approve-merge.yml (#​271)
  • ci: update workflows from organization (#​280)
  • ci: update npm-publish.yml workflow from template (#​290)
  • ci: update workflows from organization (#​293)
  • docs: fix repo url and add reuse badge (#​268)
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.34.0

Compare Source

📝 Notes
  • NcAppSettingsSectionShortcuts has been renamed to NcAppSettingsShortcutsSection but still available by the previous name
🚀 Enhancements
🐛 Fixed bugs
Other Changes

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 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 2 times, most recently from b1dec4a to e25b062 Compare October 23, 2025 00:41
@renovate renovate bot force-pushed the renovate/master-nextcloud branch from e25b062 to 9fc7c97 Compare November 6, 2025 15:07
@renovate renovate bot force-pushed the renovate/master-nextcloud branch from 9fc7c97 to d32a7e6 Compare November 6, 2025 22:05
@renovate renovate bot force-pushed the renovate/master-nextcloud branch from d32a7e6 to d01a298 Compare November 7, 2025 09:13
@renovate renovate bot force-pushed the renovate/master-nextcloud branch from d01a298 to 43bf9d8 Compare November 7, 2025 13:08
@renovate renovate bot force-pushed the renovate/master-nextcloud branch from 43bf9d8 to 1055957 Compare November 7, 2025 20:56
@renovate renovate bot force-pushed the renovate/master-nextcloud branch from 1055957 to e6dd7ed Compare November 12, 2025 23:37
@renovate renovate bot force-pushed the renovate/master-nextcloud branch from e6dd7ed to 404c6ec Compare November 14, 2025 01:48
@renovate renovate bot force-pushed the renovate/master-nextcloud branch from 404c6ec to 680684f Compare November 18, 2025 23:56
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.

1 participant