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

chore(deps): ⬆️ update prod dependencies (minor) - autoclosed #389

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 4, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@chakra-ui/react-utils 2.0.1 -> 2.0.11 age adoption passing confidence
@chakra-ui/utils 2.0.4 -> 2.0.14 age adoption passing confidence
@internationalized/date 3.0.0 -> 3.5.0 age adoption passing confidence
@react-aria/button 3.5.1 -> 3.8.2 age adoption passing confidence
@react-aria/calendar 3.0.0 -> 3.5.0 age adoption passing confidence
@react-aria/datepicker 3.0.0 -> 3.7.0 age adoption passing confidence
@react-aria/i18n 3.4.1 -> 3.8.2 age adoption passing confidence
@react-aria/numberfield 3.2.1 -> 3.8.0 age adoption passing confidence
@react-aria/slider 3.1.1 -> 3.7.0 age adoption passing confidence
@react-aria/spinbutton 3.1.1 -> 3.5.2 age adoption passing confidence
@react-aria/utils 3.13.1 -> 3.20.0 age adoption passing confidence
@react-stately/calendar 3.0.0 -> 3.4.0 age adoption passing confidence
@react-stately/datepicker 3.0.0 -> 3.7.0 age adoption passing confidence
@react-stately/numberfield 3.1.1 -> 3.6.1 age adoption passing confidence
@react-stately/slider 3.1.1 -> 3.4.2 age adoption passing confidence
ariakit (source) 2.0.0-next.36 -> 2.0.0-next.44 age adoption passing confidence
ariakit-utils (source) 0.17.0-next.23 -> 0.17.0-next.27 age adoption passing confidence

Release Notes

chakra-ui/chakra-ui (@​chakra-ui/react-utils)

v2.0.11

Compare Source

Patch Changes

v2.0.10

Compare Source

Patch Changes
  • #​7154
    2d7398a01
    Thanks @​segunadebayo! - ## All components

    Improved the bundling setup for all components.

    • Switched to the .mjs file extension for correct ESM behavior
    • Switched to the latest tsup will uses automatic JSX runtime detection
      removing the need for manually inject classic React import
    • Moved tsup config to package.json since it's very minimal
    • Removed clean-package.config.json in favor of the package.json property
    • Fixed issue where Storybook addon (dark mode and RTL) was not working
  • Updated dependencies
    [2d7398a01,
    0eedc151c]:

v2.0.9

Compare Source

Patch Changes

v2.0.8

Compare Source

Patch Changes

v2.0.7

Compare Source

Patch Changes

v2.0.6

Patch Changes

v2.0.2

chakra-ui/chakra-ui (@​chakra-ui/utils)

v2.0.14

Compare Source

Patch Changes

v2.0.13

Compare Source

Patch Changes
  • #​7154
    2d7398a01
    Thanks @​segunadebayo! - ## All components

    Improved the bundling setup for all components.

    • Switched to the .mjs file extension for correct ESM behavior
    • Switched to the latest tsup will uses automatic JSX runtime detection
      removing the need for manually inject classic React import
    • Moved tsup config to package.json since it's very minimal
    • Removed clean-package.config.json in favor of the package.json property
    • Fixed issue where Storybook addon (dark mode and RTL) was not working
  • #​6744
    0eedc151c
    Thanks @​joseph082! - Reduced gaps in media
    queries for breakpoints which excluded some viewport widths from media query
    coverage

v2.0.12

Compare Source

Patch Changes
  • #​6945
    75eaba929
    Thanks @​anddoutoi! - Fix issue where using
    @chakra-ui/react in a TypeScript project with "type": "module" in
    package.json and "moduleResolution": "Node16" in tsconfig.json cannot
    find the types.

v2.0.11

Compare Source

Patch Changes

v2.0.10

Compare Source

Patch Changes
  • #​6700
    99329e44a
    Thanks @​sei0603! - Update disabled selector to
    use state selector :disabled, instead of [disabled] attribute selector.
    This is useful when an editable element is wrapped within
    <fieldset disabled>

v2.0.9

Patch Changes
  • #​6508
    445661955
    Thanks @​anubra266! - - Initial release of
    react hooks
    • Refactor all packages to reduce bundle size
    • Refactor code for proper prop doc generatation

v2.0.8

Patch Changes
  • Force release

v2.0.7

Patch Changes

v2.0.6

Patch Changes
  • Force new release

v2.0.5

Patch Changes
adobe/react-spectrum (@​internationalized/date)

v3.5.0

Compare Source

v3.4.0

Compare Source

v3.3.0

Compare Source

v3.2.0

Compare Source

v3.1.0

Compare Source

v3.0.2

Compare Source

v3.0.1

Compare Source

adobe/react-spectrum (@​react-aria/button)

v3.8.2

Compare Source

v3.8.1

Compare Source

v3.8.0

Compare Source

v3.7.2

Compare Source

v3.7.1

Compare Source

v3.7.0

Compare Source

v3.6.4

Compare Source

v3.6.3

Compare Source

v3.6.2

Compare Source

v3.6.1

Compare Source

v3.6.0

Compare Source

ariakit/ariakit (ariakit)

v2.0.0-next.44

Compare Source

Patch Changes
  • Fixed Checkbox with a string value prop used in combination with the useCheckboxState hook. (#​2223)

v2.0.0-next.43

Compare Source

Patch Changes
  • Fixed infinite loop when rendering <Popover portal> with no tabbable elements inside. (#​2170)

v2.0.0-next.42

Compare Source

Patch Changes
  • Extracted React specific utilities from the ariakit-utils package to the ariakit-react-utils package. (#​1819)

  • Fixed type errors in TypeScript v4.8. (#​1885)

  • TypeScript: Renamed types to have unique names matching their pattern. (#​2153)

  • Updated dependencies: [email protected], [email protected].

v2.0.0-next.41

Compare Source

Minor Changes
  • Improved Combobox with autoSelect behavior. (#​1821)

    Before, when autoSelect was enabled, the first item would be selected only on text insertion. That is, deleting or pasting text was ignored. Now, the first item is selected on any change to the input value, including programmatic changes.

  • Updated the behavior of autoComplete="inline" and autoComplete="both" on Combobox so the completion string is only appended and highlighted when the caret is at the end of the input. (#​1823)

  • Added moveOnKeyPress prop to CompositeItem. (#​1821)

  • Added moveOnKeyPress prop to Composite. (#​1821)

Patch Changes
  • Fixed scroll jump on Combobox when pressing modifier keys. (#​1826)

v2.0.0-next.40

Compare Source

Minor Changes
  • Activating CompositeItem elements rendered as links with Cmd/Ctrl+Enter now correctly opens the new tab in the background instead of bringing it to front. (#​1771)

  • Added support for clicking on CompositeItem elements rendered as links with Alt+Enter to start a download. (#​1771)

  • Improved CompositeTypeahead runtime performance. (#​1792)

  • Added displayName to components in development. (#​1791)

Patch Changes
  • Fixed Combobox with autoComplete="inline" or autoComplete="both" not allowing text selection in some cases. (#​1773)

  • Fixed onFocusVisible timing on the Focusable component so it waits for any logic in focus/keydown events to be performed before applying the data-focus-visible attribute. (#​1774)

  • Fixed stale validity state on FormField. (#​1778)

  • Fixed nested Menu prematurely hiding when moving the mouse to it on Safari. (#​1764)

  • Fixed Popover blurred pixels when trying to fit viewport. (#​1793)

  • Fixed portalRef prop type on Portal not accepting mutable refs with initial value set to null.

  • Fixed Select not getting focus when some browser extensions (like 1password) automatically moves focus to the next form element. (#​1777)

  • Updated dependencies: [email protected].

v2.0.0-next.39

Compare Source

Minor Changes
  • Improved support for CompositeItem rendered as a link. This includes ComboboxItem, MenuItem, and SelectItem components. (#​1736)

    Now clicking on <a> items with a mouse or keyboard while pressing metaKey (macOS) or ctrlKey (PC) opens the link in a new tab as expected. Popovers won't close and Select/Combobox values won't change when clicking with those modifiers.

  • The role attribute on MenuButton, when inside another menu, is now based on the popover role instead of being always menuitem. (#​1728)

Patch Changes
  • Fixed Collection items order when adding items from start. (#​1748)

  • Fixed Combobox not calling the onKeyDown prop when pressing printable keys. (#​1739)

  • Fixed Hovercard prematurely hiding when moving mouse to it when the card is positioned diagonally to the anchor. (#​1742)

  • Fixed aria-labelledby attribute on Menu not pointing to the correct element when using MenuHeading. (#​1737)

  • Fixed Tab with defaultSelectedId on React 17. (#​1724)

  • Updated dependencies: [email protected].

v2.0.0-next.38

Compare Source

Minor Changes
  • Updated the backdrop prop type on Dialog so it accepts elements with a legacy ref prop type. (#​1703)

  • The logic behind animations on Disclosure and derived components (Dialog, Menu, Popover, etc.) has been refactored and is more reliable. (#​1699)

v2.0.0-next.37

Compare Source

Minor Changes
  • Improved focus and blur events on Composite components. (#​1691)

  • The Dialog component doesn't modify the scroll behavior when auto focusing elements on show/hide anymore. (#​1687)

Patch Changes
  • Fixed autoSelect behavior Combobox loses focus. (#​1679)

  • Fixed ComboboxPopover hiding when the ComboboxCancel component gets focused. (#​1677)

  • Fixed double focus on CompositeItem when combining multiple Composite components. (#​1689)

  • Fixed Hovercard not hiding after scroll. (#​1680)

  • Fixed Popover and Tooltip initial placement when inside an element with position: relative. (#​1676)

  • Fixed the order that blur events are fired on Portal with preserveTabOrder set to true. (#​1681)

  • Updated dependencies: [email protected].


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from navin-moorthy as a code owner July 4, 2022 13:33
@vercel
Copy link

vercel bot commented Jul 4, 2022

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
react ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 28, 2023 0:58am

@renovate renovate bot force-pushed the renovate/prod-dependencies-(minor) branch from 2ad19d5 to c44950a Compare July 7, 2022 12:07
@renovate renovate bot force-pushed the renovate/prod-dependencies-(minor) branch from c44950a to 44cc9e5 Compare July 11, 2022 11:32
@renovate renovate bot changed the title chore(deps): ⬆️ update dependency ariakit to v2.0.0-next.32 chore(deps): ⬆️ update prod dependencies (minor) Jul 11, 2022
@renovate renovate bot force-pushed the renovate/prod-dependencies-(minor) branch from 44cc9e5 to bd8d4d4 Compare July 13, 2022 12:05
@renovate renovate bot force-pushed the renovate/prod-dependencies-(minor) branch from bd8d4d4 to 37bc2fd Compare July 18, 2022 10:36
@renovate renovate bot force-pushed the renovate/prod-dependencies-(minor) branch from 37bc2fd to 10ca2a5 Compare July 19, 2022 11:03
@renovate renovate bot force-pushed the renovate/prod-dependencies-(minor) branch from 10ca2a5 to cd68547 Compare July 25, 2022 12:23
@renovate renovate bot force-pushed the renovate/prod-dependencies-(minor) branch 2 times, most recently from 219f087 to 5925b43 Compare July 25, 2022 13:47
@renovate renovate bot changed the title chore(deps): ⬆️ update prod dependencies (minor) chore(deps): ⬆️ update prod dependencies (minor) - autoclosed Jul 25, 2022
@renovate renovate bot closed this Jul 25, 2022
@renovate renovate bot deleted the renovate/prod-dependencies-(minor) branch July 25, 2022 14:47
@renovate renovate bot changed the title chore(deps): ⬆️ update prod dependencies (minor) - autoclosed chore(deps): ⬆️ update prod dependencies (minor) Jul 28, 2022
@renovate renovate bot reopened this Jul 28, 2022
@renovate renovate bot restored the renovate/prod-dependencies-(minor) branch July 28, 2022 22:57
@renovate renovate bot force-pushed the renovate/prod-dependencies-(minor) branch from 5925b43 to 66a330c Compare July 29, 2022 01:07
@renovate renovate bot force-pushed the renovate/prod-dependencies-(minor) branch from 66a330c to 351d6f2 Compare August 1, 2022 15:24
@renovate renovate bot force-pushed the renovate/prod-dependencies-(minor) branch from 351d6f2 to 32983c5 Compare August 8, 2022 10:58
@renovate renovate bot force-pushed the renovate/prod-dependencies-(minor) branch from 607e85b to 5857955 Compare July 14, 2023 21:28
@renovate renovate bot force-pushed the renovate/prod-dependencies-(minor) branch from 5857955 to b89eefe Compare July 16, 2023 16:21
@renovate renovate bot force-pushed the renovate/prod-dependencies-(minor) branch from b89eefe to 8544598 Compare July 19, 2023 11:10
@renovate renovate bot force-pushed the renovate/prod-dependencies-(minor) branch from 8544598 to ac8d47b Compare July 27, 2023 16:32
@renovate renovate bot force-pushed the renovate/prod-dependencies-(minor) branch from ac8d47b to 2711670 Compare August 1, 2023 14:30
@renovate renovate bot force-pushed the renovate/prod-dependencies-(minor) branch from 2711670 to 57a64c3 Compare August 9, 2023 14:00
@renovate renovate bot force-pushed the renovate/prod-dependencies-(minor) branch from 57a64c3 to 829b565 Compare August 9, 2023 22:12
@renovate renovate bot force-pushed the renovate/prod-dependencies-(minor) branch from 829b565 to bd00277 Compare August 22, 2023 18:11
@renovate renovate bot force-pushed the renovate/prod-dependencies-(minor) branch from bd00277 to 92c21f4 Compare August 27, 2023 09:20
@renovate renovate bot force-pushed the renovate/prod-dependencies-(minor) branch from 92c21f4 to 2adc332 Compare September 7, 2023 22:37
@renovate renovate bot force-pushed the renovate/prod-dependencies-(minor) branch from 2adc332 to d71cf6b Compare September 19, 2023 11:42
@renovate renovate bot force-pushed the renovate/prod-dependencies-(minor) branch from d71cf6b to 3349e0d Compare September 26, 2023 13:22
@renovate renovate bot force-pushed the renovate/prod-dependencies-(minor) branch from 3349e0d to ecbc2dd Compare September 28, 2023 12:55
@renovate renovate bot changed the title chore(deps): ⬆️ update prod dependencies (minor) chore(deps): ⬆️ update prod dependencies (minor) - autoclosed Sep 29, 2023
@renovate renovate bot closed this Sep 29, 2023
@renovate renovate bot deleted the renovate/prod-dependencies-(minor) branch September 29, 2023 06:54
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