Skip to content
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

chore(deps): update all non-major dependencies #276

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 3, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@commitlint/cli (source) ^19.5.0 -> ^19.6.0 age adoption passing confidence devDependencies minor
@commitlint/config-conventional (source) ^19.5.0 -> ^19.6.0 age adoption passing confidence devDependencies minor
@napi-rs/canvas ^0.1.58 -> ^0.1.64 age adoption passing confidence dependencies patch
@prisma/client (source) ^5.21.1 -> ^5.22.0 age adoption passing confidence dependencies minor
@sapphire/async-queue (source) ^1.5.3 -> ^1.5.5 age adoption passing confidence dependencies patch
@sapphire/duration (source) ^1.1.2 -> ^1.1.4 age adoption passing confidence dependencies patch
@sapphire/result (source) ^2.6.6 -> ^2.7.2 age adoption passing confidence dependencies minor
@sapphire/utilities (source) ^3.17.0 -> ^3.18.1 age adoption passing confidence dependencies minor
@skyra/http-framework (source) ^2.1.0 -> ^2.2.0 age adoption passing confidence dependencies minor
@types/node (source) ^22.8.6 -> ^22.10.0 age adoption passing confidence devDependencies minor
@vitest/coverage-v8 (source) ^2.1.3 -> ^2.1.6 age adoption passing confidence devDependencies patch
docker/build-push-action v6.9.0 -> v6.10.0 age adoption passing confidence action minor
nanoid ^5.0.7 -> ^5.0.9 age adoption passing confidence dependencies patch
prettier (source) ^3.3.3 -> ^3.4.1 age adoption passing confidence devDependencies minor
prisma (source) ^5.21.1 -> ^5.22.0 age adoption passing confidence devDependencies minor
tslib (source) ^2.8.0 -> ^2.8.1 age adoption passing confidence dependencies patch
vitest (source) ^2.1.3 -> ^2.1.6 age adoption passing confidence devDependencies patch
yarn (source) 4.5.1 -> 4.5.3 age adoption passing confidence packageManager patch

Release Notes

conventional-changelog/commitlint (@​commitlint/cli)

v19.6.0

Compare Source

Note: Version bump only for package @​commitlint/cli

conventional-changelog/commitlint (@​commitlint/config-conventional)

v19.6.0

Compare Source

Note: Version bump only for package @​commitlint/config-conventional

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

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 more on our careers page: https://www.prisma.io/careers

Fixes and improvements
Prisma Migrate
Prisma
Credits

Huge thanks to @​tmm1, @​Takur0, @​hinaloe, @​andyjy, and @​youxq for helping!

sapphiredev/utilities (@​sapphire/async-queue)

v1.5.5

Compare Source

Changelog

All notable changes to this project will be documented in this file.

v1.5.4

Compare Source

🏠 Refactor

🐛 Bug Fixes

skyra-project/archid-components (@​skyra/http-framework)

v2.2.0

Compare Source

🐛 Bug Fixes

🚀 Features

vitest-dev/vitest (@​vitest/coverage-v8)

v2.1.6

Compare Source

🚀 Features

  • Support VIte 6
    View changes on GitHub

v2.1.5

Compare Source

   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub

v2.1.4

Compare Source

   🚀 Features
   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub
docker/build-push-action (docker/build-push-action)

v6.10.0

Compare Source

ai/nanoid (nanoid)

v5.0.9

Compare Source

  • Fixed a way to brake Nano ID by passing non-integer size (by @​myndzi).

v5.0.8

Compare Source

prettier/prettier (prettier)

v3.4.1

Compare Source

diff

Remove unnecessary parentheses around assignment in v-on (#​16887 by @​fisker)
<!-- Input -->
<template>
  <button @&#8203;click="foo += 2">Click</button>
</template>

<!-- Prettier 3.4.0 -->
<template>
  <button @&#8203;click="(foo += 2)">Click</button>
</template>

<!-- Prettier 3.4.1 -->
<template>
  <button @&#8203;click="foo += 2">Click</button>
</template>

v3.4.0

Compare Source

diff

🔗 Release Notes

Microsoft/tslib (tslib)

v2.8.1

Compare Source

yarnpkg/berry (yarn)

v4.5.3

Compare Source

v4.5.2

Compare Source


Configuration

📅 Schedule: Branch creation - "before 12pm on Sunday" (UTC), 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:33
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
Copy link

codecov bot commented Nov 3, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 4.84%. Comparing base (4e1936b) to head (8c1e1fe).

Additional details and impacted files
@@           Coverage Diff            @@
##            main    #276      +/-   ##
========================================
+ Coverage   4.62%   4.84%   +0.22%     
========================================
  Files         28      28              
  Lines       1383    1382       -1     
  Branches      52      49       -3     
========================================
+ Hits          64      67       +3     
+ Misses      1319    1315       -4     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

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 3 times, most recently from 48a1fb1 to 45d728a Compare November 4, 2024 16:43
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-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-approve-2[bot]
renovate-approve-2 bot previously approved these changes Nov 7, 2024
renovate-approve[bot]
renovate-approve bot previously approved these changes Nov 7, 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 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[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-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