Skip to content

fix(deps): update nextcloud (stable33)#3260

Open
renovate[bot] wants to merge 1 commit into
stable33from
renovate/stable33-nextcloud
Open

fix(deps): update nextcloud (stable33)#3260
renovate[bot] wants to merge 1 commit into
stable33from
renovate/stable33-nextcloud

Conversation

@renovate

@renovate renovate Bot commented Jul 6, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
@nextcloud/auth ^2.5.2^2.6.0 age confidence
@nextcloud/axios ^2.5.2^2.6.0 age confidence
@nextcloud/browserslist-config ^3.0.1^3.1.2 age confidence
@nextcloud/dialogs ^7.3.0^7.4.0 age confidence
@nextcloud/event-bus ^3.3.2^3.3.3 age confidence
@nextcloud/l10n ^3.4.0^3.4.1 age confidence
@nextcloud/logger ^3.0.2^3.0.3 age confidence
@nextcloud/paths ^2.2.1^2.4.0 age confidence
@nextcloud/router ^3.0.1^3.1.0 age confidence
@nextcloud/stylelint-config ^3.2.1^3.2.2 age confidence
@nextcloud/typings ^1.9.1^1.10.0 age confidence
@nextcloud/vue ^8.37.0^8.39.0 age confidence

Release Notes

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

v2.6.0

Compare Source

Added
  • feat: add setRequestToken and fetchRequestToken methods (#​900)
Changed
  • Bump @nextcloud/event-bus to 3.3.3
  • chore: use correct package metadata (#​924)
  • chore: revert ESLint to v9 to fix linter (#​901)
  • chore: update Node and NPM dev versions to align with apps (#​854)
  • ci: update all workflow templates from organization template repository (#​918)
nextcloud-libraries/nextcloud-axios (@​nextcloud/axios)

v2.6.0

Compare Source

Notes
Deprecations

Axios.CancelToken is now deprecated, this was deprecated by upstream Axios since 0.22.0.
Please migrate to the native AbortController API using the signal attribute within the Axios request configuration.

Behavior changes

This package now only contains Javascript module (ESM) files, meaning the CommonJS files have been dropped.
All app bundling tools we provide and support (Vite or Webpack 5+) will keep working without any changes needed. For unit tests vitest will keep working as well, for Jest you might need to adjust the transformIgnorePatterns.

Fixed
  • fix: fetch token using @nextcloud/auth which updates the token on context (#​913)
  • fix: axios does not preserve symbols in its config (#​916)
Changed
  • Updated development dependencies
  • build(deps): Removed dependency on @nextcloud/router
  • build(deps): Added dependency on @nextcloud/auth 2.6.0+
  • build(deps): Bump axios to 1.15.0
  • ci: update all workflow templates from organization template repository (#​905)
  • chore: deprecate Axios.CancelToken (#​918)
  • chore: drop cjs and migrate building to vanilla Typescript (#​919)
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-libraries/nextcloud-dialogs (@​nextcloud/dialogs)

v7.4.0

Compare Source

Added
  • feat(ConflictPicker): allow to set overwrite flag (#​2432)
Fixed
  • fix(FilePicker): Round previews in filepicker dialog (#​2397)
  • fix(FilePicker): reset filter string when navigating (#​2384)
Changed
  • Updated translations
  • Updated developer dependencies
  • chore: add explicit types for public API (#​2426)
nextcloud-libraries/stylelint-config (@​nextcloud/stylelint-config)

v3.2.2

Compare Source

Fixed
  • fix: temporarily disable no-invalid-position-declaration #​171 (ShGKme)
Changed
  • Updated dependencies:
    • Bump stylelint to 17.9.1
    • Bump stylelint-config-recommended-scss to 17.0.1
nextcloud-libraries/nextcloud-vue (@​nextcloud/vue)

v8.39.0

Compare Source

v8.39.0 (2026-05-07)

Full Changelog

What's Changed

🚀 Enhancements
  • [stable8] feat: change NcAppNavigationItem/NcListItem active state design and NcAppContent edge style on Nextcloud 34+ #​8498 #​8512 (nfebe)
  • [stable8] feat(NcAppSidebarTab): Redesign active tab as rounded filled pill #​8501 (nfebe)
  • [stable8] feat(NcAppSettingsDialog): new navigation design #​8503 (nfebe)

v8.38.0

Compare Source

v8.38.0 (2026-04-24)

Full Changelog

📝 Notes
  • NcRichText component used with useMarkdown = true or useExtendedMarkdown = true no longer renders relative links that can not be resolved by Vue Router.
    They are might interfere with routing logic and considered not belonging to the application. Examples that are not rendered as a clickable link:
    • [unknown protocols](unknown:protocol)
    • [unresolved relative link](internal_route)
    • [relative parameters](?parameters=1)
    • [relative anchor](#anchor)
🚀 Enhancements
🐛 Fixed bugs
Other Changes

Configuration

📅 Schedule: (in timezone Europe/Berlin)

  • Branch creation
    • "every weekend"
  • 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 Jul 6, 2026
@renovate renovate Bot requested a review from skjnldsv July 6, 2026 22:17
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