Skip to content

fix(deps): update nextcloud (stable32)#3267

Open
renovate[bot] wants to merge 1 commit into
stable32from
renovate/stable32-nextcloud
Open

fix(deps): update nextcloud (stable32)#3267
renovate[bot] wants to merge 1 commit into
stable32from
renovate/stable32-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.3^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/sharing ^0.2.5^0.4.0 age confidence
@nextcloud/stylelint-config ^3.1.0^3.2.2 age confidence
@nextcloud/vite-config ^1.5.6^1.7.2 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-sharing (@​nextcloud/sharing)

v0.4.0

Compare Source

Changed
  • chore(deps): Allow @nextcloud/files v3 or v4 as dependencies for Nextcloud 33+ support #​158
  • chore: align devEngines with apps #​123

v0.3.0

Compare Source

Breaking changes
  • The deprecated Type enum was removed. Instead use the ShareType enum provided from the main entry point.
Added
  • feat: provide API to register sidebar sections and actions (#​95)
Changed
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

v3.2.1

Compare Source

Changed
  • chore(deps): pin stylelint and stylelint-use-logical to remove overrides #​154
  • ci(dependabot): increase package versions on update #​155
  • Updated dependencies:
    • Bump stylelint to 17.1.0

v3.2.0

Compare Source

Added
  • feat(scss): enable "scss/load-partial-extension": "always" #​144 (ShGKme)
Changed
  • Minimum Node version increased to Node 20.19+ due to stylelint's requirements
  • Updated dependencies:
    • Bump stylelint to 17.0.0
    • Bump stylelint-config-recommended-scss to 17.0.0
    • Bump stylelint-config-recommended-vue to 1.6.1

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-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.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:19
@renovate

renovate Bot commented Jul 6, 2026

Copy link
Copy Markdown
Contributor Author

⚠️ 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: viewer@5.0.0-dev.0
npm error Found: vite@5.4.21
npm error node_modules/vite
npm error   dev vite@"^5.4.21" from the root project
npm error
npm error Could not resolve dependency:
npm error peer vite@"^7.1.10" from @nextcloud/vite-config@1.7.2
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/2026-07-06T22_19_19_197Z-eresolve-report.txt
npm error A complete log of this run can be found in: /runner/cache/others/npm/_logs/2026-07-06T22_19_19_197Z-debug-0.log

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