Skip to content

fix(deps): update all non-major dependencies - #191

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/all-minor-patch
Open

fix(deps): update all non-major dependencies#191
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/all-minor-patch

Conversation

@renovate

@renovate renovate Bot commented Nov 3, 2024

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence Type Update
@discordjs/builders (source) ^1.9.0^1.14.1 age confidence dependencies minor
@napi-rs/canvas ^0.1.58^0.1.100 age confidence dependencies patch
@prisma/client (source) ^5.21.1^5.22.0 age confidence dependencies minor
@sapphire/duration (source) ^1.1.2^1.2.0 age confidence dependencies minor
@sapphire/eslint-config (source) ^5.0.5^5.0.6 age confidence devDependencies patch
@sapphire/result (source) ^2.6.6^2.8.0 age confidence dependencies minor
@sapphire/snowflake (source) ^3.5.3^3.5.5 age confidence dependencies patch
@sapphire/ts-config (source) ^5.0.1^5.0.3 age confidence devDependencies patch
@sapphire/utilities (source) ^3.17.0^3.18.2 age confidence dependencies minor
@skyra/http-framework (source) ^2.1.0^2.2.1 age confidence dependencies minor
@skyra/http-framework-i18n (source) ^1.2.0^1.2.1 age confidence dependencies patch
@skyra/logger (source) ^2.0.3^2.0.4 age confidence dependencies patch
@skyra/safe-fetch (source) ^1.1.3^1.1.4 age confidence dependencies patch
@skyra/shared-http-pieces (source) ^1.2.2^1.2.3 age confidence dependencies patch
@skyra/start-banner (source) ^2.0.1^2.0.2 age confidence dependencies patch
@types/node (source) ^22.8.6^22.20.1 age confidence devDependencies minor
@types/turndown (source) ^5.0.5^5.0.6 age confidence devDependencies patch
cheerio (source) ^1.0.0^1.2.0 age confidence devDependencies minor
cron ^3.1.7^3.5.0 age confidence dependencies minor
docker/build-push-action v6.9.0v6.19.2 age confidence action minor
docker/login-action v3.3.0v3.7.0 age confidence action minor
docker/setup-buildx-action v3.7.1v3.12.0 age confidence action minor
eslint-config-prettier ^9.1.0^9.1.2 age confidence devDependencies patch
eslint-plugin-prettier ^5.2.1^5.5.6 age confidence devDependencies minor
lint-staged ^15.2.10^15.5.2 age confidence devDependencies minor
minisearch (source) ^7.1.0^7.2.0 age confidence dependencies minor
node (source) 22.11.022.23.2 age confidence volta minor
prettier (source) ^3.3.3^3.9.6 age confidence devDependencies minor
prisma (source) ^5.21.1^5.22.0 age confidence devDependencies minor
sharp (source, changelog) ^0.33.5^0.35.3 age confidence devDependencies minor
tslib (source) ^2.8.0^2.8.1 age confidence dependencies patch
tsx (source) ^4.19.2^4.23.12 age confidence devDependencies minor
turndown ^7.2.0^7.2.4 age confidence dependencies patch
yarn (source) 4.5.14.18.0 age confidence packageManager minor

Release Notes

discordjs/discord.js (@​discordjs/builders)

v1.14.1

Compare Source

Bug Fixes

  • Actually accept rest in RadioGroup/CheckBoxGroupBuilder#setOptions (#​11472) (6e45ddc)

v1.14.0

Compare Source

Documentation

Features

  • builders: Add checkbox, checkboxgroup, and radiogroup builders (#​11410) (ca7719e)

v1.13.1

Compare Source

Bug Fixes

Documentation

  • Container: Update example usage (e777938)

v1.13.0

Compare Source

Features

Testing

v1.12.2

Compare Source

Bug Fixes

  • Assertions: Literal default values (43362c9)

v1.12.1

Compare Source

Bug Fixes

v1.12.0

Compare Source

Features

v1.11.3

Compare Source

Bug Fixes
  • contextMenuCommands: Remove regular expression validation (#​10996) (4906aae)

v1.11.2

Compare Source

v1.11.1

Compare Source

v1.11.0

Compare Source

Features

v1.10.1

Compare Source

Bug Fixes

v1.10.0

Compare Source

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

v0.1.100

Compare Source

Bug Fixes

v0.1.99

Compare Source

Bug Fixes
  • drawImage gray halo on transparent PNG edges with imageSmoothingEnabled (#​1252) (a748f3f)

v0.1.98

Compare Source

Features

v0.1.97

Compare Source

Bug Fixes
  • use signed integers for canvas APIs that accept negative coordinates (#​1227) (fa7c7c1)

v0.1.96

Compare Source

Bug Fixes
  • prevent memory leak when drawing canvas onto another via drawImage() (#​1222) (85ef08b)

v0.1.95

Compare Source

Bug Fixes
  • snapshot pixel data in putImageData for deferred rendering mode (#​1213) (c2526ac)

v0.1.94

Compare Source

Bug Fixes
  • putImageData incorrectly blending pixels due to Mitchell cubic resampler (#​1211) (d83e648)

v0.1.93

Compare Source

Features

v0.1.92

Compare Source

Bug Fixes
  • putImageData bypassed deferred rendering PageRecorder (#​1206) (ae938a3)
Features
  • add node-canvas compatibility layer (@napi-rs/canvas/node-canvas) (#​1203) (2ab43b6)

v0.1.91

Compare Source

Bug Fixes
  • clip with nested transforms intersects in device space (#​1202) (7e87f9e)
  • plug native memory leaks in SVG canvas, bitmap shader, and stream allocations (#​1201) (60a34e8)

v0.1.90

Compare Source

Bug Fixes
  • add Drop impl for SkPictureRecorder to prevent memory leak (#​1199) (dd4f96c)
  • copy font data in GlobalFonts.register to prevent buffer invalidation (#​1194) (fa5b40a)
  • prevent memory leaks in encode_stream callback and SkPixmap (#​1200) (c21e2ea)
Features

v0.1.89

Compare Source

Bug Fixes
Features
  • implement deferred rendering with incremental layer caching (#​1193) (4643bfe)

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://redirect.github.com/Brooooooklyn/canvas/issues/000000) rather than [#​000](https://redirect.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
prisma/prisma (@​prisma/client)

v5.22.0

Compare Source

Today, we are excited to share the 5.22.0 stable release 🎉

🌟 Help us spread the word about Prisma by starring the repo ☝️ or posting on X about the release.

Highlights
Further Tracing Improvements

In our ongoing effort to stabilize the tracing Preview feature, we’ve made our spans compliant with OpenTelemetry Semantic Conventions for Database Client Calls. This should lead to better compatibility with tools such as DataDog and Sentry.

We’ve also included numerous bug fixes that should make this Preview feature easier to work with.

Metrics bug fix

Occasionally, connection pool metrics would become negative or grow unbounded. In this release, connection pool metrics should stay consistent.

Connection Pool Timeout fix

In a specific case, there could be issues where fetching a new connection from the connection pool would time out, regardless of the state of the application and connection pool. If you have experience connection pool issues accessing a PostgreSQL database with TLS encryption in a resource-constrained environment (such as Function-as-a-Service offerings or very small VPS) this should resolve those issues.

Special thanks to @​youxq for their pull request and help resolving this issue!

Join us

Looking to make an impact on Prisma in a big way? We're hiring!

Learn mo

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "before 12pm on Sunday"
  • 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.

👻 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 added the dependencies label Nov 3, 2024
@renovate
renovate Bot enabled auto-merge November 3, 2024 00:13
renovate-approve[bot]
renovate-approve Bot previously approved these changes Nov 3, 2024
renovate-approve-2[bot]
renovate-approve-2 Bot previously approved these changes Nov 3, 2024
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from 714df96 to ffb47e7 Compare November 3, 2024 05:13
renovate-approve-2[bot]
renovate-approve-2 Bot previously approved these changes Nov 3, 2024
renovate-approve[bot]
renovate-approve Bot previously approved these changes Nov 3, 2024
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from ffb47e7 to 7841daf Compare November 4, 2024 13:57
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from 7841daf to 897b84a Compare November 4, 2024 21:11
renovate-approve[bot]
renovate-approve Bot previously approved these changes Nov 4, 2024
renovate-approve-2[bot]
renovate-approve-2 Bot previously approved these changes Nov 4, 2024
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from 897b84a to 80421f5 Compare November 5, 2024 03:26
renovate-approve[bot]
renovate-approve Bot previously approved these changes Nov 5, 2024
renovate-approve-2[bot]
renovate-approve-2 Bot previously approved these changes Nov 5, 2024
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from 80421f5 to 94c74bc Compare November 5, 2024 15:00
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from 94c74bc to 319162c Compare November 5, 2024 18:31
renovate-approve-2[bot]
renovate-approve-2 Bot previously approved these changes Nov 5, 2024
renovate-approve[bot]
renovate-approve Bot previously approved these changes Nov 5, 2024
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from 319162c to 503ae2b Compare November 7, 2024 07:56
renovate-approve-2[bot]
renovate-approve-2 Bot previously approved these changes Nov 7, 2024
renovate-approve-2[bot]
renovate-approve-2 Bot previously approved these changes Nov 22, 2024
renovate-approve[bot]
renovate-approve Bot previously approved these changes Nov 22, 2024
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from 5143962 to ef3e397 Compare November 23, 2024 02:20
renovate-approve[bot]
renovate-approve Bot previously approved these changes Nov 23, 2024
renovate-approve-2[bot]
renovate-approve-2 Bot previously approved these changes Nov 23, 2024
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from ef3e397 to 7ed0941 Compare November 23, 2024 04:17
renovate-approve[bot]
renovate-approve Bot previously approved these changes Nov 23, 2024
renovate-approve-2[bot]
renovate-approve-2 Bot previously approved these changes Nov 23, 2024
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from 7ed0941 to 12ee7f2 Compare November 23, 2024 07:30
renovate-approve[bot]
renovate-approve Bot previously approved these changes Nov 23, 2024
renovate-approve-2[bot]
renovate-approve-2 Bot previously approved these changes Nov 23, 2024
renovate-approve[bot]
renovate-approve Bot previously approved these changes Nov 25, 2024
renovate-approve-2[bot]
renovate-approve-2 Bot previously approved these changes Nov 25, 2024
renovate-approve[bot]
renovate-approve Bot previously approved these changes Nov 25, 2024
renovate-approve-2[bot]
renovate-approve-2 Bot previously approved these changes Nov 25, 2024
renovate-approve[bot]
renovate-approve Bot previously approved these changes Nov 25, 2024
renovate-approve-2[bot]
renovate-approve-2 Bot previously approved these changes Nov 25, 2024
renovate-approve-2[bot]
renovate-approve-2 Bot previously approved these changes Nov 26, 2024
renovate-approve[bot]
renovate-approve Bot previously approved these changes Nov 26, 2024
renovate-approve-2[bot]
renovate-approve-2 Bot previously approved these changes Nov 26, 2024
renovate-approve[bot]
renovate-approve Bot previously approved these changes Nov 26, 2024
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.

0 participants