fix(deps): update all non-major dependencies #19
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.
Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more here.
This PR contains the following updates:
0.7.2->0.8.00.7.6->0.8.10.7.1->0.8.10.7.4->0.8.50.3.6->0.15.153.0.1->3.1.25.0.2->5.0.56.13.2->6.21.06.13.2->6.21.00.20.6->0.31.50.29.1->0.44.58.55.0->8.57.11.3.1->1.3.42.35.1->2.46.18.16.2->8.21.03.1.0->3.6.20.12.0->0.12.12.2.1->2.2.24.2.8->4.2.203.6.2->3.8.63.0->v3.52.6.2->2.8.15.3.3->5.9.25.0.7->5.4.20Release Notes
elysiajs/elysia-cors (@elysiajs/cors)
v0.8.0Compare Source
Change:
elysiajs/eden (@elysiajs/eden)
v0.8.1Compare Source
Bug fix:
v0.8.0Compare Source
Feature:
v0.7.7Compare Source
Bug fix:
elysiajs/elysia-static (@elysiajs/static)
v0.8.1Compare Source
Feature:
indexHTMLsupportBug fix:
v0.8.0Compare Source
Change:
elysiajs/elysia-swagger (@elysiajs/swagger)
v0.8.5Compare Source
Bug fix:
v0.8.4Compare Source
Feature:
v0.8.3Compare Source
Bug fix:
v0.8.2Compare Source
Improvement:
v0.8.1Compare Source
Change:
v0.8.0Compare Source
Change:
libsql/libsql-client-ts (@libsql/client)
v0.15.15Compare Source
v0.15.14Compare Source
v0.15.13Compare Source
v0.15.12Compare Source
v0.15.11Compare Source
v0.15.10Compare Source
libsqlpackage.v0.15.9Compare Source
libsqlpackage.v0.15.8Compare Source
v0.15.7Compare Source
libsqlpackage.v0.15.6Compare Source
libsqlpackage.v0.15.5Compare Source
libsqlpackage.v0.15.4Compare Source
libsqlpackage.v0.15.3Compare Source
libsqlpackage.v0.15.2Compare Source
libsqlpackage.v0.15.1Compare Source
libsqlpackage.v0.15.0Compare Source
libsqlpackage.v0.14.0Compare Source
v0.13.0Compare Source
v0.12.0Compare Source
hrana-client-tsto latest 0.7.0 version which has stableisomorphic-fetchimplementation (see libsql/hrana-client-ts#19)v0.11.0Compare Source
libsql-jsto latest 0.4.4 version which brings full vector search support for embedded replicas (see vector search documentation here: https://docs.turso.tech/features/ai-and-embeddings)v0.10.0Compare Source
v0.9.0Compare Source
v0.8.1Compare Source
v0.8.0Compare Source
v0.7.0Compare Source
(defaults to 20) to address socket hangup errors.
v0.6.2Compare Source
v0.6.1Compare Source
batch()to wait for schema changes to finish when using shared schema.v0.6.0Compare Source
@libsql/clientnow requires Node 18 or later.v0.5.6Compare Source
libsqlpackage dependency to 0.3.10 that addswasm32assupported CPU, which is needed for StackBlitz compatibility.
v0.5.5Compare Source
@libsql/libsql-wasm-experimental"dependency to 0.0.2, whichfixes a broken sqlite3_get_autocommit() export.
v0.5.4Compare Source
libsqldependency to 0.3.9, which fixes symbol not found errors on Alpine.v0.5.3Compare Source
syncIntervalconfig option to enable periodic sync.libsqldependency to 0.3.7, which switches default encryption cipher to aes256cbs.v0.5.2Compare Source
v0.5.1Compare Source
libsqlpackage to 0.3.2, addencryptionCipheroption, and switch default cipher to SQLCipher.v0.5.0Compare Source
encryptionKeyconfig option, which enables encryption at rest for local database files.v0.4.3Compare Source
v0.4.2Compare Source
v0.4.1Compare Source
v0.4.0Compare Source
@libsql/client-wasmpackage.sveltejs/vite-plugin-svelte (@sveltejs/vite-plugin-svelte)
v3.1.2Compare Source
Patch Changes
v3.1.1Compare Source
Patch Changes
fix: ensure vite config is only resolved once during lazy init of vitePreprocess (#917)
fix: disable hmr when vite config server.hmr is false (#917)
v3.1.0Compare Source
Minor Changes
Patch Changes
Remove unnecessary
enableSourcemapoption usage and prevent passing it in Svelte 5 (#862)Updated dependencies [
8ae3dc8cf415355f406f23d6104cb6153d75dfc8]:v3.0.2Compare Source
Patch Changes
tsconfig/bases (@tsconfig/svelte)
v5.0.5Compare Source
v5.0.4Compare Source
v5.0.3Compare Source
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v6.21.0Compare Source
🚀 Features
export plugin metadata
allow
parserOptions.project: falseeslint-plugin: add rule prefer-find
🩹 Fixes
eslint-plugin: [no-unused-vars] don't report on types referenced in export assignment expression
eslint-plugin: [switch-exhaustiveness-check] better support for intersections, infinite types, non-union values
eslint-plugin: [consistent-type-imports] dont report on types used in export assignment expressions
eslint-plugin: [no-unnecessary-condition] handle left-hand optional with exactOptionalPropertyTypes option
eslint-plugin: [class-literal-property-style] allow getter when same key setter exists
eslint-plugin: [no-unnecessary-type-assertion] provide valid fixes for assertions with extra tokens before
askeyword❤️ Thank You
You can read about our versioning strategy and releases on our website.
v6.20.0Compare Source
🚀 Features
🩹 Fixes
eslint-plugin: [no-useless-template-literals] incorrect bigint autofix result
eslint-plugin: [prefer-nullish-coalescing] treat any/unknown as non-nullable
eslint-plugin: [no-useless-template-literals] report Infinity & NaN
eslint-plugin: [prefer-readonly] disable checking accessors
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v6.19.1Compare Source
🩹 Fixes
type-utils: preventing isUnsafeAssignment infinite recursive calls
eslint-plugin: [no-unnecessary-condition] fix false positive for type variable
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v6.19.0Compare Source
🚀 Features
eslint-plugin: [prefer-promise-reject-errors] add rule
eslint-plugin: [no-array-delete] add new rule
eslint-plugin: [no-useless-template-literals] add fix suggestions
🩹 Fixes
eslint-plugin: [no-unnecessary-type-assertion] detect unnecessary non-null-assertion on a call expression
eslint-plugin: [no-unnecesary-type-assertion] treat unknown/any as nullable
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v6.18.1Compare Source
🩹 Fixes
eslint-plugin: [no-non-null-assertion] provide valid fix when member access is on next line
eslint-plugin: [no-unnecessary-condition] improve checking optional callee
eslint-plugin: [prefer-readonly] support modifiers of unions and intersections
eslint-plugin: [switch-exhaustiveness-check] fix new allowDefaultCaseForExhaustiveSwitch option
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v6.18.0Compare Source
🚀 Features
typescript-estree: throw on invalid update expressions
eslint-plugin: [no-var-requires, no-require-imports] allow option
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v6.17.0Compare Source
Bug Fixes
patternsorpathsin options are empty (#8108) (675e987)Features
defaultcase on an already exhaustiveswitch(#7539) (6a219bd)You can read about our versioning strategy and releases on our website.
v6.16.0Compare Source
Bug Fixes
Features
You can read about our versioning strategy and releases on our website.
v6.15.0Compare Source
Features
You can read about our versioning strategy and releases on our website.
v6.14.0Compare Source
Bug Fixes
no-unsafe-unary-minus(#7998) (705370a)Features
You can read about our versioning strategy and releases on our website.
6.13.2 (2023-12-04)
Note: Version bump only for package @typescript-eslint/eslint-plugin
You can read about our versioning strategy and releases on our website.
6.13.1 (2023-11-28)
Note: Version bump only for package @typescript-eslint/eslint-plugin
You can read about our versioning strategy and releases on our website.
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v6.21.0Compare Source
🚀 Features
parserOptions.project: false❤️ Thank You
You can read about our versioning strategy and releases on our website.
v6.20.0Compare Source
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
v6.19.1Compare Source
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
v6.19.0Compare Source
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
v6.18.1Compare Source
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
v6.18.0Compare Source
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
v6.17.0Compare Source
Note: Version bump only for package @typescript-eslint/parser
You can read about our versioning strategy and releases on our website.
v6.16.0Compare Source
Note: Version bump only for package @typescript-eslint/parser
You can read about our versioning strategy and releases on our website.
v6.15.0Compare Source
Note: Version bump only for package @typescript-eslint/parser
You can read about our versioning strategy and releases on our website.
v6.14.0Compare Source
Note: Version bump only for package @typescript-eslint/parser
You can read about our versioning strategy and releases on our website.
6.13.2 (2023-12-04)
Note: Version bump only for package @typescript-eslint/parser
You can read about our versioning strategy and releases on our website.
6.13.1 (2023-11-28)
Note: Version bump only for package @typescript-eslint/parser
You can read about our versioning strategy and releases on our website.
drizzle-team/drizzle-orm (drizzle-kit)
v0.31.5Compare Source
v0.31.4Compare Source
halfvec,bitandsparsevectype generation bug in drizzle-kitv0.31.3Compare Source
databaseNameandpackageNameproperties for Studiov0.31.2Compare Source
Bug fixes
v0.31.1Compare Source
Fixed
drizzle-kit pullbugs when using Gel extensions.Because Gel extensions create schema names containing
::(for example,ext::auth), Drizzle previously handled these names incorrectly. Starting with this release, you can use Gel extensions without any problems. Here’s what you should do:drizzle.config.tsRun
drizzle-kit pullDone!
v0.31.0Compare Source
Features and improvements
Enum DDL improvements
For situations where you drop an
enumvalue or reorder values in anenum, there is no native way to do this in PostgreSQL. To handle these cases,drizzle-kitused to:However, there were a few scenarios that weren’t covered:
PostgreSQLwasn’t updating default expressions for columns when their data types changedTherefore, for cases where you either change a column’s data type from an
enumto some other type, drop anenumvalue, or reorderenumvalues, we now do the following:esbuildversion upgradeFor
drizzle-kitwe upgraded the version to latest (0.25.2), thanks @paulmarsicloudBug fixes
v0.30.6Compare Source
Bug fixes
v0.30.5Compare Source
New Features
Added
Geldialect support andgel-jsclient supportDrizzle is getting a new
Geldialect with its own types and Gel-specific logic. In this first iteration, almost all query-building features have been copied from thePostgreSQLdialect since Gel is fully PostgreSQL-compatible. The only change in this iteration is the data types. The Gel dialect has a different set of available data types, and all mappings for these types have been designed to avoid any extra conversions on Drizzle's side. This means you will insert and select exactly the same data as supported by the Gel protocol.Drizzle + Gel integration will work only through
drizzle-kit pull. Drizzle won't supportgenerate,migrate, orpushfeatures in this case. Instead, drizzle-kit is used solely to pull the Drizzle schema from the Gel database, which can then be used in yourdrizzle-ormqueries.The Gel + Drizzle workflow:
gelCLI to manage your schema.gelCLI to generate andConfiguration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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.