Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 14, 2023

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:

Package Change Age Confidence Type Update
@elysiajs/cors 0.7.2 -> 0.8.0 age confidence dependencies minor
@elysiajs/eden 0.7.6 -> 0.8.1 age confidence dependencies minor
@elysiajs/static 0.7.1 -> 0.8.1 age confidence dependencies minor
@elysiajs/swagger 0.7.4 -> 0.8.5 age confidence dependencies minor
@libsql/client (source) 0.3.6 -> 0.15.15 age confidence dependencies minor
@sveltejs/vite-plugin-svelte (source) 3.0.1 -> 3.1.2 age confidence devDependencies minor
@tsconfig/svelte (source) 5.0.2 -> 5.0.5 age confidence devDependencies patch
@typescript-eslint/eslint-plugin (source) 6.13.2 -> 6.21.0 age confidence devDependencies minor
@typescript-eslint/parser (source) 6.13.2 -> 6.21.0 age confidence devDependencies minor
drizzle-kit (source) 0.20.6 -> 0.31.5 age confidence devDependencies minor
drizzle-orm (source) 0.29.1 -> 0.44.5 age confidence dependencies minor
eslint (source) 8.55.0 -> 8.57.1 age confidence devDependencies minor
eslint-config-productsway 1.3.1 -> 1.3.4 age confidence devDependencies patch
eslint-plugin-svelte (source) 2.35.1 -> 2.46.1 age confidence devDependencies minor
pino (source) 8.16.2 -> 8.21.0 age confidence dependencies minor
prettier (source) 3.1.0 -> 3.6.2 age confidence devDependencies minor
styfle/cancel-workflow-action 0.12.0 -> 0.12.1 age confidence action patch
superjson 2.2.1 -> 2.2.2 age confidence devDependencies patch
svelte (source) 4.2.8 -> 4.2.20 age confidence devDependencies patch
svelte-check 3.6.2 -> 3.8.6 age confidence devDependencies minor
traefik 3.0 -> v3.5 age confidence minor
tslib (source) 2.6.2 -> 2.8.1 age confidence devDependencies minor
typescript (source) 5.3.3 -> 5.9.2 age confidence devDependencies minor
vite (source) 5.0.7 -> 5.4.20 age confidence devDependencies minor

Release Notes

elysiajs/elysia-cors (@​elysiajs/cors)

v0.8.0

Compare Source

Change:

  • Add support for Elysia 0.8
elysiajs/eden (@​elysiajs/eden)

v0.8.1

Compare Source

Bug fix:

  • #​41 params now optional for paramless routes in edenFetch
  • #​39 transform entire object returned by execute

v0.8.0

Compare Source

Feature:

  • Support Elysia 0.8

v0.7.7

Compare Source

Bug fix:

  • treaty: #​36 FileArray send [ object Promise ] instead binary
  • treaty: #​34 Add a way to get the unresolved Response for corner case support
elysiajs/elysia-static (@​elysiajs/static)

v0.8.1

Compare Source

Feature:

  • indexHTML support
  • #​16 implement enableDecodeURI
  • #​13 prettier and eslint

Bug fix:

  • #​18 404 navigate to folder
  • #​14 browser cache
  • #​12 always static with assets on an absolute path

v0.8.0

Compare Source

Change:

  • Add support for Elysia 0.8
elysiajs/elysia-swagger (@​elysiajs/swagger)

v0.8.5

Compare Source

Bug fix:

  • #​39 Array type does not work

v0.8.4

Compare Source

Feature:

  • #​96 move to scalar configuration prop
  • #​95 Scalar CDN option
  • #​92 update scalar to 1.13.0 and using latest instead of hardcoded version

v0.8.3

Compare Source

Bug fix:

  • Using local Scalar API reference instead of leftover one (oppsie 👉👈)

v0.8.2

Compare Source

Improvement:

  • Extract type inference to reduce bundle-size

v0.8.1

Compare Source

Change:

  • Using Scalar provider as new default

v0.8.0

Compare Source

Change:

  • Add support for Elysia 0.8
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

  • Bump to latest libsql package.

v0.15.9

Compare Source

  • Bump to latest libsql package.

v0.15.8

Compare Source

v0.15.7

Compare Source

  • Bump to latest libsql package.

v0.15.6

Compare Source

  • Bump to latest libsql package.

v0.15.5

Compare Source

  • Bump to latest libsql package.

v0.15.4

Compare Source

  • Bump to latest libsql package.

v0.15.3

Compare Source

  • Bump to latest libsql package.

v0.15.2

Compare Source

  • Bump to latest libsql package.

v0.15.1

Compare Source

  • Bump to latest libsql package.

v0.15.0

Compare Source

  • Bump to latest libsql package.

v0.14.0

Compare Source

v0.13.0

Compare Source

v0.12.0

Compare Source

  • Upgrade hrana-client-ts to latest 0.7.0 version which has stable isomorphic-fetch implementation (see libsql/hrana-client-ts#19)

v0.11.0

Compare Source

v0.10.0

Compare Source

  • Add a migrate() API that can be used to do migrations on both schema databases and regular databases. It is mostly dedicated to schema migration tools.

v0.9.0

Compare Source

v0.8.1

Compare Source

  • Fix embedded replica sync WAL index path name , which caused "No such file or directory" for local sync in some cases (#​244).

v0.8.0

Compare Source

  • No changes from 0.8.0-pre.1.

v0.7.0

Compare Source

  • Add configurable concurrency limit for parallel query execution
    (defaults to 20) to address socket hangup errors.

v0.6.2

Compare Source

  • Fix compatibility issue with libSQL server versions that don't have migrations endpoint.

v0.6.1

Compare Source

  • Add an option to batch() to wait for schema changes to finish when using shared schema.

v0.6.0

Compare Source

  • Bump hrana client to 0.6.0, which uses native Node fetch(). Note that
    @libsql/client now requires Node 18 or later.

v0.5.6

Compare Source

  • Bump libsql package dependency to 0.3.10 that adds wasm32 as
    supported CPU, which is needed for StackBlitz compatibility.

v0.5.5

Compare Source

  • Bump @libsql/libsql-wasm-experimental" dependency to 0.0.2, which
    fixes a broken sqlite3_get_autocommit() export.

v0.5.4

Compare Source

  • Bump libsql dependency to 0.3.9, which fixes symbol not found errors on Alpine.

v0.5.3

Compare Source

  • Add syncInterval config option to enable periodic sync.
  • Bump libsql dependency to 0.3.7, which switches default encryption cipher to aes256cbs.

v0.5.2

Compare Source

  • Disable SQL statemen tracing in Wasm.

v0.5.1

Compare Source

  • Update libsql package to 0.3.2, add encryptionCipher option, and switch default cipher to SQLCipher.

v0.5.0

Compare Source

  • Add a encryptionKey config option, which enables encryption at rest for local database files.

v0.4.3

Compare Source

v0.4.2

Compare Source

v0.4.1

Compare Source

v0.4.0

Compare Source

  • Update hrana-client package to 0.5.6.
  • Add a @libsql/client-wasm package.
  • Fix Bun on Linux/arm64.
sveltejs/vite-plugin-svelte (@​sveltejs/vite-plugin-svelte)

v3.1.2

Compare Source

Patch Changes
  • add warning for svelte5 users to update to vite-plugin-svelte@​4 (#​964)

v3.1.1

Compare 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.0

Compare Source

Minor Changes
  • feat(svelte5): enable hmr option in dev (#​836)
Patch Changes

v3.0.2

Compare Source

Patch Changes
  • fix(compile): correctly determine script lang in files where a comment precedes the script tag (#​844)
tsconfig/bases (@​tsconfig/svelte)

v5.0.5

Compare Source

v5.0.4

Compare Source

v5.0.3

Compare Source

typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v6.21.0

Compare Source

🚀 Features
  • export plugin metadata

  • allow parserOptions.project: false

  • eslint-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 as keyword

❤️ Thank You
  • auvred
  • Brad Zacher
  • Kirk Waiblinger
  • Pete Gonzalez
  • YeonJuan

You can read about our versioning strategy and releases on our website.

v6.20.0

Compare Source

🚀 Features
  • eslint-plugin: [member-ordering] allow easy reuse of the default ordering
🩹 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
  • Alex Parloti
  • auvred
  • James Browning
  • StyleShit
  • YeonJuan

You can read about our versioning strategy and releases on our website.

v6.19.1

Compare Source

🩹 Fixes
  • type-utils: preventing isUnsafeAssignment infinite recursive calls

  • eslint-plugin: [no-unnecessary-condition] fix false positive for type variable

❤️ Thank You
  • YeonJuan

You can read about our versioning strategy and releases on our website.

v6.19.0

Compare 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
  • auvred
  • Brad Zacher
  • Josh Goldberg ✨
  • Joshua Chen
  • LJX
  • Steven
  • StyleShit

You can read about our versioning strategy and releases on our website.

v6.18.1

Compare 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
  • auvred
  • James
  • Josh Goldberg ✨
  • YeonJuan

You can read about our versioning strategy and releases on our website.

v6.18.0

Compare Source

🚀 Features
  • typescript-estree: throw on invalid update expressions

  • eslint-plugin: [no-var-requires, no-require-imports] allow option

❤️ Thank You
  • auvred
  • Joshua Chen

You can read about our versioning strategy and releases on our website.

v6.17.0

Compare Source

Bug Fixes
  • eslint-plugin: [no-restricted-imports] prevent crash when patterns or paths in options are empty (#​8108) (675e987)
Features
  • eslint-plugin: [no-floating-promises] flag result of .map(async) (#​7897) (5857356)
  • eslint-plugin: [switch-exhaustiveness-check] add an option to warn against a default case on an already exhaustive switch (#​7539) (6a219bd)

You can read about our versioning strategy and releases on our website.

v6.16.0

Compare Source

Bug Fixes
  • eslint-plugin: [unbound-method] exempt all non-Promise built-in statics (#​8096) (3182959)
Features
  • eslint-plugin: deprecate formatting (meta.type: layout) rules (#​8073) (04dea84)
  • eslint-plugin: deprecate no-extra-semi in favor of ESLint Stylistic equivalent (#​8123) (9368bf3)

You can read about our versioning strategy and releases on our website.

v6.15.0

Compare Source

Features

You can read about our versioning strategy and releases on our website.

v6.14.0

Compare Source

Bug Fixes
  • eslint-plugin: add no-unsafe-unary-minus, prefer-destructuring to disable-type-checked (#​8038) (431cd15)
  • eslint-plugin: correct message for no-unsafe-unary-minus (#​7998) (705370a)
Features
  • eslint-plugin: [explicit-function-return-type] add support for typed class property definitions (#​8027) (bff47d7)
  • eslint-plugin: [require-await] allow yielding Promise in async generators (#​8003) (4c3e704)

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.0

Compare Source

🚀 Features
  • allow parserOptions.project: false
❤️ Thank You
  • auvred
  • Brad Zacher
  • Kirk Waiblinger
  • Pete Gonzalez
  • YeonJuan

You can read about our versioning strategy and releases on our website.

v6.20.0

Compare 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.1

Compare 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.0

Compare 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.1

Compare 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.0

Compare 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.0

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

You can read about our versioning strategy and releases on our website.

v6.16.0

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

You can read about our versioning strategy and releases on our website.

v6.15.0

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

You can read about our versioning strategy and releases on our website.

v6.14.0

Compare 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.5

Compare Source

  • Add casing support to studio configuration and related functions

v0.31.4

Compare Source

  • Fixed halfvec, bit and sparsevec type generation bug in drizzle-kit

v0.31.3

Compare Source

  • Internal changes to Studio context. Added databaseName and packageName properties for Studio

v0.31.2

Compare Source

Bug fixes
  • Fixed relations extraction to not interfere with Drizzle Studio.

v0.31.1

Compare Source

Fixed drizzle-kit pull bugs 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:

  1. Enable extensions schemas in drizzle.config.ts
import  { defineConfig } from "drizzle-kit";

export default defineConfig({
  dialect: 'gel',
  schemaFilter: ['ext::auth', 'public']
});
  1. Run drizzle-kit pull

  2. Done!

v0.31.0

Compare Source

Features and improvements

Enum DDL improvements

For situations where you drop an enum value or reorder values in an enum, there is no native way to do this in PostgreSQL. To handle these cases, drizzle-kit used to:

  • Change the column data types from the enum to text
  • Drop the old enum
  • Add the new enum
  • Change the column data types back to the new enum

However, there were a few scenarios that weren’t covered: PostgreSQL wasn’t updating default expressions for columns when their data types changed

Therefore, for cases where you either change a column’s data type from an enum to some other type, drop an enum value, or reorder enum values, we now do the following:

  • Change the column data types from the enum to text
  • Set the default using the ::text expression
  • Drop the old enum
  • Add the new enum
  • Change the column data types back to the new enum
  • Set the default using the ::<new_enum> expression
esbuild version upgrade

For drizzle-kit we upgraded the version to latest (0.25.2), thanks @​paulmarsicloud

Bug fixes

v0.30.6

Compare Source

Bug fixes

v0.30.5

Compare Source

New Features

Added Gel dialect support and gel-js client support

Drizzle is getting a new Gel dialect with its own types and Gel-specific logic. In this first iteration, almost all query-building features have been copied from the PostgreSQL dialect 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 support generate, migrate, or push features in this case. Instead, drizzle-kit is used solely to pull the Drizzle schema from the Gel database, which can then be used in your drizzle-orm queries.

The Gel + Drizzle workflow:

  1. Use the gel CLI to manage your schema.
  2. Use the gel CLI to generate and

Configuration

📅 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.


  • 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 force-pushed the renovate/all-minor-patch branch from 33de7d8 to 71801e8 Compare November 15, 2023 18:20
@renovate renovate bot changed the title fix(deps): update dependency @elysiajs/cors to v0.7.2 fix(deps): update all non-major dependencies Nov 15, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 9 times, most recently from 393869d to 1e1693a Compare November 22, 2023 14:34
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from e9878e1 to 4210660 Compare November 30, 2023 10:53
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from 8922711 to a03b371 Compare December 8, 2023 13:54
@renovate renovate bot changed the title fix(deps): update all non-major dependencies fix(deps): update all non-major dependencies - autoclosed Dec 9, 2023
@renovate renovate bot closed this Dec 9, 2023
@renovate renovate bot deleted the renovate/all-minor-patch branch December 9, 2023 03:38
@renovate renovate bot restored the renovate/all-minor-patch branch December 10, 2023 09:47
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 7e9fbbf to 1ce7fd4 Compare June 9, 2025 10:40
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from b336c1c to dcbc7f2 Compare June 27, 2025 11:26
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from dcbc7f2 to 6008468 Compare July 2, 2025 15:48
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 6008468 to e616d28 Compare July 14, 2025 19:51
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e616d28 to bf7ff5a Compare July 27, 2025 15:55
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from bf7ff5a to 39f85d4 Compare August 4, 2025 22:32
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 39f85d4 to d85f403 Compare August 15, 2025 11:40
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d85f403 to bf28ffb Compare August 23, 2025 00:07
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from bf28ffb to 4afcb50 Compare September 1, 2025 11:55
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 4afcb50 to 82f790c Compare September 8, 2025 15:52
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from b4494da to 19e0925 Compare October 3, 2025 11:54
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from f58e11b to acfd27a Compare October 26, 2025 03:37
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from acfd27a to f5997ec Compare November 1, 2025 07:57
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from e6bbdd9 to 9b8429b Compare November 16, 2025 12:07
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 3272a11 to 27e9676 Compare November 30, 2025 11:45
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 27e9676 to 9d72e5f Compare December 4, 2025 20:11
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 9d72e5f to 6daf027 Compare December 11, 2025 22:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant