chore(deps): update all non-major dependencies #32
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.
Note
Mend has cancelled the proposed renaming of the Renovate GitHub app being renamed to
mend[bot]
.This notice will be removed on 2025-10-07.
This PR contains the following updates:
^0.14.0
->^0.15.0
^0.16.7
->^0.17.0
^0.30.2
->^0.31.0
^0.40.0
->^0.44.0
^0.40.1
->^0.44.0
10.17.1
->10.18.0
10.17.1
->10.18.0
^0.11.9
->^0.15.0
Release Notes
libsql/libsql-client-ts (@libsql/client)
v0.15.15
Compare Source
v0.15.14
Compare Source
v0.15.13
Compare Source
v0.15.12
Compare Source
v0.15.11
Compare Source
v0.15.10
Compare Source
libsql
package.v0.15.9
Compare Source
libsql
package.v0.15.8
Compare Source
v0.15.7
Compare Source
libsql
package.v0.15.6
Compare Source
libsql
package.v0.15.5
Compare Source
libsql
package.v0.15.4
Compare Source
libsql
package.v0.15.3
Compare Source
libsql
package.v0.15.2
Compare Source
libsql
package.v0.15.1
Compare Source
libsql
package.v0.15.0
Compare Source
libsql
package.drizzle-team/drizzle-orm (drizzle-kit)
v0.31.5
Compare Source
v0.31.4
Compare Source
halfvec
,bit
andsparsevec
type generation bug in drizzle-kitv0.31.3
Compare Source
Bug fixed
New Prisma-Drizzle extension
For more info, check docs: https://orm.drizzle.team/docs/prisma
v0.31.2
Compare Source
v0.31.1
Compare Source
v0.31.0
Compare Source
Features and improvements
Enum DDL improvements
For situations where you drop an
enum
value or reorder values in anenum
, there is no native way to do this in PostgreSQL. To handle these cases,drizzle-kit
used to:However, there were a few scenarios that weren’t covered:
PostgreSQL
wasn’t updating default expressions for columns when their data types changedTherefore, for cases where you either change a column’s data type from an
enum
to some other type, drop anenum
value, or reorderenum
values, we now do the following:esbuild
version upgradeFor
drizzle-kit
we upgraded the version to latest (0.25.2
), thanks @paulmarsicloudBug fixes
pnpm/pnpm (pnpm)
v10.18.0
Compare Source
Minor Changes
Added network performance monitoring to pnpm by implementing warnings for slow network requests, including both metadata fetches and tarball downloads.
Added configuration options for warning thresholds:
fetchWarnTimeoutMs
andfetchMinSpeedKiBps
.Warning messages are displayed when requests exceed time thresholds or fall below speed minimums
Related PR: #10025.
Patch Changes
minimumReleaseAge
configuration #10030.cleanupUnusedCatalogs
configuration when removing dependent packages.scriptShell
is set tofalse
#8748.pnpm dlx
should not fail whenminimumReleaseAge
is set #10037.rolldown/tsdown (tsdown)
v0.15.6
Compare Source
🐞 Bug Fixes
View changes on GitHub
v0.15.5
Compare Source
🚀 Features
inlineOnly
option - by @sxzz (e3bce)🐞 Bug Fixes
🏎 Performance
require
pure cjs deps - by @sxzz (091b8)View changes on GitHub
v0.15.4
Compare Source
🐞 Bug Fixes
View changes on GitHub
v0.15.3
Compare Source
🐞 Bug Fixes
View changes on GitHub
v0.15.2
Compare Source
🚀 Features
globImport
option - by @sxzz (cc30d)new URL(url, import.meta.url)
pattern by default - by @sxzz (f26e0)🐞 Bug Fixes
View changes on GitHub
v0.15.1
Compare Source
🚀 Features
config-loader
cli option - by @sxzz (f0ef7)🐞 Bug Fixes
View changes on GitHub
v0.15.0
Compare Source
🚨 Breaking Changes
🚀 Features
import.meta.glob
- by @sxzz (4223b)🐞 Bug Fixes
View changes on GitHub
v0.14.2
Compare Source
🚀 Features
exports.types
exists - by @ronantakizawa and @sxzz in #440 (98eb1)View changes on GitHub
v0.14.1
Compare Source
🐞 Bug Fixes
expandDirectories
- by @Debbl in #427 (fb2d1)View changes on GitHub
v0.14.0
Compare Source
🚨 Breaking Changes
expandDirectories
for matchingfast-glob
's behavior - by @sxzz (8171b)View changes on GitHub
v0.13.5
Compare Source
🐞 Bug Fixes
View changes on GitHub
v0.13.4
Compare Source
🚀 Features
cjsDefault
option - by @sxzz (f503f)🐞 Bug Fixes
cjsDefault
is enabled - by @sxzz (3ffa9)View changes on GitHub
v0.13.3
Compare Source
🚨 Minor Breaking Changes
dts.build
option should be enable manually fortsc -b
- by @sxzz (13146)🚀 Features
logLevel
&customLogger
option - by @sxzz (724d1)warnOnce
to logger - by @sxzz (eb4fb)ignoreWatch
- by @sxzz (91f9f)🐞 Bug Fixes
ignoreWatch
- by @sxzz (d0e31)View changes on GitHub
v0.13.2
Compare Source
🚨 Upstream Breaking Changes
dts.isolatedDeclarations
todts.oxc
- by @sxzz (5bdb9)🚀 Features
🐞 Bug Fixes
View changes on GitHub
v0.13.1
Compare Source
🚀 Features
🐞 Bug Fixes
defineConfig
- by @sxzz (7c32a)View changes on GitHub
v0.13.0
Compare Source
🚨 Breaking Changes
🚀 Features
banner
&footer
options - by @gwansikk and @sxzz in #338 (54e21)cjsDts
to input/output options context - by @sxzz (3c4b3)🐞 Bug Fixes
View changes on GitHub
v0.12.9
Compare Source
🚀 Features
nodeProtocol
option - by @ryoppippi and @sxzz in #336 (b3f67)View changes on GitHub
v0.12.8
Compare Source
🚀 Features
bundle
option - by @sxzz (d6faa)ResolvedOptions
- by @sxzz (13d9c)🐞 Bug Fixes
lastIndex
for regex - by @btea in #320 (1abc9)View changes on GitHub
v0.12.7
Compare Source
🚀 Features
🏎 Performance
View changes on GitHub
v0.12.6
Compare Source
🚀 Features
🐞 Bug Fixes
View changes on GitHub
v0.12.5
Compare Source
🚀 Features
onSuccess
- by @sebasptsch in #282 (4db20)🐞 Bug Fixes
View changes on GitHub
v0.12.4
Compare Source
🚀 Features
entry
tosrc/index.ts
if exists - by @gaoachao and @sxzz in #266 (0b3ea)🐞 Bug Fixes
platform
tonode
for CJS format - by @sxzz (747f5)View changes on GitHub
v0.12.3
Compare Source
🚀 Features
View changes on GitHub
v0.12.2
Compare Source
🚀 Features
View changes on GitHub
v0.12.1
Compare Source
🚀 Features
🏎 Performance
View changes on GitHub
v0.12.0
Compare Source
🚨 Breaking Changes
-f
to-F
for workspace filter,-f
now forformat
- by @sxzz (727ad)🚀 Features
exports
- by @sxzz (4707c)🏎 Performance
View changes on GitHub
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, 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.