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 in /dashboard with 12 updates #955

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 1, 2024

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.

[email protected]

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
  • 99452a7 chore: release v2.0.5
  • 9b9bdf7 chore: remove unnecessary await (#6249)
  • 40dfad8 docs: add reported tasks docs (#6245)
  • 13d85bd feat: introduce experimental reported tasks (#6149)
  • b76a927 refactor(vitest): move public exports to public folder (#6218)
  • 56dbfa6 refactor: make a distinction between node and runtime types (#6214)
  • a48be6f fix(vitest): correctly resolve mocked node:* imports in mocks folder (#6204)
  • 3aab8a1 refactor: deprecate all config types from the main Vitest entrypoint, introdu...
  • 57d23ce docs: fix inconsistencies, remove low informative twoslash examples (#6200)
  • 8cd8272 fix(vitest): improve defineProject and defineWorkspace types (#6198)
  • Additional commits viewable in

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

github-actions bot commented Sep 1, 2024

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

dependabot bot and others added 5 commits September 2, 2024 22:00
Bumps the non-majors group in /dashboard with 12 updates:

| Package | From | To |
| --- | --- | --- |
| [@kobalte/core](https://github.com/kobaltedev/kobalte) | `0.13.4` | `0.13.6` |
| [@solidjs/router](https://github.com/solidjs/solid-router) | `0.14.1` | `0.14.3` |
| [@tanstack/solid-virtual](https://github.com/TanStack/virtual/tree/HEAD/packages/solid-virtual) | `3.8.4` | `3.10.6` |
| [chart.js](https://github.com/chartjs/Chart.js) | `4.4.3` | `4.4.4` |
| [solid-js](https://github.com/solidjs/solid) | `1.8.19` | `1.8.22` |
| [ts-pattern](https://github.com/gvergnaud/ts-pattern) | `5.2.0` | `5.3.1` |
| [valibot](https://github.com/fabian-hiller/valibot) | `0.36.0` | `0.40.0` |
| [@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/tree/HEAD/packages/virtual-core) | `3.8.4` | `3.10.6` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.1.0` | `22.5.2` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `5.3.5` | `5.4.2` |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `2.0.3` | `2.0.5` |


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

Updates `@solidjs/router` from 0.14.1 to 0.14.3
- [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.8.4 to 3.10.6
- [Release notes](https://github.com/TanStack/virtual/releases)
- [Commits](https://github.com/TanStack/virtual/commits/v3.10.6/packages/solid-virtual)

Updates `chart.js` from 4.4.3 to 4.4.4
- [Release notes](https://github.com/chartjs/Chart.js/releases)
- [Commits](chartjs/Chart.js@v4.4.3...v4.4.4)

Updates `solid-js` from 1.8.19 to 1.8.22
- [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 `ts-pattern` from 5.2.0 to 5.3.1
- [Release notes](https://github.com/gvergnaud/ts-pattern/releases)
- [Commits](gvergnaud/ts-pattern@v5.2.0...v5.3.1)

Updates `valibot` from 0.36.0 to 0.40.0
- [Release notes](https://github.com/fabian-hiller/valibot/releases)
- [Commits](fabian-hiller/valibot@v0.36.0...v0.40.0)

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.8.4 to 3.10.6
- [Release notes](https://github.com/TanStack/virtual/releases)
- [Commits](https://github.com/TanStack/virtual/commits/v3.10.6/packages/virtual-core)

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

Updates `vite` from 5.3.5 to 5.4.2
- [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.4.2/packages/vite)

Updates `vitest` from 2.0.3 to 2.0.5
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v2.0.5/packages/vitest)

---
updated-dependencies:
- dependency-name: "@kobalte/core"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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: chart.js
  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: ts-pattern
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-majors
- dependency-name: valibot
  dependency-type: direct:production
  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: vite
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: non-majors
- dependency-name: vitest
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: non-majors
...

Signed-off-by: dependabot[bot] <[email protected]>
v0.14.3 has an issue about routing (solidjs/solid-router#474)
This should be fixed in v0.14.4
@pirosiki197 pirosiki197 force-pushed the dependabot/npm_and_yarn/dashboard/non-majors-6c674af8c2 branch from 87011a8 to 51aed92 Compare September 2, 2024 13:00
@pirosiki197 pirosiki197 merged commit c92462b into main Sep 3, 2024
18 checks passed
@pirosiki197 pirosiki197 deleted the dependabot/npm_and_yarn/dashboard/non-majors-6c674af8c2 branch September 3, 2024 06:52
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