-
-
Notifications
You must be signed in to change notification settings - Fork 3
fix(deps): update all non-major dependencies #276
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
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/all-minor-patch
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #276 +/- ##
========================================
+ Coverage 4.62% 4.68% +0.05%
========================================
Files 28 28
Lines 1383 1344 -39
Branches 57 52 -5
========================================
- Hits 64 63 -1
+ Misses 1319 1281 -38 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
7581e0a
0037a7c
to
7581e0a
Compare
48a1fb1
to
45d728a
Compare
29bb6f2
45d728a
to
29bb6f2
Compare
d1ea185
29bb6f2
to
d1ea185
Compare
c2cb793
d1ea185
to
c2cb793
Compare
7379848
860c62f
to
15f9ff0
Compare
57c008d
to
d8c5e5a
Compare
ac8a3c3
to
cba3c8a
Compare
cd0938b
to
4ed723d
Compare
b766e91
to
0ba4467
Compare
0ba4467
to
fb35834
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^19.5.0
->^19.8.0
^19.5.0
->^19.8.0
^1.9.0
->^1.10.1
^0.1.58
->^0.1.69
^5.21.1
->^5.22.0
^1.5.3
->^1.5.5
^1.1.2
->^1.2.0
^2.6.6
->^2.7.2
^3.17.0
->^3.18.2
^2.1.0
->^2.2.0
^3.4.2
->^3.6.2
^22.8.6
->^22.14.1
^2.1.3
->^2.1.9
v6.9.0
->v6.15.0
v3.3.0
->v3.4.0
v3.7.1
->v3.10.0
^5.2.1
->^5.2.6
^5.4.1
->^5.6.1
^15.2.10
->^15.5.1
^3.5.0
->^3.6.1
^5.0.7
->^5.1.5
22.11.0
->22.14.0
^3.3.3
->^3.5.3
^5.21.1
->^5.22.0
^2.8.0
->^2.8.1
^2.1.3
->^2.1.9
4.5.1
->4.9.1
Release Notes
conventional-changelog/commitlint (@commitlint/cli)
v19.8.0
Compare Source
Performance Improvements
node:
prefix to bypass require.cache call for builtins (#4302) (0cd8f41)19.7.1 (2025-02-02)
Note: Version bump only for package @commitlint/cli
19.6.1 (2024-12-15)
Note: Version bump only for package @commitlint/cli
v19.7.1
Compare Source
Note: Version bump only for package @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.8.0
Compare Source
Performance Improvements
node:
prefix to bypass require.cache call for builtins (#4302) (0cd8f41)19.7.1 (2025-02-02)
Note: Version bump only for package @commitlint/config-conventional
v19.7.1
Compare Source
Note: Version bump only for package @commitlint/config-conventional
v19.6.0
Compare Source
Note: Version bump only for package @commitlint/config-conventional
discordjs/discord.js (@discordjs/builders)
v1.10.1
Compare Source
Bug Fixes
name
andvalue
on fields (#10747) (49ef3a8)v1.10.0
Compare Source
Brooooooklyn/canvas (@napi-rs/canvas)
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
Features
v0.1.61
Compare Source
Features
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
@unique
inschema.prisma
does not generate SQL to do soPrisma
libquery_engine-debian-openssl-1.1.x.so.node
prisma:engine:connection
spans have no parentprisma:engine:itx_runner
are disconnected from the treeitx_runner
span and it's children are missing sometimeslibquery_engine-debian-openssl-1.1.x.so.node
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
sapphiredev/utilities (@sapphire/duration)
v1.2.0
Compare Source
🐛 Bug Fixes
🚀 Features
v1.1.4
Compare Source
Changelog
All notable changes to this project will be documented in this file.
v1.1.3
Compare Source
🐛 Bug Fixes
📝 Documentation
sapphiredev/utilities (@sapphire/utilities)
v3.18.2
Compare Source
🐛 Bug Fixes
objectEntries
,objectKeys
andobjectValues
(598c24a) (#857 by @GeniusTimo)v3.18.1
Compare Source
Changelog
All notable changes to this project will be documented in this file.
v3.18.0
Compare Source
🏠 Refactor
NonNullObject
andAnyObject
(0dce7d6) (#821 by @kyranet)roundNumber
(1e7d2de) (#810 by @kyranet)🐛 Bug Fixes
🚀 Features
If
andRequiredIf
(143375f) (#825 by @kyranet)PrettifyObject
type (5ac3f24) (#822 by @kyranet)Arr
to the docs (997614c) (#780 by @favna)skyra-project/archid-components (@skyra/http-framework)
v2.2.0
Compare Source
🐛 Bug Fixes
🚀 Features
BaseInteraction
(dae9cc5) (#356 by @kyranet)vitest-dev/vitest (@vitest/coverage-v8)
v2.1.9
Compare Source
This release in
Configuration
📅 Schedule: Branch creation - "* 00 * * 0" (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.
This PR was generated by Mend Renovate. View the repository job log.