msonnberger / queued

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

Update all non-major dependencies #206

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
@lucia-auth/oauth 1.1.0 -> 1.1.1 age adoption passing confidence
@sveltejs/kit (source) 1.18.0 -> 1.20.0 age adoption passing confidence
drizzle-kit 0.18.0 -> 0.18.1 age adoption passing confidence
jsdom 22.0.0 -> 22.1.0 age adoption passing confidence
lucia-auth 1.7.0 -> 1.7.1 age adoption passing confidence
lucide-svelte (source) 0.221.0 -> 0.224.0 age adoption passing confidence
pnpm (source) 8.5.1 -> 8.6.0 age adoption passing confidence
postcss (source) 8.4.23 -> 8.4.24 age adoption passing confidence
prettier-plugin-svelte 2.10.0 -> 2.10.1 age adoption passing confidence
svelte-check 3.3.2 -> 3.4.3 age adoption passing confidence
vite (source) 4.3.8 -> 4.3.9 age adoption passing confidence

Release Notes

sveltejs/kit ### [`v1.20.0`](https://togithub.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#​1200) [Compare Source](https://togithub.com/sveltejs/kit/compare/@sveltejs/kit@1.19.0...@sveltejs/kit@1.20.0) ##### Minor Changes - feat: support Svelte 4 ([#​10048](https://togithub.com/sveltejs/kit/pull/10048)) ### [`v1.19.0`](https://togithub.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#​1190) [Compare Source](https://togithub.com/sveltejs/kit/compare/@sveltejs/kit@1.18.0...@sveltejs/kit@1.19.0) ##### Minor Changes - feat: allow link options to be set to `"true"` and `"false"` ([#​10039](https://togithub.com/sveltejs/kit/pull/10039)) - feat: add `resolvePath` export for building relative paths from route IDs and parameters ([#​9949](https://togithub.com/sveltejs/kit/pull/9949)) ##### Patch Changes - fix: prevent history change when clicking same hash link ([#​10032](https://togithub.com/sveltejs/kit/pull/10032)) - fix: gracefully handle server endpoints that return `Response`s with immutable `Headers` when prerendering ([#​10030](https://togithub.com/sveltejs/kit/pull/10030)) - fix: do not add content-security-policy meta element if content is empty ([#​10026](https://togithub.com/sveltejs/kit/pull/10026)) - docs: correct `ResolveOptions['preload']` inline documentation ([#​10037](https://togithub.com/sveltejs/kit/pull/10037)) - fix: avoid creating update check timer on the server ([#​10015](https://togithub.com/sveltejs/kit/pull/10015))
drizzle-team/drizzle-kit-mirror ### [`v0.18.1`](https://togithub.com/drizzle-team/drizzle-kit-mirror/releases/tag/v0.18.1): 0.18.1 [Compare Source](https://togithub.com/drizzle-team/drizzle-kit-mirror/compare/v0.18.0...v0.18.1) #### Bug fixes 1. \[bug + fix] - Wrong casing for date fields with MySQL [#​46](https://togithub.com/drizzle-team/drizzle-kit-mirror/issues/46) - thanks [@​machour](https://togithub.com/machour)! 2. MySQL migration produce statements in the wrong order [#​45](https://togithub.com/drizzle-team/drizzle-kit-mirror/issues/45) - thanks [@​JesusTheHun](https://togithub.com/JesusTheHun) 3. Issue with dropping a table that contains upper case letters in the name [#​43](https://togithub.com/drizzle-team/drizzle-kit-mirror/issues/43) 4. ALTER TABLE and CREATE INDEX statements do not add schema to table name [#​40](https://togithub.com/drizzle-team/drizzle-kit-mirror/issues/40) 5. Typo in generated migrations script comment [#​38](https://togithub.com/drizzle-team/drizzle-kit-mirror/issues/38) - thanks [@​andreterron](https://togithub.com/andreterron) 6. Migrations pgSchema not respect the schema name after initial migration [#​34](https://togithub.com/drizzle-team/drizzle-kit-mirror/issues/34) 7. CLI feedback could be better when a required argument is missing [#​25](https://togithub.com/drizzle-team/drizzle-kit-mirror/issues/25) 8. introspect:pg ends with process.exit(1) [#​63](https://togithub.com/drizzle-team/drizzle-kit-mirror/issues/63) - thanks [@​Pr0gramWizard](https://togithub.com/Pr0gramWizard) 9. introspect:pg does not have a --config option [#​61](https://togithub.com/drizzle-team/drizzle-kit-mirror/issues/61) 10. \[BUG]: push:mysql trying to truncate table with boolean [#​59](https://togithub.com/drizzle-team/drizzle-kit-mirror/issues/59) 11. Nothing happens when changing just onUpdate and onDelete for MySQL reference [#​56](https://togithub.com/drizzle-team/drizzle-kit-mirror/issues/56) 12. \[BUG]: References across schemas does not include schema name in generated migrations [440](https://togithub.com/drizzle-team/drizzle-orm/issues/440) 13. \[BUG]: postgresql migrations generation: the schema is ignored for indexes (indexes applied to "public" schema) [413](https://togithub.com/drizzle-team/drizzle-orm/issues/413) 14. \[BUG]: MySQL alter table fails where tablename is reserved word [364](https://togithub.com/drizzle-team/drizzle-orm/issues/364) 15. Not picking up primary keys from supabase? [#​65](https://togithub.com/drizzle-team/drizzle-kit-mirror/issues/65) 16. \--out parameter is required for introspect even though docs say it's not [#​66](https://togithub.com/drizzle-team/drizzle-kit-mirror/issues/66)
jsdom/jsdom ### [`v22.1.0`](https://togithub.com/jsdom/jsdom/blob/HEAD/Changelog.md#​2210) [Compare Source](https://togithub.com/jsdom/jsdom/compare/22.0.0...22.1.0) - Added `crypto.randomUUID()`. (jamesbvaughan) - Added `DOMRect` and `DOMRectReadOnly`. - Added `AbortSignal.timeout()`. - Added `abortSignal.throwIfAborted()`. - Added support for the `submitter` argument to the `FormData` constructor. (jenseng) - Improved `getComputedStyle()`'s results for color-based properties, to resolve named colors and attempt to provide initial inheritance support. (hoekz-wwt) - Updated `Window`'s event handler properties (e.g. `oncopy`, `ontouchstart`, etc.) to reflect the latest list from the standard. - Fixed `DOMParser`-created documents to inherit their URL from the creating document.
pilcrowOnPaper/lucia ### [`v1.7.1`](https://togithub.com/pilcrowOnPaper/lucia/blob/HEAD/packages/lucia-auth/CHANGELOG.md#​171) ##### Patch changes - [#​663](https://togithub.com/pilcrowOnPaper/lucia/pull/663) by [@​pilcrowOnPaper](https://togithub.com/pilcrowOnPaper) : Add debug mode (experimental)
lucide-icons/lucide ### [`v0.224.0`](https://togithub.com/lucide-icons/lucide/releases/tag/v0.224.0): New icons v0.224.0 [Compare Source](https://togithub.com/lucide-icons/lucide/compare/v0.223.0...v0.224.0) > @​ generate:changelog /home/runner/work/lucide/lucide > node ./scripts/generateChangelog.mjs "--old-tag=v0.223.0" #### New icons 🎨 - `scatter-chart` ([#​1165](https://togithub.com/lucide-icons/lucide/issues/1165)) by [@​danielbayley](https://togithub.com/danielbayley) #### Modified Icons 🔨 - `ticket` ([#​1292](https://togithub.com/lucide-icons/lucide/issues/1292)) by [@​karsa-mistmere](https://togithub.com/karsa-mistmere) ### [`v0.223.0`](https://togithub.com/lucide-icons/lucide/releases/tag/v0.223.0): New icons v0.223.0 [Compare Source](https://togithub.com/lucide-icons/lucide/compare/v0.222.0...v0.223.0) > @​ generate:changelog /home/runner/work/lucide/lucide > node ./scripts/generateChangelog.mjs "--old-tag=v0.222.0" #### New icons 🎨 - `monitor-check` ([#​1282](https://togithub.com/lucide-icons/lucide/issues/1282)) by [@​danielbayley](https://togithub.com/danielbayley) - `monitor-dot` ([#​1282](https://togithub.com/lucide-icons/lucide/issues/1282)) by [@​danielbayley](https://togithub.com/danielbayley) - `monitor-pause` ([#​1282](https://togithub.com/lucide-icons/lucide/issues/1282)) by [@​danielbayley](https://togithub.com/danielbayley) - `monitor-play` ([#​1282](https://togithub.com/lucide-icons/lucide/issues/1282)) by [@​danielbayley](https://togithub.com/danielbayley) - `monitor-stop` ([#​1282](https://togithub.com/lucide-icons/lucide/issues/1282)) by [@​danielbayley](https://togithub.com/danielbayley) - `monitor-x` ([#​1282](https://togithub.com/lucide-icons/lucide/issues/1282)) by [@​danielbayley](https://togithub.com/danielbayley) - `pi-square` ([#​1278](https://togithub.com/lucide-icons/lucide/issues/1278)) by [@​danielbayley](https://togithub.com/danielbayley) - `sigma-square` ([#​1278](https://togithub.com/lucide-icons/lucide/issues/1278)) by [@​danielbayley](https://togithub.com/danielbayley) #### Modified Icons 🔨 - `monitor-down` ([#​1282](https://togithub.com/lucide-icons/lucide/issues/1282)) by [@​danielbayley](https://togithub.com/danielbayley) - `monitor-up` ([#​1282](https://togithub.com/lucide-icons/lucide/issues/1282)) by [@​danielbayley](https://togithub.com/danielbayley) - `monitor` ([#​1282](https://togithub.com/lucide-icons/lucide/issues/1282)) by [@​danielbayley](https://togithub.com/danielbayley) ### [`v0.222.0`](https://togithub.com/lucide-icons/lucide/releases/tag/v0.222.0): New icons v0.222.0 [Compare Source](https://togithub.com/lucide-icons/lucide/compare/v0.221.0...v0.222.0) > @​ generate:changelog /home/runner/work/lucide/lucide > node ./scripts/generateChangelog.mjs "--old-tag=v0.221.0" #### New icons 🎨 - `play-square` ([#​1283](https://togithub.com/lucide-icons/lucide/issues/1283)) by [@​danielbayley](https://togithub.com/danielbayley) #### Modified Icons 🔨 - `umbrella` ([#​1295](https://togithub.com/lucide-icons/lucide/issues/1295)) by [@​jguddas](https://togithub.com/jguddas)
pnpm/pnpm ### [`v8.6.0`](https://togithub.com/pnpm/pnpm/releases/tag/v8.6.0) [Compare Source](https://togithub.com/pnpm/pnpm/compare/v8.5.1...v8.6.0) #### Minor Changes - Some settings influence the structure of the lockfile, so we cannot reuse the lockfile if those settings change. As a result, we need to store such settings in the lockfile. This way we will know with which settings the lockfile has been created. A new field will now be present in the lockfile: `settings`. It will store the values of two settings: `autoInstallPeers` and `excludeLinksFromLockfile`. If someone tries to perform a `frozen-lockfile` installation and their active settings don't match the ones in the lockfile, then an error message will be thrown. The lockfile format version is bumped from v6.0 to v6.1. Related PR: [#​6557](https://togithub.com/pnpm/pnpm/pull/6557) Related issue: [#​6312](https://togithub.com/pnpm/pnpm/issues/6312) - A new setting, `exclude-links-from-lockfile`, is now supported. When enabled, specifiers of local linked dependencies won't be duplicated in the lockfile. This setting was primarily added for use by [Bit CLI](https://togithub.com/teambit/bit), which links core aspects to `node_modules` from external directories. As such, the locations may vary across different machines, resulting in the generation of lockfiles with differing locations. #### Patch Changes - Don't print "Lockfile is up-to-date" message before finishing all the lockfile checks [#​6544](https://togithub.com/pnpm/pnpm/issues/6544). - When updating dependencies, preserve the range prefix in aliased dependencies. So `npm:foo@1.0.0` becomes `npm:foo@1.1.0`. - Print a meaningful error when a project referenced by the `workspace:` protocol is not found in the workspace [#​4477](https://togithub.com/pnpm/pnpm/issues/4477). - `pnpm rebuild` should not fail when `node-linker` is set to `hoisted` and there are skipped optional dependencies [#​6553](https://togithub.com/pnpm/pnpm/pull/6553). - Peers resolution should not fail when a linked in dependency resolves a peer dependency. - Build projects in a workspace in correct order [#​6568](https://togithub.com/pnpm/pnpm/pull/6568). #### Our Gold Sponsors
#### Our Silver Sponsors
postcss/postcss ### [`v8.4.24`](https://togithub.com/postcss/postcss/blob/HEAD/CHANGELOG.md#​8424) [Compare Source](https://togithub.com/postcss/postcss/compare/8.4.23...8.4.24) - Fixed `Plugin` types.
sveltejs/prettier-plugin-svelte ### [`v2.10.1`](https://togithub.com/sveltejs/prettier-plugin-svelte/blob/HEAD/CHANGELOG.md#​2101) [Compare Source](https://togithub.com/sveltejs/prettier-plugin-svelte/compare/b7d0562dfd465c7ef6db706a8bb634122390233e...bd91bbf319fd9c469b041ba5901697de0e2229a3) - (chore) mark as compatible with Svelte 4
sveltejs/language-tools ### [`v3.4.3`](https://togithub.com/sveltejs/language-tools/releases/tag/svelte-check-3.4.3) [Compare Source](https://togithub.com/sveltejs/language-tools/compare/svelte-check-3.4.2...svelte-check-3.4.3) - (fix) load svelte/compiler for version 4 correctly ### [`v3.4.2`](https://togithub.com/sveltejs/language-tools/releases/tag/svelte-check-3.4.2) [Compare Source](https://togithub.com/sveltejs/language-tools/compare/svelte-check-3.4.1...svelte-check-3.4.2) - (feat) add machine-verbose to the output options ([#​2012](https://togithub.com/sveltejs/language-tools/issues/2012)) - (feat) implement experimental generics attribute on script tags ([#​2020](https://togithub.com/sveltejs/language-tools/issues/2020)) - (fix) support nested destructuring in export const ([#​2028](https://togithub.com/sveltejs/language-tools/issues/2028)) - (feat) get ready for Svelte 4 ([#​2030](https://togithub.com/sveltejs/language-tools/issues/2030)) ### [`v3.4.1`](https://togithub.com/sveltejs/language-tools/releases/tag/svelte-check-3.4.1) [Compare Source](https://togithub.com/sveltejs/language-tools/compare/svelte-check-3.4.0...svelte-check-3.4.1) broken release, don't use ### [`v3.4.0`](https://togithub.com/sveltejs/language-tools/releases/tag/svelte-check-3.4.0) [Compare Source](https://togithub.com/sveltejs/language-tools/compare/svelte-check-3.3.2...svelte-check-3.4.0) broken release, don't use
vitejs/vite ### [`v4.3.9`](https://togithub.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#small439-2023-05-26-small) [Compare Source](https://togithub.com/vitejs/vite/compare/v4.3.8...v4.3.9) - fix: fs.deny with leading double slash ([#​13348](https://togithub.com/vitejs/vite/issues/13348)) ([813ddd6](https://togithub.com/vitejs/vite/commit/813ddd6)), closes [#​13348](https://togithub.com/vitejs/vite/issues/13348) - fix: optimizeDeps during build and external ids ([#​13274](https://togithub.com/vitejs/vite/issues/13274)) ([e3db771](https://togithub.com/vitejs/vite/commit/e3db771)), closes [#​13274](https://togithub.com/vitejs/vite/issues/13274) - fix(css): return deps if have no postcss plugins ([#​13344](https://togithub.com/vitejs/vite/issues/13344)) ([28923fb](https://togithub.com/vitejs/vite/commit/28923fb)), closes [#​13344](https://togithub.com/vitejs/vite/issues/13344) - fix(legacy): style insert order ([#​13266](https://togithub.com/vitejs/vite/issues/13266)) ([e444375](https://togithub.com/vitejs/vite/commit/e444375)), closes [#​13266](https://togithub.com/vitejs/vite/issues/13266) - chore: revert prev release commit ([2a30a07](https://togithub.com/vitejs/vite/commit/2a30a07)) - release: v4.3.9 ([5c9abf7](https://togithub.com/vitejs/vite/commit/5c9abf7)) - docs: optimizeDeps.needsInterop ([#​13323](https://togithub.com/vitejs/vite/issues/13323)) ([b34e79c](https://togithub.com/vitejs/vite/commit/b34e79c)), closes [#​13323](https://togithub.com/vitejs/vite/issues/13323) - test: respect commonjs options in playgrounds ([#​13273](https://togithub.com/vitejs/vite/issues/13273)) ([19e8c68](https://togithub.com/vitejs/vite/commit/19e8c68)), closes [#​13273](https://togithub.com/vitejs/vite/issues/13273) - refactor: simplify SSR options' if statement ([#​13254](https://togithub.com/vitejs/vite/issues/13254)) ([8013a66](https://togithub.com/vitejs/vite/commit/8013a66)), closes [#​13254](https://togithub.com/vitejs/vite/issues/13254) - perf(ssr): calculate stacktrace offset lazily ([#​13256](https://togithub.com/vitejs/vite/issues/13256)) ([906c4c1](https://togithub.com/vitejs/vite/commit/906c4c1)), closes [#​13256](https://togithub.com/vitejs/vite/issues/13256)

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 May 29, 2023 2:00pm