fix(deps): update all non-major dependencies #93
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.1^19.5.0→^19.8.1^1.9.0→^1.13.1^6.12.1→^6.14.0^3.4.1→^3.4.2^5.20.0→^5.22.0^5.0.5→^5.0.6^5.0.1→^5.0.33.17.0→3.18.2^2.1.0→^2.2.1^1.2.0→^1.2.1^2.0.3→^2.0.4^1.2.2→^1.2.3^2.0.1→^2.0.2^0.5.15→^0.5.19^20.16.10→^20.19.31^0.10.5→^0.10.8v5.1.0→v5.4.0v3.0.0→v3.7.0v3.1.0→v3.12.0^9.1.0→^9.1.2^5.2.1→^5.5.5^15.2.10→^15.5.2^4.24.8→^4.24.1318.19.1→18.20.8^3.13.2→^3.21.0^3.3.3→^3.8.1^0.6.8→^0.7.2^5.20.0→^5.22.0^8.0.0→^8.0.2^2.7.0→^2.8.1^2.1.2→^2.8.2^5.4.8→^5.4.21^0.20.5→^0.21.2^2.1.1→^2.1.92.1.6→2.2.124.1.0→4.12.0Release Notes
conventional-changelog/commitlint (@commitlint/cli)
v19.8.1Compare Source
Bug Fixes
v19.8.0Compare 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.1Compare Source
Note: Version bump only for package @commitlint/cli
v19.6.1Compare Source
Note: Version bump only for package @commitlint/cli
v19.6.0Compare Source
Note: Version bump only for package @commitlint/cli
conventional-changelog/commitlint (@commitlint/config-conventional)
v19.8.1Compare Source
Note: Version bump only for package @commitlint/config-conventional
v19.8.0Compare 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.1Compare Source
Note: Version bump only for package @commitlint/config-conventional
v19.6.0Compare Source
Note: Version bump only for package @commitlint/config-conventional
discordjs/discord.js (@discordjs/builders)
v1.13.1Compare Source
Bug Fixes
Documentation
v1.13.0Compare Source
Features
Testing
v1.12.2Compare Source
Bug Fixes
v1.12.1Compare Source
Bug Fixes
v1.12.0Compare Source
Features
v1.11.3Compare Source
Bug Fixes
v1.11.2Compare Source
v1.11.1Compare Source
v1.11.0Compare Source
Features
v1.10.1Compare Source
Bug Fixes
nameandvalueon fields (#10747) (49ef3a8)v1.10.0Compare Source
nuxt-modules/tailwindcss (@nuxtjs/tailwindcss)
v6.14.0Compare Source
compare changes
🚀 Enhancements
🩹 Fixes
tailwindcssfrom module (#974)💅 Refactors
🏡 Chore
❤️ Contributors
v6.13.2Compare Source
compare changes
🩹 Fixes
app/dir forutils, resolves #955 (#955)pages:extendto get page routes (f226a64)tailwind.configfrom configPaths, closes #949 (#949)📖 Documentation
tailwindcss-cliiftailwindcss initfails (#946)🏡 Chore
❤️ Contributors
v6.13.1Compare Source
compare changes
🩹 Fixes
❤️ Contributors
v6.13.0Compare Source
compare changes
🚀 Enhancements
spaLoadingTemplateto content resolution (#907)defineConfig(#913)🩹 Fixes
📖 Documentation
🏡 Chore
❤️ Contributors
v6.12.2Compare Source
compare changes
🩹 Fixes
modules:doneserverMiddleware race condition (9d42549)📖 Documentation
🏡 Chore
❤️ Contributors
prettier/plugin-xml (@prettier/plugin-xml)
v3.4.2Compare Source
Changed
.tsand.tsxas XML extensions.prisma/prisma (@prisma/client)
v5.22.0Compare Source
Today, we are excited to share the
5.22.0stable 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
tracingPreview 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
@uniqueinschema.prismadoes not generate SQL to do soPrisma
libquery_engine-debian-openssl-1.1.x.so.nodeprisma:engine:connectionspans have no parentprisma:engine:itx_runnerare disconnected from the treeitx_runnerspan and it's children are missing sometimeslibquery_engine-debian-openssl-1.1.x.so.nodeCredits
Huge thanks to @tmm1, @Takur0, @hinaloe, @andyjy, and @youxq for helping!
v5.21.1Compare Source
v5.21.0Compare Source
Today, we are excited to share the
5.21.0release 🎉🌟 Help us spread the word about Prisma by starring the repo ☝️ or posting on X about the release.
Highlights
Better support for tracing in MongoDB
The
tracingPreview feature now has full support for MongoDB with previously missing functionality now implemented. This is a part of the ongoing effort to stabilize this Preview feature and release it in General Availability.tracingis a Preview feature that enables built-in support for OpenTelemetry instrumentation inside the Prisma Client and provides deep insights into the performance and timing of your queries. See our documentation for more information.For an easy to use and zero-configuration tracing instrumentation tool with a dashboard that provides an overview of your queries, statistics, and AI-powered recommendations, try Prisma Optimize.
WebAssembly engine size decrease for edge functions
Due to recent changes, some users experienced a steep increase of the bundle size in Prisma 5.20 when using the
driverAdaptersPreview feature, going over the 1 MB limit on the free tier of Cloudflare Workers. This has now been fixed.Fixes and improvements
Prisma Engines
Credits
Huge thanks to @austin-tildei, @LucianBuzzo, @mcuelenaere, @pagewang0, @key-moon, @pranayat, @yubrot, @skyzh for helping!
sapphiredev/utilities (@sapphire/eslint-config)
v5.0.6Compare Source
🐛 Bug Fixes
📝 Documentation
sapphiredev/utilities (@sapphire/ts-config)
v5.0.3Compare Source
Changelog
All notable changes to this project will be documented in this file.
v5.0.2Compare Source
🏠 Refactor
🐛 Bug Fixes
📝 Documentation
sapphiredev/utilities (@sapphire/utilities)
v3.18.2Compare Source
🐛 Bug Fixes
objectEntries,objectKeysandobjectValues(598c24a) (#857 by @GeniusTimo)v3.18.1Compare Source
Changelog
All notable changes to this project will be documented in this file.
v3.18.0Compare Source
🏠 Refactor
NonNullObjectandAnyObject(0dce7d6) (#821 by @kyranet)roundNumber(1e7d2de) (#810 by @kyranet)🐛 Bug Fixes
🚀 Features
IfandRequiredIf(143375f) (#825 by @kyranet)PrettifyObjecttype (5ac3f24) (#822 by @kyranet)Arrto the docs (997614c) (#780 by @favna)skyra-project/archid-components (@skyra/http-framework)
v2.2.1Compare Source
🐛 Bug Fixes
v2.2.0Compare Source
🐛 Bug Fixes
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.
This PR was generated by Mend Renovate. View the repository job log.