Skip to content

fix(deps): update dependency @nextcloud/paths to v3#2166

Merged
mejo- merged 2 commits intomainfrom
renovate/nextcloud-paths-3.x
Feb 11, 2026
Merged

fix(deps): update dependency @nextcloud/paths to v3#2166
mejo- merged 2 commits intomainfrom
renovate/nextcloud-paths-3.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Dec 17, 2025

This PR contains the following updates:

Package Change Age Confidence
@nextcloud/paths ^2.4.0^3.0.0 age confidence

Release Notes

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

v3.0.0

Compare Source

Breaking changes
  • This package now does only provide an ES module, the CJS entry point is removed.
  • The behavior of basename and dirname was fixed to behave similar
    to the methods from the Node.js paths module and the PHP methods.
    This mainly affects special cases:
    • trailing slash on basename is ignored
    basename('subdir/')
    - ""
    + "subdir"
    • dirname always respects the root path:
    dirname('/')
    - ""
    + "/"
    dirname('')
    - ""
    + "."
    dirname('/file')
    - ""
    + "/"
    dirname('file')
    - ""
    + "."
Added
  • feat(basename): add support for removing an extension (#​843)
Fixed
  • fix!: make dirname and basename behave like PHP and Node (#​839)
Changed
  • chore!: drop commonJs entry points
  • chore!: remove deprecated joinPaths in favor of join
  • test: add unit tests for encodePath

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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@github-actions github-actions Bot enabled auto-merge December 17, 2025 02:57
@renovate renovate Bot force-pushed the renovate/nextcloud-paths-3.x branch from d6409d7 to 8cc95d7 Compare December 23, 2025 09:16
@renovate renovate Bot force-pushed the renovate/nextcloud-paths-3.x branch from 8cc95d7 to 031252a Compare December 31, 2025 13:03
@renovate renovate Bot force-pushed the renovate/nextcloud-paths-3.x branch from 031252a to 7ce348b Compare December 31, 2025 19:03
@renovate renovate Bot force-pushed the renovate/nextcloud-paths-3.x branch from 7ce348b to 96e62dd Compare January 8, 2026 16:29
@renovate renovate Bot force-pushed the renovate/nextcloud-paths-3.x branch 2 times, most recently from d481eb1 to a68ee9d Compare January 23, 2026 16:34
@renovate renovate Bot force-pushed the renovate/nextcloud-paths-3.x branch 2 times, most recently from 2be2883 to 838f8b4 Compare February 8, 2026 20:43
@mejo- mejo- force-pushed the renovate/nextcloud-paths-3.x branch from 838f8b4 to 31e6b1b Compare February 11, 2026 14:15
@renovate
Copy link
Copy Markdown
Contributor Author

renovate Bot commented Feb 11, 2026

Edited/Blocked Notification

Renovate 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.

@mejo- mejo- disabled auto-merge February 11, 2026 14:34
@mejo- mejo- force-pushed the renovate/nextcloud-paths-3.x branch from 31e6b1b to 2897b50 Compare February 11, 2026 14:38
@github-actions github-actions Bot enabled auto-merge February 11, 2026 14:42
@mejo- mejo- disabled auto-merge February 11, 2026 15:25
@mejo- mejo- merged commit 57827b1 into main Feb 11, 2026
51 of 53 checks passed
@mejo- mejo- deleted the renovate/nextcloud-paths-3.x branch February 11, 2026 15:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant