Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jun 27, 2023

Note: This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence Type Update
@napi-rs/canvas ^0.1.41^0.1.88 age confidence dependencies patch
@types/amqplib (source) ^0.10.1^0.10.8 age confidence devDependencies patch
actions/checkout v3.5.3v3.6.0 age confidence action minor
actions/setup-node v3.6.0v3.9.1 age confidence action minor
amqplib (source) ^0.10.3^0.10.9 age confidence dependencies patch
canvas-constructor ^7.0.1^7.0.2 age confidence dependencies patch
concurrently ^8.2.0^8.2.2 age confidence devDependencies patch
discord.js (source) ^14.11.0^14.25.1 age confidence dependencies minor
dotenv ^16.3.1^16.6.1 age confidence dependencies minor
ghcr.io/hazmi35/node 18-alpine18.20.8-alpine age confidence final minor
ghcr.io/hazmi35/node 18-dev-alpine18.20.8-dev-alpine age confidence stage minor
moment (source) ^2.29.4^2.30.1 age confidence dependencies minor
pino-pretty ^10.0.0^10.3.1 age confidence dependencies minor
pnpm/action-setup v2.2.4v2.4.1 age confidence action minor
rimraf ^5.0.1^5.0.10 age confidence devDependencies patch
tslib (source) ^2.5.3^2.8.1 age confidence dependencies minor

Release Notes

Brooooooklyn/canvas (@​napi-rs/canvas)

v0.1.88

Compare Source

Bug Fixes
  • should throw TypeError if drawImage param mismatched (#​1190) (386ac90)

v0.1.87

Compare Source

Bug Fixes
  • image: make Buffer load synchronous and add decode() method (#​1186) (d418593)
  • make Image class HTML spec compliant for jsdom integration (#​1184) (a6d3993)
Features

v0.1.86

Compare Source

Bug Fixes
  • RTL text fillText(maxWidth) x positioning calculation error (#​1179) (4db0dac)
Features

v0.1.85

Compare Source

Bug Fixes
  • initial black color string should be [#​000000](https://github.com/Brooooooklyn/canvas/issues/000000) rather than [#​000](https://github.com/Brooooooklyn/canvas/issues/000) (#​1174) (c45020a)
Features

v0.1.84

Compare Source

Features

v0.1.83

Compare Source

Features

v0.1.82

Compare Source

Features

v0.1.81

Compare Source

Features

v0.1.80

Compare Source

Bug Fixes

v0.1.79

Compare Source

Bug Fixes

v0.1.78

Compare Source

Bug Fixes
  • canvas pattern live reference issue causing incorrect rendering (#​1107) (255b16e)
Features

v0.1.77

Compare Source

Bug Fixes

v0.1.76

Compare Source

v0.1.75

Compare Source

Bug Fixes
Features
  • implement toBlob and convertToBlob (a7f259f)

v0.1.74

Compare Source

Bug Fixes
Features

v0.1.73

Compare Source

Bug Fixes

v0.1.72

Compare Source

Bug Fixes

v0.1.71

Compare Source

Bug Fixes
Features

v0.1.70

Compare Source

Bug Fixes
Features

v0.1.69

Compare Source

Bug Fixes
Features

v0.1.68

Compare Source

Bug Fixes

v0.1.67

Compare Source

Bug Fixes

v0.1.66

Compare Source

Bug Fixes
Features
Performance Improvements

v0.1.65

Compare Source

Bug Fixes

v0.1.64

Compare Source

Bug Fixes

v0.1.63

Compare Source

Bug Fixes
Features

v0.1.62

Compare Source

Bug Fixes
  • align the imageSmoothingQuality behavior with chrome (#​942) (991edbb)
Features

v0.1.61

Compare Source

Features
  • after clearing, the bitmap should be cleared, and the width and height should be reset to the initial values. (#​937) (e2a86fe)

v0.1.60

Compare Source

Bug Fixes

v0.1.59

Compare Source

Bug Fixes
Features

v0.1.58

Compare Source

Bug Fixes

v0.1.57

Compare Source

Bug Fixes
Features

v0.1.56

Compare Source

Bug Fixes

v0.1.55

Compare Source

Bug Fixes
Features

v0.1.54

Compare Source

Bug Fixes
Features

v0.1.53

Compare Source

Bug Fixes
Features

v0.1.52

Compare Source

Bug Fixes
Features

v0.1.51

Compare Source

Bug Fixes
  • deps: update rust crate base64 to 0.22 (84fd52f)
  • remove postinstall script for gnu/musl platform (#​797) (d37da08)

v0.1.50

Compare Source

Features

v0.1.49

Compare Source

Bug Fixes
Features

v0.1.48

Compare Source

Bug Fixes

v0.1.47

Compare Source

Bug Fixes

v0.1.46

Compare Source

Bug Fixes

v0.1.45

Compare Source

Bug Fixes
Features

v0.1.44

Compare Source

Bug Fixes
  • file extensions in loadFontsFromDir() are no longer case-sensitive (9342e33)

v0.1.43

Compare Source

v0.1.42

Compare Source

Bug Fixes
Features
actions/checkout (actions/checkout)

v3.6.0

Compare Source

actions/setup-node (actions/setup-node)

v3.9.1

Compare Source

What's Changed

Full Changelog: actions/setup-node@v3...v3.9.1

v3.9.0

Compare Source

What's Changed
  • Upgrade @​actions/cache to 4.0.3 by @​gowridurgad in #​1270
    In scope of this release we updated actions/cache package to ensure continued support and compatibility, as older versions of the package are now deprecated. For more information please refer to the toolkit/cache.

Full Changelog: actions/setup-node@v3...v3.9.0

v3.8.2

Compare Source

What's Changed

Full Changelog: actions/setup-node@v3...v3.8.2

v3.8.1

Compare Source

What's Changed

In scope of this release, the filter was removed within the cache-save step by @​dmitry-shibanov in #​831. It is filtered and checked in the toolkit/cache library.

Full Changelog: actions/setup-node@v3...v3.8.1

v3.8.0

Compare Source

What's Changed

Bug fixes:
Feature implementations:
  • feat: handling the case where "node" is used for tool-versions file. by @​xytis in #​812
Documentation changes:
Update dependencies:

New Contributors

Full Changelog: actions/setup-node@v3...v3.8.0

v3.7.0

Compare Source

What's Changed

In scope of this release we added a logic to save an additional cache path for yarn 3 (related pull request and feature request). Moreover, we added functionality to use all the sub directories derived from cache-dependency-path input and add detect all dependencies directories to cache (related pull request and feature request).

Besides, we made such changes as:

New Contributors

Full Changelog: actions/setup-node@v3...v3.7.0

amqp-node/amqplib (amqplib)

v0.10.9

Compare Source

  • Add support for IPv6 urls

v0.10.8

Compare Source

  • Updated README

v0.10.7

Compare Source

v0.10.6

Compare Source

  • Replace references to the old squaremo/amqp.name repo with ones to amqp-node/amqplib
  • Use a frame_max of 131072 by default for RabbitMQ 4.1.0 compatibility

v0.10.5

Compare Source

git log v0.10.4..v0.10.5


Configuration

📅 Schedule: Branch creation - "before 6am" in timezone Asia/Jakarta, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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 requested a review from satoufuyuki as a code owner June 27, 2023 17:09
@renovate renovate bot changed the title fix(deps): update dependency tslib to ^2.6.0 chore(deps): update all non-major dependencies Jul 1, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 7846d6c to e9e6b89 Compare July 5, 2023 16:50
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from d1ea30c to acdf704 Compare July 26, 2023 13:43
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 8a8a6ac to 42677a9 Compare August 5, 2023 13:32
@renovate renovate bot changed the title chore(deps): update all non-major dependencies fix(deps): update all non-major dependencies Aug 8, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from c555e06 to b2b19a4 Compare August 14, 2023 13:14
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from f7719d2 to 1b5699b Compare August 22, 2023 18:39
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 43f14da to 781d204 Compare August 25, 2025 17:50
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 781d204 to 6372a4b Compare August 31, 2025 10:09
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 2191d89 to c932951 Compare September 14, 2025 00:28
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from c932951 to ae932b8 Compare September 25, 2025 18:25
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from aee1591 to 7565267 Compare October 9, 2025 05:42
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from c548cf6 to 250f659 Compare October 28, 2025 19:44
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 250f659 to 0615da6 Compare October 31, 2025 01:13
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from ca112ad to 9a627f6 Compare November 11, 2025 04:53
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from bbfce53 to e44e020 Compare November 21, 2025 16:51
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 4b38bb3 to 28e7ffd Compare December 3, 2025 17:56
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 28e7ffd to 4be7c3e Compare December 6, 2025 12:08
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from e7183ba to d1cc2d7 Compare December 21, 2025 18:03
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from d62f3fb to a92ddd0 Compare December 27, 2025 18:03
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from a92ddd0 to 1460916 Compare January 8, 2026 18:30
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