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

[stable28] build(deps): Bump @nextcloud/files from 3.0.0-beta.11 to 3.0.0 #2649

Merged
merged 4 commits into from
Nov 29, 2023

Commits on Nov 29, 2023

  1. build(deps): Bump @nextcloud/files from 3.0.0-beta.11 to 3.0.0

    Bumps [@nextcloud/files](https://github.com/nextcloud-libraries/nextcloud-files) from 3.0.0-beta.11 to 3.0.0.
    - [Release notes](https://github.com/nextcloud-libraries/nextcloud-files/releases)
    - [Changelog](https://github.com/nextcloud-libraries/nextcloud-files/blob/master/CHANGELOG.md)
    - [Commits](nextcloud-libraries/nextcloud-files@v3.0.0-beta.11...v3.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: "@nextcloud/files"
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and artonge committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    312f3f1 View commit details
    Browse the repository at this point in the history
  2. chore: Align dependencies to prevent version conflicts

    Signed-off-by: Ferdinand Thiessen <[email protected]>
    susnux authored and artonge committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    e7db815 View commit details
    Browse the repository at this point in the history
  3. fix: Adjust usage of @nextcloud/files to match with latest API changes

    Signed-off-by: Ferdinand Thiessen <[email protected]>
    susnux authored and artonge committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    7464bde View commit details
    Browse the repository at this point in the history
  4. fix: Add Typescript ignores as Typescript 5+ is required but conflict…

    …s with types from react 17
    
    See also: vercel/next.js#42292
    
    We need to update to react 18 to fix this properly
    
    Signed-off-by: Ferdinand Thiessen <[email protected]>
    susnux authored and artonge committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    b166210 View commit details
    Browse the repository at this point in the history