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

fix(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.1 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.65 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.2 age adoption passing confidence devDependencies minor
@vitest/coverage-v8 (source) ^2.1.3 -> ^2.1.8 age adoption passing confidence devDependencies patch
docker/build-push-action v6.9.0 -> v6.10.0 age adoption passing confidence action minor
docker/setup-buildx-action v3.7.1 -> v3.8.0 age adoption passing confidence action minor
lint-staged ^15.2.10 -> ^15.2.11 age adoption passing confidence devDependencies patch
nanoid ^5.0.7 -> ^5.0.9 age adoption passing confidence dependencies patch
node (source) 22.11.0 -> 22.12.0 age adoption passing confidence volta minor
prettier (source) ^3.3.3 -> ^3.4.2 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.8 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.1

Compare Source

Note: Version bump only for package @​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.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 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.8

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v2.1.7

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

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

Full Changelog: docker/build-push-action@v6.9.0...v6.10.0

docker/setup-buildx-action (docker/setup-buildx-action)

v3.8.0

Compare Source

lint-staged/lint-staged (lint-staged)

v15.2.11

Compare Source

Patch Changes
  • #​1484 bcfe309 Thanks @​wormsik! - Escape paths containing spaces when using the "shell" option.

  • #​1487 7dd8caa Thanks @​iiroj! - Do not treat submodule root paths as "staged files". This caused lint-staged to fail to a Git error when only updating the revision of a submodule.

ai/nanoid (nanoid)

v5.0.9

Compare Source

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

v5.0.8

Compare Source

nodejs/node (node)

v22.12.0

Compare Source

prettier/prettier (prettier)

v3.4.2

Compare Source

diff

Treat U+30A0 & U+30FB in Katakana Block as CJK (#​16796 by @​tats-u)

Prettier doesn't treat U+30A0 & U+30FB as Japanese. U+30FB is commonly used in Japanese to represent the delimitation of first and last names of non-Japanese people or “and”. The following “C言語・C++・Go・Rust” means “C language & C++ & Go & Rust” in Japanese.

<!-- Input (--prose-wrap=never) -->

C言
語
・
C++
・
Go
・
Rust

<!-- Prettier 3.4.1 -->
C言語・ C++ ・ Go ・ Rust

<!-- Prettier 3.4.2 -->
C言語・C++・Go・Rust

U+30A0 can be used as the replacement of the - in non-Japanese names (e.g. “Saint-Saëns” (Charles Camille Saint-Saëns) can be represented as “サン゠サーンス” in Japanese), but substituted by ASCII hyphen (U+002D) or U+FF1D (full width hyphen) in many cases (e.g. “サン=サーンス” or “サン=サーンス”).

Fix comments print on class methods with decorators (#​16891 by @​fisker)
// Input
class A {
  @&#8203;decorator
  /** 
   * The method description
   *
  */
  async method(foo: Foo, bar: Bar) {
    console.log(foo);
  }
}

// Prettier 3.4.1
class A {
  @&#8203;decorator
  async /**
   * The method description
   *
   */
  method(foo: Foo, bar: Bar) {
    console.log(foo);
  }
}

// Prettier 3.4.2
class A {
  @&#8203;decorator
  /**
   * The method description
   *
   */
  async method(foo: Foo, bar: Bar) {
    console.log(foo);
  }
}
Fix non-idempotent formatting (#​16899 by @​seiyab)

This bug fix is not language-specific. You may see similar change in any langu


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.68%. Comparing base (4e1936b) to head (51c69a6).

Additional details and impacted files
@@           Coverage Diff            @@
##            main    #276      +/-   ##
========================================
+ Coverage   4.62%   4.68%   +0.05%     
========================================
  Files         28      28              
  Lines       1383    1344      -39     
  Branches      52      52              
========================================
- Hits          64      63       -1     
+ Misses      1319    1281      -38     

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

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 0037a7c to 7581e0a Compare November 3, 2024 06:58
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 renovate bot force-pushed the renovate/all-minor-patch branch from 45d728a to 29bb6f2 Compare November 5, 2024 01:50
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 29bb6f2 to d1ea185 Compare November 5, 2024 16:33
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 d1ea185 to c2cb793 Compare November 7, 2024 09:17
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 renovate bot force-pushed the renovate/all-minor-patch branch from 4775c63 to 71dd8eb Compare November 26, 2024 03:31
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 renovate bot force-pushed the renovate/all-minor-patch branch from 71dd8eb to 2309dc2 Compare November 26, 2024 07:56
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 renovate bot force-pushed the renovate/all-minor-patch branch from 2309dc2 to 8c1e1fe Compare November 26, 2024 13:50
@renovate renovate bot requested a review from favna as a code owner November 26, 2024 13:50
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 renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 5904e2c to 0901e56 Compare December 4, 2024 07:31
@renovate renovate bot changed the title chore(deps): update all non-major dependencies fix(deps): update all non-major dependencies Dec 10, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from b085e4a to 8875cf9 Compare December 15, 2024 16:07
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 8875cf9 to 51c69a6 Compare December 16, 2024 12:12
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