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

Update All web dependencies #129

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 16, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@ark-ui/react (source) 4.1.0 -> 4.9.1 age adoption passing confidence
@pandacss/dev (source) ^0.51.1 -> ^0.52.0 age adoption passing confidence
@pandacss/types (source) ^0.51.1 -> ^0.52.0 age adoption passing confidence
@park-ui/panda-preset (source) ^0.42.0 -> ^0.43.0 age adoption passing confidence
@tiptap/core (source) 2.11.2 -> 2.11.5 age adoption passing confidence
@tiptap/extension-bullet-list (source) 2.11.2 -> 2.11.5 age adoption passing confidence
@tiptap/extension-dropcursor (source) 2.11.2 -> 2.11.5 age adoption passing confidence
@tiptap/extension-focus (source) 2.11.2 -> 2.11.5 age adoption passing confidence
@tiptap/extension-image (source) 2.11.2 -> 2.11.5 age adoption passing confidence
@tiptap/extension-link (source) 2.11.2 -> 2.11.5 age adoption passing confidence
@tiptap/extension-list-item (source) 2.11.2 -> 2.11.5 age adoption passing confidence
@tiptap/extension-mention (source) 2.11.2 -> 2.11.5 age adoption passing confidence
@tiptap/extension-ordered-list (source) 2.11.2 -> 2.11.5 age adoption passing confidence
@tiptap/extension-placeholder (source) 2.11.2 -> 2.11.5 age adoption passing confidence
@tiptap/extension-text-style (source) 2.11.2 -> 2.11.5 age adoption passing confidence
@tiptap/html (source) 2.11.2 -> 2.11.5 age adoption passing confidence
@tiptap/pm (source) 2.11.2 -> 2.11.5 age adoption passing confidence
@tiptap/react (source) 2.11.2 -> 2.11.5 age adoption passing confidence
@tiptap/starter-kit (source) 2.11.2 -> 2.11.5 age adoption passing confidence
@tiptap/suggestion (source) 2.11.2 -> 2.11.5 age adoption passing confidence
@types/lodash (source) 4.17.14 -> 4.17.15 age adoption passing confidence
@types/node (source) 22.10.5 -> 22.13.1 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) 8.19.1 -> 8.23.0 age adoption passing confidence
@typescript-eslint/parser (source) 8.19.1 -> 8.23.0 age adoption passing confidence
eslint-config-next (source) 15.0.0 -> 15.1.6 age adoption passing confidence
framer-motion 11.17.0 -> 11.18.2 age adoption passing confidence
lucide-react (source) ^0.451.0 -> ^0.475.0 age adoption passing confidence
next (source) 15.1.3 -> 15.1.6 age adoption passing confidence
orval 7.2.0 -> 7.5.0 age adoption passing confidence
prettier (source) 3.4.2 -> 3.5.0 age adoption passing confidence
sonner (source) 1.7.1 -> 1.7.4 age adoption passing confidence
swr (source) 2.3.0 -> 2.3.2 age adoption passing confidence
ts-pattern 5.6.0 -> 5.6.2 age adoption passing confidence
usehooks-ts (source) 3.1.0 -> 3.1.1 age adoption passing confidence
yarn (source) 4.5.0 -> 4.6.0 age adoption passing confidence

Release Notes

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

v4.9.1

Compare Source

Fixed
  • FileUpload: Resolved an issue where multiple files were added during a single upload
    operation.
  • DatePicker: Fixed an issue where the defaultView property did not correctly switch to the
    specified view.

v4.9.0

Compare Source

Added
  • DatePicker:
    • Added minView and maxView options for better control over the displayed views, allowing to
      create Month and Year pickers.
    • Introduced a new parse method to convert input values into valid dates, complementing the
      format option for enhanced UX
    • Added locale and timeZone options to the format method
    • Introduced placeholder context property to customize the input's placeholder text
Fixed
  • ColorPicker, HoverCard, Tooltip:
    • Fixed intermittent placement shifts caused by updates to the data-placement attribute
  • FileUpload:
    • Resolved an issue where the change event wasn’t triggered when files were dropped into the
      dropzone
    • Fixed an issue where context.setClipboardFiles(...) was called despite file upload being
      disabled
    • Addressed an issue where the machine transitioned to the dragging state even when disabled
    • Fixed an issue preventing rejected files from being deleted via the item delete trigger
    • Exposed the disabled state via context.disabled
  • Tour:
    • Fixed an issue where the dialog tour step did not synchronize its z-index with the content
  • Date Picker:
    • Fixed a crash that occurred when entering very large invalid dates in the input field
    • Fixed an issue in the year view where selecting a year was not possible when the min and max
      dates were less than one year apart and overlapped two distinct years

v4.8.1

Compare Source

Fixed
  • Resolved an issue where form-related components reset despite the reset event being cancelled.
  • FileUpload:
    • Fixed a brief warning display when a new image file is added to the preview.
    • Enhanced click detection for the dropzone and added support for the disableClick prop.

v4.8.0

Compare Source

Added
  • [NEW] Tour: Introduced the Tour component to guide users through the interface. For more
    details, check the Tour documentation.
  • [NEW] FocusTrap: Implemented the FocusTrap component to confine focus within a specified
    container.
Fixed
  • HoverCard, Tooltip: Resolved an issue where the controlled open state could become
    inconsistent during the opening or closing phases.

v4.7.0

Compare Source

Added
  • Clipboard: Introduced Clipboard.ValueText to display clipboard content.
  • FileUpload:
    • Added preventDropOnDocument to block file drops on the document when the file upload component
      is active.
    • Added setClipboardFiles to the API for setting files from clipboard data.
  • Progress: Added support foronValueChange and defaultValue.
  • Tabs, Menu, Combobox: Added navigate property for custom router navigation when selections
    render as links.
  • QrCode:
    • Added support for onValueChange and defaultValue.
    • Added QrCode.DownloadTrigger to enable QR code image downloads.
Fixed
  • Collapsible: Fixed a bug where the opening animation replayed when an open collapsible was
    re-rendered.
  • Dialog, Popover: Resolved an issue causing dialogs or popovers to close if the focused element
    was removed from the DOM.
  • FileUpload: Fixed a bug causing the hidden input to desync from accepted files.
  • Menu, Popover: Fixed inconsistent interaction detection outside the component when the trigger
    was inside a scrollable container.
  • Pagination: Corrected an issue where the page range returned an incorrect end value when
    pageSize exceeded count.
  • QRCode: Fixed getDataUrl to generate a properly sized QR code.

v4.6.0

Compare Source

Added
  • Carousel [Breaking]: Redesigned the carousel for better touch handling and performance. See the Carousel docs for more info.
Fixed
  • FileUpload: Resolved an issue where the accept attribute wasn’t applied to the hidden input.
  • NumberInput: Fixed a bug where the input event wasn’t triggered on the first click of the increment/decrement controls.
  • TreeView: Addressed a limitation where React elements couldn’t be used in the tree view.
  • Select: Fixed a regression where scroll restoration didn’t work in overflowing select menus.

v4.5.0

Compare Source

Added
  • ColorPicker: Introduced invalid and openAutoFocus props.
  • TreeView: Exported the TreeCollection type.
  • FileUpload: Added acceptedFiles and rejectedFiles outputs to the validate method.
Changed
  • Environment: Deprecated EnvironmentContext in favor of UseEnvironmentContext.
Fixed
  • Presence, Collapsible: Fixed a potential memory leak after component unmount.
  • Environment: Correctly exported EnvironmentContext.
  • SignaturePad: Resolved an issue where getDataUrl(...) rendered improperly scaled images in
    Firefox.
  • NumberInput: Fixed an issue where the locale provided by LocaleProvider was not applied
    correctly.
Removed
  • DatePicker: Dropped the unimplemented modal prop.

v4.4.4

Compare Source

Fixed
  • TreeView: Exported missing TreeViewContext.

v4.4.3

Compare Source

Fixed
  • Anatomy: Fixed an issue where the anatomy was not properly transpiled.

v4.4.2

Compare Source

Fixed
  • Utility: Updated entrypoint in package.json for /anatomy.

v4.4.1

Compare Source

Fixed
  • Utility: Incorrect entrypoint in package.json for /anatomy.

v4.4.0

Compare Source

Added
  • Utility: Exported createAnatomy for defining custom component anatomy, now accessible via
    import { createAnatomy } from '@​ark-ui/react/anatomy'.
Fixed
  • ColorPicker
    • Added --color CSS variable to swatch and swatch trigger parts.
    • Enabled clicking on swatch when in the open state.
  • Combobox: Fixed a timing issue with the onValueChange callback.
  • Clipboard: Corrected missing type="button" attribute on clipboard trigger.
  • Field
    • Fixed cleanup issue with resizeObserver on Field.Textarea.
    • Triggered resize when rows attribute or fonts change.
  • TagsInput: Resolved inconsistent delete behavior across states.
  • TimePicker: Exported missing timePickerAnatomy.

v4.3.0

Compare Source

Added
  • Field: Added autoresize prop to Field.Textarea for auto-resizing the textarea based on
    content.
Changed
  • TreeView: Redesigned using the new tree collection for improved rendering and logic
    management. See the TreeView documentation
    for details.
  • QrCode, SignaturePad, Timer: Promoted from preview to stable release.
Fixed
  • Dialog: Fixed an issue where body styles weren't properly restored when preventScroll was
    enabled.
  • Toast: Corrected type definitions in the createToaster function.

v4.2.0

Compare Source

Added
  • Slider: Introduced Slider.DraggingIndicator for displaying an indicator when dragging a
    thumb.
  • Field: Added Field.RequiredIndicator to show a required indicator (e.g., an asterisk) when
    the required prop is set.
<Field.Root required>
  <Field.Label>
    Username
    <Field.RequiredIndicator />
  </Field.Label>
  <Field.Input placeholder="Enter your username" />
</Field.Root>
Fixed
  • TagsInput: Resolved an issue where api.addTag(...) was not functioning correctly.
  • RatingGroup: Fixed a bug where both the rating group and rating item received focus when
    readOnly was set to true.
  • Combobox: Corrected behavior where getSelectionValue was called multiple times; it now
    triggers only when a selection is made.
  • HoverCard: Removed preventDefault calls on the touchstart event to avoid browser error
    logs.
  • Popover: Fixed a race condition in iOS Safari where switching between popovers caused them to
    close unexpectedly.
  • Presence: Addressed an issue where elements using the presence machine did not exit the
    unmounting state if closed with a delay while switching tabs.
Changed
  • Editable:
    • Added data-autoresize attribute to both editable and preview elements when autoResize is
      enabled.
    • Removed the default all: unset style from the input when autoResize is enabled, allowing for
      user-defined CSS.

v4.1.2

Compare Source

Fixed
  • Resolved an issue causing the Portal component to render twice.
  • Corrected missing 'use client' annotation in the Frame component.

v4.1.1

Compare Source

Changed
  • TimePicker [Preview]: Updated value and defaultValue types from string to Time. Use
    the exported parseTime function to convert between strings and time objects.
Fixed
  • TagsInput: Resolved an issue where tag navigation was unresponsive after removing tags with
    the delete key.
  • DatePicker: Fixed a bug where selecting a preset and then blurring the input incorrectly reset
    the value.
chakra-ui/panda (@​pandacss/dev)

v0.52.0

Compare Source

Patch Changes
chakra-ui/panda (@​pandacss/types)

v0.52.0

Compare Source

cschroeter/park-ui (@​park-ui/panda-preset)

v0.43.1

Compare Source

Fixed
  • NumberInput: Fixed an issue where the grid layout was not applied correctly.

v0.43.0

Compare Source

Changed
  • Color Tokens: The accent color concept has been removed. Components now rely on the built-in
    colorPalette prop for color customization. This change aligns with how Panda CSS envisions the
    use of its virtual color system..

Previously, color tokens were organized like this:

colorPalette.1  
 └── accent.1  
 └── amber.1  
 ├── amber.light.1  
 └── amber.dark.1

The accent layer was unnecessary and has been removed:

colorPalette.1  
 └── amber.1  
 ├── amber.light.1  
 └── amber.dark.1

Here's how this change impacts usage:

- <Box color="accent.default" />
+ <Box color="colorPalette.default" />
  • Improved consistency and scalability by refining the Park UI Preset setup in the Panda
    configuration. Learn more in the docs.
 import { defineConfig } from '@&#8203;pandacss/dev'

```diff
 import { defineConfig } from '@&#8203;pandacss/dev'
 import { createPreset } from '@&#8203;park-ui/panda-preset'
+import amber from '@&#8203;park-ui/panda-preset/colors/amber'
+import sand from '@&#8203;park-ui/panda-preset/colors/sand'

 export default defineConfig({
   preflight: true,
   presets: [
-    '@&#8203;pandacss/preset-base',
     createPreset({
-      accentColor: 'amber',
-      grayColor: 'sand',
-      borderRadius: 'sm',
+      accentColor: amber,
+      grayColor: sand,
+      radius: 'sm',
     }),
   ],
   include: ['./src/**/*.{js,jsx,ts,tsx,vue}'],
   jsxFramework: 'react', // or 'solid' or 'vue'
   outdir: 'styled-system',
 })
ueberdosis/tiptap (@​tiptap/core)

v2.11.5

Compare Source

v2.11.4

Compare Source

v2.11.3

Compare Source

Patch Changes
  • a44a7c3: fix(core): do not reset marks, or nodes when using IME on mobile devices
  • fa63c47: Focus synchronously only if on iOS or Android #​4448
ueberdosis/tiptap (@​tiptap/extension-bullet-list)

v2.11.5

Compare Source

v2.11.4

Compare Source

v2.11.3

Compare Source

ueberdosis/tiptap (@​tiptap/extension-dropcursor)

v2.11.5

Compare Source

v2.11.4

Compare Source

v2.11.3

Compare Source

ueberdosis/tiptap (@​tiptap/extension-focus)

v2.11.5

Compare Source

v2.11.4

Compare Source

v2.11.3

Compare Source

ueberdosis/tiptap (@​tiptap/extension-image)

v2.11.5

Compare Source

v2.11.4

Compare Source

v2.11.3

Compare Source

ueberdosis/tiptap (@​tiptap/extension-link)

v2.11.5

Compare Source

v2.11.4

Compare Source

Patch Changes
  • bce96a6: Added support for numbers in email addresses.

v2.11.3

Compare Source

ueberdosis/tiptap (@​tiptap/extension-list-item)

v2.11.5

Compare Source

v2.11.4

Compare Source

v2.11.3

Compare Source

ueberdosis/tiptap (@​tiptap/extension-mention)

v2.11.5

Compare Source

v2.11.4

Compare Source

v2.11.3

Compare Source

ueberdosis/tiptap (@​tiptap/extension-ordered-list)

v2.11.5

Compare Source

v2.11.4

Compare Source

v2.11.3

Compare Source

ueberdosis/tiptap (@​tiptap/extension-placeholder)

v2.11.5

Compare Source

v2.11.4

Compare Source

v2.11.3

Compare Source

ueberdosis/tiptap (@​tiptap/extension-text-style)

v2.11.5

Compare Source

v2.11.4

Compare Source

v2.11.3

Compare Source

ueberdosis/tiptap (@​tiptap/html)

v2.11.5

Compare Source

v2.11.4

Compare Source

v2.11.3

Compare Source

ueberdosis/tiptap (@​tiptap/pm)

v2.11.5

Compare Source

Patch Changes
  • 98fffbb: Upgraded prosemirror-tables to 1.6.3 to fix cells being resizable while the editor is uneditable

v2.11.4

Compare Source

v2.11.3

Compare Source

ueberdosis/tiptap (@​tiptap/react)

v2.11.5

Compare Source

Patch Changes

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.

Copy link

vercel bot commented Jun 16, 2024

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

Name Status Preview Comments Updated (UTC)
storyden ❌ Failed (Inspect) Feb 9, 2025 2:02pm
1 Skipped Deployment
Name Status Preview Comments Updated (UTC)
storyden-homepage ⬜️ Ignored (Inspect) Visit Preview Feb 9, 2025 2:02pm

Copy link

coderabbitai bot commented Jun 16, 2024

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

❤️ Share
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR. (Beta)
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@renovate renovate bot force-pushed the renovate/all-web-dependencies branch from eae7857 to 80ec916 Compare June 16, 2024 22:47
@renovate renovate bot changed the title Update dependency react-hook-form to v7.52.0 Update All web dependencies Jun 16, 2024
@renovate renovate bot force-pushed the renovate/all-web-dependencies branch from 80ec916 to 559b7d4 Compare June 17, 2024 18:37
@renovate renovate bot force-pushed the renovate/all-web-dependencies branch from 559b7d4 to eb55ee6 Compare June 17, 2024 21:51
@renovate renovate bot force-pushed the renovate/all-web-dependencies branch from eb55ee6 to b5927ef Compare June 18, 2024 01:37
@renovate renovate bot force-pushed the renovate/all-web-dependencies branch from b5927ef to ffae24a Compare June 18, 2024 08:03
@renovate renovate bot force-pushed the renovate/all-web-dependencies branch from ffae24a to c32f196 Compare June 19, 2024 13:22
@renovate renovate bot force-pushed the renovate/all-web-dependencies branch from c32f196 to fd99d35 Compare June 19, 2024 16:52
@renovate renovate bot force-pushed the renovate/all-web-dependencies branch from fd99d35 to 610fea5 Compare June 20, 2024 19:42
@renovate renovate bot force-pushed the renovate/all-web-dependencies branch from 610fea5 to 7c989a6 Compare June 20, 2024 23:04
@renovate renovate bot force-pushed the renovate/all-web-dependencies branch from 0a81197 to bf7032b Compare January 30, 2025 14:39
@renovate renovate bot force-pushed the renovate/all-web-dependencies branch from bf7032b to 4048539 Compare January 30, 2025 17:19
@renovate renovate bot force-pushed the renovate/all-web-dependencies branch from 4048539 to eb8f8b3 Compare January 31, 2025 09:46
@renovate renovate bot force-pushed the renovate/all-web-dependencies branch from eb8f8b3 to a1c3520 Compare January 31, 2025 19:41
@renovate renovate bot force-pushed the renovate/all-web-dependencies branch from a1c3520 to 66c53dc Compare January 31, 2025 20:26
@renovate renovate bot force-pushed the renovate/all-web-dependencies branch from 66c53dc to d7de9fd Compare February 1, 2025 21:50
@renovate renovate bot force-pushed the renovate/all-web-dependencies branch from d7de9fd to 6053e1b Compare February 3, 2025 17:13
@renovate renovate bot force-pushed the renovate/all-web-dependencies branch from 6053e1b to de64ad7 Compare February 3, 2025 20:25
@renovate renovate bot force-pushed the renovate/all-web-dependencies branch from de64ad7 to 67da4d4 Compare February 4, 2025 01:34
@renovate renovate bot force-pushed the renovate/all-web-dependencies branch from 67da4d4 to 085e0fe Compare February 5, 2025 10:08
@renovate renovate bot force-pushed the renovate/all-web-dependencies branch from 085e0fe to 26d3890 Compare February 5, 2025 17:36
@renovate renovate bot force-pushed the renovate/all-web-dependencies branch from 26d3890 to 0e86198 Compare February 6, 2025 00:58
@renovate renovate bot force-pushed the renovate/all-web-dependencies branch from 0e86198 to efa2798 Compare February 8, 2025 14:32
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