nextcloud / text

📑 Collaborative document editing using Markdown
GNU Affero General Public License v3.0
546 stars 87 forks source link

fix(deps): update dependency @nextcloud/files to ^3.4.1 (main) #5876

Closed renovate[bot] closed 3 months ago

renovate[bot] commented 3 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@nextcloud/files ^3.2.1 -> ^3.4.1 age adoption passing confidence

Release Notes

nextcloud-libraries/nextcloud-files (@​nextcloud/files) ### [`v3.4.1`](https://togithub.com/nextcloud-libraries/nextcloud-files/blob/HEAD/CHANGELOG.md#341---2024-06-05) [Compare Source](https://togithub.com/nextcloud-libraries/nextcloud-files/compare/v3.4.0...v3.4.1) **Full Changelog**: https://github.com/nextcloud-libraries/nextcloud-files/compare/v3.4.0...v3.4.1 ##### Fixed - fix(node): remove auto mtime update on attributes change and allow mtime set by [@​skjnldsv](https://togithub.com/skjnldsv) in [https://github.com/nextcloud-libraries/nextcloud-files/pull/974](https://togithub.com/nextcloud-libraries/nextcloud-files/pull/974) ##### Changed - chore(deps-dev): Bump vite from 5.2.11 to 5.2.12 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/nextcloud-libraries/nextcloud-files/pull/971](https://togithub.com/nextcloud-libraries/nextcloud-files/pull/971) - chore(deps-dev): Bump [@​types/node](https://togithub.com/types/node) from 20.12.12 to 20.13.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/nextcloud-libraries/nextcloud-files/pull/970](https://togithub.com/nextcloud-libraries/nextcloud-files/pull/970) - chore(deps-dev): Bump jsdom from 24.0.0 to 24.1.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/nextcloud-libraries/nextcloud-files/pull/972](https://togithub.com/nextcloud-libraries/nextcloud-files/pull/972) ### [`v3.4.0`](https://togithub.com/nextcloud-libraries/nextcloud-files/blob/HEAD/CHANGELOG.md#340---2024-05-29) [Compare Source](https://togithub.com/nextcloud-libraries/nextcloud-files/compare/v3.3.1...v3.4.0) **Full Changelog**: https://github.com/nextcloud-libraries/nextcloud-files/compare/v3.3.1...v3.4.0 ##### Added - feat: Add `sortNodes` and generic `orderBy` by [@​susnux](https://togithub.com/susnux) in [https://github.com/nextcloud-libraries/nextcloud-files/pull/961](https://togithub.com/nextcloud-libraries/nextcloud-files/pull/961) ##### Fixed - fix(Node): Do not drop readonly attributes but only forbid updating them by [@​susnux](https://togithub.com/susnux) in [https://github.com/nextcloud-libraries/nextcloud-files/pull/967](https://togithub.com/nextcloud-libraries/nextcloud-files/pull/967) ##### Changed - chore(deps-dev): Bump [@​codecov/vite-plugin](https://togithub.com/codecov/vite-plugin) from 0.0.1-beta.6 to 0.0.1-beta.8 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/nextcloud-libraries/nextcloud-files/pull/965](https://togithub.com/nextcloud-libraries/nextcloud-files/pull/965) - chore(deps-dev): Bump fast-xml-parser from 4.3.6 to 4.4.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/nextcloud-libraries/nextcloud-files/pull/966](https://togithub.com/nextcloud-libraries/nextcloud-files/pull/966) ### [`v3.3.1`](https://togithub.com/nextcloud-libraries/nextcloud-files/blob/HEAD/CHANGELOG.md#331---2024-05-23) [Compare Source](https://togithub.com/nextcloud-libraries/nextcloud-files/compare/v3.3.0...v3.3.1) **Full Changelog**: https://github.com/nextcloud-libraries/nextcloud-files/compare/v3.3.0...v3.3.1 ##### Fixed - fix: Export `NewMenuEntryCategory` from package by [@​susnux](https://togithub.com/susnux) in [https://github.com/nextcloud-libraries/nextcloud-files/pull/960](https://togithub.com/nextcloud-libraries/nextcloud-files/pull/960) ### [`v3.3.0`](https://togithub.com/nextcloud-libraries/nextcloud-files/blob/HEAD/CHANGELOG.md#330---2024-05-21) [Compare Source](https://togithub.com/nextcloud-libraries/nextcloud-files/compare/v3.2.1...v3.3.0) ##### Added - feat: Add and export `isFilenameValid` function by [@​susnux](https://togithub.com/susnux) in [https://github.com/nextcloud-libraries/nextcloud-files/pull/951](https://togithub.com/nextcloud-libraries/nextcloud-files/pull/951) - feat(files): allow updating attributes by [@​skjnldsv](https://togithub.com/skjnldsv) in [https://github.com/nextcloud-libraries/nextcloud-files/pull/947](https://togithub.com/nextcloud-libraries/nextcloud-files/pull/947) - feat(new-menu): Allow to set the category for entries by [@​susnux](https://togithub.com/susnux) in [https://github.com/nextcloud-libraries/nextcloud-files/pull/952](https://togithub.com/nextcloud-libraries/nextcloud-files/pull/952) ##### Fixed - fix: Update workflows from organization by [@​susnux](https://togithub.com/susnux) in [https://github.com/nextcloud-libraries/nextcloud-files/pull/932](https://togithub.com/nextcloud-libraries/nextcloud-files/pull/932) - fix(fileAction): cover parent getter in tests by [@​skjnldsv](https://togithub.com/skjnldsv) in [https://github.com/nextcloud-libraries/nextcloud-files/pull/950](https://togithub.com/nextcloud-libraries/nextcloud-files/pull/950) - fix(navigation): files import by [@​skjnldsv](https://togithub.com/skjnldsv) in [https://github.com/nextcloud-libraries/nextcloud-files/pull/949](https://togithub.com/nextcloud-libraries/nextcloud-files/pull/949) - fix(dav): Add fallback for owner of dav nodes on public shares by [@​susnux](https://togithub.com/susnux) in [https://github.com/nextcloud-libraries/nextcloud-files/pull/959](https://togithub.com/nextcloud-libraries/nextcloud-files/pull/959) ##### Changed - feat(ci): add codecov bundler by [@​skjnldsv](https://togithub.com/skjnldsv) in [https://github.com/nextcloud-libraries/nextcloud-files/pull/948](https://togithub.com/nextcloud-libraries/nextcloud-files/pull/948) ##### Dependencies - chore(deps): Bump [@​nextcloud/auth](https://togithub.com/nextcloud/auth) from 2.2.1 to 2.3.0 by [@​dependabot](https://togithub.com/dependabot) - chore(deps): Bump [@​nextcloud/l10n](https://togithub.com/nextcloud/l10n) from 2.2.0 to 3.1.0 by [@​dependabot](https://togithub.com/dependabot) - chore(deps): Bump [@​nextcloud/logger](https://togithub.com/nextcloud/logger) from 2.7.0 to 3.0.2 by [@​dependabot](https://togithub.com/dependabot) - chore(deps): Bump [@​nextcloud/router](https://togithub.com/nextcloud/router) from 3.0.0 to 3.0.1 by [@​dependabot](https://togithub.com/dependabot) - chore(deps): Bump is-svg from 5.0.0 to 5.0.1 by [@​dependabot](https://togithub.com/dependabot) - chore(deps): Bump webdav from 5.5.0 to 5.6.0 by [@​dependabot](https://togithub.com/dependabot) **Full Changelog**: https://github.com/nextcloud-libraries/nextcloud-files/compare/v3.2.1...v3.3.0

Configuration

📅 Schedule: Branch creation - "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.



This PR has been generated by Mend Renovate. View repository job log here.