UweKnopf / stoex

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

Bump the dev-major group with 21 updates #123

Closed dependabot[bot] closed 5 months ago

dependabot[bot] commented 5 months ago

Bumps the dev-major group with 21 updates:

Package From To
@floating-ui/dom 1.5.3 1.6.3
@playwright/test 1.39.0 1.41.2
@skeletonlabs/skeleton 2.5.0 2.8.0
@skeletonlabs/tw-plugin 0.2.4 0.3.1
@sveltejs/adapter-auto 2.1.1 3.1.1
@sveltejs/kit 1.27.6 2.5.0
@types/node 20.9.2 20.11.17
@typescript-eslint/eslint-plugin 6.10.0 6.21.0
@typescript-eslint/parser 6.10.0 6.21.0
@vincjo/datatables 1.12.8 1.14.5
eslint 8.53.0 8.56.0
eslint-config-prettier 9.0.0 9.1.0
prettier 3.0.3 3.2.5
prettier-plugin-svelte 3.0.3 3.1.2
svelte-check 3.5.2 3.6.4
sveltekit-superforms 1.10.2 2.0.0
tailwindcss 3.3.5 3.4.1
typescript 5.2.2 5.3.3
vite 4.5.0 5.1.1
vite-plugin-tailwind-purgecss 0.1.3 0.2.0
vitest 0.34.6 1.2.2

Updates @floating-ui/dom from 1.5.3 to 1.6.3

Release notes

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

@​floating-ui/dom@​1.6.3

Patch Changes

  • fix: calculate reference element offset relative to offsetParent iframe. Fixes issue with positioning in nested iframes, such as the following:
<html>
  <iframe>
    <div>floating</div>
    <iframe>
      <div>reference</div>
    </iframe>
  </iframe>
</html>

@​floating-ui/dom@​1.6.2

Patch Changes

  • fix: top layer element positioning and collision detection when using absolute strategy

@​floating-ui/dom@​1.6.1

Patch Changes

  • perf: avoid getContainingBlock call for non-top layer elements

@​floating-ui/dom@​1.6.0

Minor Changes

  • fix: handle CSS :top-layer elements inside containing blocks. It's no longer necessary to implement the middleware workaround outlined in floating-ui/floating-ui#1842.

Patch Changes

  • Update dependencies: @floating-ui/core@1.6.0

@​floating-ui/dom@​1.5.4

Patch Changes

  • 4c04669: chore: export .d.mts types, solves #2472
  • 0d18e37: refactor: avoid $ property appearing in rects dimensions
  • Updated dependencies [afb7e5e]
    • @​floating-ui/utils@​0.2.0
    • @​floating-ui/core@​1.5.3
Changelog

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

1.6.3

Patch Changes

  • fix: calculate reference element offset relative to offsetParent iframe. Fixes issue with positioning in nested iframes, such as the following:
<html>
  <iframe>
    <div>floating</div>
    <iframe>
      <div>reference</div>
    </iframe>
  </iframe>
</html>

1.6.2

Patch Changes

  • fix: top layer element positioning and collision detection when using absolute strategy

1.6.1

Patch Changes

  • perf: avoid getContainingBlock call for non-top layer elements

1.6.0

Minor Changes

  • fix: handle CSS :top-layer elements inside containing blocks. It's no longer necessary to implement the middleware workaround outlined in floating-ui/floating-ui#1842.

Patch Changes

  • Update dependencies: @floating-ui/core@1.6.0

1.5.4

Patch Changes

  • 4c04669: chore: exports .d.mts types, solves #2472
  • 0d18e37: refactor: avoid $ appearing in rects dimensions
  • Updated dependencies [4c04669]
  • Updated dependencies [afb7e5e]
    • @​floating-ui/utils@​0.2.0

... (truncated)

Commits


Updates @playwright/test from 1.39.0 to 1.41.2

Release notes

Sourced from @​playwright/test's releases.

v1.41.2

Highlights

microsoft/playwright#29123 - [REGRESSION] route.continue: Protocol error (Fetch.continueRequest): Invalid InterceptionId.

Browser Versions

  • Chromium 121.0.6167.57
  • Mozilla Firefox 121.0
  • WebKit 17.4

This version was also tested against the following stable channels:

  • Google Chrome 120
  • Microsoft Edge 120

v1.41.1

Highlights

microsoft/playwright#29067 - [REGRESSION] Codegen/Recorder: not all clicks are being actioned nor recorded microsoft/playwright#29028 - [REGRESSION] React component tests throw type error when passing null/undefined to component microsoft/playwright#29027 - [REGRESSION] React component tests not passing Date prop values microsoft/playwright#29023 - [REGRESSION] React component tests not rendering children prop microsoft/playwright#29019 - [REGRESSION] trace.playwright.dev does not currently support the loading from URL

Browser Versions

  • Chromium 121.0.6167.57
  • Mozilla Firefox 121.0
  • WebKit 17.4

This version was also tested against the following stable channels:

  • Google Chrome 120
  • Microsoft Edge 120

v1.41.0

New APIs

Browser Versions

  • Chromium 121.0.6167.57
  • Mozilla Firefox 121.0
  • WebKit 17.4

This version was also tested against the following stable channels:

  • Google Chrome 120
  • Microsoft Edge 120

v1.40.1

... (truncated)

Commits
  • a409667 chore: mark 1.41.2 (#29293)
  • 414affa cherry-pick(#29271): Revert "chore: remove fake error from expect calls (#2...
  • 7a72adc cherry-pick(#29180): fix: interception id not found error in route.co… (#29222)
  • 8f0163f chore: mark 1.41.1 (#29075)
  • 98a6618 cherry-pick(#29069): Revert "feat(codegen): add range input recording support...
  • 50f1f08 cherry-pick(#29070): chore(ct): revert export mount result
  • e5d201b cherry-pick(#29031): fix(ct): allow passing date, url, bigint as properties
  • 8ee2d81 cherry-pick(#29026): test: add a props.children test
  • 50a8e4f cherry-pick(#29016): chore: add an image import component test
  • cb6c64c cherry-pick(#28986): fix(ct): move import list into the compilation cache data
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by yurys, a new releaser for @​playwright/test since your current version.


Updates @skeletonlabs/skeleton from 2.5.0 to 2.8.0

Release notes

Sourced from @​skeletonlabs/skeleton's releases.

@​skeletonlabs/skeleton@​2.8.0

Minor Changes

  • feat: InputChips now allow you to add/remove chips programatically. (#2347)

Patch Changes

  • bugfix: Removed recursive-tree-view's unused props for disabled and open (#2427)

  • bugfix: CodeBlock copy button type is now button instead of default (submit) (#2428)

  • bugfix: added label prop to InputChips to provide aria-label for a11y (#2445)

  • chore: Applied @html interpretation to Autocomplete empty state (#2448)

@​skeletonlabs/skeleton@​2.7.1

Patch Changes

  • chore: Use the ActionReturn type for the clipboard action (#2376)

@​skeletonlabs/skeleton@​2.7.0

Minor Changes

  • feat: The focusTrap action can not take a set of tabIndex values to denote initial tab focus (#2191)

Patch Changes

  • bugfix: Step events have been moved to the parent Stepper component to match the documentation spec (#2341)

  • bugfix: The Modal system's subscription has been updated to avoid a potential memory leak issue (#2336)

  • bugfix: Resolved a Safari browser styling issue when Avatars are placed inside AppBar (#2333)

  • chore: Modal backdrop padding can now be overwritten via regionProp and backdropClasses (#2332)

  • bugfix: Modal Prompt of type number now returns number instead of a string (#2334)

  • bugfix: Fixed an issue where Models would shift or wobble slightly on open (#2255)

@​skeletonlabs/skeleton@​2.6.1

Patch Changes

  • chore: Added a animIndeterminate prop to customize the ProgressBar indeterminate animation. (#2317)

  • chroe: AccordionItem now includes iconOpen and iconClosed slots for custom open/closed icons (#2285)

  • chore: Added a new fontSize prop to the Avatar component to control the size of the initials (#2322)

  • bugfix: RadioGroup now includes flexDirection and gap props for handling vertical layouts and item spacing respectively (#2309)

... (truncated)

Commits


Updates @skeletonlabs/tw-plugin from 0.2.4 to 0.3.1

Release notes

Sourced from @​skeletonlabs/tw-plugin's releases.

@​skeletonlabs/tw-plugin@​0.3.1

Patch Changes

  • chore: Table element styles now use the md: breakpoint for adjusting whitespace settings for cells (#2339)

  • bugfix: Fixed input style layout shift when the readonly attribute is set (#2330)

@​skeletonlabs/tw-plugin@​0.3.0

Minor Changes

  • feat: Added design tokens for divide and decoration (#2290)
Commits


Updates @sveltejs/adapter-auto from 2.1.1 to 3.1.1

Release notes

Sourced from @​sveltejs/adapter-auto's releases.

@​sveltejs/adapter-auto@​3.1.1

Patch Changes

  • fix: better error message when using read (#11689)

@​sveltejs/adapter-auto@​3.1.0

Minor Changes

  • feat: bump Azure adapter version (#11496)

@​sveltejs/adapter-auto@​3.0.1

Patch Changes

@​sveltejs/adapter-auto@​3.0.0

Major Changes

  • breaking: require SvelteKit 2 (#11316)
Changelog

Sourced from @​sveltejs/adapter-auto's changelog.

3.1.1

Patch Changes

  • fix: better error message when using read (#11689)

3.1.0

Minor Changes

  • feat: bump Azure adapter version (#11496)

3.0.1

Patch Changes

3.0.0

Major Changes

  • breaking: require SvelteKit 2 (#11316)
Commits


Updates @sveltejs/kit from 1.27.6 to 2.5.0

Release notes

Sourced from @​sveltejs/kit's releases.

@​sveltejs/kit@​2.5.0

Minor Changes

  • feat: dev/preview/prerender platform emulation (#11730)

Patch Changes

  • fix: strip /@fs prefix correctly on Windows when invoking read() in dev mode (#11728)

@​sveltejs/kit@​2.4.3

Patch Changes

  • fix: only disallow body with GET/HEAD (#11710)

@​sveltejs/kit@​2.4.2

Patch Changes

  • fix: ignore bodies sent with non-PUT/PATCH/POST requests (#11708)

@​sveltejs/kit@​2.4.1

Patch Changes

  • fix: use Vite's default value for build.target and respect override supplied by user (#11688)

  • fix: properly decode base64 strings inside read (#11682)

  • fix: default route config to {} for feature checking (#11685)

  • fix: handle onNavigate callbacks correctly (#11678)

@​sveltejs/kit@​2.4.0

Minor Changes

  • feat: add $app/server module with read function for reading assets from filesystem (#11649)

@​sveltejs/kit@​2.3.5

Patch Changes

  • fix: log a warning if fallback page overwrites prerendered page (#11661)

@​sveltejs/kit@​2.3.4

Patch Changes

  • fix: don't stash away original history methods so other libs can monkeypatch it (#11657)

@​sveltejs/kit@​2.3.3

Patch Changes

  • fix: remove internal __sveltekit/ module declarations from types (#11620)

... (truncated)

Changelog

Sourced from @​sveltejs/kit's changelog.

2.5.0

Minor Changes

  • feat: dev/preview/prerender platform emulation (#11730)

Patch Changes

  • fix: strip /@fs prefix correctly on Windows when invoking read() in dev mode (#11728)

2.4.3

Patch Changes

  • fix: only disallow body with GET/HEAD (#11710)

2.4.2

Patch Changes

  • fix: ignore bodies sent with non-PUT/PATCH/POST requests (#11708)

2.4.1

Patch Changes

  • fix: use Vite's default value for build.target and respect override supplied by user (#11688)

  • fix: properly decode base64 strings inside read (#11682)

  • fix: default route config to {} for feature checking (#11685)

  • fix: handle onNavigate callbacks correctly (#11678)

2.4.0

Minor Changes

  • feat: add $app/server module with read function for reading assets from filesystem (#11649)

2.3.5

Patch Changes

  • fix: log a warning if fallback page overwrites prerendered page (#11661)

2.3.4

Patch Changes

... (truncated)

Commits


Updates @types/node from 20.9.2 to 20.11.17

Commits


Updates @typescript-eslint/eslint-plugin from 6.10.0 to 6.21.0

Release notes

Sourced from @​typescript-eslint/eslint-plugin's releases.

v6.21.0

6.21.0 (2024-02-05)

🚀 Features

  • export plugin metadata (#8331)
  • allow parserOptions.project: false (#8339)
  • eslint-plugin: add rule prefer-find (#8216)
  • typescript-estree: forbid duplicated accessibility modifiers (#8257)
  • utils: improve eslint types (#8344)

🩹 Fixes

  • ast-spec: add JSXElement type to the JSXAttribute['value'] (#8285)
  • eslint-plugin: [no-unused-vars] don't report on types referenced in export assignment expression (#8265)
  • eslint-plugin: [switch-exhaustiveness-check] better support for intersections, infinite types, non-union values (#8250)
  • eslint-plugin: [consistent-type-imports] dont report on types used in export assignment expressions (#8332)
  • eslint-plugin: [no-unnecessary-condition] handle left-hand optional with exactOptionalPropertyTypes option (#8249)
  • eslint-plugin: [class-literal-property-style] allow getter when same key setter exists (#8277)
  • eslint-plugin: [no-unnecessary-type-assertion] provide valid fixes for assertions with extra tokens before as keyword (#8326)
  • rule-tester: fix a phantom dependency on the "semver" package (#8260)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

v6.20.0

6.20.0 (2024-01-29)

🚀 Features

  • eslint-plugin: [member-ordering] allow easy reuse of the default ordering (#8248)

🩹 Fixes

  • eslint-plugin: [no-useless-template-literals] incorrect bigint autofix result (#8283)
  • eslint-plugin: [prefer-nullish-coalescing] treat any/unknown as non-nullable (#8262)
  • eslint-plugin: [no-useless-template-literals] report Infinity & NaN (#8295)
  • eslint-plugin: [prefer-readonly] disable checking accessors (#8300)

❤️ Thank You

... (truncated)

Changelog

Sourced from @​typescript-eslint/eslint-plugin's changelog.

6.21.0 (2024-02-05)

🚀 Features

  • export plugin metadata

  • allow parserOptions.project: false

  • eslint-plugin: add rule prefer-find

🩹 Fixes

  • eslint-plugin: [no-unused-vars] don't report on types referenced in export assignment expression

  • eslint-plugin: [switch-exhaustiveness-check] better support for intersections, infinite types, non-union values

  • eslint-plugin: [consistent-type-imports] dont report on types used in export assignment expressions

  • eslint-plugin: [no-unnecessary-condition] handle left-hand optional with exactOptionalPropertyTypes option

  • eslint-plugin: [class-literal-property-style] allow getter when same key setter exists

  • eslint-plugin: [no-unnecessary-type-assertion] provide valid fixes for assertions with extra tokens before as keyword

❤️ Thank You

  • auvred
  • Brad Zacher
  • Kirk Waiblinger
  • Pete Gonzalez
  • YeonJuan

You can read about our versioning strategy and releases on our website.

6.20.0 (2024-01-29)

🚀 Features

  • eslint-plugin: [member-ordering] allow easy reuse of the default ordering

🩹 Fixes

  • eslint-plugin: [no-useless-template-literals] incorrect bigint autofix result

  • eslint-plugin: [prefer-nullish-coalescing] treat any/unknown as non-nullable

... (truncated)

Commits
  • 289ee88 chore(release): publish 6.21.0
  • f892a72 docs(eslint-plugin): mention alternatives in no-explicit-any (#8370)
  • aa5edf7 chore(deps): update dependency prettier to v3.2.4 (#8357)
  • 1d7447f chore(eslint-plugin): [no-invalid-void-type] fix Options typing to reflect ...
  • e2b46e0 fix(eslint-plugin): [no-unnecessary-type-assertion] provide valid fixes for a...
  • 3bbb78d feat(eslint-plugin): add rule prefer-find (#8216)
  • 9883ee2 feat: export plugin metadata (#8331)
  • 69bd501 fix(eslint-plugin): [class-literal-property-style] allow getter when same key...
  • cd5dff8 chore: bump eslint versions (#8338)
  • 8d62ee6 chore: remove unnecessary eslint-disable comments (#8336)
  • Additional commits viewable in compare view


Updates @typescript-eslint/parser from 6.10.0 to 6.21.0

Release notes

Sourced from @​typescript-eslint/parser's releases.

v6.21.0

6.21.0 (2024-02-05)

🚀 Features

  • export plugin metadata (#8331)
  • allow parserOptions.project: false (#8339)
  • eslint-plugin: add rule prefer-find (#8216)
  • typescript-estree: forbid duplicated accessibility modifiers (#8257)
  • utils: improve eslint types (#8344)

🩹 Fixes

  • ast-spec: add JSXElement type to the JSXAttribute['value'] (#8285)
  • eslint-plugin: [no-unused-vars] don't report on types referenced in export assignment expression (#8265)
  • eslint-plugin: [switch-exhaustiveness-check] better support for intersections, infinite types, non-union values (#8250)
  • eslint-plugin: [consistent-type-imports] dont report on types used in export assignment expressions (#8332)
  • eslint-plugin: [no-unnecessary-condition] handle left-hand optional with exactOptionalPropertyTypes option (#8249)
  • eslint-plugin: [class-literal-property-style] allow getter when same key setter exists (#8277)
  • eslint-plugin: [no-unnecessary-type-assertion] provide valid fixes for assertions with extra tokens before as keyword (#8326)
  • rule-tester: fix a phantom dependency on the "semver" package (#8260)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

v6.20.0

6.20.0 (2024-01-29)

🚀 Features

  • eslint-plugin: [member-ordering] allow easy reuse of the default ordering (#8248)

🩹 Fixes

  • eslint-plugin: [no-useless-template-literals] incorrect bigint autofix result (#8283)
  • eslint-plugin: [prefer-nullish-coalescing] treat any/unknown as non-nullable (#8262)
  • eslint-plugin: [no-useless-template-literals] report Infinity & NaN (#8295)
  • eslint-plugin: [prefer-readonly] disable checking accessors (#8300)

❤️ Thank You

... (truncated)

Changelog

Sourced from @​typescript-eslint/parser's changelog.

6.21.0 (2024-02-05)

🚀 Features

  • allow parserOptions.project: false

❤️ Thank You

  • auvred
  • Brad Zacher
  • Kirk Waiblinger
  • Pete Gonzalez
  • YeonJuan

You can read about our versioning strategy and releases on our website.

6.20.0 (2024-01-29)

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

6.19.1 (2024-01-22)

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

6.19.0 (2024-01-15)

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

6.18.1 (2024-01-08)

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

6.18.0 (2024-01-06)

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

6.17.0 (2024-01-01)

... (truncated)

Commits


Updates @vincjo/datatables from 1.12.8 to 1.14.5

Commits


Updates eslint from 8.53.0 to 8.56.0

Release notes

Sourced from eslint's releases.

v8.56.0

Features

  • 0dd9704 feat: Support custom severity when reporting unused disable directives (#17212) (Bryan Mishkin)
  • 31a7e3f feat: fix no-restricted-properties false negatives with unknown objects (#17818) (Arka Pratim Chaudhuri)

Bug Fixes

  • 7d5e5f6 fix: TypeError: fs.exists is not a function on read-only file system (#17846) (Francesco Trotta)
  • 74739c8 fix: suggestion with invalid syntax in no-promise-executor-return rule (#17812) (Bryan Mishkin)

Documentation

  • 9007719 docs: update link in ways-to-extend.md (#17839) (Amel SELMANE)
  • 3a22236 docs: Update README (GitHub Actions Bot)
  • 54c3ca6 docs: fix migration-guide example (#17829) (Tanuj Kanti)
  • 4391b71 docs: check config comments in rule examples (#17815) (Francesco Trotta)
  • vercel[bot] commented 5 months ago

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

    Name Status Preview Comments Updated (UTC)
    stoex ❌ Failed (Inspect) Feb 12, 2024 4:25pm
dependabot[bot] commented 5 months ago

Superseded by #126.