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 16 updates #1008

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 1, 2025

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

Package From To
@connectrpc/connect 2.0.1 2.0.2
@connectrpc/connect-web 2.0.1 2.0.2
@kobalte/core 0.13.7 0.13.9
@modular-forms/solid 0.25.0 0.25.1
@solid-primitives/refs 1.0.8 1.1.0
@tanstack/solid-virtual 3.11.2 3.13.2
chart.js 4.4.7 4.4.8
fuse.js 7.0.0 7.1.0
solid-js 1.9.4 1.9.5
ts-pattern 5.6.0 5.6.2
@iconify-json/material-symbols 1.2.12 1.2.14
@tanstack/virtual-core 3.11.2 3.13.2
@types/node 22.10.7 22.13.8
typescript 5.7.3 5.8.2
vite 6.0.7 6.2.0
vite-plugin-solid 2.11.0 2.11.6

Updates @connectrpc/connect from 2.0.1 to 2.0.2

Release notes

Sourced from @​connectrpc/connect's releases.

v2.0.2

What's Changed

Full Changelog: connectrpc/connect-es@v2.0.1...v2.0.2

Commits

Updates @connectrpc/connect-web from 2.0.1 to 2.0.2

Release notes

Sourced from @​connectrpc/connect-web's releases.

v2.0.2

What's Changed

Full Changelog: connectrpc/connect-es@v2.0.1...v2.0.2

Commits

Updates @kobalte/core from 0.13.7 to 0.13.9

Release notes

Sourced from @​kobalte/core's releases.

@​kobalte/core@​0.13.9

Patch Changes

@​kobalte/core@​0.13.8

Patch Changes

Commits
Maintainer changes

This version was pushed to npm by jer3m01, a new releaser for @​kobalte/core since your current version.


Updates @modular-forms/solid from 0.25.0 to 0.25.1

Release notes

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

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

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

  • Fix setValues for field arrays (pull request #274)
Commits

Updates @solid-primitives/refs from 1.0.8 to 1.1.0

Release notes

Sourced from @​solid-primitives/refs's releases.

@​solid-primitives/refs@​1.1.0

Minor Changes

  • ea09f71: Remove CJS support. The package is ESM only now.

Patch Changes

  • Updated dependencies [ea09f71]
    • @​solid-primitives/utils@​6.3.0
Commits
  • 7c753c2 Version Packages (#740)
  • 9546055 Format
  • 95f5f6e Version Packages
  • 1fa5e83 Use workspace packages for the site
  • 9382a8e Run build before generate (fixes #739)
  • 1310cbc Remove @​solid-primitives/start from changeset
  • dad4b6b Update devDependencies: bump @​changesets/cli to 2.27.11 and esbuild to 0.24.2
  • 94986d6 Fix update-readme to use module.name in stead of global name
  • 274a02d Format
  • c1ea940 Rewrite build script to build all packages in one process (Removes CJS) (#701)
  • Additional commits viewable in compare view

Updates @tanstack/solid-virtual from 3.11.2 to 3.13.2

Release notes

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

v3.13.2

Version 3.13.2 - 2/25/25, 7:40 AM

Changes

Fix

  • virtual-core: fixes center alignment option for scrollToOffset (#935) (ace7d93) by @​soren121

Packages

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

v3.13.1

Version 3.13.1 - 2/25/25, 6:21 AM

Changes

Fix

  • align startIndex & endIndex to lanes for masonry mode (#933) (5961e35) by Azq2

Chore

  • deps: update all non-major dependencies (#934) (8e55113) by renovate[bot]
  • deps: update all non-major dependencies (#929) (f026ee9) by renovate[bot]
  • deps: update all non-major dependencies (#926) (8cdc6da) by renovate[bot]

Packages

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

v3.13.0

Version 3.13.0 - 2/7/25, 12:12 PM

Changes

Feat

... (truncated)

Commits

Updates chart.js from 4.4.7 to 4.4.8

Release notes

Sourced from chart.js's releases.

v4.4.8

Essential Links

  • #12034 [fix] Handle non-primitives in isNumber

Bugs Fixed

  • #12035 Export ...ParsedData interfaces
  • #12012 Fix helpers `Chart` type
  • #11991 Bugfix: TypeError in Interaction due to out-of-bounds index
  • #11986 Bugfix: return nearest non-null point on interaction when spanGaps=true
  • #11984 Bugfix: span gaps over null values beyond scale limits

Types

  • #12035 Export ...ParsedData interfaces
  • #12012 Fix helpers `Chart` type
  • #12010 Type fixes for time adapters

Documentation

  • #12005 Correct broken link in animations.md
  • #11997 Update linear-step-size.md

Development

  • #12036 chore: bump to v4.4.8

Thanks to @​etimberg, @​joshkel, @​marisst, @​pensono and @​prems51

Commits

Updates fuse.js from 7.0.0 to 7.1.0

Release notes

Sourced from fuse.js's releases.

v7.1.0

What's Changed

New Contributors

Full Changelog: krisk/Fuse@v7.0.0...v7.1.0

Changelog

Sourced from fuse.js's changelog.

7.1.0 (2025-02-03)

Features

  • add ignore diacritics (e0fcdb1)
  • add option to ignore diacritics (fb012b7)

Bug Fixes

Commits
  • 8119c18 chore(release): 7.1.0
  • ef16371 Merge branch 'ignore-diacritics'
  • e0fcdb1 feat: add ignore diacritics
  • d89d15e chore: clarify index support
  • ef34425 docs: document input to parseIndex explicitly
  • 72b6e25 fix(typescript): clarify input to parseIndex
  • 4e30d3e Update CHANGELOG.md, fix typos
  • 40e27de chore: update copyright year
  • 47e4d67 chore: add sponsor
  • d753d85 docs: add litslink
  • Additional commits viewable in compare view

Updates solid-js from 1.9.4 to 1.9.5

Commits

Updates ts-pattern from 5.6.0 to 5.6.2

Release notes

Sourced from ts-pattern's releases.

v5.6.2

What's Changed

Full Changelog: gvergnaud/ts-pattern@v5.6.1...v5.6.2

v5.6.1

What's Changed

Full Changelog: gvergnaud/ts-pattern@v5.6.0...v5.6.1

Commits
  • 75e3967 Merge pull request #307 from gvergnaud/gvergnaud/fix-is-matching-non-objects
  • 45695d1 5.6.2
  • 470e7b9 fix(isMatching): Fix non-object patterns
  • 1520b57 readme: improvements
  • 2898155 jsr: release 5.6.1
  • c415e0c Merge pull request #305 from gvergnaud/gvergnaud/fix-is-matching-union
  • 2be1c5c 5.6.1
  • 5395d5f fix(isMatching): Allow unknown properties in pattern
  • 34f7a41 readme: improvements
  • 844edf3 readme: improvements
  • Additional commits viewable in compare view

Updates @iconify-json/material-symbols from 1.2.12 to 1.2.14

Commits

Updates @tanstack/virtual-core from 3.11.2 to 3.13.2

Release notes

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

v3.13.2

Version 3.13.2 - 2/25/25, 7:40 AM

Changes

Fix

  • virtual-core: fixes center alignment option for scrollToOffset (#935) (ace7d93) by @​soren121

Packages

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

v3.13.1

Version 3.13.1 - 2/25/25, 6:21 AM

Changes

Fix

  • align startIndex & endIndex to lanes for masonry mode (#933) (5961e35) by Azq2

Chore

  • deps: update all non-major dependencies (#934) (8e55113) by renovate[bot]
  • deps: update all non-major dependencies (#929) (f026ee9) by renovate[bot]
  • deps: update all non-major dependencies (#926) (8cdc6da) by renovate[bot]

Packages

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

v3.13.0

Version 3.13.0 - 2/7/25, 12:12 PM

Changes

Feat

... (truncated)

Commits

Updates @types/node from 22.10.7 to 22.13.8

Commits

Updates typescript from 5.7.3 to 5.8.2

Release notes

Sourced from typescript's releases.

TypeScript 5.8

For release notes, check out the release announcement.

Downloads are available on:

TypeScript 5.8 RC

For release notes, check out the release announcement.

Downloads are available on:

TypeScript 5.8 Beta

For release notes, check out the release announcement.

Downloads are available on:

Commits
  • beb69e4 Bump version to 5.8.2 and LKG
  • 8fdbd54 🤖 Pick PR #61210 (Fix mistakenly disallowed default e...) into release-5.8 (#...
  • f4a3a8a 🤖 Pick PR #61175 (Ban import=require and export= unde...) into release-5.8 (#...
  • 420ff06 Bump version to 5.8.1-rc and LKG
  • 48eb13f Update LKG
  • fb59c19 Merge remote-tracking branch 'origin/main' into release-5.8
  • df342b7 Fixed rewriteRelativeImportExtensions for import() within call expression...
  • 775412a Bump github/codeql-action from 3.28.8 to 3.28.9 in the github-actions group (...
  • e1629e5 Pass ignoreErrors=true to more resolveEntityName callers (#61144)
  • 6fd1799 Update LKG
  • Additional commits viewable in compare view

Updates vite from 6.0.7 to 6.2.0

Release notes

Sourced from vite's releases.

[email protected]

Please refer to CHANGELOG.md for details.

v6.2.0

Please refer to CHANGELOG.md for details.

v6.2.0-beta.1

Please refer to CHANGELOG.md for details.

v6.2.0-beta.0

Please refer to CHANGELOG.md for details.

[email protected]

Please refer to CHANGELOG.md for details.

v6.1.1

Please refer to CHANGELOG.md for details.

[email protected]

Please refer to CHANGELOG.md for details.

v6.1.0

Please refer to CHANGELOG.md for details.

v6.1.0-beta.2

Please refer to CHANGELOG.md for details.

v6.1.0-beta.1

Please refer to CHANGELOG.md for details.

v6.1.0-beta.0

Please refer to CHANGELOG.md for details.

v6.0.11

Please refer to CHANGELOG.md for details.

v6.0.10

Please refer to CHANGELOG.md for details.

v6.0.9

This version contains a breaking change due to security fixes. See GHSA-vg6x-rcgg-rjx6 for more details.

Please refer to CHANGELOG.md for details.

v6.0.8

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vite's changelog.

6.2.0 (2025-02-25)

6.2.0-beta.1 (2025-02-21)

  • fix(css): temporary add ?. after this.getModuleInfo in vite:css-post (#19478) (12b0b8a), closes #19478

6.2.0-beta.0 (2025-02-21)

6.1.1 (2025-02-19)

6.1.0 (2025-02-05)

Features

... (truncated)

Commits

Updates vite-plugin-solid from 2.11.0 to 2.11.6

Release notes

Sourced from vite-plugin-solid's releases.

[email protected]

Patch Changes

  • 14da18d: Fix accessing the wrong user test configuration

[email protected]

Patch Changes

  • 57cb53a: Update path to type declaration

[email protected]

Patch Changes

  • ff66baf: Adjust path to type declaration

[email protected]

Patch Changes

  • d87159b: Fix duplicated test setupFiles in resolved vite config

[email protected]

Patch Changes

  • 5003976: handle empty query string
  • 3da707e: Support query string in tsx/jsx files

[email protected]

Patch Changes

  • c5ddd03: Fix vite6 environment detection
Changelog

Sourced from vite-plugin-solid's changelog.

2.11.6

Patch Changes

  • 14da18d: Fix accessing the wrong user test configuration

2.11.5

Patch Changes

  • 57cb53a: Update path to type declaration

2.11.4

Patch Changes

  • ff66baf: Adjust path to type declaration

2.11.3

Patch Changes

  • d87159b: Fix duplicated test setupFiles in resolved vite config

2.11.2

Patch Changes

  • 5003976: handle empty query string
  • 3da707e: Support query string in tsx/jsx files

2.11.1

Patch Changes

  • c5ddd03: Fix vite6 environment detection
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 ...

Description has been truncated

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Mar 1, 2025
Copy link

github-actions bot commented Mar 1, 2025

Preview (prod backend + PR dashboard) → https://1008.ns-preview.trapti.tech/

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/dashboard/non-majors-b94e6a2a49 branch 2 times, most recently from 09957d6 to c86f116 Compare March 3, 2025 06:36
…ates

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

| Package | From | To |
| --- | --- | --- |
| [@connectrpc/connect](https://github.com/connectrpc/connect-es/tree/HEAD/packages/connect) | `2.0.1` | `2.0.2` |
| [@connectrpc/connect-web](https://github.com/connectrpc/connect-es/tree/HEAD/packages/connect-web) | `2.0.1` | `2.0.2` |
| [@kobalte/core](https://github.com/kobaltedev/kobalte) | `0.13.7` | `0.13.9` |
| [@modular-forms/solid](https://github.com/fabian-hiller/modular-forms) | `0.25.0` | `0.25.1` |
| [@solid-primitives/refs](https://github.com/solidjs-community/solid-primitives) | `1.0.8` | `1.1.0` |
| [@tanstack/solid-virtual](https://github.com/TanStack/virtual/tree/HEAD/packages/solid-virtual) | `3.11.2` | `3.13.2` |
| [chart.js](https://github.com/chartjs/Chart.js) | `4.4.7` | `4.4.8` |
| [fuse.js](https://github.com/krisk/Fuse) | `7.0.0` | `7.1.0` |
| [solid-js](https://github.com/solidjs/solid) | `1.9.4` | `1.9.5` |
| [ts-pattern](https://github.com/gvergnaud/ts-pattern) | `5.6.0` | `5.6.2` |
| [@iconify-json/material-symbols](https://github.com/iconify/icon-sets) | `1.2.12` | `1.2.14` |
| [@tanstack/virtual-core](https://github.com/TanStack/virtual/tree/HEAD/packages/virtual-core) | `3.11.2` | `3.13.2` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.10.7` | `22.13.8` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.7.3` | `5.8.2` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `6.0.7` | `6.2.0` |
| [vite-plugin-solid](https://github.com/solidjs/vite-plugin-solid) | `2.11.0` | `2.11.6` |



Updates `@connectrpc/connect` from 2.0.1 to 2.0.2
- [Release notes](https://github.com/connectrpc/connect-es/releases)
- [Commits](https://github.com/connectrpc/connect-es/commits/v2.0.2/packages/connect)

Updates `@connectrpc/connect-web` from 2.0.1 to 2.0.2
- [Release notes](https://github.com/connectrpc/connect-es/releases)
- [Commits](https://github.com/connectrpc/connect-es/commits/v2.0.2/packages/connect-web)

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

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

Updates `@solid-primitives/refs` from 1.0.8 to 1.1.0
- [Release notes](https://github.com/solidjs-community/solid-primitives/releases)
- [Commits](https://github.com/solidjs-community/solid-primitives/compare/@solid-primitives/[email protected]...@solid-primitives/[email protected])

Updates `@tanstack/solid-virtual` from 3.11.2 to 3.13.2
- [Release notes](https://github.com/TanStack/virtual/releases)
- [Commits](https://github.com/TanStack/virtual/commits/v3.13.2/packages/solid-virtual)

Updates `chart.js` from 4.4.7 to 4.4.8
- [Release notes](https://github.com/chartjs/Chart.js/releases)
- [Commits](chartjs/Chart.js@v4.4.7...v4.4.8)

Updates `fuse.js` from 7.0.0 to 7.1.0
- [Release notes](https://github.com/krisk/Fuse/releases)
- [Changelog](https://github.com/krisk/Fuse/blob/main/CHANGELOG.md)
- [Commits](krisk/Fuse@v7.0.0...v7.1.0)

Updates `solid-js` from 1.9.4 to 1.9.5
- [Release notes](https://github.com/solidjs/solid/releases)
- [Changelog](https://github.com/solidjs/solid/blob/main/CHANGELOG.md)
- [Commits](solidjs/solid@v1.9.4...v1.9.5)

Updates `ts-pattern` from 5.6.0 to 5.6.2
- [Release notes](https://github.com/gvergnaud/ts-pattern/releases)
- [Commits](gvergnaud/ts-pattern@v5.6.0...v5.6.2)

Updates `@iconify-json/material-symbols` from 1.2.12 to 1.2.14
- [Commits](https://github.com/iconify/icon-sets/commits)

Updates `@tanstack/virtual-core` from 3.11.2 to 3.13.2
- [Release notes](https://github.com/TanStack/virtual/releases)
- [Commits](https://github.com/TanStack/virtual/commits/v3.13.2/packages/virtual-core)

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

Updates `typescript` from 5.7.3 to 5.8.2
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.7.3...v5.8.2)

Updates `vite` from 6.0.7 to 6.2.0
- [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/[email protected]/packages/vite)

Updates `vite-plugin-solid` from 2.11.0 to 2.11.6
- [Release notes](https://github.com/solidjs/vite-plugin-solid/releases)
- [Changelog](https://github.com/solidjs/vite-plugin-solid/blob/main/CHANGELOG.md)
- [Commits](https://github.com/solidjs/vite-plugin-solid/commits/[email protected])

---
updated-dependencies:
- dependency-name: "@connectrpc/connect"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-majors
- dependency-name: "@connectrpc/connect-web"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-majors
- dependency-name: "@kobalte/core"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-majors
- dependency-name: "@modular-forms/solid"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-majors
- dependency-name: "@solid-primitives/refs"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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: chart.js
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-majors
- dependency-name: fuse.js
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-majors
- dependency-name: solid-js
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-majors
- dependency-name: ts-pattern
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-majors
- dependency-name: "@iconify-json/material-symbols"
  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
- dependency-name: vite-plugin-solid
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: non-majors
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/dashboard/non-majors-b94e6a2a49 branch from c86f116 to 371e555 Compare March 3, 2025 06:40
@cp-20 cp-20 merged commit faac43b into main Mar 3, 2025
8 checks passed
@cp-20 cp-20 deleted the dependabot/npm_and_yarn/dashboard/non-majors-b94e6a2a49 branch March 3, 2025 06:44
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.

1 participant