UweKnopf / stoex

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

Bump the all-patch group with 10 updates #60

Closed dependabot[bot] closed 11 months ago

dependabot[bot] commented 11 months ago

Bumps the all-patch group with 10 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
eslint-plugin-svelte 2.33.0 2.33.2
postcss 8.4.29 8.4.31
svelte 4.2.0 4.2.1
svelte-check 3.5.1 3.5.2
vitest 0.34.3 0.34.6

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 eslint-plugin-svelte from 2.33.0 to 2.33.2

Release notes

Sourced from eslint-plugin-svelte's releases.

v2.33.2

Patch Changes

  • #585 d9866a1 Thanks @​ota-meshi! - fix: false positives for bind: with member in svelte/no-immutable-reactive-statements rule

v2.33.1

Patch Changes

  • #581 1645a9e Thanks @​ota-meshi! - fix: false positives for mutable member in svelte/no-immutable-reactive-statements rule
Changelog

Sourced from eslint-plugin-svelte's changelog.

2.33.2

Patch Changes

  • #585 d9866a1 Thanks @​ota-meshi! - fix: false positives for bind: with member in svelte/no-immutable-reactive-statements rule

2.33.1

Patch Changes

  • #581 1645a9e Thanks @​ota-meshi! - fix: false positives for mutable member in svelte/no-immutable-reactive-statements rule
Commits
  • ba73d8b chore: release eslint-plugin-svelte (#586)
  • d9866a1 fix: false positives for bind: with member in `svelte/no-immutable-reactive...
  • 9545f67 chore: release eslint-plugin-svelte (#582)
  • 1645a9e fix: false positives for mutable member in `svelte/no-immutable-reactive-stat...
  • 98986a1 chore(deps): update actions/checkout action to v4 (#579)
  • 1558560 chore(deps): update dependency stylus to ^0.60.0
  • 3cd975a chore: update prettier config to match other svelte projects (#572)
  • See full diff in compare view


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 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


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 2, 2023 5:11pm
dependabot[bot] commented 11 months ago

Looks like these dependencies are updatable in another way, so this is no longer needed.