Skip to content
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

fix(deps): update all non-major dependencies #19

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 14, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@elysiajs/cors 0.7.2 -> 0.8.0 age adoption passing confidence dependencies minor
@elysiajs/eden 0.7.6 -> 0.8.1 age adoption passing confidence dependencies minor
@elysiajs/static 0.7.1 -> 0.8.1 age adoption passing confidence dependencies minor
@elysiajs/swagger 0.7.4 -> 0.8.5 age adoption passing confidence dependencies minor
@libsql/client 0.3.6 -> 0.14.0 age adoption passing confidence dependencies minor
@sveltejs/vite-plugin-svelte (source) 3.0.1 -> 3.1.2 age adoption passing confidence devDependencies minor
@tsconfig/svelte (source) 5.0.2 -> 5.0.4 age adoption passing confidence devDependencies patch
@typescript-eslint/eslint-plugin (source) 6.13.2 -> 6.21.0 age adoption passing confidence devDependencies minor
@typescript-eslint/parser (source) 6.13.2 -> 6.21.0 age adoption passing confidence devDependencies minor
drizzle-kit (source) 0.20.6 -> 0.30.5 age adoption passing confidence devDependencies minor
drizzle-orm (source) 0.29.1 -> 0.40.0 age adoption passing confidence dependencies minor
eslint (source) 8.55.0 -> 8.57.1 age adoption passing confidence devDependencies minor
eslint-config-productsway 1.3.1 -> 1.3.4 age adoption passing confidence devDependencies patch
eslint-plugin-svelte (source) 2.35.1 -> 2.46.1 age adoption passing confidence devDependencies minor
pino (source) 8.16.2 -> 8.21.0 age adoption passing confidence dependencies minor
prettier (source) 3.1.0 -> 3.5.3 age adoption passing confidence devDependencies minor
styfle/cancel-workflow-action 0.12.0 -> 0.12.1 age adoption passing confidence action patch
superjson 2.2.1 -> 2.2.2 age adoption passing confidence devDependencies patch
svelte (source) 4.2.8 -> 4.2.19 age adoption passing confidence devDependencies patch
svelte-check 3.6.2 -> 3.8.6 age adoption passing confidence devDependencies minor
traefik 3.0 -> v3.3 age adoption passing confidence minor
tslib (source) 2.6.2 -> 2.8.1 age adoption passing confidence devDependencies minor
typescript (source) 5.3.3 -> 5.8.2 age adoption passing confidence devDependencies minor
vite (source) 5.0.7 -> 5.4.14 age adoption passing 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.14.0

Compare Source

v0.13.0

Compare Source

v0.12.0

Compare Source

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.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.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 apply migrations to the database.
  3. Use drizzle-kit to pull the Gel database schema into a Drizzle schema.
  4. Use drizzle-orm with gel-js to query the Gel database.

On the drizzle-kit side you can now use dialect: "gel"

// drizzle.config.ts
import { defineConfig } from 'drizzle-kit';

export default defineConfig({
  dialect: 'gel',
});

For a complete Get Started tutorial you can use our new guides:

v0.30.4

Compare Source

  • Fix bug that generates incorrect syntax when introspect in mysql
  • Fix a bug that caused incorrect syntax output when introspect in unsigned columns

v0.30.3

Compare Source

SingleStore push and generate improvements

As SingleStore did not support certain DDL statements before this release, you might encounter an error indicating that some schema changes cannot be applied due to a database issue. Starting from this version, drizzle-kit will detect such cases and initiate table recreation with data transfer between the tables

Bug fixes

v0.30.2

Compare Source

v0.30.1

Compare Source

New Features

drizzle-kit export

To make drizzle-kit integration with other migration tools, like Atlas much easier, we've prepared a new command called export. It will translate your drizzle schema in SQL representation(DDL) statements and outputs to the console

// schema.ts
import { pgTable, serial, text } from 'drizzle-orm/pg-core'

export const users = pgTable('users', {
	id: serial('id').primaryKey(),
	email: text('email').notNull(),
	name: text('name')
});

Running

npx drizzle-kit export

will output this string to console

CREATE TABLE "users" (
        "id" serial PRIMARY KEY NOT NULL,
        "email" text NOT NULL,
        "name" text
);

By default, the only option for now is --sql, so the output format wil


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 4 times, most recently from 58120b5 to 8e58bbf Compare November 26, 2024 16:59
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from c3a81e9 to 419b054 Compare December 6, 2024 01:38
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from a82af88 to 41c04a0 Compare December 13, 2024 19:04
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 41c04a0 to 5f2d05c Compare December 25, 2024 12:48
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from f969205 to 22a37d1 Compare January 8, 2025 23:22
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from eb5069d to a108cab Compare January 21, 2025 13:25
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from d866a05 to f6a4c92 Compare January 29, 2025 17:53
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 5879aa7 to 5ac543b Compare February 10, 2025 21:05
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 5ac543b to 529bdcb Compare February 13, 2025 15:47
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 93692da to 6460929 Compare February 28, 2025 18:26
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 6460929 to 84c7dee Compare March 3, 2025 02:15
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.

0 participants