Skip to content
This repository has been archived by the owner on Oct 2, 2024. It is now read-only.

Update dependencies #24

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

Update dependencies #24

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 4, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@zag-js/accordion ^0.60.0 -> ^0.73.0 age adoption passing confidence dependencies minor
@zag-js/clipboard ^0.60.0 -> ^0.73.0 age adoption passing confidence dependencies minor
@zag-js/collapsible ^0.60.0 -> ^0.73.0 age adoption passing confidence dependencies minor
@zag-js/combobox ^0.60.0 -> ^0.73.0 age adoption passing confidence dependencies minor
@zag-js/dialog ^0.60.0 -> ^0.73.0 age adoption passing confidence dependencies minor
@zag-js/menu ^0.60.0 -> ^0.73.0 age adoption passing confidence dependencies minor
@zag-js/pin-input ^0.60.0 -> ^0.73.0 age adoption passing confidence dependencies minor
@zag-js/popover ^0.60.0 -> ^0.73.0 age adoption passing confidence dependencies minor
@zag-js/tooltip ^0.60.0 -> ^0.73.0 age adoption passing confidence dependencies minor
@zag-js/types ^0.60.0 -> ^0.73.0 age adoption passing confidence dependencies minor
prettier (source) 3.3.2 -> 3.3.3 age adoption passing confidence devDependencies patch
styler == 1.0.0-rc.2 -> == 1.1.1 age adoption passing confidence minor
tsup (source) 8.1.0 -> 8.3.0 age adoption passing confidence devDependencies minor
typescript (source) 5.5.3 -> 5.6.2 age adoption passing confidence devDependencies minor

Release Notes

chakra-ui/zag (@​zag-js/accordion)

v0.73.0

Compare Source

Added
  • Dialog

    • Add support for detecting outside clicks from parent windows when rendered within an iframe
Fixed
  • Combobox

    • Fix issue where pressing enter without selecting an option leaves text in the input
  • File Upload

    • Fix issue where acceptedFiles is removed after an invalid file is uploaded
  • Dialog

    • Fix issue where dialog closes when positioner is scrollable and the scrollbar is clicked

v0.72.0

Compare Source

Added
  • Select, Combobox

    • Expose multiple and disabled in api to allow for designing custom UIs.
Changed
  • Tour [BREAKING]

    • Refactor tour to be more robust and support programmatic control in wait steps.

v0.71.0

Compare Source

Changed
  • All Packages

    • Update all packages to no longer ship src directory.
Fixed
  • Steps

    • Fix issue where past step item had data-incomplete on it.
    • Rename api.value to api.step
    • Rename api.setValue to api.setStep
  • DatePicker

    • Fix issue where date picker could close when composed in a dialog or popover.
Added
  • FileUpload

    • Add support for api.getClearTriggerProps() to render a clear trigger that clears the accepted files.

v0.70.0

Compare Source

Changed
  • All Packages

    • Update all packages to no longer ship src directory.
Fixed
  • Steps

    • Fix issue where past step item had data-incomplete on it.
    • Rename api.value to api.step
    • Rename api.setValue to api.setStep
  • DatePicker

    • Fix issue where date picker could close when composed in a dialog or popover.
Added
  • FileUpload

    • Add support for api.getClearTriggerProps() to render a clear trigger that clears the accepted files.

v0.69.0

Compare Source

Changed
  • Combobox

    • Remove flip: false default positioning option to ensure consistency with select.
Added
  • Select, Tabs

    • Add support for deselectable prop to allow deselecting the current value by clicking on the item.

v0.68.1

Patch Changes

v0.68.0

Fixed
  • DatePicker

    • Fix issue where partial YY format in date string was not parsed correctly.
    • Fix issue in Vue.js where input value could not be changed by typing.
    • Fix issue where setting controlled min and max values throws an error.
  • TreeView

    • Fix issue where programmatic selection does not account for singular selection

v0.67.0

Compare Source

Added
  • Highlight

    • Released @zag-js/highlight-word package to help with highlighting text in a string.
Fixed
  • Date Utils

    • Fixed issue where getWeekDays had inconsistent behavior when both locale and startOfWeekProp were set
  • Menu

    • Fixed issue where lazy mounting the content caused the first menu item to not be focused when opened with keyboard

v0.66.1

Compare Source

Patch Changes

v0.66.0

Compare Source

Fixed
  • Floating Components

    • Fix issue where clicking outside of a dialog on mobile passes click events through
  • Popover

    • Fix issue where popover does not restore focus when open state is changed programmatically
  • Avatar

    • Fix issues where avatar could throw when the fallback inner text changes.
  • Steps

    • Improve accessibility of tablist semantics by using aria-owns
Added
  • FileUpload

    • Add support for more file types in file upload accept intellisense
  • Toast

    • Add support for action in toast options, giving you the ability to add a action.label and action.onClick. The
      onClick function will be called when the user clicks the action trigger.
api.create({
  title: "Uploaded successfully",
  type: "success",
  action: {
    label: "Undo",
    onClick: () => {
      console.log("undo")
    },
  },
})
Changed
  • Floating Components

    • Refactor boundary to only support function that returns an element.
  • Select

    • Refactor opening and selection to be based on click events rather than pointerdown/up cycles.
    • Improve usability and accessibility of the select component.
    • Fix issue where controlled multiple selects open state behaved unexpectedly.
  • File Upload

    • Add support for invalid prop in file upload to explicitly mark upload operation as invalid. This could be paired
      with the rejectedFiles to show an error message.

v0.65.1

Compare Source

Fixed
  • Popover

    • Fix issue where popover doesn't restore focus when controlled
    • Fix issue where clicking the close button doesn't restore focus to the trigger
  • Svelte

    • Fix issue where peerDependencies were configured incorrectly

v0.65.0

Compare Source

Fixed
  • Dialog

    • Fix issue where closing a nested dialog focuses the first focusable element in the parent dialog instead of the
      previously focused element.
Added
  • Editable

    • Add support for controlled the editable's state (edit/preview) using edit and onEditChange
  • Pagination

    • Expose api.count property
Changed
  • Editable

    • Removed onEdit in favor of onEditChange
    • Removed startsWithEditView in favor of edit prop

v0.64.0

Compare Source

Fixed
  • NumberInput

    • Fix issue where pressing enter key, doesn't make arrow up and down work as expected
Added
  • Collection

    • Introduce new GridCollection to manage grid base navigation and selection
Changed
  • Collection [BREAKING]

    • Rename Collection class to ListCollection to better reflect its intent

v0.63.0

Compare Source

Fixed
  • DatePicker

    • Fix issue where selected date doesn't reflect in input when you click trigger then focus input
    • Fix SSR issue when using getPresetTrigger
  • Slider

    • Fix issue where onValueChangeEnd gets called with incorrect value
  • Timer

    • Fix an issue that action trigger did not emit an event
Added
  • DatePicker

    • Add support for index in getLabelProps

v0.62.1

Compare Source

Fixed
  • TimePicker

    • Export missing TimePicker types
  • Toast

    • Add missing aria-labelledby and aria-describedby attributes on the toast root element
  • React

    • Fix regression with useMachine where HMR could lead to Maximum call stack exceeded error
Added
Changed

v0.62.0

Compare Source

Fixed
  • Combobox

    • Improve accessibility by removing aria-selected and aria-disabled when false
    • Prefer click over pointerup for consistent experience between screen readers and pointers.
  • React

    • Improve HMR behavior in React with components like Dialog, Select, and Menu
Changed
  • Steps

    • Rename skippable to linear prop to better communicate its intent
    • Set default orientation to horizontal

v0.61.1

Compare Source

Fixed
  • Tags Input

    • Fix issue where tag input does not allow for repeat pasting and undo
    • Fix issue where deleting a pasted value completely disables pasting
    • Ensure value set in the machine are always unique, discarding duplicates
  • Select

    • Fix issue where closeOnSelect could not be customized when multiple is set to true

v0.61.0

Compare Source

Fixed
  • RadioGroup

    • Ensure consistent click events for radio group item.
    • Fix issue where data-readonly attribute was misspelt
Added
  • Tooltip

    • Add support for closeOnClick to determine if the tooltip should close when trigger is clicked.
prettier/prettier (prettier)

v3.3.3

Compare Source

diff

Add parentheses for nullish coalescing in ternary (#​16391 by @​cdignam-segment)

This change adds clarity to operator precedence.

// Input
foo ? bar ?? foo : baz;
foo ?? bar ? a : b;
a ? b : foo ?? bar;

// Prettier 3.3.2
foo ? bar ?? foo : baz;
foo ?? bar ? a : b;
a ? b : foo ?? bar;

// Prettier 3.3.3
foo ? (bar ?? foo) : baz;
(foo ?? bar) ? a : b;
a ? b : (foo ?? bar);
Add parentheses for decorator expressions (#​16458 by @​y-schneider)

Prevent parentheses around member expressions or tagged template literals from being removed to follow the stricter parsing rules of TypeScript 5.5.

// Input
@​(foo`tagged template`)
class X {}

// Prettier 3.3.2
@​foo`tagged template`
class X {}

// Prettier 3.3.3
@​(foo`tagged template`)
class X {}
Support @let declaration syntax (#​16474 by @​sosukesuzuki)

Adds support for Angular v18 @let declaration syntax.

Please see the following code example. The @let declaration allows you to define local variables within the template:

@​let name = 'Frodo';

<h1>Dashboard for {{name}}</h1>
Hello, {{name}}

For more details, please refer to the excellent blog post by the Angular Team: Introducing @​let in Angular.

We also appreciate the Angular Team for kindly answering our questions to implement this feature.

egoist/tsup (tsup)

v8.3.0

Compare Source

Bug Fixes
Features

v8.2.4

Compare Source

Bug Fixes

v8.2.3

Compare Source

v8.2.2

Compare Source

v8.2.1

Compare Source

v8.2.0

Compare Source

v8.1.2

Compare Source

v8.1.1

Compare Source

microsoft/TypeScript (typescript)

v5.6.2

Compare Source

v5.5.4: TypeScript 5.5.4

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:


Configuration

📅 Schedule: Branch creation - "before 7am" (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 Update dependency typescript to v5.5.3 Update dependencies Jul 5, 2024
@renovate renovate bot force-pushed the renovate/dependencies branch 2 times, most recently from a44dc09 to 1f253a7 Compare July 11, 2024 20:15
@renovate renovate bot changed the title Update dependencies Update dependencies to ^0.61.0 Jul 11, 2024
@renovate renovate bot changed the title Update dependencies to ^0.61.0 Update dependencies Jul 13, 2024
@renovate renovate bot force-pushed the renovate/dependencies branch 6 times, most recently from b5b8806 to debc632 Compare July 22, 2024 10:12
@renovate renovate bot force-pushed the renovate/dependencies branch 4 times, most recently from 836ca3c to dca751e Compare July 28, 2024 20:05
@renovate renovate bot force-pushed the renovate/dependencies branch 4 times, most recently from a93c510 to c537a94 Compare August 8, 2024 16:26
@renovate renovate bot force-pushed the renovate/dependencies branch 5 times, most recently from cbae1a3 to 630efef Compare September 12, 2024 20:23
@renovate renovate bot force-pushed the renovate/dependencies branch 5 times, most recently from 36f6fec to cd4f547 Compare September 23, 2024 23:36
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants