Skip to content

[stable32] Chore(deps): Bump @nextcloud/paths from 2.2.1 to 2.4.0#3397

Merged
susnux merged 2 commits into
stable32from
dependabot/npm_and_yarn/stable32/nextcloud/paths-2.4.0
Feb 13, 2026
Merged

[stable32] Chore(deps): Bump @nextcloud/paths from 2.2.1 to 2.4.0#3397
susnux merged 2 commits into
stable32from
dependabot/npm_and_yarn/stable32/nextcloud/paths-2.4.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Jan 31, 2026

Bumps @nextcloud/paths from 2.2.1 to 2.4.0.

Release notes

Sourced from @​nextcloud/paths's releases.

v2.4.0

2.4.0 - 2025-12-13

Added

  • feat: add extname method

Changed

  • chore: add ESlint so we can enforce consistent code style

v2.3.0

2.3.0 - 2025-11-12

Added

  • feat: add join method that deprecates joinPaths

v2.2.2

2.2.2 - 2025-11-07

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
Changelog

Sourced from @​nextcloud/paths's changelog.

2.4.0 - 2025-11-14

Added

  • feat: add extname method

Changed

  • chore: add ESlint so we can enforce consistent code style

2.3.0 - 2025-11-12

Added

  • feat: add join method that deprecates joinPaths

2.2.2 - 2025-11-07

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
Commits
  • 1ef323a Merge pull request #832 from nextcloud-libraries/chore/v2-4-0
  • 2c19509 chore: prepare v2.4.0
  • 062c700 docs: add information about new extname method
  • 1c6525a Merge pull request #836 from nextcloud-libraries/dependabot/npm_and_yarn/next...
  • 9ab021e chore(deps-dev): Bump @​nextcloud/eslint-config
  • b9ac22f Merge pull request #835 from nextcloud-libraries/dependabot/npm_and_yarn/vite...
  • 69186a5 chore(deps-dev): Bump the vitest group with 2 updates
  • 42d2b2c Merge pull request #834 from nextcloud-libraries/dependabot/npm_and_yarn/vite...
  • 2e6f6ce chore(deps-dev): Bump vite from 7.2.2 to 7.2.4 in the vite group
  • b1dc1d4 Merge pull request #837 from nextcloud-libraries/dependabot/npm_and_yarn/type...
  • 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

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

@dependabot dependabot Bot added 3. to review Waiting for reviews dependencies Pull requests that update a dependency file labels Jan 31, 2026
@github-actions github-actions Bot changed the title Chore(deps): Bump @nextcloud/paths from 2.2.1 to 2.4.0 [stable32] Chore(deps): Bump @nextcloud/paths from 2.2.1 to 2.4.0 Jan 31, 2026
Copy link
Copy Markdown
Contributor

@nextcloud-command nextcloud-command left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot merge

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Jan 31, 2026

Beginning January 27, 2026, Dependabot will no longer support the @dependabot merge command. Please use GitHub's native pull request controls instead. Please see the changelog announcement for additional details.

@codecov
Copy link
Copy Markdown

codecov Bot commented Jan 31, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@susnux
Copy link
Copy Markdown
Contributor

susnux commented Feb 13, 2026

@dependabot rebase

@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/stable32/nextcloud/paths-2.4.0 branch from 839947e to 83c9f7c Compare February 13, 2026 13:37
Copy link
Copy Markdown
Contributor

@nextcloud-command nextcloud-command left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot merge

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Feb 13, 2026

Beginning January 27, 2026, Dependabot will no longer support the @dependabot merge command. Please use GitHub's native pull request controls instead. Please see the changelog announcement for additional details.

Bumps [@nextcloud/paths](https://github.com/nextcloud-libraries/nextcloud-paths) from 2.2.1 to 2.4.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...v2.4.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@susnux susnux force-pushed the dependabot/npm_and_yarn/stable32/nextcloud/paths-2.4.0 branch from 83c9f7c to 5f1573a Compare February 13, 2026 13:56
@susnux
Copy link
Copy Markdown
Contributor

susnux commented Feb 13, 2026

/compile

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
@susnux susnux merged commit 6db7aef into stable32 Feb 13, 2026
47 checks passed
@susnux susnux deleted the dependabot/npm_and_yarn/stable32/nextcloud/paths-2.4.0 branch February 13, 2026 14:30
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.

2 participants