msonnberger / queued

https://queued.vercel.app
3 stars 0 forks source link

Update all non-major dependencies #222

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@testing-library/jest-dom 5.16.5 -> 5.17.0 age adoption passing confidence
@typescript-eslint/eslint-plugin 6.0.0 -> 6.1.0 age adoption passing confidence
@typescript-eslint/parser 6.0.0 -> 6.1.0 age adoption passing confidence
class-variance-authority 0.6.1 -> 0.7.0 age adoption passing confidence
drizzle-kit 0.19.6 -> 0.19.9 age adoption passing confidence
lucide-svelte (source) 0.260.0 -> 0.262.0 age adoption passing confidence
oazapfts 4.7.1 -> 4.7.3 age adoption passing confidence
pnpm (source) 8.6.7 -> 8.6.9 age adoption passing confidence
pusher-js 8.2.0 -> 8.3.0 age adoption passing confidence
svelte (source) 4.0.5 -> 4.1.0 age adoption passing confidence
vite (source) 4.4.4 -> 4.4.5 age adoption passing confidence

Release Notes

testing-library/jest-dom (@​testing-library/jest-dom) ### [`v5.17.0`](https://togithub.com/testing-library/jest-dom/releases/tag/v5.17.0) [Compare Source](https://togithub.com/testing-library/jest-dom/compare/v5.16.5...v5.17.0) ##### Features - New `toHaveAccessibleErrorMessage` better implementing the spec, deprecate `toHaveErrorMessage` ([#​503](https://togithub.com/testing-library/jest-dom/issues/503)) ([d717c66](https://togithub.com/testing-library/jest-dom/commit/d717c66cb4a32c806e53b287418a4013d37898fb))
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin) ### [`v6.1.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#610-2023-07-17) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v6.0.0...v6.1.0) ##### Bug Fixes - **eslint-plugin:** \[comma-dangle] fixed crash from undefined predicate.ignore ([#​7223](https://togithub.com/typescript-eslint/typescript-eslint/issues/7223)) ([d368164](https://togithub.com/typescript-eslint/typescript-eslint/commit/d368164478a8b141ad6b1c4ea5088fdc639ccafe)) - **eslint-plugin:** \[no-floating-promises] false negative calling .then with second argument undefined ([#​6881](https://togithub.com/typescript-eslint/typescript-eslint/issues/6881)) ([606a52c](https://togithub.com/typescript-eslint/typescript-eslint/commit/606a52cefcecd594df6edc359bff291b835169f2)), closes [#​6850](https://togithub.com/typescript-eslint/typescript-eslint/issues/6850) - **eslint-plugin:** \[no-floating-promises] finally should be transparent to unhandled promises ([#​7092](https://togithub.com/typescript-eslint/typescript-eslint/issues/7092)) ([2a4421c](https://togithub.com/typescript-eslint/typescript-eslint/commit/2a4421ccf072f866bb6c2dadab967aa69ac9bf4a)) - **eslint-plugin:** \[no-unnecessary-type-constraint] correctly fix in cts/mts files ([#​6795](https://togithub.com/typescript-eslint/typescript-eslint/issues/6795)) ([1404796](https://togithub.com/typescript-eslint/typescript-eslint/commit/14047963d79e4d4a783854e2826a30004fa34570)) - **eslint-plugin:** \[no-unused-vars] check if any variable definition is exported ([#​6873](https://togithub.com/typescript-eslint/typescript-eslint/issues/6873)) ([587ac30](https://togithub.com/typescript-eslint/typescript-eslint/commit/587ac306d9e53736ebe799f5b9edcb7dd030eed6)), closes [#​6188](https://togithub.com/typescript-eslint/typescript-eslint/issues/6188) - **eslint-plugin:** fix schemas across several rules and add schema tests ([#​6947](https://togithub.com/typescript-eslint/typescript-eslint/issues/6947)) ([dd31bed](https://togithub.com/typescript-eslint/typescript-eslint/commit/dd31bed1e921531abe039180c9aeccbd56934601)) - **eslint-plugin:** include the rules types in the package ([#​7215](https://togithub.com/typescript-eslint/typescript-eslint/issues/7215)) ([a3da11d](https://togithub.com/typescript-eslint/typescript-eslint/commit/a3da11d09b1d119fd5bc4cd776474e2520d7fefd)) ##### Features - **typescript-estree:** add EXPERIMENTAL_useProjectService option to use TypeScript project service ([#​6754](https://togithub.com/typescript-eslint/typescript-eslint/issues/6754)) ([6d3d162](https://togithub.com/typescript-eslint/typescript-eslint/commit/6d3d162ce032ebcf5f892a4edfb897797fc96191)) You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
typescript-eslint/typescript-eslint (@​typescript-eslint/parser) ### [`v6.1.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#610-2023-07-17) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v6.0.0...v6.1.0) ##### Features - **typescript-estree:** add EXPERIMENTAL_useProjectService option to use TypeScript project service ([#​6754](https://togithub.com/typescript-eslint/typescript-eslint/issues/6754)) ([6d3d162](https://togithub.com/typescript-eslint/typescript-eslint/commit/6d3d162ce032ebcf5f892a4edfb897797fc96191)) You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
joe-bell/cva (class-variance-authority) ### [`v0.7.0`](https://togithub.com/joe-bell/cva/releases/tag/v0.7.0) [Compare Source](https://togithub.com/joe-bell/cva/compare/v0.6.1...v0.7.0) #### What's Changed - Upgrade to `clsx@2.0.0` by [@​joe-bell](https://togithub.com/joe-bell) in [https://github.com/joe-bell/cva/pull/185](https://togithub.com/joe-bell/cva/pull/185) **Full Changelog**: https://github.com/joe-bell/cva/compare/v0.6.1...v0.7.0
drizzle-team/drizzle-kit-mirror (drizzle-kit) ### [`v0.19.9`](https://togithub.com/drizzle-team/drizzle-kit-mirror/compare/v0.19.8...17a6dee0e1d9aac186b8d7e05479f26a20213a49) [Compare Source](https://togithub.com/drizzle-team/drizzle-kit-mirror/compare/v0.19.8...17a6dee0e1d9aac186b8d7e05479f26a20213a49) ### [`v0.19.8`](https://togithub.com/drizzle-team/drizzle-kit-mirror/releases/tag/v0.19.8): 0.19.8 [Compare Source](https://togithub.com/drizzle-team/drizzle-kit-mirror/compare/v0.19.7...v0.19.8) #### Drizzle Kit ##### Bug fixes - πŸ› `Cannot read properties of undefined (reading 'columns')` on `push:mysql` with `tableFilters` #### Drizzle Studio ##### Bug fixes - πŸ› Fixed [Studio - Input 0 for integer but it complains 0 is not a number](https://togithub.com/drizzle-team/drizzle-kit-mirror/issues/114) issue ##### Features - πŸŽ‰ Added a new shortcuts option. You can now navigate, close, and open specific tables using shortcuts image image ### [`v0.19.7`](https://togithub.com/drizzle-team/drizzle-kit-mirror/releases/tag/v0.19.7): 0.19.7 [Compare Source](https://togithub.com/drizzle-team/drizzle-kit-mirror/compare/v0.19.6...v0.19.7) A few more important bug fixes for MySQL: - πŸ› Adding `NOT NULL` and `DEFAULT 0` for integer columns was triggering table truncation on push. I asked `drizzle-kit` not to do it, and he agreed. - πŸ› `__drizzle_migrations` was used for primary key detection during introspection. For now, we will simply filter this table during the information schema querying step. - πŸ› Another attempt to fix `Impossible to push schema changes due to ER_DROP_INDEX_FK`. When pushing and introspecting on MySQL, `drizzle-kit` was taking all indexes from a database. However, it appears that MySQL automatically creates an index for foreign keys (https://dev.mysql.com/doc/refman/8.0/en/constraint-foreign-key.html) As long as you, as a user, do not specify this index in the schema, `drizzle-kit` will be triggered by changes and attempt to `drop index`. In this patch release, we have decided to ignore such indexes and add collision checks for the same name of foreign key constraints and indexes in the same table. - πŸ› MySQL defaults with `sql` inside were mapped incorrectly, which caused constant schema changes during `push`. We have made changes to the way generated defaults are handled in the code, so now it should work properly. - ✍️ Added a new collision check between indexes and foreign key constraints with the same name in the same table. Finally, drizzle-kit's collision checks are expanding. We have included some documentation and blog post links for anyone interested in understanding how databases work for specific cases
lucide-icons/lucide (lucide-svelte) ### [`v0.262.0`](https://togithub.com/lucide-icons/lucide/releases/tag/v0.262.0): Lucide React Fixes and New icons v0.262.0 [Compare Source](https://togithub.com/lucide-icons/lucide/compare/v0.261.0...v0.262.0) #### Lucide React Updates (`dynamicIconImports`) Due to startup problems with build engines like ESBuild (e.g. Remix and Vite). We move to a different way of importing the `dynamicIconImports`. It's now in a separate entry module so compilers won't compile all dynamic imports when loading lucide-react. See [#​1437](https://togithub.com/lucide-icons/lucide/issues/1437) Updated example from v0.260.0 ```diff import dynamic from 'next/dynamic' - import { dynamicIconImports, LucideProps } from 'lucide-react'; + import { LucideProps } from 'lucide-react'; + import dynamicIconImports from 'lucide-react/dynamicIconImports'; interface IconProps extends LucideProps { name: keyof typeof dynamicIconImports; } const Icon = ({ name, color, size }: IconProps) => { const LucideIcon = dynamic(dynamicIconImports[name]) return ; }; export default Icon; ``` #### New icons 🎨 - `boom-box` ([#​1249](https://togithub.com/lucide-icons/lucide/issues/1249)) by [@​danielbayley](https://togithub.com/danielbayley) - `bring-to-front` ([#​1425](https://togithub.com/lucide-icons/lucide/issues/1425)) by [@​james-yeoman](https://togithub.com/james-yeoman) - `pencil-line` ([#​1286](https://togithub.com/lucide-icons/lucide/issues/1286)) by [@​danielbayley](https://togithub.com/danielbayley) - `pencil-ruler` ([#​1286](https://togithub.com/lucide-icons/lucide/issues/1286)) by [@​danielbayley](https://togithub.com/danielbayley) - `send-horizonal` ([#​1411](https://togithub.com/lucide-icons/lucide/issues/1411)) by [@​danielbayley](https://togithub.com/danielbayley) - `send-to-back` ([#​1425](https://togithub.com/lucide-icons/lucide/issues/1425)) by [@​james-yeoman](https://togithub.com/james-yeoman) #### Modified Icons πŸ”¨ - `pencil` ([#​1286](https://togithub.com/lucide-icons/lucide/issues/1286)) by [@​danielbayley](https://togithub.com/danielbayley) - `send` ([#​1411](https://togithub.com/lucide-icons/lucide/issues/1411)) by [@​danielbayley](https://togithub.com/danielbayley) ### [`v0.261.0`](https://togithub.com/lucide-icons/lucide/releases/tag/v0.261.0): New icons v0.261.0 [Compare Source](https://togithub.com/lucide-icons/lucide/compare/v0.260.0...v0.261.0) #### New icons 🎨 - `antenna` ([#​1341](https://togithub.com/lucide-icons/lucide/issues/1341)) by [@​danielbayley](https://togithub.com/danielbayley) - `cable` ([#​1341](https://togithub.com/lucide-icons/lucide/issues/1341)) by [@​danielbayley](https://togithub.com/danielbayley) - `computer` ([#​1269](https://togithub.com/lucide-icons/lucide/issues/1269)) by [@​danielbayley](https://togithub.com/danielbayley) - `hard-drive-download` ([#​1318](https://togithub.com/lucide-icons/lucide/issues/1318)) by [@​danielbayley](https://togithub.com/danielbayley) - `hard-drive-upload` ([#​1318](https://togithub.com/lucide-icons/lucide/issues/1318)) by [@​danielbayley](https://togithub.com/danielbayley) - `hdmi-port` ([#​1341](https://togithub.com/lucide-icons/lucide/issues/1341)) by [@​danielbayley](https://togithub.com/danielbayley) - `ratio` ([#​1341](https://togithub.com/lucide-icons/lucide/issues/1341)) by [@​danielbayley](https://togithub.com/danielbayley) - `scissors-line-dashed` ([#​1266](https://togithub.com/lucide-icons/lucide/issues/1266)) by [@​danielbayley](https://togithub.com/danielbayley) - `scissors-square-dashed-bottom` ([#​1266](https://togithub.com/lucide-icons/lucide/issues/1266)) by [@​danielbayley](https://togithub.com/danielbayley) - `scissors-square` ([#​1266](https://togithub.com/lucide-icons/lucide/issues/1266)) by [@​danielbayley](https://togithub.com/danielbayley) - `shopping-basket` ([#​1430](https://togithub.com/lucide-icons/lucide/issues/1430)) by [@​danielbayley](https://togithub.com/danielbayley) - `triangle-right` ([#​1341](https://togithub.com/lucide-icons/lucide/issues/1341)) by [@​danielbayley](https://togithub.com/danielbayley) - `boom-box` ([#​1249](https://togithub.com/lucide-icons/lucide/issues/1249)) by [@​danielbayley](https://togithub.com/danielbayley) #### Modified Icons πŸ”¨ - `scissors` ([#​1266](https://togithub.com/lucide-icons/lucide/issues/1266)) by [@​danielbayley](https://togithub.com/danielbayley) - `shopping-bag` ([#​1430](https://togithub.com/lucide-icons/lucide/issues/1430)) by [@​danielbayley](https://togithub.com/danielbayley)
oazapfts/oazapfts (oazapfts) ### [`v4.7.3`](https://togithub.com/oazapfts/oazapfts/releases/tag/v4.7.3) [Compare Source](https://togithub.com/oazapfts/oazapfts/compare/v4.7.2...v4.7.3) ##### Bug Fixes - use typescript enum for referenced enums ([97c9dee](https://togithub.com/oazapfts/oazapfts/commit/97c9dee5a3605df87a7da9e4c1c7bb60b9940ded)) ### [`v4.7.2`](https://togithub.com/oazapfts/oazapfts/releases/tag/v4.7.2) [Compare Source](https://togithub.com/oazapfts/oazapfts/compare/v4.7.1...v4.7.2) ##### Bug Fixes - migrate deprecated ts api ([295984e](https://togithub.com/oazapfts/oazapfts/commit/295984ee542f5688d72c37a4f76cb817f919c00e))
pnpm/pnpm (pnpm) ### [`v8.6.9`](https://togithub.com/pnpm/pnpm/releases/tag/v8.6.9) [Compare Source](https://togithub.com/pnpm/pnpm/compare/v8.6.8...v8.6.9) #### Patch Changes - Temporarily revert the fix to [#​6805](https://togithub.com/pnpm/pnpm/issues/6805) to fix the regression it caused [#​6827](https://togithub.com/pnpm/pnpm/issues/6827). #### Our Gold Sponsors
#### Our Silver Sponsors
### [`v8.6.8`](https://togithub.com/pnpm/pnpm/releases/tag/v8.6.8) [Compare Source](https://togithub.com/pnpm/pnpm/compare/v8.6.7...v8.6.8) #### Patch Changes - When the same file is appended multiple times into a tarball, the last occurrence is selected when unpacking the tarball. - Fixed a bug in which pnpm passed the wrong scheme to `git ls-remote`, causing a fallback to `git+ssh` and resulting in a 'host key verification failed' issue [#​6805](https://togithub.com/pnpm/pnpm/issues/6805). - Added support for `publishConfig.registry` in `package.json` for publishing [#​6775](https://togithub.com/pnpm/pnpm/issues/6775). - `pnpm rebuild` now uploads the built artifacts to the content-addressable store. - If a command cannot be created in `.bin`, the exact error message is now displayed. - Treat linked dependencies with a tag version type as up-to-date [#​6592](https://togithub.com/pnpm/pnpm/issues/6592). - `pnpm setup` now prints more details when it cannot detect the active shell. #### Our Gold Sponsors
#### Our Silver Sponsors
pusher/pusher-js (pusher-js) ### [`v8.3.0`](https://togithub.com/pusher/pusher-js/blob/HEAD/CHANGELOG.md#830) [Compare Source](https://togithub.com/pusher/pusher-js/compare/v8.2.0...v8.3.0) - \[CHANGED] Update cached re-connect strategy to prioritize WebSocket
sveltejs/svelte (svelte) ### [`v4.1.0`](https://togithub.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#410) [Compare Source](https://togithub.com/sveltejs/svelte/compare/svelte@4.0.5...svelte@4.1.0) ##### Minor Changes - feat: add ability to extend custom element class ([#​8991](https://togithub.com/sveltejs/svelte/pull/8991)) ##### Patch Changes - fix: ensure `svelte:component` evaluates props once ([#​8946](https://togithub.com/sveltejs/svelte/pull/8946)) - fix: remove `let:variable` slot bindings from select binding dependencies ([#​8969](https://togithub.com/sveltejs/svelte/pull/8969)) - fix: handle destructured primitive literals ([#​8871](https://togithub.com/sveltejs/svelte/pull/8871)) - perf: optimize imports that are not mutated or reassigned ([#​8948](https://togithub.com/sveltejs/svelte/pull/8948)) - fix: don't add accessor twice ([#​8996](https://togithub.com/sveltejs/svelte/pull/8996))
vitejs/vite (vite) ### [`v4.4.5`](https://togithub.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#small445-2023-07-20-small) [Compare Source](https://togithub.com/vitejs/vite/compare/v4.4.4...v4.4.5) - fix: "EISDIR: illegal operation on a directory, realpath" error on RA… ([#​13655](https://togithub.com/vitejs/vite/issues/13655)) ([6bd5434](https://togithub.com/vitejs/vite/commit/6bd5434)), closes [#​13655](https://togithub.com/vitejs/vite/issues/13655) - fix: transform error message add file info ([#​13687](https://togithub.com/vitejs/vite/issues/13687)) ([6dca41c](https://togithub.com/vitejs/vite/commit/6dca41c)), closes [#​13687](https://togithub.com/vitejs/vite/issues/13687) - fix: warn when publicDir and outDir are nested ([#​13742](https://togithub.com/vitejs/vite/issues/13742)) ([4eb3154](https://togithub.com/vitejs/vite/commit/4eb3154)), closes [#​13742](https://togithub.com/vitejs/vite/issues/13742) - fix(build): remove warning about ineffective dynamic import from node_modules ([#​13884](https://togithub.com/vitejs/vite/issues/13884)) ([33002dd](https://togithub.com/vitejs/vite/commit/33002dd)), closes [#​13884](https://togithub.com/vitejs/vite/issues/13884) - fix(build): style insert order for UMD builds (fix [#​13668](https://togithub.com/vitejs/vite/issues/13668)) ([#​13669](https://togithub.com/vitejs/vite/issues/13669)) ([49a1b99](https://togithub.com/vitejs/vite/commit/49a1b99)), closes [#​13668](https://togithub.com/vitejs/vite/issues/13668) [#​13669](https://togithub.com/vitejs/vite/issues/13669) - fix(deps): update all non-major dependencies ([#​13872](https://togithub.com/vitejs/vite/issues/13872)) ([975a631](https://togithub.com/vitejs/vite/commit/975a631)), closes [#​13872](https://togithub.com/vitejs/vite/issues/13872) - fix(types): narrow down the return type of `defineConfig` ([#​13792](https://togithub.com/vitejs/vite/issues/13792)) ([c971f26](https://togithub.com/vitejs/vite/commit/c971f26)), closes [#​13792](https://togithub.com/vitejs/vite/issues/13792) - chore: fix typos ([#​13862](https://togithub.com/vitejs/vite/issues/13862)) ([f54e8da](https://togithub.com/vitejs/vite/commit/f54e8da)), closes [#​13862](https://togithub.com/vitejs/vite/issues/13862) - chore: replace `any` with `string` ([#​13850](https://togithub.com/vitejs/vite/issues/13850)) ([4606fd8](https://togithub.com/vitejs/vite/commit/4606fd8)), closes [#​13850](https://togithub.com/vitejs/vite/issues/13850) - chore(deps): update dependency prettier to v3 ([#​13759](https://togithub.com/vitejs/vite/issues/13759)) ([5a56941](https://togithub.com/vitejs/vite/commit/5a56941)), closes [#​13759](https://togithub.com/vitejs/vite/issues/13759) - docs: fix build.cssMinify link ([#​13840](https://togithub.com/vitejs/vite/issues/13840)) ([8a2a3e1](https://togithub.com/vitejs/vite/commit/8a2a3e1)), closes [#​13840](https://togithub.com/vitejs/vite/issues/13840)

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.

vercel[bot] commented 1 year ago

The latest updates on your projects. Learn more about Vercel for Git β†—οΈŽ

Name Status Preview Comments Updated (UTC)
queued βœ… Ready (Inspect) Visit Preview πŸ’¬ Add feedback Jul 20, 2023 4:19pm