traPtitech / NeoShowcase

PaaS (Platform as a Service) on Docker 🐳 or k8s ☸
MIT License
53 stars 4 forks source link

build(deps): bump the non-majors group in /dashboard with 12 updates #955

Closed dependabot[bot] closed 2 months ago

dependabot[bot] commented 2 months ago

Bumps the non-majors group in /dashboard with 12 updates:

Package From To
@kobalte/core 0.13.4 0.13.6
@solidjs/router 0.14.1 0.14.3
@tanstack/solid-virtual 3.8.4 3.10.6
chart.js 4.4.3 4.4.4
solid-js 1.8.19 1.8.22
ts-pattern 5.2.0 5.3.1
valibot 0.36.0 0.40.0
@macaron-css/solid 1.5.1 1.5.3
@tanstack/virtual-core 3.8.4 3.10.6
@types/node 22.1.0 22.5.2
vite 5.3.5 5.4.2
vitest 2.0.3 2.0.5

Updates @kobalte/core from 0.13.4 to 0.13.6

Release notes

Sourced from @​kobalte/core's releases.

@​kobalte/core@​0.13.6

Patch Changes

  • 512b844d: ## v0.13.6 (August 27, 2024)

    Bug fixes

    • Update missing export from @kobalte/utils (#477)
  • Updated dependencies [512b844d]

    • @​kobalte/utils@​0.9.1

@​kobalte/core@​0.13.5

Patch Changes

  • aa6f894e: ## v0.13.5 (August 27, 2024)

    New features

    • Tooltip: add skipDelayDuration prop (#467)

    Bug fixes

    • NumberField: only format when enabled (#456)
    • NumberField: don't trigger onRawValueChange on mount when NaN (#456)
    • Select: correct type definition & empty value for multiselect (#456)
    • TextField: clear input when controlled value set to undefined (#456)
    • Combobox: correct type definition & empty value for multiselect (#456)
    • Skeleton: correct data-animate & data-visible attribute value (#456)
    • Combobox: close list on outside click (#456)
    • NavigationMenu: incorrect animation after closed (#456)
    • Tabs: recalculate indicator styles on resize (#458)
    • Pagination: correctly render fixedItems with low page count (#464)
    • Combobox: prevent opening on input with triggerMode="manual" (#465)
    • NumberField: precision handling with floating point offsets and value snapping (#468)
Commits
  • 365b34e chore: update versions (#478)
  • 512b844 chore: prepare release 0.13.6 (#477)
  • 4555f8d chore: update versions (#475)
  • aa6f894 chore: prepare release 0.13.5 (#474)
  • 24c5ef8 fix: various bug fixes (#456)
  • 1872bcb docs(tooltip): Add docs for skipDelayDuration prop (#472)
  • 746432c fix(number-field): precision handling with floating point offsets and value s...
  • cfb0a01 feat(tooltip): add skipDelayDuration prop (#467)
  • ea7e7f9 fix(combobox): prevent opening on input with triggerMode="manual" (#465)
  • c0028e5 fix(pagination): correctly render fixedItems with low page count (#464)
  • Additional commits viewable in compare view


Updates @solidjs/router from 0.14.1 to 0.14.3

Changelog

Sourced from @​solidjs/router's changelog.

0.14.3

Patch Changes

  • 19a21cc: fix async store references
  • f8aaf16: make url transform consistent
  • 86c3b1f: better handling of query only navigation

0.14.2

Patch Changes

  • bc3d8e3: expose .latest from createAsync
  • fc6ac53: fix #464 flaky hydration bail out
  • 3295502: fix hydration cancellation on browser events
Commits


Updates @tanstack/solid-virtual from 3.8.4 to 3.10.6

Release notes

Sourced from @​tanstack/solid-virtual's releases.

v3.10.6

Version 3.10.6 - 8/29/24, 9:29 AM

Changes

Fix

  • virtual-core: add bigint to Key to align with @​types/react implementation (#814) (1e12f81) by @​huv1k

Chore

  • deps: update dependency jsdom to v25 (#818) (41ca485) by renovate[bot]
  • deps: update dependency @​vueuse/core to v11 (#817) (5662317) by renovate[bot]

Packages

  • @​tanstack/virtual-core@​3.10.6
  • @​tanstack/lit-virtual@​3.10.6
  • @​tanstack/react-virtual@​3.10.6
  • @​tanstack/solid-virtual@​3.10.6
  • @​tanstack/svelte-virtual@​3.10.6
  • @​tanstack/vue-virtual@​3.10.6
  • @​tanstack/angular-virtual@​3.10.6

v3.10.5

Version 3.10.5 - 8/27/24, 1:39 PM

Changes

Fix

  • angular-virtual: fix proxying of computed functions with args (#812) (3422577) by Garrett Darnell

Refactor

  • angular-virtual: add eslint & fix all eslint errors (#813) (c51217d) by Garrett Darnell

Chore

  • change type of "debug" from any to boolean (#809) (cadac12) by @​steadily-worked
  • deps: update all non-major dependencies (#811) (236b312) by renovate[bot]

Packages

  • @​tanstack/react-virtual@​3.10.5
  • @​tanstack/svelte-virtual@​3.10.5
  • @​tanstack/virtual-core@​3.10.5
  • @​tanstack/angular-virtual@​3.10.5
  • @​tanstack/lit-virtual@​3.10.5
  • @​tanstack/solid-virtual@​3.10.5

... (truncated)

Commits


Updates chart.js from 4.4.3 to 4.4.4

Release notes

Sourced from chart.js's releases.

v4.4.4

Essential Links

Bugs Fixed

  • #11873 Check if range method exists on element before executing it
  • #11863 Return false from the average tooltip positioner on no valid data
  • #11858 Bugfix/issue 11804 tooltip show for all invisible
  • #11851 fix: Unset _resizeBeforeDraw before _resize() call to avoid possible recursion
  • #11844 fix issue #11717
  • #11788 Fix drawing angle lines on reversed radial scale

Types

  • #11867 fix(types): exclude DeepPartial<unknown[]> from ChartOptions interface
  • #11862 fix(types): add xCenter and yCenter properties to RadialLinearScale interface
  • #11817 Remove box padding from legend types
  • #11796 Add fit method to LegendElement interface
  • #11780 types: Allow passing undefined for chart options

Documentation

  • #11871 Add radial linear scale to docs section of samples
  • #11823 Update OffscreenCanvas documentation, as it is widely available now
  • #11781 Fix some typos

Development

  • #11874 Bump package version to 4.4.4

Thanks to @​CatchABus, @​LeeLenaleee, @​MichelHMachado, @​artus9033, @​huqingkun, @​jdufresne and @​joliss

Commits
  • dd554e0 Bump package version to 4.4.4 (#11874)
  • 2fa7241 Check if range method exists on element before executing it (#11873)
  • a1f7355 Add radial linear scale to docs section of samples (#11871)
  • 3dac05e Return false from the average tooltip positioner on no valid data (#11863)
  • b51b57a fix(types): exclude DeepPartial<unknown[]> from ChartOptions interface (#11867)
  • 74122c1 fix(types): add xCenter and yCenter properties to RadialLinearScale interface...
  • b9c0141 Bugfix/issue 11804 tooltip show for all invisible (#11858)
  • f3f84fd fix: Unset _resizeBeforeDraw before _resize() call to avoid possible recursio...
  • 147ee59 fix issue #11717 (#11844)
  • 0ca1b6e Update OffscreenCanvas documentation, as it is widely available now (#11823)
  • Additional commits viewable in compare view


Updates solid-js from 1.8.19 to 1.8.22

Commits


Updates ts-pattern from 5.2.0 to 5.3.1

Release notes

Sourced from ts-pattern's releases.

v5.3.1

Pattern-matching on symbol keys

Symbols used to be ignored in object patterns. They are now taken into account:

const symbolA = Symbol('symbol-a');
const symbolB = Symbol('symbol-b');

const obj = { [symbolA]: { [symbolB]: 'foo' } };

if (isMatching({ [symbolA]: { [symbolB]: 'bar' } }, obj)) { // 👆 Used to return true, now returns false!

// Since TS-Pattern wasn't reading symbols, this pattern used to be equivalent // to the {} pattern that matches any value except null and undefined. }

.exhaustive now throws a custom error

People have expressed the need to differentiate runtime errors that .exhaustive() might throw when the input is of an unexpected type from other runtime errors that could have happened in the same match expression. It's now possible with err instanceof NonExhaustiveError:

import { match, P, NonExhaustiveError }  from 'ts-pattern';

const fn = (input: string | number) => { return match(input) .with(P.string, () => "string!") .with(P.number, () => "number!") .exhaustive() }

try { fn(null as string) // 👈 💥 } catch (e) { if (e instanceof NonExhaustiveError) { // The input was invalid } else { // something else happened } }

What's Changed

New Contributors

... (truncated)

Commits
  • 021b3db 5.3.1
  • 99aa90e feat(exhaustive): rename thrown error to NonExhaustiveError
  • b2e7566 5.3.0
  • d404e33 feat(symbols): Use Reflect.ownKeys for better performance
  • 29f74f9 feat(symbols): add more tests
  • e74557d Merge pull request #272 from Ayc0/symbol
  • 7f2aaf3 chore: use .concat for better perfs (1 less creation of arrays)
  • 423b75b chore: split tests in a new objects.test.ts
  • fbf58c3 fix: make so that isMatching works with symbols
  • 3f5978a roadmap: add features
  • Additional commits viewable in compare view


Updates valibot from 0.36.0 to 0.40.0

Release notes

Sourced from valibot's releases.

v0.40.0

Many thanks to @​jasperteo, @​alecmev and @​cruzdanilo for contributing to this release.

  • Add nanoid action to validate Nano IDs (pull request #789)
  • Add undefinedable and undefinedableAsync schema (issue #385)
  • Fix invalid output type for transformed optional object entries (issue #806)

v0.39.0

Many thanks to @​tpetry, @​incompletude, @​ComradeVanti, @​istonikula and @​ShlokDesai33 for contributing to this release.

  • Add support for exactOptionalPropertyTypes config (issue #385)
  • Fix IssueDotPath type for pipe and pipeAsync method (issue #793)
  • Fix IssueDotPath type for variant and variantAsync schema (issue #700)

v0.38.0

Many thanks to @​EltonLobo07, @​samuba, @​alecmev, @​gflohr, @​threehams and @​carcinocron for contributing to this release.

  • Change expects and expected property by enclosing combined values in parentheses
  • Change question mark handling for optional, optionalAsync, nullish and nullishAsync schemas in objects
  • Fix TypeScript errors in TuplePath and QuestionMarkSchema type (issue #659, #776)
  • Fix missing TypeScript errors in pipe and pipeAsync method (pull request #785)

v0.37.0

Many thanks to @​morinokami, @​xcfox, @​devcaeg, @​shayneo, @​Sandros94, @​slevithan, @​thecotne and @​EltonLobo07 for contributing to this release.

  • Add base64 action to validate Base64 strings (pull request #644)
  • Add description metadata action (pull request #747)
  • Add metadata feature to pipe and pipeAsync method (pull request #747)
  • Refactor HEXADECIMAL_REGEX (pull request #666)
  • Change unknown[] in LengthInput type to ArrayLike<unknown>
  • Change ArrayInput and ContentInput type to use MaybeReadonly
  • Change EMOJI_REGEX to be more accurate and strict (pull request #666)
  • Fix bug in fallback and fallbackAsync method for specific schemas (pull request #752)
  • Fix bug in fallbackAsync method for async schemas (pull request #732)
Commits
  • 23b1ebf Bump version to v0.40.0 and update changelog
  • 378ecf0 Fix ordering and update contributors of ecosystem page
  • 3105553 Merge pull request #805 from scythewyvern/patch-1
  • fe4d1fd Fix output type for transformed optional object entries #806
  • f9e473c docs: RVF to uppercase
  • 194e273 docs: add @​rvf/valibot to guides/ecosystem
  • 03f1d86 Merge pull request #804 from EltonLobo07/doc/add-safeParserAsync
  • 8273118 add safeParserAsync API reference
  • 521b58f Fix related APIs after renaming special to custom
  • 97b33f4 Merge pull request #789 from jasperteo/feat-nanoid-validation
  • Additional commits viewable in compare view


Updates @macaron-css/solid from 1.5.1 to 1.5.3

Release notes

Sourced from @​macaron-css/solid's releases.

v1.5.3

Version 1.5.3 - 4/14/2024, 11:00 PM

Changes

Fix

  • depend on latest version of core (130dc1a) by Mokshit06
  • link correct type defs in solid adapter (f2d1a87) by Mokshit06
  • export types of react & solid adapter, esm issues with vite & qwik (85a1e74) by Mokshit06

Chore

  • allow publishing specific packages (1881956) by Mokshit06
  • remove unnecessary validation (b043c51) by Mokshit06

Docs

  • fix inline css-var assignment example (#59) (9895043) by Jiwon Jeon

Packages

  • @​macaron-css/react@​1.5.3
  • @​macaron-css/qwik@​1.5.3
  • @​macaron-css/solid@​1.5.3

v1.5.2

Version 1.5.2 - 4/13/2024, 12:52 AM

Changes

Fix

  • export types of react & solid adapter, esm issues with vite & qwik (5238994) by Mokshit06

Chore

  • remove unnecessary validation (7bc5f37) by Mokshit06
  • switch site from yarn to npm (2120d0d) by Mokshit06

Packages

  • @​macaron-css/core@​1.5.2
  • @​macaron-css/qwik@​1.5.2
  • @​macaron-css/react@​1.5.2
  • @​macaron-css/solid@​1.5.2
Commits
  • 130dc1a fix: depend on latest version of core
  • f2d1a87 fix: link correct type defs in solid adapter
  • 61f1e30 release: v1.5.2
  • 85a1e74 fix: export types of react & solid adapter, esm issues with vite & qwik
  • 267b922 release: v1.5.1
  • See full diff in compare view


Updates @tanstack/virtual-core from 3.8.4 to 3.10.6

Release notes

Sourced from @​tanstack/virtual-core's releases.

v3.10.6

Version 3.10.6 - 8/29/24, 9:29 AM

Changes

Fix

  • virtual-core: add bigint to Key to align with @​types/react implementation (#814) (1e12f81) by @​huv1k

Chore

  • deps: update dependency jsdom to v25 (#818) (41ca485) by renovate[bot]
  • deps: update dependency @​vueuse/core to v11 (#817) (5662317) by renovate[bot]

Packages

  • @​tanstack/virtual-core@​3.10.6
  • @​tanstack/lit-virtual@​3.10.6
  • @​tanstack/react-virtual@​3.10.6
  • @​tanstack/solid-virtual@​3.10.6
  • @​tanstack/svelte-virtual@​3.10.6
  • @​tanstack/vue-virtual@​3.10.6
  • @​tanstack/angular-virtual@​3.10.6

v3.10.5

Version 3.10.5 - 8/27/24, 1:39 PM

Changes

Fix

  • angular-virtual: fix proxying of computed functions with args (#812) (3422577) by Garrett Darnell

Refactor

  • angular-virtual: add eslint & fix all eslint errors (#813) (c51217d) by Garrett Darnell

Chore

  • change type of "debug" from any to boolean (#809) (cadac12) by @​steadily-worked
  • deps: update all non-major dependencies (#811) (236b312) by renovate[bot]

Packages

  • @​tanstack/react-virtual@​3.10.5
  • @​tanstack/svelte-virtual@​3.10.5
  • @​tanstack/virtual-core@​3.10.5
  • @​tanstack/angular-virtual@​3.10.5
  • @​tanstack/lit-virtual@​3.10.5
  • @​tanstack/solid-virtual@​3.10.5

... (truncated)

Commits
  • 90ede1e release: v3.10.6
  • 1e12f81 fix(virtual-core): add bigint to Key to align with @​types/react implementatio...
  • c1555a9 release: v3.10.5
  • cadac12 chore: change type of 'debug' from any to boolean (#809)
  • 6d9cb3f release: v3.10.4
  • 045b442 fix: getItemKey when element is missing from list (#810)
  • e4298c5 release: v3.10.2
  • 0ad4e6c fix: performance issues with measureElement (#806)
  • 3b8a51f release: v3.10.1
  • a873595 fix: sync versions with published already (#803)
  • Additional commits viewable in compare view


Updates @types/node from 22.1.0 to 22.5.2

Commits


Updates vite from 5.3.5 to 5.4.2

Release notes

Sourced from vite's releases.

create-vite@5.4.0

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vite's changelog.

5.4.2 (2024-08-20)

5.4.1 (2024-08-15)

5.4.0 (2024-08-07)

5.4.0-beta.1 (2024-08-01)

5.4.0-beta.0 (2024-07-30)

... (truncated)

Commits
  • b1ecdaf release: v5.4.2
  • e012f29 chore: remove stale TODOs (#17866)
  • 3b8f03d refactor: remove redundant prepend/strip base (#17887)
  • fac3a8e fix: resolve relative URL generated by renderBuiltUrl passed to module prel...
  • 7d8c0e2 feat: support originalFilename (#17867)
  • b44c20c release: v5.4.1
  • 391bb49 fix(worker): handle self reference url worker in dependency for build (#17846)
  • e686d74 fix(build): avoid re-define __vite_import_meta_env__ (#17876)
  • 9018255 chore: fix picocolors import for local dev (#17884)
  • 1bda847 fix: align CorsOptions.origin type with @​types/cors (#17836)
  • Additional commits viewable in compare view


Updates vitest from 2.0.3 to 2.0.5

Release notes

Sourced from vitest's releases.

v2.0.5

   🚀 Features

  • Introduce experimental reported tasks  -  by @​sheremet-va in vitest-dev/vitest#6149 (13d85)
    • This is part of the experimental API and doesn't follow semver. We are hoping to stabilize it for 2.1. If you are working with custom reporters, give this a go!

   🐞 Bug Fixes

    View changes on GitHub

v2.0.4

   🐞 Bug Fixes

    View changes on GitHub
Commits