UweKnopf / stoex

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

Bump the dev-major group with 12 updates #30

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps the dev-major group with 12 updates:

Package From To
@skeletonlabs/skeleton 1.12.0 2.0.0
@sveltejs/kit 1.22.6 1.23.0
@typescript-eslint/eslint-plugin 5.62.0 6.5.0
@typescript-eslint/parser 5.62.0 6.5.0
eslint 8.47.0 8.48.0
eslint-config-prettier 8.10.0 9.0.0
eslint-plugin-svelte 2.32.4 2.33.0
prettier 2.8.8 3.0.2
prettier-plugin-svelte 2.10.1 3.0.3
sveltekit-superforms 1.5.2 1.6.1
typescript 5.1.6 5.2.2
vitest 0.25.8 0.34.3

Updates @skeletonlabs/skeleton from 1.12.0 to 2.0.0

Release notes

Sourced from @​skeletonlabs/skeleton's releases.

@​skeletonlabs/skeleton@​2.0.0

Major Changes

  • breaking: Introduced dynamic transitions for various components (#1533)

  • breaking: Removed deprecated whitelist and blacklist properties from the Autocomplete component (#1822)

  • breaking: Removed the long-deprecated Skeleton Data Table feature (#1822)

  • breaking: Refactored global stores to use contexts for Toast, Drawer, and Modal utilities (#1831)

  • breaking: Overhauled the Tailwind plugin and separated it into its own package: @skeletonlabs/tw-plugin (#1660)

  • breaking: Table of Contents component has been rebuilt and reimplemented from the ground up (#1832)

  • breaking: Removed all references to Skeleton's legacy typography system, including typography-prose.css and .unstyled (#1822)

  • breaking: Renamed the Paginator offset property to page for better semantics (#1822)

Minor Changes

  • feat: Added Tree View single/multi selection mode, enabled data-driven Tree View (#1866)

Patch Changes

  • bugfix: Updates to the relational Tree View now work as expected (#1910)

  • bugfix: Paginator no longer resets page value on length change (#1837)

  • chore: Update File Button button prop now includes .btn class to allow removing all styles (#1919)

  • bugfix: Fixed an issue where the paginator page would be set to -1 if size was 0 (#1861)

  • chore: Update Table of Contents to include optional prefix and suffix parameters (#1956)

  • chore: Rollback Input Chip change that introduced reactivity bug (#1957)

  • chore: The checkbox indeterminate state now uses theme styling by default (#1917)

@​skeletonlabs/skeleton@​2.0.0-rc.3

Patch Changes

  • bugfix: Updates to the relational Tree View now work as expected (#1910)

@​skeletonlabs/skeleton@​2.0.0-rc.2

Patch Changes

  • Chore: Update file button button prop to allow for unstyled buttons (#1919)

  • bugfix: fix background color of checkbox in indeterminate state (#1917)

... (truncated)

Commits


Updates @sveltejs/kit from 1.22.6 to 1.23.0

Release notes

Sourced from @​sveltejs/kit's releases.

@​sveltejs/kit@​1.23.0

Minor Changes

  • feat: add warning for mistyped route filenames (#10558)

  • feat: accept URL in redirect (#10570)

Patch Changes

  • fix: adjust the type of Navigation["type"] (#10599)

  • fix: allow logging $page.url during prerendering (#10567)

Changelog

Sourced from @​sveltejs/kit's changelog.

1.23.0

Minor Changes

  • feat: add warning for mistyped route filenames (#10558)

  • feat: accept URL in redirect (#10570)

Patch Changes

  • fix: adjust the type of Navigation["type"] (#10599)

  • fix: allow logging $page.url during prerendering (#10567)

Commits


Updates @typescript-eslint/eslint-plugin from 5.62.0 to 6.5.0

Release notes

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

v6.5.0

6.5.0 (2023-08-28)

Bug Fixes

  • eslint-plugin: [consistent-type-assertions] wrap object return value with parentheses (#6885) (23ac499)

Features

  • bump supported TS version to 5.2 (#7535) (f18c88d)
  • support Explicit Resource Management syntax for TS 5.2 (#7479) (c11e05c)

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

v6.4.1

6.4.1 (2023-08-21)

Bug Fixes

  • eslint-plugin: [no-unnecessary-condition] false positives with branded types (#7466) (b52658f), closes #7293
  • utils: [ts-eslint] small type fixes (#7474) (4402db1)

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

v6.4.0

6.4.0 (2023-08-14)

Bug Fixes

  • eslint-plugin: [non-nullable-type-assertion-style] consider operator precedence when fixing (#7289) (bad37a2)
  • eslint-plugin: [strict-boolean-expressions] replace dangerous fixer with suggestions (#7394) (ad8401a)
  • typescript-estree: support declare and export modifiers for nested namespace declaration (#7410) (49a53f0)
  • utils: add new properties since eslint 8.40.0 (#7460) (660aff7)
  • utils: add to JSONSchema4Type missing Array and Object (#7406) (60df0bb)

Features

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

v6.3.0

... (truncated)

Changelog

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

6.5.0 (2023-08-28)

Bug Fixes

  • eslint-plugin: [consistent-type-assertions] wrap object return value with parentheses (#6885) (23ac499)

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

6.4.1 (2023-08-21)

Bug Fixes

  • eslint-plugin: [no-unnecessary-condition] false positives with branded types (#7466) (b52658f), closes #7293

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

6.4.0 (2023-08-14)

Bug Fixes

  • eslint-plugin: [non-nullable-type-assertion-style] consider operator precedence when fixing (#7289) (bad37a2)
  • eslint-plugin: [strict-boolean-expressions] replace dangerous fixer with suggestions (#7394) (ad8401a)

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

6.3.0 (2023-08-07)

Bug Fixes

  • eslint-plugin: [no-extra-parens] keep parens around call expression arguments when type arguments contain parens (#7375) (38e5e4e)
  • eslint-plugin: [no-restricted-imports] allow inline type qualifiers when allowTypeImports enabled (#7379) (cc9a46d)

Features

... (truncated)

Commits
  • 4f34d0b chore: publish v6.5.0
  • 23ac499 fix(eslint-plugin): [consistent-type-assertions] wrap object return value wit...
  • 85f34da docs: add info for no-extra-semi (#7330)
  • ef1367e chore: publish v6.4.1
  • 2e1cfd5 chore: upgrade to yarn 3 (#6162)
  • b52658f fix(eslint-plugin): [no-unnecessary-condition] false positives with branded t...
  • 66cc514 chore: enable logical-assignment-operators rule internally (#7484)
  • e1897db docs: fix typo in member-ordering (#7488)
  • 14bea42 chore: publish v6.4.0
  • 9181252 docs: add note on common misconceptions about type narrowing (#7391)
  • Additional commits viewable in compare view


Updates @typescript-eslint/parser from 5.62.0 to 6.5.0

Release notes

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

v6.5.0

6.5.0 (2023-08-28)

Bug Fixes

  • eslint-plugin: [consistent-type-assertions] wrap object return value with parentheses (#6885) (23ac499)

Features

  • bump supported TS version to 5.2 (#7535) (f18c88d)
  • support Explicit Resource Management syntax for TS 5.2 (#7479) (c11e05c)

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

v6.4.1

6.4.1 (2023-08-21)

Bug Fixes

  • eslint-plugin: [no-unnecessary-condition] false positives with branded types (#7466) (b52658f), closes #7293
  • utils: [ts-eslint] small type fixes (#7474) (4402db1)

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

v6.4.0

6.4.0 (2023-08-14)

Bug Fixes

  • eslint-plugin: [non-nullable-type-assertion-style] consider operator precedence when fixing (#7289) (bad37a2)
  • eslint-plugin: [strict-boolean-expressions] replace dangerous fixer with suggestions (#7394) (ad8401a)
  • typescript-estree: support declare and export modifiers for nested namespace declaration (#7410) (49a53f0)
  • utils: add new properties since eslint 8.40.0 (#7460) (660aff7)
  • utils: add to JSONSchema4Type missing Array and Object (#7406) (60df0bb)

Features

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

v6.3.0

... (truncated)

Changelog

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

6.5.0 (2023-08-28)

Note: Version bump only for package @​typescript-eslint/parser

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

6.4.1 (2023-08-21)

Note: Version bump only for package @​typescript-eslint/parser

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

6.4.0 (2023-08-14)

Note: Version bump only for package @​typescript-eslint/parser

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

6.3.0 (2023-08-07)

Note: Version bump only for package @​typescript-eslint/parser

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

6.2.1 (2023-07-31)

Note: Version bump only for package @​typescript-eslint/parser

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

... (truncated)

Commits


Updates eslint from 8.47.0 to 8.48.0

Release notes

Sourced from eslint's releases.

v8.48.0

Features

  • 1fbb3b0 feat: correct update direction in for-direction (#17483) (Francesco Trotta)
  • d73fbf2 feat: rule tester do not create empty valid or invalid test suites (#17475) (fnx)
  • ee2f718 feat: Allow void in rule no-promise-executor-return (#17282) (nopeless)

Bug Fixes

  • 7234f6a fix: update RuleTester JSDoc and deprecations (#17496) (Jonas Berlin)

Documentation

  • 7a51d77 docs: no-param-reassign mention strict mode (#17494) (Stephen Hardy)
  • 9cd7ac2 docs: add fetch script to package.json conventions (#17459) (Nitin Kumar)
  • cab21e6 docs: advice for inline disabling of rules (#17458) (Ashish Yadav)
  • 056499d docs: fix example of flat config from plugin (#17482) (Francesco Trotta)
  • 9e9edf9 docs: update documentation URL in error message (#17465) (Nitin Kumar)

Chores

  • 8dd3cec chore: upgrade @​eslint/js@​8.48.0 (#17501) (Milos Djermanovic)
  • 6d0496e chore: package.json update for @​eslint/js release (ESLint Jenkins)
  • 9d4216d chore: Refactor and document CodePathSegment (#17474) (Nicholas C. Zakas)
Changelog

Sourced from eslint's changelog.

v8.48.0 - August 25, 2023

  • 8dd3cec chore: upgrade @​eslint/js@​8.48.0 (#17501) (Milos Djermanovic)
  • 6d0496e chore: package.json update for @​eslint/js release (ESLint Jenkins)
  • 7a51d77 docs: no-param-reassign mention strict mode (#17494) (Stephen Hardy)
  • 9cd7ac2 docs: add fetch script to package.json conventions (#17459) (Nitin Kumar)
  • 7234f6a fix: update RuleTester JSDoc and deprecations (#17496) (Jonas Berlin)
  • 1fbb3b0 feat: correct update direction in for-direction (#17483) (Francesco Trotta)
  • 9d4216d chore: Refactor and document CodePathSegment (#17474) (Nicholas C. Zakas)
  • cab21e6 docs: advice for inline disabling of rules (#17458) (Ashish Yadav)
  • 056499d docs: fix example of flat config from plugin (#17482) (Francesco Trotta)
  • d73fbf2 feat: rule tester do not create empty valid or invalid test suites (#17475) (fnx)
  • ee2f718 feat: Allow void in rule no-promise-executor-return (#17282) (nopeless)
  • 9e9edf9 docs: update documentation URL in error message (#17465) (Nitin Kumar)
Commits


Updates eslint-config-prettier from 8.10.0 to 9.0.0

Changelog

Sourced from eslint-config-prettier's changelog.

Version 9.0.0 (2023-08-05)

  • Added: The CLI helper tool now works with eslint.config.js (flat config). Just like ESLint itself, the CLI tool automatically first tries eslint.config.js and then eslintrc, and you can force which one to use by setting the [ESLINT_USE_FLAT_CONFIG] environment variable. Note that the config of eslint-config-prettier has always been compatible with eslint.config.js (flat config) – it was just the CLI tool that needed updating. On top of that, the docs have been updated to mention how to use both eslint.config.js (flat config) and eslintrc, and the tests now test both config systems.
  • Changed: [unicode-bom] is no longer turned off. Prettier preserves the BOM if you have one, and does not add one if missing. It was wrong of eslint-config-prettier to disable that rule. If you get ESLint errors after upgrading, either add "unicode-bom": "off" to your config to disable it again, or run ESLint with --fix to fix all files according to the rule (add or remove BOM). Thanks to Nicolas Stepien (@​nstepien)!
Commits


Updates eslint-plugin-svelte from 2.32.4 to 2.33.0

Release notes

Sourced from eslint-plugin-svelte's releases.

v2.33.0

Minor Changes

Changelog

Sourced from eslint-plugin-svelte's changelog.

2.33.0

Minor Changes

Commits
  • c97b55c chore: release eslint-plugin-svelte (#566)
  • bd11057 feat: change dependency parser version (#565)
  • f02d9ba fix(deps): update dependency svelte-eslint-parser to ^0.33.0
  • 615c1fb chore(deps): update dependency esbuild to ^0.19.0
  • b6db99d chore(deps): update dependency @​types/markdown-it to v13
  • 41d09fd chore(deps): update pnpm to v7.33.6
  • bac1134 chore(deps): update dependency eslint-config-prettier to v9
  • f1fa1b9 chore: add faq for ts
  • See full diff in compare view


Updates prettier from 2.8.8 to 3.0.2

Release notes

Sourced from prettier's releases.

3.0.2

🔗 Changelog

3.0.1

🔗 Changelog

3.0.0

diff

🔗 Release note

3.0.0-alpha.6

What's Changed

Other changes since v2, see 3.0.0-alpha.1 release notes

Full Changelog: https://github.com/prettier/prettier/compare/3.0.0-alpha.5...3.0.0-alpha.6

3.0.0-alpha.5

What's Changed

Other changes since v2, see 3.0.0-alpha.1 release notes

Full Changelog: https://github.com/prettier/prettier/compare/3.0.0-alpha.4...3.0.0-alpha.5

3.0.0-alpha.4

What's Changed

Other changes since v2, see 3.0.0-alpha.1 release notes

Full Changelog: https://github.com/prettier/prettier/compare/3.0.0-alpha.3...3.0.0-alpha.4

3.0.0-alpha.3

  • Fix exports field in package.json file

Other changes since v2, see 3.0.0-alpha.1 release notes

Full Changelog: https://github.com/prettier/prettier/compare/3.0.0-alpha.2...3.0.0-alpha.3

3.0.0-alpha.2

  • Fix bundled index.cjs file

Other changes since v2, see 3.0.0-alpha.1 release notes

... (truncated)

Changelog

Sourced from prettier's changelog.

3.0.2

diff

Break after = of assignment if RHS is poorly breakable AwaitExpression or YieldExpression (#15204 by @​seiyab)

// Input
const { section, rubric, authors, tags } = await utils.upsertCommonData(mainData);

// Prettier 3.0.1 const { section, rubric, authors, tags } = await utils.upsertCommonData( mainData, );

// Prettier 3.0.2 const { section, rubric, authors, tags } = await utils.upsertCommonData(mainData);

Do not add trailing comma for grouped scss comments (#15217 by @​auvred)

/* Input */
$foo: (
    'property': (),
    // comment 1
    // comment 2
)

/* Prettier 3.0.1 */ $foo: ( "property": (), // comment 1 // comment 2, );

/* Prettier 3.0.2 */ $foo: ( "property": (), // comment 1 // comment 2 );

Print declare and export keywords for nested namespace (#15249 by @​sosukesuzuki)

... (truncated)

Commits


Updates prettier-plugin-svelte from 2.10.1 to 3.0.3

Changelog

Sourced from prettier-plugin-svelte's changelog.

3.0.3

  • (fix) handle static tag attributes on <svelte:element>

3.0.2

  • (fix) add package.json to exports map

3.0.1

  • (fix) support less/scss in style tags

3.0.0

  • (breaking) requires prettier version 3. This may require adjustments to your configuration file, see the migration guide for more info
  • (breaking) requires node version 14 or higher
  • (breaking) Whether or not empty elements/components should self-close is now left to the user - in other words, if you write <div /> or <Component /> that stays as is, and so does <div></div>/<Component></Component>. If svelteStrictMode is turned on, it will still only allow <div></div> notation for elements (but it will leave your components alone)
  • (breaking) svelteAllowShorthand now takes precedence over svelteStrictMode, which no longer has any effect on that behavior. Set svelteAllowShorthand to false to get back the v2 behavior
  • (breaking) remove deprecated svelteSortOrder options
Commits


Updates sveltekit-superforms from 1.5.2 to 1.6.1

Release notes

Sourced from sveltekit-superforms's releases.

v1.6.1

Fixed

  • Client-side validation didn't take refine into account on a successful validation, not clearing all errors.

v1.6.0

Fixed

  • Client-side validation wasn't resetted properly, when a component containing a form was destroyed and mounted again.
  • Removed debug statement left from 1.5.3

Added

  • Added cookieOptions to actionResult, for customizing the cookie when setting a flash message.
  • SuperDebug now has a collapsible prop, that will make the component collapsible on a per-route basis.

v1.5.3

Fixed

  • Array-level errors weren't typed correctly when changing the cardinality of an array field in the schema (for example with nonempty).
  • customValidity now works with select, textarea and button, not just input.
  • SuperDebug looks a bit better now when there is no css styling on the page.
Changelog

Sourced from sveltekit-superforms's changelog.

[1.6.1] - 2023-08-22

Fixed

  • Client-side validation didn't take refine into account on a successful validation, not clearing all errors.

[1.6.0] - 2023-08-18

Fixed

  • Client-side validation wasn't resetted properly, when a component containing a form was destroyed and mounted again.
  • Removed debug statement left from 1.5.3

Added

  • Added cookieOptions to actionResult, for customizing the cookie when setting a flash message.
  • SuperDebug now has a collapsible prop, that will make the component collapsible on a per-route basis.

[1.5.3] - 2023-08-16

Fixed

  • Array-level errors weren't typed correctly when changing the cardinality of an array field in the schema (for example with nonempty).
  • customValidity now works with select, textarea and button, not just input.
  • SuperDebug looks a bit better now when there is no css styling on the page.
Commits
  • ea01e80 1.6.1
  • d50272f Added cardinality inference for SuperStruct.
  • ba054f0 Typo fix.
  • ff23e22 Client-side validation didn't take refine into account a successful validation.
  • d30391b 1.6.0
  • 16c5e34 Package updates.
  • df81d79 Added cookieOptions to actionResult.
  • f5c3b25 Added collapsible prop to SuperDebug.
  • 716c6a7 Client-side validation wasn't resetted properly, when a component containing ...
  • 26662d9 date type input doesn't work with dateProxy.
  • Additional commits viewable in compare view


Updates typescript from 5.1.6 to 5.2.2

Release notes

Sourced from typescript's releases.

TypeScript 5.2

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on: