Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Mar 10, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@nextcloud/auth ^2.2.1 -> ^2.3.0 age adoption passing confidence
@nextcloud/axios 2.3.0 -> 2.5.0 age adoption passing confidence
@nextcloud/babel-config ^1.0.0 -> ^1.2.0 age adoption passing confidence
@nextcloud/cypress 1.0.0-beta.1 -> 1.0.0-beta.8 age adoption passing confidence
@nextcloud/dialogs ^4.2.1 -> ^4.2.7 age adoption passing confidence
@nextcloud/eslint-config 8.2.1 -> 8.4.1 age adoption passing confidence
@nextcloud/event-bus ^3.1.0 -> ^3.3.1 age adoption passing confidence
@nextcloud/files 3.0.0-beta.10 -> 3.5.1 age adoption passing confidence
@nextcloud/initial-state ^2.1.0 -> ^2.2.0 age adoption passing confidence
@nextcloud/router ^2.2.0 -> ^2.2.1 age adoption passing confidence
@nextcloud/stylelint-config ^2.3.1 -> ^2.4.0 age adoption passing confidence
@nextcloud/vue ^7.12.6 -> ^7.12.8 age adoption passing confidence

Release Notes

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

v2.3.0

Compare Source

Added
  • feat: Use vite for transpiling and vitest for testing
Changed
  • Update NPM version to LTS version 10
  • Bump @​nextcloud/event-bus from 3.1.0 to 3.2.0
  • Updated development dependencies
nextcloud/nextcloud-axios (@​nextcloud/axios)

v2.5.0

Compare Source

Added
  • Export isAxiosError and Axios types - So in most cases you do not need to also depend on vanilla Axios
Fixed
  • fix: Set X-Requested-With header on all requests to avoid browser auth dialogs
Changed
  • Update NPM to v10 for LTS Node version 20
  • Bump axios from 1.5.0 to 1.6.8
  • Bump @​nextcloud/router from 2.1.2 to 3.0.1
  • Bump @​nextcloud/auth from 2.1.0 to 2.3.0
  • Migrate to vite and vitest
  • Adjust badges and links in README

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/babel-config (@​nextcloud/babel-config)

v1.2.0

Compare Source

What's Changed

New Contributors

Full Changelog: nextcloud-libraries/babel-config@v1.1.1...v1.2.0

v1.1.1

Compare Source

What's Changed

Full Changelog: nextcloud-libraries/babel-config@v1.1.0...v1.1.1

v1.1.0

Compare Source

What's Changed

Full Changelog: nextcloud-libraries/babel-config@v1.0.0...v1.1.0

nextcloud/nextcloud-cypress (@​nextcloud/cypress)

v1.0.0-beta.8

Compare Source

Enhancements ✨

  • feat: Improve usability of dockerode wrapper by @​susnux in https://github.com/nextcloud-libraries/nextcloud-cypress/pull/486
    • Export getContainer and getContainerName functions This can be used to e.g. create the runOCC cypress command
    • Make the container name dependent on the current app to prevent issues when reusing containers
    • Allow to pass options for container creation to the startNextcloud function
      forceRecreate to not reuse any container but force creating a new one
      mounts to allow binding other directories to the container (e.g. server config)

Bugfixes 🐛

Changed

  • Dependency updates

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-e2e-test-server@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-e2e-test-server@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-e2e-test-server@v1.0.0-beta.1...v1.0.0-beta.2

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

v4.2.7

Compare Source

v4.2.7 (2024-04-15)

Full Changelog

🐛 Fixed bugs
  • fix(FilePicker): Stop default close event in case of button press #​1301 (susnux)
nextcloud-libraries/eslint-config (@​nextcloud/eslint-config)

v8.4.1

Compare Source

Full Changelog

Fixes
Changed

v8.4.0

Compare Source

Features
  • Vue 3 support: There is a new sub-configuration for projects using Vue 3

v8.3.0

Compare Source

Full Changelog

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

v3.3.1

Compare Source

Fixed
  • fix: Do not include declarations for private globals in distribution #​772 (susnux)
Changed
  • chore: Add license information to files and add REUSE workflow #​773 (susnux)

v3.3.0

Compare Source

Added
  • feat: Allow to fully type events by extending the NextcloudEvents interface #​755 (susnux)
Fixed
  • fix(readme): update engine requirements according to package.json #​754 (AaronActu)
  • fix(docs): Adjust invalid example for typed events #​763 (susnux)
Changed
  • feat: Add ESLint for linting and prettier for formatting #​759 (susnux)
  • feat: Migrate to vite for building and vitest for testing #​758 (susnux)

v3.2.0

Compare Source

Changed
Dependencies
nextcloud-libraries/nextcloud-files (@​nextcloud/files)

v3.5.1

Compare Source

Full Changelog: nextcloud-libraries/nextcloud-files@v3.5.0...v3.5.1

Fixed
  • fix davResultToNode on public shares (#​993)
  • fix: make davRootPath and davRemoteURL support public shares (#​996)
  • fix(dav): Add displayname and creationdate to default props (#​991)
  • fix(sorting): The display name attribute is called displayname not displayName for DAV (#​992)
Changed
  • chore(deps-dev): Bump ws from 8.17.0 to 8.17.1
  • chore: Update development dependencies

v3.5.0

Compare Source

Full Changelog: nextcloud-libraries/nextcloud-files@v3.4.1...v3.5.0

Added
  • feat: Add filename util getUniqueName to generate a unique name (#​986)
  • feat: Export public interfaces of Node, File and Folder (#​976)
  • feat(navigation): Allow to listen for active navigation changes (#​987)
Fixed
  • fix(dav): Set status in davResultToNode when fileid is negative (#​985)
  • fix: When sorting by filename the extension should only be considered if the basename is equal (#​984)
Changed
  • Add SPDX headers (#​980)
  • Updated development dependencies

v3.4.1

Compare Source

Full Changelog: nextcloud-libraries/nextcloud-files@v3.4.0...v3.4.1

Fixed
Changed

v3.4.0

Compare Source

Full Changelog: nextcloud-libraries/nextcloud-files@v3.3.1...v3.4.0

Added
Fixed
Changed

v3.3.1

Compare Source

Full Changelog: nextcloud-libraries/nextcloud-files@v3.3.0...v3.3.1

Fixed

v3.3.0

Compare Source

Added
Fixed
Changed
Dependencies

Full Changelog: nextcloud-libraries/nextcloud-files@v3.2.1...v3.3.0

v3.2.1

Compare Source

Changed
  • fix: Update NPM version to LTS version 10
  • Updated development dependencies

v3.2.0

Compare Source

Full Changelog: nextcloud-libraries/nextcloud-files@v3.1.1...v3.2.0

Enhancements

v3.1.1

Compare Source

Fixed
Changed
  • Update @nextcloud/router from 2.2.1 to 3.0.0
  • Update webdav from 5.3.2 to 5.4.0

v3.1.0

Compare Source

Enhancements
Fixed

v3.0.0

Compare Source

Breaking
Enhancements
Fixed

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 3. to review Waiting for reviews dependencies Pull requests that update a dependency file labels Mar 10, 2024
@renovate renovate bot requested a review from skjnldsv March 10, 2024 11:12
@renovate renovate bot force-pushed the renovate/stable27-nextcloud branch from 60a2d8b to fcf4ba4 Compare March 22, 2024 16:15
@renovate
Copy link
Contributor Author

renovate bot commented Mar 22, 2024

⚠ 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: [email protected]
npm ERR! Found: [email protected]
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/[email protected]
npm ERR! node_modules/@nextcloud/cypress
npm ERR!   dev @nextcloud/cypress@"1.0.0-beta.8" 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-04-30T11_34_03_335Z-debug-0.log

@renovate renovate bot force-pushed the renovate/stable27-nextcloud branch 3 times, most recently from 432e4fa to e2704e4 Compare April 21, 2024 12:51
@renovate renovate bot force-pushed the renovate/stable27-nextcloud branch 3 times, most recently from 3581436 to 978ad06 Compare April 29, 2024 11:02
@renovate renovate bot force-pushed the renovate/stable27-nextcloud branch 2 times, most recently from 952bb45 to 802ee1e Compare April 30, 2024 11:34
@renovate renovate bot force-pushed the renovate/stable27-nextcloud branch from 802ee1e to 221ee67 Compare May 15, 2024 17:10
@renovate
Copy link
Contributor Author

renovate bot commented May 15, 2024

⚠️ 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: [email protected]
npm ERR! Found: [email protected]
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/[email protected]
npm ERR! node_modules/@nextcloud/cypress
npm ERR!   dev @nextcloud/cypress@"1.0.0-beta.8" 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-06-25T17_10_40_078Z-debug-0.log

@renovate renovate bot force-pushed the renovate/stable27-nextcloud branch 3 times, most recently from b58d005 to f1aa44e Compare May 22, 2024 23:15
@renovate renovate bot changed the title fix(deps): update nextcloud (stable27) Update nextcloud (stable27) May 25, 2024
@renovate renovate bot changed the title Update nextcloud (stable27) fix(deps): update nextcloud (stable27) May 27, 2024
@renovate renovate bot force-pushed the renovate/stable27-nextcloud branch from f1aa44e to 1d0eb08 Compare May 27, 2024 22:36
@renovate renovate bot changed the title fix(deps): update nextcloud (stable27) Update nextcloud (stable27) May 28, 2024
@renovate renovate bot force-pushed the renovate/stable27-nextcloud branch from 1d0eb08 to 519f597 Compare May 30, 2024 18:55
@renovate renovate bot changed the title Update nextcloud (stable27) fix(deps): update nextcloud (stable27) May 31, 2024
@renovate renovate bot changed the title fix(deps): update nextcloud (stable27) Update nextcloud (stable27) Jun 1, 2024
@renovate renovate bot changed the title Update nextcloud (stable27) fix(deps): update nextcloud (stable27) Jun 2, 2024
@renovate renovate bot force-pushed the renovate/stable27-nextcloud branch from 519f597 to 4889f47 Compare June 7, 2024 06:59
@renovate renovate bot changed the title fix(deps): update nextcloud (stable27) Update nextcloud (stable27) Jun 7, 2024
@renovate renovate bot changed the title Update nextcloud (stable27) fix(deps): update nextcloud (stable27) Jun 7, 2024
@renovate renovate bot changed the title fix(deps): update nextcloud (stable27) Update nextcloud (stable27) Jun 7, 2024
@renovate renovate bot changed the title Update nextcloud (stable27) fix(deps): update nextcloud (stable27) Jun 8, 2024
@renovate renovate bot changed the title fix(deps): update nextcloud (stable27) Update nextcloud (stable27) Jun 9, 2024
@renovate renovate bot changed the title Update nextcloud (stable27) fix(deps): update nextcloud (stable27) Jun 10, 2024
@renovate renovate bot force-pushed the renovate/stable27-nextcloud branch from 4889f47 to 70f813c Compare June 17, 2024 15:15
@renovate renovate bot changed the title fix(deps): update nextcloud (stable27) Update nextcloud (stable27) Jun 18, 2024
@renovate renovate bot changed the title Update nextcloud (stable27) fix(deps): update nextcloud (stable27) Jun 19, 2024
@renovate renovate bot force-pushed the renovate/stable27-nextcloud branch from 70f813c to 8f5476b Compare June 20, 2024 16:18
@renovate renovate bot force-pushed the renovate/stable27-nextcloud branch from 8f5476b to 57c92ce Compare June 25, 2024 17:10
@skjnldsv skjnldsv closed this Jul 13, 2024
@renovate renovate bot deleted the renovate/stable27-nextcloud branch July 13, 2024 07:00
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