Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump the non-majors group across 1 directory with 12 updates #934

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 3, 2024

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

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.3
vite 5.2.12 5.3.3

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

Enhancements

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.

... (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.3

Release notes

Sourced from typescript's releases.

TypeScript 5.5.3

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

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:

... (truncated)

Commits
  • f0e9921 Bump version to 5.5.3 and LKG
  • 738bd60 Cherry-pick #58966 to release-5.5 (#59002)
  • 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 (#...
  • Additional commits viewable in compare view

Updates vite from 5.2.12 to 5.3.3

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.3 (2024-07-03)

5.3.2 (2024-06-27)

5.3.1 (2024-06-14)

5.3.0 (2024-06-13)

Features

Performance

Fixes

... (truncated)

Commits
  • 22b2994 release: v5.3.3
  • 012490c fix(deps): update all non-major dependencies (#17590)
  • 14c3d49 fix(proxy): replace changeOrigin changes in 5.3.0 with new rewriteWsOrigin op...
  • 055f1c1 fix(lib): remove pure CSS dynamic import (#17601)
  • dafff4a fix: lazily evaluate __vite__mapDeps files (#17602)
  • 3af02bd release: v5.3.2
  • 24c799b fix(typescript): correctly expand ${configDir} in tsconfig.json (#17576)
  • a33a97f chore(deps): update all non-major dependencies (#17553)
  • 2d6672f chore(deps): update es-module-lexer to 1.5.4 (#17555)
  • 7c06ef0 refactor(optimizer): use early continues (#17551)
  • 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 <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> 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 <dependency name> 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 <dependency name> 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 <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

…ates

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

| Package | From | To |
| --- | --- | --- |
| [@kobalte/core](https://github.com/kobaltedev/kobalte) | `0.12.6` | `0.13.3` |
| [@modular-forms/solid](https://github.com/fabian-hiller/modular-forms) | `0.20.0` | `0.22.1` |
| [@solidjs/router](https://github.com/solidjs/solid-router) | `0.13.5` | `0.13.6` |
| [@tanstack/solid-virtual](https://github.com/tanstack/virtual) | `3.5.0` | `3.8.1` |
| [solid-chartjs](https://github.com/s0ftik3/solid-chartjs) | `1.3.9` | `1.3.10` |
| [solid-js](https://github.com/solidjs/solid) | `1.8.17` | `1.8.18` |
| [@biomejs/biome](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome) | `1.7.3` | `1.8.3` |
| [@macaron-css/solid](https://github.com/mokshit06/macaron/tree/HEAD/packages/solid) | `1.5.1` | `1.5.3` |
| [@tanstack/virtual-core](https://github.com/tanstack/virtual) | `3.5.0` | `3.8.1` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.13.0` | `20.14.9` |
| [typescript](https://github.com/Microsoft/TypeScript) | `5.4.5` | `5.5.3` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `5.2.12` | `5.3.3` |



Updates `@kobalte/core` from 0.12.6 to 0.13.3
- [Release notes](https://github.com/kobaltedev/kobalte/releases)
- [Commits](https://github.com/kobaltedev/kobalte/compare/@kobalte/core@0.12.6...@kobalte/core@0.13.3)

Updates `@modular-forms/solid` from 0.20.0 to 0.22.1
- [Release notes](https://github.com/fabian-hiller/modular-forms/releases)
- [Commits](https://github.com/fabian-hiller/modular-forms/commits)

Updates `@solidjs/router` from 0.13.5 to 0.13.6
- [Changelog](https://github.com/solidjs/solid-router/blob/main/CHANGELOG.md)
- [Commits](https://github.com/solidjs/solid-router/commits)

Updates `@tanstack/solid-virtual` from 3.5.0 to 3.8.1
- [Release notes](https://github.com/tanstack/virtual/releases)
- [Commits](TanStack/virtual@v3.5.0...v3.8.1)

Updates `solid-chartjs` from 1.3.9 to 1.3.10
- [Release notes](https://github.com/s0ftik3/solid-chartjs/releases)
- [Commits](https://github.com/s0ftik3/solid-chartjs/commits)

Updates `solid-js` from 1.8.17 to 1.8.18
- [Release notes](https://github.com/solidjs/solid/releases)
- [Changelog](https://github.com/solidjs/solid/blob/main/CHANGELOG.md)
- [Commits](https://github.com/solidjs/solid/commits)

Updates `@biomejs/biome` from 1.7.3 to 1.8.3
- [Release notes](https://github.com/biomejs/biome/releases)
- [Changelog](https://github.com/biomejs/biome/blob/main/CHANGELOG.md)
- [Commits](https://github.com/biomejs/biome/commits/cli/v1.8.3/packages/@biomejs/biome)

Updates `@macaron-css/solid` from 1.5.1 to 1.5.3
- [Release notes](https://github.com/mokshit06/macaron/releases)
- [Commits](https://github.com/mokshit06/macaron/commits/v1.5.3/packages/solid)

Updates `@tanstack/virtual-core` from 3.5.0 to 3.8.1
- [Release notes](https://github.com/tanstack/virtual/releases)
- [Commits](TanStack/virtual@v3.5.0...v3.8.1)

Updates `@types/node` from 20.13.0 to 20.14.9
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `typescript` from 5.4.5 to 5.5.3
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.4.5...v5.5.3)

Updates `vite` from 5.2.12 to 5.3.3
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.3.3/packages/vite)

---
updated-dependencies:
- dependency-name: "@kobalte/core"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-majors
- dependency-name: "@modular-forms/solid"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-majors
- dependency-name: "@solidjs/router"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-majors
- dependency-name: "@tanstack/solid-virtual"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-majors
- dependency-name: solid-chartjs
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-majors
- dependency-name: solid-js
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-majors
- dependency-name: "@biomejs/biome"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: non-majors
- dependency-name: "@macaron-css/solid"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: non-majors
- dependency-name: "@tanstack/virtual-core"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: non-majors
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: non-majors
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: non-majors
- dependency-name: vite
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: non-majors
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jul 3, 2024
@eyemono-moe eyemono-moe self-assigned this Jul 14, 2024
eyemono-moe and others added 5 commits July 15, 2024 00:56
1.5.2以上にするとビルド時に`[macaron-css-vite] Package subpath './runtime' is not defined by "exports" in {repo}/dashboard/node_modules/@macaron-css/solid/package.json`のエラーが発生してしまう
@eyemono-moe
Copy link
Contributor

commitの詳細にも書いていますが

  • Kobalteのas props周りの仕様変更に対応
  • macaron-cssのバージョンを1.5.1に差し戻し(現在mainに入っているバージョンと同一)
    • 1.5.2以上にするとビルド時に[macaron-css-vite] Package subpath './runtime' is not defined by "exports" in {repo}/dashboard/node_modules/@macaron-css/solid/package.jsonのエラーが発生してしまいます
    • macaron-cssのpackage.jsonの書き方が誤っている?まだちゃんと原因を特定できていません
  • Solid Routerに関連する不要なdeclareを削除しました

上記の変更を行いました

@eyemono-moe eyemono-moe linked an issue Jul 15, 2024 that may be closed by this pull request
@eyemono-moe eyemono-moe merged commit 57273f5 into main Jul 16, 2024
17 checks passed
@eyemono-moe eyemono-moe deleted the dependabot/npm_and_yarn/dashboard/non-majors-5d1e29067b branch July 16, 2024 22:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

kobalte/core 0.13.0
1 participant