UweKnopf / stoex

https://stoex.vercel.app
3 stars 1 forks source link

Bump the all-patch group with 11 updates #63

Closed dependabot[bot] closed 11 months ago

dependabot[bot] commented 11 months ago

Bumps the all-patch group with 11 updates:

Package From To
@lucia-auth/adapter-prisma 3.0.1 3.0.2
@floating-ui/dom 1.5.1 1.5.3
@tailwindcss/typography 0.5.9 0.5.10
@vincjo/datatables 1.12.3 1.12.7
autoprefixer 10.4.15 10.4.16
postcss 8.4.29 8.4.31
svelte 4.2.0 4.2.1
svelte-check 3.5.1 3.5.2
vite 4.4.9 4.4.11
vitest 0.34.3 0.34.6
zod 3.22.2 3.22.4

Updates @lucia-auth/adapter-prisma from 3.0.1 to 3.0.2

Changelog

Sourced from @​lucia-auth/adapter-prisma's changelog.

3.0.2

Patch changes

  • #1166 by @​timnghg : Fix type Adapter.updateKey(), rename param userId to keyId
Commits


Updates @floating-ui/dom from 1.5.1 to 1.5.3

Release notes

Sourced from @​floating-ui/dom's releases.

@​floating-ui/dom@​1.5.3

Patch Changes

  • a6c72f50: fix(getOverflowAncestors): avoid traversing into iframes for clipping detection
  • Updated dependencies [a6c72f50]
  • Updated dependencies [0ef68ffa]
    • @​floating-ui/utils@​0.1.3
    • @​floating-ui/core@​1.4.2

@​floating-ui/dom@​1.5.2

Patch Changes

  • 3426bc27: fix: traverse into iframe parents when finding overflow ancestors
Changelog

Sourced from @​floating-ui/dom's changelog.

1.5.3

Patch Changes

  • a6c72f50: fix(getOverflowAncestors): avoid traversing into iframes for clipping detection
  • Updated dependencies [a6c72f50]
  • Updated dependencies [0ef68ffa]
    • @​floating-ui/utils@​0.1.3
    • @​floating-ui/core@​1.4.2

1.5.2

Patch Changes

  • 3426bc27: fix: traverse into iframe parents when finding overflow ancestors
Commits


Updates @tailwindcss/typography from 0.5.9 to 0.5.10

Release notes

Sourced from @​tailwindcss/typography's releases.

v0.5.10

Fixed

  • Fix space between <figcaption> and <pre> (#313)
  • Remove typography styles from not-prose elements in addition to their children (#301)
  • Add <picture> styles (#314)
  • Fix prose-invert when used with colors in light mode (#315)
  • Add <kbd> styles (#317)
  • Add description list (<dl>, <dt>, <dd>) styles (#316)
Changelog

Sourced from @​tailwindcss/typography's changelog.

[0.5.10] - 2023-09-05

Fixed

  • Fix space between <figcaption> and <pre> (#313)
  • Remove typography styles from not-prose elements in addition to their children (#301)
  • Add <picture> styles (#314)
  • Fix prose-invert when used with colors in light mode (#315)
  • Add <kbd> styles (#317)
  • Add description list (<dl>, <dt>, <dd>) styles (#316)
Commits


Updates @vincjo/datatables from 1.12.3 to 1.12.7

Commits


Updates autoprefixer from 10.4.15 to 10.4.16

Release notes

Sourced from autoprefixer's releases.

10.4.16

Changelog

Sourced from autoprefixer's changelog.

10.4.16

  • Improved performance (by Romain Menke).
  • Fixed docs (by Christian Oliff).
Commits


Updates postcss from 8.4.29 to 8.4.31

Release notes

Sourced from postcss's releases.

8.4.31

  • Fixed \r parsing to fix CVE-2023-44270.

8.4.30

Changelog

Sourced from postcss's changelog.

8.4.31

  • Fixed \r parsing to fix CVE-2023-44270.

8.4.30

  • Improved source map performance (by Romain Menke).
Commits


Updates svelte from 4.2.0 to 4.2.1

Release notes

Sourced from svelte's releases.

svelte@4.2.1

Patch Changes

  • fix: update style directive when style attribute is present and is updated via an object prop (#9187)

  • fix: css sourcemap generation with unicode filenames (#9120)

  • fix: do not add module declared variables as dependencies (#9122)

  • fix: handle svelte:element with dynamic this and spread attributes (#9112)

  • fix: silence false positive reactive component warning (#9094)

  • fix: head duplication when binding is present (#9124)

  • fix: take custom attribute name into account when reflecting property (#9140)

  • fix: add indeterminate to the list of HTMLAttributes (#9180)

  • fix: recognize option value on spread attribute (#9125)

Changelog

Sourced from svelte's changelog.

4.2.1

Patch Changes

  • fix: update style directive when style attribute is present and is updated via an object prop (#9187)

  • fix: css sourcemap generation with unicode filenames (#9120)

  • fix: do not add module declared variables as dependencies (#9122)

  • fix: handle svelte:element with dynamic this and spread attributes (#9112)

  • fix: silence false positive reactive component warning (#9094)

  • fix: head duplication when binding is present (#9124)

  • fix: take custom attribute name into account when reflecting property (#9140)

  • fix: add indeterminate to the list of HTMLAttributes (#9180)

  • fix: recognize option value on spread attribute (#9125)

Commits
  • bd5e5ee Version Packages (#9121)
  • 26eb2a2 fix: false reactive component warning (#9094)
  • 93b17c8 fix: spreading attributes on option value attribute get's replaced by option'...
  • 228dd4d fix: svelte:element with dynamic this and spread attributes throws error (#9112)
  • 3191147 chore: document init parameters (#9118)
  • 6fe17ea fix: This makes the indeterminate HTML attribute available for use. Fixes #91...
  • d5a1822 fix: style directive not updating when style attribute is present and style d...
  • 115ea1f fix: do not add module declared variables as dependencies (#9122)
  • b62fc8c chore: eslint rule for naming convention (#9208)
  • d5839ef fix: head duplication when binding is present (#9124)
  • Additional commits viewable in compare view


Updates svelte-check from 3.5.1 to 3.5.2

Release notes

Sourced from svelte-check's releases.

svelte-check-3.5.2

  • fix: only allow client files and project files to be root files (#2146)
  • fix: output $$Props code differently to deal with unions better (#2153)
  • fix: add fallback handler to auto-types (#2156)
Commits


Updates vite from 4.4.9 to 4.4.11

Changelog

Sourced from vite's changelog.

4.4.11 (2023-10-05)

  • revert: "fix: use string manipulation instead of regex to inject esbuild helpers (54e1275), closes #14094

4.4.10 (2023-10-03)

Commits
  • b50db04 release: v4.4.11
  • 54e1275 revert: "fix: use string manipulation instead of regex to inject esbuild helpers
  • f3a3e77 release: v4.4.10
  • f8b9adb fix: restore builtins list
  • 104971d fix(resolve): support submodules of optional peer deps (#14489)
  • 0c6d289 fix(analysis): warnings for dynamic imports that use static template literals...
  • 269aa43 fix(import-analysis): preserve importedUrls import order (#14465)
  • 6f6e5de fix: handle errors during hasWorkspacePackageJSON function (#14394)
  • 8bc1f9d feat: improve deno and bun support (#14379)
  • 3d63ae6 fix(manifest): preserve pure css chunk assets (#14297)
  • Additional commits viewable in compare view


Updates vitest from 0.34.3 to 0.34.6

Release notes

Sourced from vitest's releases.

v0.34.6

   🐞 Bug Fixes

    View changes on GitHub

v0.34.5

   🚀 Features

   🐞 Bug Fixes

   🏎 Performance

    View changes on GitHub

... (truncated)

Commits
  • 23c9db9 chore: release v0.34.6
  • e340802 fix: correctly resolve external dependencies loaded by custom environments (#...
  • ab2354f chore: Bump chai version to address CVE-2023-43646 (#4195)
  • cbe133d fix: overwrite global URL with environment's (#4164)
  • 859d236 chore: release v0.34.5
  • 2f7d42c chore: update threadsCount logic to use availableParallelism (#4126)
  • c21c0ef fix(happy-dom): catch errors in happy-dom (#4140)
  • b50cf7a feat(config): add diff option (#4063)
  • b4d5ae2 fix(vitest): inject "define" in workspaces (#4096)
  • a084cea fix(vitest): rerun tests if a file loaded with query changes (#4130)
  • Additional commits viewable in compare view


Updates zod from 3.22.2 to 3.22.4

Release notes

Sourced from zod's releases.

v3.22.4

Commits:

  • d931ea3f0f15a6ae64f5f68e3c03912dffb2269d Lint
  • 8e634bd600093b7161487bed705279c892395118 Fix prettier
  • 4018d88f0e94992b2987428c4fda387b99ae2a53 docs: add @​sanity-typed/zod to ecosystem (#2731)
  • 15ba5a4d4cb5be5af23771de0ba1346b4ba20a0e docs: add zod-sandbox to README ecosystem links (#2707)
  • 699ccae13b875d4fcadac268fd789c93b6ce8aef Export jsdoc with @deprecated when building (#2717)
  • dfe3719eae250ab3eca2d276da6c292867899cc6 Fix sanity-typed links (#2840)
  • cd7991e04a550868bfcb5b5d46e5eb5bc7edf5f3 fix ulid regex (#2225)
  • 7cb4ba2f85dd6b28290dda5de80ed54dfd2a793c Remove stalebot
  • 9340fd51e48576a75adc919bff65dbc4a5d4c99b Lazy emojiRegex
  • e7a9b9b3033991be6b4225f1be21da39c250bbb0 3.22.4

v3.22.3

Commits:

  • 1e23990bcdd33d1e81b31e40e77a031fcfd87ce1 Commit
  • 9bd3879b482f139fd03d5025813ee66a04195cdd docs: remove obsolete text about readonly types (#2676)
  • f59be093ec21430d9f32bbcb628d7e39116adf34 clarify datetime ISO 8601 (#2673)
  • 64dcc8e2b16febe48fa8e3c82c47c92643e6c9e3 Update sponsors
  • 18115a8f128680b4526df58ce96deab7dce93b93 Formatting
  • 28c19273658b164c53c149785fa7a8187c428ad4 Update sponsors
  • ad2ee9ccf723c4388158ff6b8669c2a6cdc85643 2718 Updated Custom Schemas documentation example to use type narrowing (#2778)
  • ae0f7a2c15e7741ee1b23c03a3bfb9acebd86551 docs: update ref to discriminated-unions docs (#2485)
  • 2ba00fe2377f4d53947a84b8cdb314a63bbd6dd4 [2609] fix ReDoS vulnerability in email regex (#2824)
  • 1e61d76cdec05de9271fc0df58798ddf9ce94923 3.22.3
Commits


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
vercel[bot] commented 11 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
stoex ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 9, 2023 4:55pm