chnirt / nestjs-graphql-best-practice

NestJS (Express + TypeORM + GraphQL + MongoDB) codebase containing real world examples (CRUD, auth, advanced patterns, etc).
https://github.com/chnirt/nestjs-graphql-best-practice
MIT License
1.31k stars 249 forks source link

Bump cloudinary from 1.16.0 to 1.26.3 #393

Open dependabot-preview[bot] opened 3 years ago

dependabot-preview[bot] commented 3 years ago

Bumps cloudinary from 1.16.0 to 1.26.3.

Release notes

Sourced from cloudinary's releases.

Version 1.26.3

  • Add update_metada type to upload api (#500)
  • Return structured metadata in resources APIs (#503)

Version 1.26.2

  • fixed font_family encoding (#498)

Version 1.26.1

  • updated sent upload params (#497)
  • Improve the return type of cloudinary.v2.config() in TypeScript (#494)

Version 1.26.0

Add support for oauth authorization (#489)

Version 1.25.2

Other Changes

  • Fix - Remove file extensions from require statements (#490)
  • Fix - Add support for complex variable names (aheight) (#488)
  • Fix - #486 - upload_prefix configuration retrieval (#487)

Version 1.25.1

  • Fix/unhandled promise rejection call api (#481)
  • Fix return type of api_url function(return String instead of Promise) (#483)
  • Add SHA-256 support for auth signatures (#479)

Version 1.25.0

New functionality

  • Add sort by metadata field (#474)
  • Add filename override param (#471)

Other changes

  • Add safe base64 to all url generation (#477)
  • Fix config backup in sign requests test (#476)
  • Add missing types to create/delete_folder and private_download_url (#473)
  • Add validation to genreate_auth_token to enforce url or acl (#472)

Version 1.24.0

No release notes provided.

Version 1.23.0

New functionality and features

  • Add support for pending, prefix, and sub_account_id to users method (#417)
  • Add support for metadata array value (#433)
  • Detect data URLs with suffix in mime type (#418)
  • Add support for download backedup asset function (#415)
  • Add support max_results and next_cursor in root_folders and sub_folders (#411)
  • Add download_folder method (#404)

... (truncated)

Changelog

Sourced from cloudinary's changelog.

1.26.3 / 2021-08-01

  • Add update_metada type to upload api (#500)
  • Return structured metadata in resources APIs (#503)

1.26.2 / 2021-07-04

  • fixed font_family encoding (#498)

1.26.1 / 2021-06-22

  • updated sent upload params (#497)
  • Improve the return type of cloudinary.v2.config() in TypeScript (#494)

1.26.0 / 2021-06-06

Add support for oauth authorization (#489)

1.25.2 / 2021-05-30

Other Changes

  • Fix - Remove file extensions from require statements (#490)
  • Fix - Add support for complex variable names (aheight) (#488)
  • Fix - #486 - upload_prefix configuration retrieval (#487)

1.25.1 / 2021-03-22

  • Fix/unhandled promise rejection call api (#481)
  • Fix return type of api_url function(return String instead of Promise) (#483)
  • Add SHA-256 support for auth signatures (#479)

1.25.0 / 2021-02-22

New functionality

  • Add sort by metadata field (#474)
  • Add filename override param (#471)

... (truncated)

Commits


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 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 use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)