Skip to content

chore(deps): Bump @nextcloud/paths from 2.2.1 to 3.1.0 - #938

Merged
susnux merged 1 commit into
mainfrom
dependabot/npm_and_yarn/nextcloud/paths-3.1.0
Jun 30, 2026
Merged

chore(deps): Bump @nextcloud/paths from 2.2.1 to 3.1.0#938
susnux merged 1 commit into
mainfrom
dependabot/npm_and_yarn/nextcloud/paths-3.1.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Feb 18, 2026

Copy link
Copy Markdown
Contributor

Bumps @nextcloud/paths from 2.2.1 to 3.1.0.

Release notes

Sourced from @​nextcloud/paths's releases.

v3.1.0

3.1.0 - 2026-02-18

Added

  • feat(normalize): add normalize method compatible with the version from node:path #861

Changed

  • Updated development dependencies

v3.0.0

3.0.0 - 2025-12-16

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

... (truncated)

Changelog

Sourced from @​nextcloud/paths's changelog.

3.1.0 - 2026-02-18

Added

  • feat(normalize): add normalize method compatible with the version from node:path #861

Changed

  • Updated development dependencies

3.0.0 - 2025-12-16

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

... (truncated)

Commits
  • 57957b2 Merge pull request #862 from nextcloud-libraries/chore/prepare-3-1-0
  • a207d65 chore: prepare v3.1.0
  • 9b58942 Merge pull request #861 from nextcloud-libraries/feat/normalize
  • a94aefc feat(normalize): add normalize method compatible with the version from `nod...
  • 649d624 Merge pull request #858 from nextcloud-libraries/dependabot/npm_and_yarn/type...
  • 9a52a9d chore(deps): align sub dependencies broken by dependabot automerge
  • f6af479 Merge pull request #860 from nextcloud-libraries/dependabot/npm_and_yarn/fast...
  • 4fc43c1 chore(deps-dev): Bump fast-xml-parser from 5.3.4 to 5.3.6
  • 4e701cc Merge pull request #859 from nextcloud-libraries/dependabot/npm_and_yarn/qs-6...
  • 4715fbb chore(deps-dev): Bump qs from 6.14.1 to 6.14.2
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​nextcloud/paths since your current version.


Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot Bot added 3. to review Waiting for reviews dependencies Pull requests that update a dependency file labels Feb 18, 2026
@github-actions
github-actions Bot enabled auto-merge February 18, 2026 20:33
Bumps [@nextcloud/paths](https://github.com/nextcloud-libraries/nextcloud-paths) from 2.2.1 to 3.1.0.
- [Release notes](https://github.com/nextcloud-libraries/nextcloud-paths/releases)
- [Changelog](https://github.com/nextcloud-libraries/nextcloud-paths/blob/main/CHANGELOG.md)
- [Commits](nextcloud-libraries/nextcloud-paths@v2.2.1...v3.1.0)

---
updated-dependencies:
- dependency-name: "@nextcloud/paths"
  dependency-version: 3.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@susnux
susnux force-pushed the dependabot/npm_and_yarn/nextcloud/paths-3.1.0 branch from 59662e7 to 2f0ee11 Compare June 30, 2026 15:28
@susnux
susnux disabled auto-merge June 30, 2026 15:29
@susnux
susnux merged commit 34c2cf2 into main Jun 30, 2026
5 of 9 checks passed
@susnux
susnux deleted the dependabot/npm_and_yarn/nextcloud/paths-3.1.0 branch June 30, 2026 15:29
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