Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Dec 16, 2024

This PR contains the following updates:

Package Change Age Confidence
@google-cloud/bigquery ^7.7.0 -> ^8.1.1 age confidence
@google-cloud/functions-framework ^3.4.0 -> ^4.0.1 age confidence
image-size ^1.1.1 -> ^2.0.2 age confidence
jimp ^0.22.12 -> ^1.6.0 age confidence

Release Notes

googleapis/nodejs-bigquery (@​google-cloud/bigquery)

v8.1.1

Compare Source

Bug Fixes

v8.1.0

Compare Source

Features

v8.0.0

Compare Source

⚠ BREAKING CHANGES
Miscellaneous Chores

v7.9.4

Compare Source

Bug Fixes
  • MergeSchemaWithRows can be called with empty schema if result set is empty (#​1455) (e608601)

v7.9.3

Compare Source

Bug Fixes
  • Make sure to pass selectedFields to tabledata.list method (#​1449) (206aff9)

v7.9.2

Compare Source

Bug Fixes
  • Avoid schema field mutation when passing selectedFields opt (#​1437) (27044d5)

v7.9.1

Compare Source

Bug Fixes

v7.9.0

Compare Source

Features
Bug Fixes

v7.8.0

Compare Source

Features

v7.7.1

Compare Source

Bug Fixes
GoogleCloudPlatform/functions-framework-nodejs (@​google-cloud/functions-framework)

v4.0.1

Compare Source

Bug Fixes
  • add release-assets.githubusercontent.com to allowed domains (#​713) (4cd1b2b)
  • update microsoft/api-extractor to 7.55.0 (#​712) (8e565c8)

v4.0.0

Compare Source

⚠ BREAKING CHANGES
  • upgrade all dependencies
  • delete the undocumented "typed" function signature
  • drop support for old nodejs versions
Bug Fixes
  • delete the undocumented "typed" function signature (c0714e7)
Miscellaneous Chores
  • drop support for old nodejs versions (c0714e7)
  • upgrade all dependencies (c0714e7)

v3.5.1

Compare Source

Bug Fixes
  • correct handling of IGNORED_ROUTES set to empty (4799207)

v3.5.0

Compare Source

Features
  • adds a new ignored-routes config option (70f68e9)
Bug Fixes

v3.4.6

Compare Source

Bug Fixes

v3.4.5

Compare Source

Bug Fixes
  • fix trace context pattern, remove trace id and respect logging span id field. (#​667) (0fb00a5)

v3.4.4

Compare Source

Bug Fixes

v3.4.3

Compare Source

Bug Fixes
  • Fix typings for functions.cloudEvent to include callback. (#​631) (47cd4c6)

v3.4.2

Compare Source

Bug Fixes

v3.4.1

Compare Source

Bug Fixes
  • if execution id support requested for node 12, fail open and drop execution id support instead of crashing out (#​618) (47003fd)
  • parse structured logs, and handle ANSI escape codes in logs (#​620) (33a7266)
image-size/image-size (image-size)

v2.0.2

Compare Source

Fixes

  • fix potential Denial of Service via specially crafted payloads in #​436

Full Changelog: image-size/image-size@v2.0.1...v2.0.2

v2.0.1

Compare Source

Full Changelog: image-size/image-size@v2.0.0...v2.0.1

v2.0.0

Compare Source

The release

  • Adds dual support for CJS and ESM, switches from Buffer to UInt8Array, uses DataView for reads, and can therefore now also be used in browsers
  • Removes all dependencies
  • Introduces some performance improvements
  • Drops synchronous API.

Please see the Readme for the usage examples.

Full Changelog: image-size/image-size@v1.2.0...v2.0.0

v1.2.1

Compare Source

Fixes

  • fix potential Denial of Service via specially crafted payloads in 640a67d

Full Changelog: image-size/image-size@v1.2.0...v1.2.1

v1.2.0

Compare Source

This release adds support for JPEG-XL ( #​409 )

jimp-dev/jimp (jimp)

v1.6.0

Compare Source

Release Notes
Add support for image decoder options (#​1336)

Can now have options for the underlying image codecs

CleanShot 2024-09-07 at 15 26 41


🚀 Enhancement
  • @jimp/core, @jimp/types, @jimp/js-bmp, @jimp/js-jpeg, @jimp/js-png
⚠️ Pushed to main
Authors: 1

v1.4.0

Compare Source

🚀 Enhancement
🐛 Bug Fix
⚠️ Pushed to main
  • @jimp/core, @jimp/types, @jimp/utils, @jimp/plugin-print, @jimp/plugin-quantize, @jimp/wasm-webp
📝 Documentation
Authors: 1

v1.3.0

Compare Source

🚀 Enhancement
Authors: 1

v1.2.0

Compare Source

🚀 Enhancement
  • @jimp/core, jimp, @jimp/plugin-print, @jimp/wasm-avif, @jimp/wasm-jpeg, @jimp/wasm-png, @jimp/wasm-webp
Authors: 1

v1.1.5

Compare Source

🐛 Bug Fix
⚠️ Pushed to main
  • @jimp/core, jimp
Authors: 1

v1.1.4

Compare Source

Release Notes
improve bundler integration (#​1321)

Instead of having to import jimp/browser you can now just import jimp and the bundler should pick up the browser export.


🐛 Bug Fix
Authors: 1

v1.1.3

Compare Source

🐛 Bug Fix
  • jimp
  • @jimp/core, @jimp/diff, @jimp/file-ops, jimp, @jimp/test-utils, @jimp/types, @jimp/utils, @jimp/js-bmp, @jimp/js-gif, @jimp/js-jpeg, @jimp/js-png, @jimp/js-tiff, @jimp/plugin-blit, @jimp/plugin-blur, @jimp/plugin-circle, @jimp/plugin-color, @jimp/plugin-contain, @jimp/plugin-cover, @jimp/plugin-crop, @jimp/plugin-displace, @jimp/plugin-dither, @jimp/plugin-fisheye, @jimp/plugin-flip, @jimp/plugin-hash, @jimp/plugin-mask, @jimp/plugin-print, @jimp/plugin-quantize, @jimp/plugin-resize, @jimp/plugin-rotate, @jimp/plugin-shadow, @jimp/plugin-threshold
Authors: 1

v1.1.2

Compare Source

Release Notes
Make brightness function behave like other implementations (#​1312)

This PR changes the brightness function to behave like the css brightness function and other implementations. Previously it was doing something odd. Instead of multiplying the color channel by the multiplier value, it multiplied against the inversion of the current color.

In the current version a value of 1 won't change the colors at all. Values above 1 will brighten the colors, values below 1 will darken the colors.


🐛 Bug Fix
Authors: 1

v1.1.1

Compare Source

🐛 Bug Fix
Authors: 1

v1.1.0

Compare Source

🚀 Enhancement
⚠️ Pushed to main
  • Update browser docs (@​hipstersmoothie)
  • Add migration guide (@​hipstersmoothie)
  • fix docs upload path (@​hipstersmoothie)
  • @jimp/core, @jimp/diff, @jimp/file-ops, jimp, @jimp/test-utils, @jimp/types, @jimp/utils, @jimp/js-bmp, @jimp/js-jpeg, @jimp/js-png, @jimp/js-tiff, @jimp/plugin-blit, @jimp/plugin-blur, @jimp/plugin-circle, @jimp/plugin-contain, @jimp/plugin-cover, @jimp/plugin-crop, @jimp/plugin-displace, @jimp/plugin-dither, @jimp/plugin-fisheye, @jimp/plugin-flip, @jimp/plugin-mask, @jimp/plugin-print, @jimp/plugin-resize, @jimp/plugin-rotate, @jimp/plugin-shadow, @jimp/plugin-threshold
  • @jimp/js-jpeg, @jimp/plugin-blit, @jimp/plugin-blur, @jimp/plugin-circle, @jimp/plugin-color, @jimp/plugin-contain, @jimp/plugin-cover, @jimp/plugin-crop, @jimp/plugin-displace, @jimp/plugin-dither, @jimp/plugin-fisheye, @jimp/plugin-flip, @jimp/plugin-mask, @jimp/plugin-print, @jimp/plugin-resize, @jimp/plugin-rotate, @jimp/plugin-shadow, @jimp/plugin-threshold
Authors: 1

v1.0.5

Compare Source

🎉 This release contains work from a new contributor! 🎉

Thank you, Ben McCann (@​benmccann), for all your work!

🐛 Bug Fix
⚠️ Pushed to main
Authors: 2

v1.0.4

Compare Source

⚠️ Pushed to main
  • fix release script (<lisowski54@​gmail.com>)
Authors: 1
  • Andrew Lisowski (<lisowski54@​gmail.com>)

v1.0.3

Compare Source

🎉 This release contains work from a new contributor! 🎉

Thank you, Ben McCann (@​benmccann), for all your work!

🐛 Bug Fix
  • @jimp/core, jimp, @jimp/plugin-cover, @jimp/plugin-dither, @jimp/plugin-print
  • @jimp/core, @jimp/diff, @jimp/file-ops, jimp, @jimp/test-utils, @jimp/types, @jimp/utils, @jimp/js-bmp, @jimp/js-gif, @jimp/js-jpeg, @jimp/js-png, @jimp/js-tiff, @jimp/plugin-blit, @jimp/plugin-blur, @jimp/plugin-circle, @jimp/plugin-color, @jimp/plugin-contain, @jimp/plugin-cover, @jimp/plugin-crop, @jimp/plugin-displace, @jimp/plugin-dither, @jimp/plugin-fisheye, @jimp/plugin-flip, @jimp/plugin-hash, @jimp/plugin-mask, @jimp/plugin-print, @jimp/plugin-resize, @jimp/plugin-rotate, @jimp/plugin-shadow, @jimp/plugin-threshold
⚠️ Pushed to main
  • add build (@​hipstersmoothie)
  • fix name (@​hipstersmoothie)
  • deploy docs (@​hipstersmoothie)
  • @jimp/core, @jimp/diff, @jimp/file-ops, jimp, @jimp/test-utils, @jimp/types, @jimp/utils, @jimp/js-bmp, @jimp/js-gif, @jimp/js-jpeg, @jimp/js-png, @jimp/js-tiff, @jimp/plugin-blit, @jimp/plugin-blur, @jimp/plugin-circle, @jimp/plugin-color, @jimp/plugin-contain, @jimp/plugin-cover, @jimp/plugin-crop, @jimp/plugin-displace, @jimp/plugin-dither, @jimp/plugin-fisheye, @jimp/plugin-flip, @jimp/plugin-hash, @jimp/plugin-mask, @jimp/plugin-print, @jimp/plugin-resize, @jimp/plugin-rotate, @jimp/plugin-shadow, @jimp/plugin-threshold
  • @jimp/test-utils
Authors: 2

v1.0.2

Compare Source

This release marks v1 of Jimp and there are some notable breaking changes.

  • Removed some odd api and made the main api easier to reason about
  • Rewrote it in TypeScript
  • Support for ESM/CJS/Browser
  • All methods have been refactored to an options object for easier readability

🎉 This release contains work from a new contributor! 🎉

Thank you, Juan Pablo Garcia Ripa (@​Sarabadu), for all your work!

💥 Breaking Change
  • @jimp/core, @jimp/diff, @jimp/file-ops, jimp, @jimp/test-utils, @jimp/types, @jimp/utils, @jimp/js-bmp, @jimp/js-gif, @jimp/js-jpeg, @jimp/js-png, @jimp/js-tiff, @jimp/plugin-blit, @jimp/plugin-blur, @jimp/plugin-circle, @jimp/plugin-color, @jimp/plugin-contain, @jimp/plugin-cover, @jimp/plugin-crop, @jimp/plugin-displace, @jimp/plugin-dither, @jimp/plugin-fisheye, @jimp/plugin-flip, @jimp/plugin-hash, @jimp/plugin-mask, @jimp/plugin-print, @jimp/plugin-resize, @jimp/plugin-rotate, @jimp/plugin-shadow, @jimp/plugin-threshold
⚠️ Pushed to main
  • udpate auto (@​hipstersmoothie)
  • add plugins (@​hipstersmoothie)
  • remove CI release (@​hipstersmoothie)
  • @jimp/core, @jimp/diff, @jimp/file-ops, jimp, @jimp/test-utils, @jimp/types, @jimp/utils, @jimp/js-bmp, @jimp/js-gif, @jimp/js-jpeg, @jimp/js-png, @jimp/js-tiff, @jimp/plugin-blit, @jimp/plugin-blur, @jimp/plugin-circle, @jimp/plugin-color, @jimp/plugin-contain, @jimp/plugin-cover, @jimp/plugin-crop, @jimp/plugin-displace, @jimp/plugin-dither, @jimp/plugin-fisheye, @jimp/plugin-flip, @jimp/plugin-hash, @jimp/plugin-mask, @jimp/plugin-print, @jimp/plugin-resize, @jimp/plugin-rotate, @jimp/plugin-shadow, @jimp/plugin-threshold
📝 Documentation
Authors: 2

Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) in timezone UTC, Automerge - "after 8:00 before 23:00 every weekday except on Friday" in timezone UTC.

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot enabled auto-merge (squash) December 16, 2024 00:12
@renovate renovate bot force-pushed the renovate/major-devdependencies branch from 985eecd to f113e13 Compare December 22, 2024 22:55
@renovate renovate bot force-pushed the renovate/major-devdependencies branch from f113e13 to c98046b Compare December 30, 2024 04:13
@renovate renovate bot force-pushed the renovate/major-devdependencies branch 2 times, most recently from f62e432 to 8e325dd Compare January 12, 2025 01:01
@renovate renovate bot force-pushed the renovate/major-devdependencies branch 2 times, most recently from a71ac6c to bfaa8e5 Compare January 24, 2025 06:07
@renovate renovate bot force-pushed the renovate/major-devdependencies branch 2 times, most recently from df450bb to 5fe3a8d Compare February 7, 2025 02:40
@renovate renovate bot force-pushed the renovate/major-devdependencies branch 2 times, most recently from ce2c923 to c7764be Compare February 14, 2025 04:42
@renovate renovate bot force-pushed the renovate/major-devdependencies branch from c7764be to b85212e Compare February 17, 2025 05:10
@renovate renovate bot force-pushed the renovate/major-devdependencies branch from b85212e to 71e9225 Compare February 28, 2025 12:56
@renovate renovate bot changed the title chore(deps): update dependency jimp to v1 chore(deps): update devdependencies (major) Feb 28, 2025
@renovate renovate bot force-pushed the renovate/major-devdependencies branch 4 times, most recently from 4deb737 to 92c4bd8 Compare March 9, 2025 00:39
@renovate renovate bot force-pushed the renovate/major-devdependencies branch 5 times, most recently from 904739b to a2005aa Compare March 18, 2025 17:37
@renovate renovate bot force-pushed the renovate/major-devdependencies branch 4 times, most recently from f47a814 to e683f43 Compare March 19, 2025 09:33
@renovate renovate bot force-pushed the renovate/major-devdependencies branch 2 times, most recently from 6ef2dc8 to 9e65e29 Compare August 28, 2025 11:33
@renovate renovate bot force-pushed the renovate/major-devdependencies branch 11 times, most recently from d7b5282 to ad54107 Compare September 7, 2025 10:14
@renovate renovate bot force-pushed the renovate/major-devdependencies branch from ad54107 to afcf182 Compare September 8, 2025 08:11
@renovate renovate bot force-pushed the renovate/major-devdependencies branch 4 times, most recently from f4a41b1 to fa1d676 Compare September 27, 2025 18:01
@renovate renovate bot force-pushed the renovate/major-devdependencies branch 3 times, most recently from 35f1bef to 11cb7ac Compare October 6, 2025 06:47
@renovate renovate bot force-pushed the renovate/major-devdependencies branch 2 times, most recently from c8a77ea to 6f6385c Compare October 17, 2025 07:04
@renovate renovate bot force-pushed the renovate/major-devdependencies branch 2 times, most recently from e6426f1 to 157f5c9 Compare October 21, 2025 06:35
@renovate renovate bot force-pushed the renovate/major-devdependencies branch from 157f5c9 to 1a58b09 Compare November 10, 2025 22:54
@renovate renovate bot force-pushed the renovate/major-devdependencies branch 2 times, most recently from 23e669f to fb8d61c Compare November 23, 2025 02:44
@renovate renovate bot force-pushed the renovate/major-devdependencies branch from fb8d61c to 1bf7d6b Compare December 3, 2025 15:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant