lasseklovstad / gata

0 stars 0 forks source link

chore(deps): update npm non-major dependencies #165

Closed renovate[bot] closed 3 months ago

renovate[bot] commented 4 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
drizzle-kit 0.22.2 -> 0.22.6 age adoption passing confidence
drizzle-orm (source) 0.31.1 -> 0.31.2 age adoption passing confidence
knip (source) 5.17.4 -> 5.18.1 age adoption passing confidence
lucide-react (source) ^0.387.0 -> ^0.390.0 age adoption passing confidence
vite (source) 5.2.12 -> 5.2.13 age adoption passing confidence

Release Notes

drizzle-team/drizzle-kit-mirror (drizzle-kit) ### [`v0.22.6`](https://togithub.com/drizzle-team/drizzle-kit-mirror/releases/tag/v0.22.6): 0.22.6 [Compare Source](https://togithub.com/drizzle-team/drizzle-kit-mirror/compare/v0.22.5...v0.22.6) - 🐛 Fixed `drizzle-kit up` of snapshots from v6 to v7 - 🐛 \[BUG]: extensionsFilters: \['postgis'] still trying to delete spatial_ref_sys - [#​2464](https://togithub.com/drizzle-team/drizzle-orm/issues/2464) ### [`v0.22.5`](https://togithub.com/drizzle-team/drizzle-kit-mirror/releases/tag/v0.22.5): 0.22.5 [Compare Source](https://togithub.com/drizzle-team/drizzle-kit-mirror/compare/v0.22.4...v0.22.5) - 🐛 \[BUG]: Recreating pg index in version 0.31(orm) + 0.22(kit) fails - [#​2470](https://togithub.com/drizzle-team/drizzle-orm/issues/2470) - 🐛 \[BUG]: Drizzle migrator doesn't work with uppercase names when creating indexes - [#​2457](https://togithub.com/drizzle-team/drizzle-orm/issues/2457) - 🐛 \[BUG]: 'left' column name not escaped in index - [#​2425](https://togithub.com/drizzle-team/drizzle-orm/issues/2425) - 🐛 \[BUG]: drizzle-kit push TypeError Cannot use 'in' operator to search for 'default' in undefined - [#​2385](https://togithub.com/drizzle-team/drizzle-orm/issues/2385) - 🐛 \[BUG]: Breaking change in the new "PostgreSQL Indexes API" missing quotes for uppercase column letters - [#​2413](https://togithub.com/drizzle-team/drizzle-orm/issues/2413) - 🐛 \[BUG]: drizzle-kit migrate fail "applying migrations...error: column "authorid" does not exist" - [#​2423](https://togithub.com/drizzle-team/drizzle-orm/issues/2423) ### [`v0.22.4`](https://togithub.com/drizzle-team/drizzle-kit-mirror/releases/tag/v0.22.4): 0.22.4 [Compare Source](https://togithub.com/drizzle-team/drizzle-kit-mirror/compare/v0.22.3...v0.22.4) - Removed `data loss` triggers on `push` when adding a `NOT NULL` constraint to a column and when removing the `default` value from a column. These actions will now be performed immediately, and if there are any `NULL` values in the column, you will receive an error from the database ### [`v0.22.3`](https://togithub.com/drizzle-team/drizzle-kit-mirror/releases/tag/v0.22.3): 0.22.3 [Compare Source](https://togithub.com/drizzle-team/drizzle-kit-mirror/compare/v0.22.2...v0.22.3) - 🐛 Fix `Cannot use 'in' operator to search for 'default' in undefined` error on push and generate
drizzle-team/drizzle-orm (drizzle-orm) ### [`v0.31.2`](https://togithub.com/drizzle-team/drizzle-orm/releases/tag/0.31.2) [Compare Source](https://togithub.com/drizzle-team/drizzle-orm/compare/0.31.1...0.31.2) - 🎉 Added support for TiDB Cloud Serverless driver: ```ts import { connect } from '@​tidbcloud/serverless'; import { drizzle } from 'drizzle-orm/tidb-serverless'; const client = connect({ url: '...' }); const db = drizzle(client); await db.select().from(...); ```
webpro-nl/knip (knip) ### [`v5.18.1`](https://togithub.com/webpro-nl/knip/compare/5.18.0...28f05f0ad314918d9f6ea0e5c1719d50ebffd9ee) [Compare Source](https://togithub.com/webpro-nl/knip/compare/5.18.0...5.18.1) ### [`v5.18.0`](https://togithub.com/webpro-nl/knip/releases/tag/5.18.0) [Compare Source](https://togithub.com/webpro-nl/knip/compare/5.17.4...5.18.0) - Don't report issues when using --trace ([`d8e9719`](https://togithub.com/webpro-nl/knip/commit/d8e9719b)) - Emphasize --debug and --trace on troubleshooting page ([`bcb5e93`](https://togithub.com/webpro-nl/knip/commit/bcb5e93f)) - Add --performance screenshot ([`d0d0108`](https://togithub.com/webpro-nl/knip/commit/d0d01082)) - Integration test knip --cache for eslint as well ([`443b8be`](https://togithub.com/webpro-nl/knip/commit/443b8be0)) - Dogfoodin' is underrated ([`7115889`](https://togithub.com/webpro-nl/knip/commit/7115889b)) - Update docs ([`0651144`](https://togithub.com/webpro-nl/knip/commit/0651144c)) - Test against latest TS 5.5 rc ([`f7aba23`](https://togithub.com/webpro-nl/knip/commit/f7aba23c)) - Add test for imports-self (closes [#​663](https://togithub.com/webpro-nl/knip/issues/663)) ([`736b0a2`](https://togithub.com/webpro-nl/knip/commit/736b0a25)) - Major refactor of dep graph for trace feature ([`ad16689`](https://togithub.com/webpro-nl/knip/commit/ad16689b)) - Use cwd as default base in `toAbsolute` ([`678f47a`](https://togithub.com/webpro-nl/knip/commit/678f47ab)) - Fix tsup entries are production entry files ([`4d839d8`](https://togithub.com/webpro-nl/knip/commit/4d839d8f)) - Don't need to cache package.json ([`da33b9c`](https://togithub.com/webpro-nl/knip/commit/da33b9c4)) - Better explain `ignoreBinaries` configuration option ([#​670](https://togithub.com/webpro-nl/knip/issues/670)) ([`8470505`](https://togithub.com/webpro-nl/knip/commit/8470505f)) - Update funding options ([`81cf806`](https://togithub.com/webpro-nl/knip/commit/81cf806d))
lucide-icons/lucide (lucide-react) ### [`v0.390.0`](https://togithub.com/lucide-icons/lucide/releases/tag/0.390.0): New icons 0.390.0 [Compare Source](https://togithub.com/lucide-icons/lucide/compare/0.387.0...0.390.0) #### New icons 🎨 - `calendar-cog` ([#​2176](https://togithub.com/lucide-icons/lucide/issues/2176)) by [@​AlexandrePhilibert](https://togithub.com/AlexandrePhilibert)
vitejs/vite (vite) ### [`v5.2.13`](https://togithub.com/vitejs/vite/releases/tag/v5.2.13) [Compare Source](https://togithub.com/vitejs/vite/compare/v5.2.12...v5.2.13) Please refer to [CHANGELOG.md](https://togithub.com/vitejs/vite/blob/v5.2.13/packages/vite/CHANGELOG.md) for details.

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 becomes conflicted, 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 has been generated by Mend Renovate. View repository job log here.