Skip to content

fix(deps): update dependency gatsby-transformer-cloudinary to v4 #56

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 16, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
gatsby-transformer-cloudinary (source) 0.3.5 -> 4.7.0 age adoption passing confidence

Release Notes

cloudinary-devs/gatsby-transformer-cloudinary (gatsby-transformer-cloudinary)

v4.7.0

Compare Source

Features
  • simplify transformTypes configuration and allow "Advanced CDN Media Asset Delivery Options" (#​254) (d4ed539)

v4.6.0

Compare Source

Features

v4.5.0

Compare Source

Features

v4.4.0

Compare Source

Features

4.3.1 (2023-01-17)

Bug Fixes

v4.3.1

Compare Source

Bug Fixes

v4.3.0

Compare Source

Features

v4.2.0

Compare Source

Bug Fixes
Features

v4.1.0

Compare Source

Features

4.0.1 (2022-10-10)

Performance Improvements

v4.0.1

Compare Source

Performance Improvements

v4.0.0

Compare Source

Features
  • remove support for gatsby-image - deprecated Gatsby plugin (#​195) (d451b8e)
BREAKING CHANGES
  • Removed support for gatsby-image (ie. fixed and fluid), use gatsby-plugin-image (ie. gatsbyImageData instead.

v3.1.0

Compare Source

Features

3.0.1 (2022-11-30)

Bug Fixes

v3.0.1

Compare Source

Bug Fixes

v3.0.0

Compare Source

Fixes:

  • Remove direct mutation of nodes #​156

BREAKING CHANGES:

  • CloudinaryAsset nodes are not added for existing assets described by a content node
  • When uploading remote images the relationship between parent and child node must must be handled manually
  • gatsbyImageData, fluid and fixed resolvers are only added to GraphQL Types configured using the transformTypes

v2.3.0

Additions:

  • Support for gatsby-plugin-image (adds the gatsbyImageData resolver)#​90

Improvements:

  • publicId, cloudName and version available on CloudinaryAsset nodes #​89
  • Limit files to upload by utilizing the added uploadSourceInstanceNames plugin option #​71 and #​103

v2.2.4

Fixes:

  • API key & secret is no longer required when using the plugin for only remote images.

v2.2.1

Additions:

  • Added types for fixedImageObject and fluidImageObject.

Fixes:

  • fixedImageObject and fluidImageObject uses default plugin options properly in runtime.
  • Moved fixedImageObject and fluidImageObject APIs to /api. Fixes fs error when importing from index.js.
  • Set default value for fieldsToSelect in fixedImageObject and fluidImageObject to empty array.

v2.2.0

Improvements:

  • Only throw an error on missing Cloudinary credentials if those credentials are actually needed to upload an image to Cloudinary.
  • base64 images are no longer generated unless a query requesting them is run.
  • defaultTracedSVG values are now passed along as tracedSVG values.
  • Improved base64 caching so that if a second request for the same base64 image is made before the first response is received, only one request is made.

v2.1.1

Additions:

  • Added logging for each time we have to fetch a base64 image from Cloudinary to explain long query steps in the Gatsby build process.

Fixes:

  • Fluid images use defaultBase64 images when they are provided.

v2.1.0

Additions:

  • Added the ability to use both width and height parameters simultaneously for fixed queries.
  • Added the ability to use precomputed base64 images. When precomputed base64 images are used, build times should improve and Cloudinary usage should decrease.

Fixes:

  • Deeply nested asset data is now transformed into CloudinaryAsset nodes.

v1.1.3

Fixes:

  • Typo fix.

v1.1.2

Fixes:

  • Local images uploaded to Cloudinary now respect the overwriteExisting plugin option.

v1.1.1

Changes:

  • Added enableDefaultTransformations plugin option. When set to true, f_auto and q_auto are added to all source URLs automatically. Previously, this was on by default. This behavior is now opt-in.

v1.1.0

Additions:

  • Added ability to use existing Cloudinary images by marking nodes with cloudinaryAssetData: true and providing cloudName, publicId, originalHeight, and originalWidth properties.
  • Added an optional height argument to fixed queries.

Improvements:

  • Cache base64 images when running queries to prevent duplicate network requests.

Fixes:

  • Changed the public_id to be the relative path of files without the extension instead of just the file's name. This fixes an issue with childrenCloudinaryAsset nodes being created instead of childCloudinaryAsset nodes.

v1.0.1

Additions:

  • Added CloudinaryAssetFluidLimitPresentationSize fragment.
  • Added presentationHeight and presentationWidth to CloudinaryAssetFluid.

v1.0.0

Breaking changes:

  • The default for fluidMinWidth has been decreased from 200 to 50 to match Cloudinary defaults.
  • The default for createDerived has been changed to false.
  • The default for breakpointsMaxImages has been increased from 5 to 20 to match Cloudinary defaults.
  • Breakpoint calculations are no longer requested by default when uploading an image. (This is controlled by the new useCloudinaryBreakpoints option.)
  • Image uploads no longer overwrite images with the same public ID by default. (This is controlled by the new overwriteExisting option.)

Other changes:

  • Added createRemoteImageNode to allow uploading remote images directly to Cloudinary without downloading them locally first.
  • Added Jest tests.
  • Added the ability to calculate breakpoints locally to avoid consuming Cloudinary transformation credits while developing.
  • Increased the timeout when uploading images to Cloudinary from 60 seconds to 5 minutes.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/gatsby-transformer-cloudinary-4.x branch from c8c0c34 to 5666176 Compare August 1, 2023 18:03
@renovate renovate bot force-pushed the renovate/gatsby-transformer-cloudinary-4.x branch from 5666176 to e6cd2ce Compare June 7, 2024 18:14
@renovate renovate bot force-pushed the renovate/gatsby-transformer-cloudinary-4.x branch from e6cd2ce to ffa19c6 Compare August 30, 2024 17:11
@renovate renovate bot changed the title fix(deps): update dependency gatsby-transformer-cloudinary to v4 fix(deps): update dependency gatsby-transformer-cloudinary to v4 - autoclosed Dec 8, 2024
@renovate renovate bot closed this Dec 8, 2024
@renovate renovate bot deleted the renovate/gatsby-transformer-cloudinary-4.x branch December 8, 2024 18:57
@renovate renovate bot changed the title fix(deps): update dependency gatsby-transformer-cloudinary to v4 - autoclosed fix(deps): update dependency gatsby-transformer-cloudinary to v4 Dec 9, 2024
@renovate renovate bot reopened this Dec 9, 2024
@renovate renovate bot force-pushed the renovate/gatsby-transformer-cloudinary-4.x branch from 4fb7bd0 to ffa19c6 Compare December 9, 2024 02:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants