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

Closed dependabot[bot] closed 4 months ago

dependabot[bot] commented 4 months ago

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

Package From To
@kobalte/core 0.12.6 0.13.3
@modular-forms/solid 0.20.0 0.22.1
@solidjs/router 0.13.5 0.13.6
@tanstack/solid-virtual 3.5.0 3.8.1
solid-chartjs 1.3.9 1.3.10
solid-js 1.8.17 1.8.18
@biomejs/biome 1.7.3 1.8.3
@macaron-css/solid 1.5.1 1.5.3
@tanstack/virtual-core 3.5.0 3.8.1
@types/node 20.13.0 20.14.9
typescript 5.4.5 5.5.2
vite 5.2.12 5.3.2

Updates @kobalte/core from 0.12.6 to 0.13.3

Release notes

Sourced from @​kobalte/core's releases.

@​kobalte/core@​0.13.3

Patch Changes

@​kobalte/core@​0.13.2

Patch Changes

  • a430a78: ## v0.13.2 (May 29, 2024)

    Bug fixes

    • Refactored polymorphic element type in CommonProps (#420)

@​kobalte/core@​0.13.1

Patch Changes

  • 16789fb: ## v0.13.1 (May 3, 2024)

    New features

    • NumberField: improve input handling (#379) (#395)

    Bug fixes

    • Slider: call onChangeEnd on blur after changing value (#402)
    • Select: options non reactive inside suspense (#401)
    • Combobox: close on select with focus trigger mode (#400)
    • Menu: open link menu items (#397)

@​kobalte/core@​0.13.0

Minor Changes

Commits


Updates @modular-forms/solid from 0.20.0 to 0.22.1

Release notes

Sourced from @​modular-forms/solid's releases.

v0.22.1 (@​modular-forms/solid)

Many thanks to @​nicoknoll for contributing to this release.

  • Fix missing default for generic of FormStore type (issue #219)

v0.22.0 (@​modular-forms/solid)

  • Upgrade Valibot dependency to >=v0.33.0

v0.22.0 (@​modular-forms/qwik)

Many thanks to @​DustinJSilk for contributing to this release.

  • Fix type errors after upgrading to Qwik v1.3.1
  • Remove Qwik specific events from FieldEvent type (issue #159)

v0.21.2 (@​modular-forms/qwik)

Many thanks to @​saberuster for contributing to this release.

  • Fix return type of toLowerCase, toTrimmed and toUpperCase (issue #153)

v0.21.1 (@​modular-forms/qwik)

Many thanks to @​brandonpittman for contributing to this release.

  • Fix regex in getFormDataValues for negative numbers
  • Fix type of class and style property of Form component (pull request #152)

v0.21.0 (@​modular-forms/solid)

  • Upgrade valiField and valiForm adapter for Valibot v0.31.0
  • Improve zodForm adapter

v0.21.0 (@​modular-forms/qwik)

Many thanks to @​genki and @​katywings for contributing to this release.

  • Add submit method (issue #130, pull request #136)

v0.20.2 (@​modular-forms/qwik)

  • Fix valiField$ and valiForm$ adapter for Valibot v0.13.0

v0.20.1 (@​modular-forms/qwik)

Many thanks to @​sillvva and @​tuurbo for contributing to this release.

  • Fix datetime and time regex in getFormDataValues util
  • Fix redirect behavior of actionForm$ in development mode
Commits


Updates @solidjs/router from 0.13.5 to 0.13.6

Changelog

Sourced from @​solidjs/router's changelog.

0.13.6

Patch Changes

  • 7344f69: Handle absolute redirects within cache on server
  • 8263115: Forward absolute redirects inside cache from server to client
  • 8fbf74a: Treat window.location.hash as URI encoded
  • e9fd55d: fix #449 No JS submissions not working
  • f311f4a: fix #452 useSubmission types/references
  • 2f05f37: Make isRouting more reliable + other fixes
  • 618ef17: performance improvement leveraging redirects in loadfn
  • d81473a: usePreloadRoute method pre-release
Commits


Updates @tanstack/solid-virtual from 3.5.0 to 3.8.1

Release notes

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

v3.8.1

Version 3.8.1 - 6/29/24, 2:48 AM (Manual Release)

Changes

Fix

  • lit-virtual: Add publish config (40de0a4) by Lachlan Collins

Packages

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

v3.8.0

Version 3.8.0 - 6/29/24, 2:39 AM

Changes

Feat

Chore

  • TanStack workspace upgrades (#744) (11caab2) by Lachlan Collins

Packages

  • @​tanstack/virtual-core@​3.8.0
  • @​tanstack/react-virtual@​3.8.0
  • @​tanstack/solid-virtual@​3.8.0
  • @​tanstack/svelte-virtual@​3.8.0
  • @​tanstack/vue-virtual@​3.8.0

v3.7.0

Version 3.7.0 - 6/21/2024, 1:17 PM

Changes

Feat

  • add measureElement on virtual item, when we can"t relay on node.isConnected (#737) (afeb2fd) by @​piecyk

Packages

... (truncated)

Commits


Updates solid-chartjs from 1.3.9 to 1.3.10

Commits


Updates solid-js from 1.8.17 to 1.8.18

Commits


Updates @biomejs/biome from 1.7.3 to 1.8.3

Release notes

Sourced from @​biomejs/biome's releases.

CLI v1.8.3

CLI

Bug fixes

  • Fix #3104 by suppressing node warnings when using biome migrate. Contributed by @​SuperchupuDev

  • Force colors to be off when using the GitHub reporter to properly create annotations in GitHub actions (#3148). Contributed by @​Sec-ant

Parser

Bug fixes

Formatter

Bug fixes

Linter

New features

Bug fixes

  • useConsistentArrayType and useShorthandArrayType now ignore Array in the extends and implements clauses. Fix #3247. Contributed by @​Conaclos
  • Fixes #3066 by taking into account the dependencies declared in the package.json. Contributed by @​ematipico
  • The code action of the useArrowFunction rule now preserves a trailing comma when there is only a single type parameter in the arrow function and JSX is enabled. Fixes #3292. Contributed by @​Sec-ant

Enhancements

  • Enhance tailwind sorting lint rule #1274 with variant support.

    Every preconfigured variant is assigned a weight that concurs on establishing the output sorting order. Since nesting variants on the same utility class is possible, the resulting weight is the Bitwise XOR of all the variants weight for that class. Dynamic variants (e.g. has-[.custom-class], group-[:checked]) are also supported and they take the weight of their base variant name the custom value attached (e.g. has-[.custom-class] takes has weight). Arbitrary variants (e.g. [&nth-child(2)]) don't have a weight assigned and they are placed after every known variant. Classes with the same amount of arbitrary variants follow lexicographical order. The class that has the highest number of nested arbitrary variants is placed last. Screen variants (e.g. sm:, max-md:, min-lg:) are not supported yet.

    Contributed by @​lutaok

... (truncated)

Changelog

Sourced from @​biomejs/biome's changelog.

v1.8.3 (2024-06-27)

CLI

Bug fixes

  • Fix #3104 by suppressing node warnings when using biome migrate. Contributed by @​SuperchupuDev

  • Force colors to be off when using the GitHub reporter to properly create annotations in GitHub actions (#3148). Contributed by @​Sec-ant

Parser

Bug fixes

Formatter

Bug fixes

Linter

New features

Bug fixes

  • useConsistentArrayType and useShorthandArrayType now ignore Array in the extends and implements clauses. Fix #3247. Contributed by @​Conaclos
  • Fixes #3066 by taking into account the dependencies declared in the package.json. Contributed by @​ematipico
  • The code action of the useArrowFunction rule now preserves a trailing comma when there is only a single type parameter in the arrow function and JSX is enabled. Fixes #3292. Contributed by @​Sec-ant

Enhancements

  • Enhance tailwind sorting lint rule #1274 with variant support.

    Every preconfigured variant is assigned a weight that concurs on establishing the output sorting order. Since nesting variants on the same utility class is possible, the resulting weight is the Bitwise XOR of all the variants weight for that class. Dynamic variants (e.g. has-[.custom-class], group-[:checked]) are also supported and they take the weight of their base variant name the custom value attached (e.g. has-[.custom-class] takes has weight). Arbitrary variants (e.g. [&nth-child(2)]) don't have a weight assigned and they are placed after every known variant. Classes with the same amount of arbitrary variants follow lexicographical order. The class that has the highest number of nested arbitrary variants is placed last. Screen variants (e.g. sm:, max-md:, min-lg:) are not supported yet.

    Contributed by @​lutaok

v1.8.2 (2024-06-20)

... (truncated)

Commits


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.5.0 to 3.8.1

Release notes

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

v3.8.1

Version 3.8.1 - 6/29/24, 2:48 AM (Manual Release)

Changes

Fix

  • lit-virtual: Add publish config (40de0a4) by Lachlan Collins

Packages

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

v3.8.0

Version 3.8.0 - 6/29/24, 2:39 AM

Changes

Feat

Chore

  • TanStack workspace upgrades (#744) (11caab2) by Lachlan Collins

Packages

  • @​tanstack/virtual-core@​3.8.0
  • @​tanstack/react-virtual@​3.8.0
  • @​tanstack/solid-virtual@​3.8.0
  • @​tanstack/svelte-virtual@​3.8.0
  • @​tanstack/vue-virtual@​3.8.0

v3.7.0

Version 3.7.0 - 6/21/2024, 1:17 PM

Changes

Feat

  • add measureElement on virtual item, when we can"t relay on node.isConnected (#737) (afeb2fd) by @​piecyk

Packages

... (truncated)

Commits


Updates @types/node from 20.13.0 to 20.14.9

Commits


Updates typescript from 5.4.5 to 5.5.2

Release notes

Sourced from typescript's releases.

TypeScript 5.5

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

TypeScript 5.5 RC

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

TypeScript 5.5 Beta

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

Commits
  • ce2e60e Update LKG
  • f3b21a2 🤖 Pick PR #58931 (Defer creation of barebonesLibSourc...) into release-5.5 (#...
  • 7b1620b 🤖 Pick PR #58811 (fix(58801): "Move to file" on globa...) into release-5.5 (#...
  • 5367ae1 Bump version to 5.5.2 and LKG
  • 02132e5 🤖 Pick PR #58895 (Fix global when typescript.js loade...) into release-5.5 (#...
  • 45b1e3c 🤖 Pick PR #58872 (Fix declaration emit crash) into release-5.5 (#58874)
  • 17933ee 🤖 Pick PR #58810 (Fixed declaration emit issue relate...) into release-5.5 (#...
  • 552b07e 🤖 Pick PR #58786 (Fixed declaration emit crash relate...) into release-5.5 (#...
  • 39c9eeb Pick #58857 to release-5.5 (#58858)
  • 2b0009c 🤖 Pick PR #58846 (Ensure the updates with crashes rev...) into release-5.5 (#...
  • Additional commits viewable in compare view


Updates vite from 5.2.12 to 5.3.2

Release notes

Sourced from vite's releases.

create-vite@5.3.0

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vite's changelog.

5.3.2 (2024-06-27)

5.3.1 (2024-06-14)

5.3.0 (2024-06-13)

Features

Performance

Fixes

... (truncated)

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
pirosiki197 commented 4 months ago

https://github.com/traPtitech/NeoShowcase/pull/934 と被っているのでクローズ

dependabot[bot] commented 4 months ago

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml