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.28.0 age adoption passing confidence devDependencies minor
drizzle-orm (source) 0.29.1 -> 0.36.1 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.0 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.3.3 age adoption passing confidence devDependencies minor
styfle/cancel-workflow-action 0.12.0 -> 0.12.1 age adoption passing confidence action 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.2 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.6.3 age adoption passing confidence devDependencies minor
vite (source) 5.0.7 -> 5.4.10 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.28.0

Compare Source

Breaking changes

Removed support for filtering by nested relations

Current example won't work in 0.28.0:

const usersWithPosts = await db.query.users.findMany({
  where: (table, { sql }) => (sql`json_array_length(${table.posts}) > 0`),
  with: {
    posts: true,
  },
});

The table object in the where callback won't have fields from with and extras. We removed them to be able to build more efficient relational queries, which improved row reads and performance.

If you have used those fields in the where callback before, there are several workarounds:

  1. Applying those filters manually on the code level after the rows are fetched;
  2. Using the core API.
Added Relational Queries mode config for mysql2 driver

Drizzle relational queries always generate exactly one SQL statement to run on the database and it has certain caveats. To have best in class support for every database out there we've introduced modes.

Drizzle relational queries use lateral joins of subqueries under the hood and for now PlanetScale does not support them.

When using mysql2 driver with regular MySQL database - you should specify mode: "default".
When using mysql2 driver with PlanetScale - you need to specify mode: "planetscale".

import { drizzle } from 'drizzle-orm/mysql2';
import mysql from 'mysql2/promise';
import * as schema from './schema';

const connection = await mysql.createConnection({
  uri: process.env.PLANETSCALE_DATABASE_URL,
});

const db = drizzle(connection, { schema, mode: 'planetscale' });

Improved IntelliSense performance for large schemas

We've run the diagnostics on a database schema with 85 tables, 666 columns, 26 enums, 172 indexes and 133 foreign keys. We've optimized internal types which resulted in 430% speed up in IntelliSense.

Improved Relational Queries Permormance and Read Usage

In this release we've fully changed a way query is generated for Relational Queri API.

As a summary we've made current set of changes in query generation startegy:

  1. Lateral Joins: In the new version we're utilizing lateral joins, denoted by the "LEFT JOIN LATERAL" clauses, to retrieve specific data from related tables efficiently For MySQL in PlanetScale and SQLite, we've used simple subquery selects, which improved a query plan and overall performance

  2. Selective Data Retrieval: In the new version we're retrieving only the necessary data from tables. This targeted data retrieval reduces the amount of unnecessary information fetched, resulting in a smaller dataset to process and faster execution.

  3. Reduced Aggregations: In the new version we've reduced the number of aggregation functions (e.g., COUNT, json_agg). By using json_build_array directly within the lateral joins, drizzle is aggregating the data in a more streamlined manner, leading to improved query performance.

  4. Simplified Grouping: In the new version the GROUP BY clause is removed, as the lateral joins and subqueries already handle data aggregation more efficiently.

For this drizzle query

const items = await db.query.comments.findMany({
  limit,
  orderBy: comments.id,
  with: {
    user: {
      columns: { name: true },
    },
    post: {
      columns: { title: true },
      with: {
        user: {
          columns: { name: true },
        },
      },
    },
  },
});

Query that Drizzle generates now

select "comments"."id",
       "comments"."user_id",
       "comments"."post_id",
       "comments"."content",
       "comments_user"."data" as "user",
       "comments_post"."data" as "post"
from "comments"
         left join lateral (select json_build_array("comments_user"."name") as "data"
                            from (select *
                                  from "users" "comments_user"
                                  where "comments_user"."id" = "comments"."user_id"
                                  limit 1) "comments_user") "comments_user" on true
         left join lateral (select json_build_array("comments_post"."title", "comments_post_user"."data") as "data"
                            from (select *
                                  from "posts" "comments_post"
                                  where "comments_post"."id" = "comments"."post_id"
                                  limit 1) "comments_post"
                                     left join lateral (select json_build_array("comments_post_user"."name") as "data"
                                                        from (select *
                                                              from "users" "comments_post_user"
                                                              where "comments_post_user"."id" = "comments_post"."user_id"
                                                              limit 1) "comments_post_user") "comments_post_user"
                                               on true) "comments_post" on true
order by "comments"."id"
limit 1

Query generated before:

SELECT "id",
       "user_id"

</details>

---

### 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](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/ProductsWay/notable-links).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40Ni4wIiwidXBkYXRlZEluVmVyIjoiMzkuNy4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

@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 8 times, most recently from 8e7aecf to ed5a14c Compare September 16, 2024 21:13
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from fbf9183 to 4c625c6 Compare September 25, 2024 08:01
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 6e10b2d to d8bccca Compare October 3, 2024 04:07
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 8585fed to fa20d3a Compare October 9, 2024 02:04
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from e1c38a8 to df8a021 Compare October 21, 2024 00:20
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from c772c0f to f386bb6 Compare October 23, 2024 06:19
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 0b68683 to 839269a Compare November 1, 2024 20:10
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