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

fix(deps): update all non-major dependencies (minor) #4

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Feb 25, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@kobalte/core (source) ^0.6.2 -> ^0.13.0 age adoption passing confidence dependencies minor
@solidjs/meta ^0.28.2 -> ^0.29.0 age adoption passing confidence dependencies minor
@solidjs/router ^0.7.0 -> ^0.15.0 age adoption passing confidence dependencies minor
@types/node (source) 18.11.18 -> 18.19.64 age adoption passing confidence devDependencies minor
@types/react (source) 18.0.27 -> 18.3.12 age adoption passing confidence devDependencies minor
@types/react-dom (source) 18.0.10 -> 18.3.1 age adoption passing confidence devDependencies minor
actions/setup-node v3.4.1 -> v3.8.2 age adoption passing confidence action minor
eslint-plugin-solid ^0.10.0 -> ^0.14.0 age adoption passing confidence devDependencies minor
plasmo (source) 0.65.3 -> 0.89.4 age adoption passing confidence dependencies minor
pnpm (source) 7.28.0 -> 7.33.7 age adoption passing confidence packageManager minor
pnpm/action-setup v2.2.4 -> v2.4.1 age adoption passing confidence action minor
prettier-plugin-tailwindcss ^0.2.3 -> ^0.6.0 age adoption passing confidence devDependencies minor
prettier-plugin-tailwindcss ^0.2.4 -> ^0.6.0 age adoption passing confidence devDependencies minor
react (source) 18.2.0 -> 18.3.1 age adoption passing confidence dependencies minor
react-dom (source) 18.2.0 -> 18.3.1 age adoption passing confidence dependencies minor
solid-start (source) ^0.2.22 -> ^0.3.0 age adoption passing confidence dependencies minor
solid-start-node ^0.2.22 -> ^0.3.0 age adoption passing confidence devDependencies minor
solid-start-vercel ^0.2.22 -> ^0.3.0 age adoption passing confidence devDependencies minor

Release Notes

kobaltedev/kobalte (@​kobalte/core)

v0.13.7

Compare Source

Patch Changes
  • 0be957c: ## v0.13.7 (October 7, 2024)

    Bug fixes

    • ToggleGroup: root value type definition (#​479)
    • Collapsible: close animation on default open (#​483)
    • Toast: filter dismissed toasts in region (#​489)

v0.13.6

Compare Source

Patch Changes

v0.13.5

Compare Source

Patch Changes
  • aa6f894: ## 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)

v0.13.4

Compare Source

Patch Changes
  • 1b888fa: ## v0.13.4 (June 22, 2024)

    New features

    Bug fixes

    • Combobox: convert textValue with optionTextValue (#​436)
    • Polymorphic: override the component prop of <Dynamic /> (#​437)
    • Slider: inverted slider thumb in the wrong position (#​441)
    • Wait for presence to finish before enabling scroll (#​447)

v0.13.3

Compare Source

Patch Changes

v0.13.2

Compare Source

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

    Bug fixes

    • Refactored polymorphic element type in CommonProps (#​420)

v0.13.1

Compare Source

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

    New features

    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)

v0.13.0

Compare Source

Minor Changes

v0.12.6

Compare Source

Patch Changes
  • 570a6e9: ## v0.12.6 (March 16, 2024)

    New features

    • NumberField: allowedInput defaults to locale and format characters. (#​372)

v0.12.5

Compare Source

Patch Changes
  • eae01e1: ## v0.12.5 (March 14, 2024)

    Bug fixes

    • NumberField: value stuck on NaN (#​364)
    • NumberField: locale decimal value (#​369)

v0.12.4

Compare Source

Patch Changes
  • 459d05b: ## v0.12.4 (March 9, 2024)

    New features

    • NumberField: add rawValue prop (#​364)

    Bug fixes

v0.12.3

Compare Source

Patch Changes

v0.12.2

Compare Source

Patch Changes
  • 21ad251: ## v0.12.2 (February 29, 2024)

    New features

    • Update to Solid 1.8.15 and Solid
      Start 0.5.10 (#​300) (#​337)
    • Use solid-prevent-scroll for scroll lock (#​345)
    • Allow configurable combobox and select components close after
      selection (#​339)

    Bug fixes

    • Slider: fix onChangeEnd getting called twice (#​324)
    • Slider: focus the correct thumb onSlideEnd (#​331)
    • Slider: fix getClosestValueIndex ambiguity (#​331)
    • Slider: fix Home/End/PageDown/PageUp keys (#​331)
    • Skeleton: update exports from index.tsx (#​331)
    • ContextMenu: add context.setAnchorRect call on pointer down (#​338)
    • DropdownMenu: scroll into view when triggered by keyboard (#​337)
    • Menubar: expand hightlighted trigger (#​337)
    • Menubar: dont auto open when closed from trigger (#​337)
    • Modal: correctly unlock scroll when disposed in different
      order (#​337)
    • Combobox: pass virtualized to listbox (#​341)

@​kobalte/tests

Use vitest

v0.12.1

Compare Source

Patch Changes
  • 86827c8: ## v0.12.1 (January 18, 2024)

    Bug fixes

    • Rerelease Menubar, removed by mistake in 0.12.0.

v0.12.0

Compare Source

Minor Changes

v0.11.2

Compare Source

Patch Changes

v0.11.1

Compare Source

Patch Changes

v0.11.0

Compare Source

Minor Changes
Patch Changes

v0.10.0

Compare Source

Minor Changes
  • d0e2414: Add Pagination component + bug fixes
Patch Changes

v0.9.8

Compare Source

Patch Changes

v0.9.7

Compare Source

Patch Changes

v0.9.6

Compare Source

Patch Changes

v0.9.5

Compare Source

Patch Changes

v0.9.4

Compare Source

Patch Changes

v0.9.3

Compare Source

Patch Changes

v0.9.2

Compare Source

Patch Changes

v0.9.1

Compare Source

Patch Changes

v0.9.0

Compare Source

Minor Changes
  • 9b52a46: ## Breaking changes

    • Update minimum required solid-js version to 1.7.0.
    • For all components having the following props:
      • isDisabled prop is now disabled.
      • isRequired prop is now required.
      • isReadOnly prop is now readOnly.
      • isOpen prop is now open.
      • isPressed prop is now pressed.
      • isChecked prop is now checked.
      • isIndeterminate prop is now indeterminate.
      • isModal prop is now modal.
      • isPersistent prop is now persistent.
      • defaultIsOpen prop is now defaultOpen.
      • defaultIsChecked prop is now defaultChecked.
      • defaultIsPressed prop is now defaultPressed.
      • onValueChange prop is now onChange.
      • onCheckedChange prop is now onChange.
      • onPressedChange prop is now onChange.
    • MultiSelect has been removed, use <Select.Root multiple> instead.
    • Select:
      • value, defaultValue and onChange prop uses same type as Select options instead of string.
      • valueComponent prop has been removed, use Select.Value render prop instead.

New features

-   Added `Combobox` component.
-   Added `Tooltip` component.
-   Added support for multiple `Toast.Region`.

Bug fixes

-   [#&#8203;164](https://redirect.github.com/kobaltedev/kobalte/pull/164)
-   [#&#8203;166](https://redirect.github.com/kobaltedev/kobalte/pull/166)
-   [#&#8203;167](https://redirect.github.com/kobaltedev/kobalte/pull/167)
-   [#&#8203;174](https://redirect.github.com/kobaltedev/kobalte/pull/174)
Patch Changes

v0.8.2

Compare Source

Patch Changes

v0.8.1

Compare Source

Patch Changes
  • 4d669ee: fix: Select.Root missing type definition

v0.8.0

Compare Source

Minor Changes
  • 721c0ad: ## Breaking changes

    • Select and MultiSelect:
      • .Root component renders a div by default.
      • renderItem prop is now itemComponent.
      • renderSection prop is now sectionComponent.
      • renderValue prop is now valueComponent.

New features

-   Added `AlertDialog` component.
-   Added `Toast` component.
-   Ability to clear and remove an item from selection in `Select.Value` and `MultiSelect.Value` using the `.Root`’s valueComponent prop.
-   `Select` and `MultiSelect` better integration with form libraries.

Bug fixes

-   \#&#8203;146
-   \#&#8203;147
-   \#&#8203;148
-   \#&#8203;150
-   \#&#8203;152
-   \#&#8203;153

v0.7.4

Compare Source

Patch Changes
  • 2b46afb: Unnecessary re-renders when using polymorphic <As> component.

v0.7.3

Compare Source

Patch Changes

v0.7.2

Compare Source

Patch Changes

v0.7.1

Compare Source

Patch Changes
  • b8fd112: New scroll-lock implementation + export all components props type

v0.7.0

Compare Source

Minor Changes
  • 0a1b042: New Select and Polymorphism API
Patch Changes
solidjs/solid-router (@​solidjs/router)

v0.15.1

Patch Changes
  • f3763aa: Export Submission at the top level
  • 813e6bd: fix onComplete return type

v0.15.0

Minor Changes
  • 6799556: rename cache to query, action onComplete

v0.14.10

Patch Changes

v0.14.9

Patch Changes
  • a22d7d2: fix preloadRoute to take string path
  • 6dd0473: support empty array/string to mean no revalidation

v0.14.8

Patch Changes
  • a3a36fb: Add query and param wrappers to support non-Proxy envs
  • 2475851: bump deps
  • 2f1fa18: improve anchor preload performance

v0.14.7

Patch Changes
  • 3594e45: fix iterator methods on useSubmissions

v0.14.6

Patch Changes
  • 0a964b6: Fix duplicated push history
  • c61231d: Fix scrollToHash to handle hashes starting with a number
  • 83b7093: remove extra code, fix #​406 slow perf on localeCompare

v0.14.5

Patch Changes
  • 5c87acc: fix partial matches in single flight mutations

v0.14.4

Patch Changes
  • 098dccb: fix #​474 improper search parameter resolution while routing
  • f8f30df: fix initial state including _depth

v0.14.3

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

v0.14.2

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

v0.14.1

Patch Changes

v0.14.0

Minor Changes
  • e4a13f6: Response helpers return responses, cache/action filter them out
  • bd9f19a: default form actions to url encoded
  • 5d9263b: rename load to preload
Patch Changes
  • a7e4062: fix #​457 extra leading slashes on path
  • 4b4536e: add usePreloadRoute export
  • 8cc0530: hack the types to work a bit better with Response Unions

v0.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

v0.13.5

Patch Changes
  • bfb059f: types Route -> RouteDescription

v0.13.4

Patch Changes
  • 00e37fd: Export all types used in public API
  • 2e90de5: Fix HashRouter state reset with replace: false
  • 75472d2: Fix useCurrentMatches a getter function

v0.13.3

Patch Changes

v0.13.2

Patch Changes
  • 0a34883: preserve original path on optional segments
  • 94797e1: Fix types for cache functions with all optional arguments
  • 8a547a8: don't submit form when submit event is defaultPrevented

v0.13.1

Patch Changes
  • 8b766a9: restore params into root

v0.13.0

Minor Changes
Patch Changes
  • 83e827d: minimum types for submission flash
  • 6df4a7a: push root/rootLoad outside of route matching

v0.12.5

Patch Changes

v0.12.4

Patch Changes
  • 533b7a0: fix unintended early return in cache during server render

v0.12.3

Patch Changes
  • 02c6e7a: action to return fully processed response

v0.12.2

Patch Changes
  • 5e8cbdb: apply the right owner (who's aware of the router)

v0.12.1

Patch Changes
  • 6d0be9e: fix cache serialization to match returned value
  • 052d385: Run load functions with owner & context of Router component.

v0.12.0

Minor Changes
  • 17ea145: add createAsyncStorage, prev argument, remove store from cache

v0.11.5

Patch Changes
  • 0413594: fix memory router no native events
  • 97d387b: add rootLoad
  • 5a94e7d: fix Router types, make singleFlight optional

v0.11.4

Patch Changes
  • d67ccbb: single flight mutations
  • 76724af: pass revalidate through json helper

v0.11.3

Patch Changes
  • 9cc1a85: update response types to be always present

v0.11.2

Patch Changes
  • fab3cc0: fix renderToString for cache fns

v0.11.1

Patch Changes

v0.11.0

Minor Changes
actions/setup-node (actions/setup-node)

v3.8.2

Compare Source

What's Changed

Full Changelog: actions/setup-node@v3...v3.8.2

v3.8.1

Compare Source

What's Changed

In scope of this release, the filter was removed within the cache-save step by @​dmitry-shibanov in https://github.com/actions/setup-node/pull/831. It is filtered and checked in the toolkit/cache library.

Full Changelog: actions/setup-node@v3...v3.8.1

v3.8.0

Compare Source

What's Changed
Bug fixes:
  • Add check for existing paths by [@​dmitry-shibano

Configuration

📅 Schedule: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-solid to ^0.10.0 chore(deps): update dependency eslint-plugin-solid to ^0.10.0 - autoclosed Feb 25, 2023
@renovate renovate bot closed this Feb 25, 2023
@renovate renovate bot deleted the renovate/all-minor-patch branch February 25, 2023 09:34
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-solid to ^0.10.0 - autoclosed chore(deps): update dependency eslint-plugin-solid to ^0.10.0 Feb 25, 2023
@renovate renovate bot reopened this Feb 25, 2023
@renovate renovate bot restored the renovate/all-minor-patch branch February 25, 2023 17:39
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-solid to ^0.10.0 chore(deps): update pnpm to v7.28.0 Feb 25, 2023
@renovate renovate bot changed the title chore(deps): update pnpm to v7.28.0 chore(deps): update pnpm to v7.28.0 - autoclosed Mar 2, 2023
@renovate renovate bot closed this Mar 2, 2023
@renovate renovate bot deleted the renovate/all-minor-patch branch March 2, 2023 11:24
@renovate renovate bot changed the title chore(deps): update pnpm to v7.28.0 - autoclosed chore(deps): update pnpm to v7.28.0 Mar 2, 2023
@renovate renovate bot restored the renovate/all-minor-patch branch March 2, 2023 23:29
@renovate renovate bot reopened this Mar 2, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d41d9b3 to 392c240 Compare March 3, 2023 02:30
@renovate renovate bot changed the title chore(deps): update pnpm to v7.28.0 chore(deps): update all non-major dependencies (minor) Mar 3, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 2f66204 to 842676f Compare March 7, 2023 20:57
@renovate renovate bot changed the title chore(deps): update all non-major dependencies (minor) fix(deps): update all non-major dependencies (minor) Mar 7, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from 6a0613a to a004638 Compare March 14, 2023 06:11
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from db53592 to d99b1c9 Compare August 11, 2024 02:59
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from f13970b to 18d3250 Compare August 21, 2024 23:55
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 3bb8d18 to 36943d1 Compare September 2, 2024 11:52
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 59b3fe4 to f6d544e Compare September 5, 2024 20:49
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from f3298bf to 4b569d3 Compare September 20, 2024 14:52
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 44dd40b to d71065c Compare September 28, 2024 05:08
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 53f94df to c84865a Compare October 9, 2024 06:01
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 781e085 to c94d645 Compare October 19, 2024 02:32
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 0cef83e to 09a1ee3 Compare October 24, 2024 12:02
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from f2b1a50 to 6076b49 Compare November 4, 2024 11:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants