Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update nextcloud (stable26) - autoclosed #2039

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 28, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@nextcloud/auth ^2.0.0 -> ^2.2.1 age adoption passing confidence
@nextcloud/axios ^2.3.0 -> ^2.4.0 age adoption passing confidence
@nextcloud/cypress ^1.0.0-beta.1 -> ^1.0.0-beta.7 age adoption passing confidence
@nextcloud/dialogs ^4.0.1 -> ^4.2.6 age adoption passing confidence
@nextcloud/eslint-config ^8.2.1 -> ^8.3.0 age adoption passing confidence
@nextcloud/event-bus ^3.0.2 -> ^3.1.0 age adoption passing confidence
@nextcloud/files ^3.0.0-beta.11 -> ^3.1.0 age adoption passing confidence
@nextcloud/l10n ^2.1.0 -> ^2.2.0 age adoption passing confidence
@nextcloud/logger ^2.5.0 -> ^2.7.0 age adoption passing confidence
@nextcloud/router ^2.0.1 -> ^2.2.1 age adoption passing confidence
@nextcloud/stylelint-config ^2.3.1 -> ^2.4.0 age adoption passing confidence
@nextcloud/vue ^7.6.1 -> ^7.12.7 age adoption passing confidence

Release Notes

nextcloud/nextcloud-auth (@​nextcloud/auth)

v2.2.1

Compare Source

What's Changed

Full Changelog: nextcloud-libraries/nextcloud-auth@v2.2.0...v2.2.1

v2.1.0

Compare Source

Fixed
  • Fixed invalid typings for NextcloudUser interface
  • Use explicit file extensions for ES module files
Changed
  • Current user and CSRF token are now initilized on first usage
  • Dependency updates
nextcloud/nextcloud-axios (@​nextcloud/axios)

v2.4.0

Compare Source

Fixed
  • Fix package exports to allow Typescript projects with module
    resolution of Node16 or NodeNext to import the package
Changed
  • Axios upgrade from v0.27 to v1.4
  • Update node engines to next LTS (node 20 / npm 9)
  • Dependency updates
nextcloud/nextcloud-cypress (@​nextcloud/cypress)

v1.0.0-beta.7

Compare Source

✨ New features

  • Docker integration
    • Provide the docker helpers as @nextcloud/cypress/docker import.
    • Allow installing custom required apps for testing.
    • Clone apps which is not in the appstore but also not bundled
      such as text and viewer.
    • Allow to autodetect current app, or set one, and bind mount the directory
      for testing the app.

🚧 Updates

  • Lots of dependency updates.

v1.0.0-beta.6

Compare Source

What's Changed

Full Changelog: nextcloud-libraries/nextcloud-cypress@v1.0.0-beta.5...v1.0.0-beta.6

v1.0.0-beta.5

Compare Source

What's Changed

Full Changelog: nextcloud-libraries/nextcloud-cypress@v1.0.0-beta.4...v1.0.0-beta.5

v1.0.0-beta.2

Compare Source

What's Changed

Dependencies

New Contributors

Full Changelog: nextcloud-libraries/nextcloud-cypress@v1.0.0-beta.1...v1.0.0-beta.2

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

v4.2.6

Compare Source

What's Changed

Full Changelog: nextcloud-libraries/nextcloud-dialogs@v4.2.5...v4.2.6

v4.2.5

Compare Source

What's Changed

Full Changelog: nextcloud-libraries/nextcloud-dialogs@v4.2.4...v4.2.5

v4.2.4

Compare Source

What's Changed

Full Changelog: nextcloud-libraries/nextcloud-dialogs@v4.2.3...v4.2.4

v4.2.3

Compare Source

v4.2.3 (2024-01-19)

Full Changelog

🐛 Fixed bugs
  • fix(FilePicker): Use Node::path for current path fixing an clicking favorite folders #​1167 (susnux)
Changed
  • Updated dependencies

v4.2.2

Compare Source

🚀 Enhancement
  • Bring back previews of images, this worked with FilePicker on Nextcloud 26 but was missing in this rewrite #​1015 (susnux)
🐛 Fixed bugs

Full Changelog: nextcloud-libraries/nextcloud-dialogs@v4.2.1...v4.2.2

v4.2.1

Compare Source

v4.2.1

Full Changelog

🐛 Fixed bugs
  • [stable4] Avoid error when not using any custom buttons by (juliushaertl) in #​1000
  • [stable4] Bring back the default value for legacy file picker by (susnux) in #​1007

v4.2.0

Compare Source

v4.2.0 (2023-09-13)

Full Changelog

🚀 Enhancement
  • A Vue based FilePicker component was added, which can be used either as a component or using programmatically #​878 (@​susnux)
  • Add icons for filepicker and allow reactive button based on current path and selection #​942 (@​susnux)
  • Always show file extension as a trailing text part #​933 (@​susnux)
  • Show empty content when there are no files in folder #​932 (@​susnux)
  • Allow to add custom buttons and use the shipped file picker when using the FilePickerBuilder #​898 (@​susnux)
🐛 Fixed bugs
Changed
  • The file picker breadcrumbs button got a new design #​894 (@​susnux)
  • The package does no longer contain core-js polyfills as Nextcloud core already provides polyfills #​863 (@​susnux)
  • The project was moved to a new Github organization (nextcloud-libraries)
  • Dependency updates

v4.1.0

Compare Source

🐛 Fixed bugs
  • Make sure Typescript projects with node16 module resolution can import the package #​845 (@​susnux)
  • Ensure all package dependencies are external #​843 (@​susnux)
Changed
  • Update Node engines to next LTS (version 20)
  • Translation updates
  • Dependency updates
nextcloud-libraries/eslint-config (@​nextcloud/eslint-config)

v8.3.0

Compare Source

Full Changelog

Features
Fixes
Changed
nextcloud/nextcloud-event-bus (@​nextcloud/event-bus)

v3.1.0

Compare Source

Full Changelog

Changed
  • Updated dependencies
  • Initialize bus on first usage not on import #​587 (susnux)
Fixed
  • Allow package to be imported by native Node ES module projects #​586 (susnux)
nextcloud-libraries/nextcloud-files (@​nextcloud/files)

v3.1.0

Compare Source

Enhancements
Fixed

v3.0.0

Compare Source

Breaking
Enhancements
Fixed

Full Changelog: nextcloud-libraries/nextcloud-files@v2.1.0...v3.0.0

v3.0.0-beta.27

Compare Source

3.0.0-beta.27 - 2023-11-03

Full Changelog

Enhancements
Fixed
Dependencies

v3.0.0-beta.26

Compare Source

3.0.0-beta.26 - 2023-10-11

Full Changelog

Enhancements

Dependencies

v3.0.0-beta.25

Compare Source

3.0.0-beta.25 - 2023-10-03

Full Changelog

Enhancements

v3.0.0-beta.24: v3.0.0-beta.24

Compare Source

3.0.0-beta.24 - 2023-09-25

Full Changelog

Fixed

v3.0.0-beta.23

Compare Source

3.0.0-beta.23 - 2023-09-25

Full Changelog

Enhancements
  • feat(parseFileSize): Added parseFileSize function to parse a human readable file size to number of bytes #​769 (@​susnux)
Fixed

v3.0.0-beta.22

Compare Source

What's Changed


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.

👻 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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Oct 28, 2023
@renovate renovate bot requested a review from skjnldsv October 28, 2023 08:06
@renovate
Copy link
Contributor Author

renovate bot commented Oct 28, 2023

⚠ 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 ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! While resolving: viewer@2.0.0
npm ERR! Found: cypress@11.2.0
npm ERR! node_modules/cypress
npm ERR!   dev cypress@"^11.2.0" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer cypress@"^13.2.0" from @nextcloud/cypress@1.0.0-beta.7
npm ERR! node_modules/@nextcloud/cypress
npm ERR!   dev @nextcloud/cypress@"^1.0.0-beta.7" from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 
npm ERR! See /tmp/renovate/cache/others/npm/eresolve-report.txt for a full report.

npm ERR! A complete log of this run can be found in:
npm ERR!     /tmp/renovate/cache/others/npm/_logs/2024-02-22T13_21_25_974Z-debug-0.log

@renovate renovate bot force-pushed the renovate/stable26-nextcloud branch 4 times, most recently from 55444e7 to b937c37 Compare November 8, 2023 17:19
@renovate renovate bot force-pushed the renovate/stable26-nextcloud branch 2 times, most recently from 382219b to 9e3f914 Compare January 9, 2024 14:04
@renovate renovate bot force-pushed the renovate/stable26-nextcloud branch 3 times, most recently from 082d795 to b4dadfe Compare January 24, 2024 19:30
@renovate renovate bot force-pushed the renovate/stable26-nextcloud branch from b4dadfe to 2ec7f7d Compare January 30, 2024 14:55
@renovate renovate bot force-pushed the renovate/stable26-nextcloud branch from 2ec7f7d to dc860b8 Compare February 7, 2024 00:38
@renovate renovate bot changed the title fix(deps): update nextcloud (stable26) Update nextcloud (stable26) Feb 19, 2024
@renovate renovate bot changed the title Update nextcloud (stable26) fix(deps): update nextcloud (stable26) Feb 21, 2024
@renovate renovate bot force-pushed the renovate/stable26-nextcloud branch from dc860b8 to b3c2d9f Compare February 22, 2024 13:21
@renovate renovate bot changed the title fix(deps): update nextcloud (stable26) Update nextcloud (stable26) Feb 25, 2024
@renovate renovate bot changed the title Update nextcloud (stable26) fix(deps): update nextcloud (stable26) Feb 28, 2024
@renovate renovate bot changed the title fix(deps): update nextcloud (stable26) Update nextcloud (stable26) Mar 5, 2024
@renovate renovate bot changed the title Update nextcloud (stable26) fix(deps): update nextcloud (stable26) Mar 7, 2024
@renovate renovate bot changed the title fix(deps): update nextcloud (stable26) Update nextcloud (stable26) Mar 9, 2024
@renovate renovate bot changed the title Update nextcloud (stable26) fix(deps): update nextcloud (stable26) Mar 9, 2024
@renovate renovate bot changed the title fix(deps): update nextcloud (stable26) fix(deps): update nextcloud (stable26) - autoclosed Mar 9, 2024
@renovate renovate bot closed this Mar 9, 2024
@renovate renovate bot deleted the renovate/stable26-nextcloud branch March 9, 2024 11:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants