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.3.0 age adoption passing confidence
@hookform/resolvers (source) 3.9.0 -> 3.9.1 age adoption passing confidence
@pandacss/dev (source) 0.47.0 -> 0.47.1 age adoption passing confidence
@pandacss/types (source) 0.47.0 -> 0.47.1 age adoption passing confidence
@tiptap/core (source) 2.8.0 -> 2.9.1 age adoption passing confidence
@tiptap/extension-bullet-list (source) 2.8.0 -> 2.9.1 age adoption passing confidence
@tiptap/extension-dropcursor (source) 2.8.0 -> 2.9.1 age adoption passing confidence
@tiptap/extension-focus (source) 2.8.0 -> 2.9.1 age adoption passing confidence
@tiptap/extension-image (source) 2.8.0 -> 2.9.1 age adoption passing confidence
@tiptap/extension-link (source) 2.8.0 -> 2.9.1 age adoption passing confidence
@tiptap/extension-list-item (source) 2.8.0 -> 2.9.1 age adoption passing confidence
@tiptap/extension-mention (source) 2.8.0 -> 2.9.1 age adoption passing confidence
@tiptap/extension-ordered-list (source) 2.8.0 -> 2.9.1 age adoption passing confidence
@tiptap/extension-placeholder (source) 2.8.0 -> 2.9.1 age adoption passing confidence
@tiptap/extension-text-style (source) 2.8.0 -> 2.9.1 age adoption passing confidence
@tiptap/html (source) 2.8.0 -> 2.9.1 age adoption passing confidence
@tiptap/pm (source) 2.8.0 -> 2.9.1 age adoption passing confidence
@tiptap/react (source) 2.8.0 -> 2.9.1 age adoption passing confidence
@tiptap/starter-kit (source) 2.8.0 -> 2.9.1 age adoption passing confidence
@tiptap/suggestion (source) 2.8.0 -> 2.9.1 age adoption passing confidence
@types/lodash (source) 4.17.10 -> 4.17.13 age adoption passing confidence
@types/node (source) 22.7.5 -> 22.9.0 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) 8.8.1 -> 8.13.0 age adoption passing confidence
@typescript-eslint/parser (source) 8.8.1 -> 8.13.0 age adoption passing confidence
chroma-js 3.1.1 -> 3.1.2 age adoption passing confidence
eslint-config-next (source) 15.0.0 -> 15.0.3 age adoption passing confidence
framer-motion 11.11.4 -> 11.11.11 age adoption passing confidence
lucide-react (source) ^0.451.0 -> ^0.456.0 age adoption passing confidence
next (source) 15.0.0 -> 15.0.3 age adoption passing confidence
react (source) 19.0.0-rc-65a56d0e-20241020 -> 19.0.0-rc-fb9a90fa48-20240614 age adoption passing confidence
react-dom (source) 19.0.0-rc-65a56d0e-20241020 -> 19.0.0-rc-fb9a90fa48-20240614 age adoption passing confidence
react-hook-form (source) 7.53.0 -> 7.53.2 age adoption passing confidence
sonner (source) 1.5.0 -> 1.7.0 age adoption passing confidence
ts-pattern 5.4.0 -> 5.5.0 age adoption passing confidence
typescript (source) 5.6.2 -> 5.6.3 age adoption passing confidence
vaul (source) 1.0.0 -> 1.1.1 age adoption passing confidence
yarn (source) 4.5.0 -> 4.5.1 age adoption passing confidence

Release Notes

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

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.
react-hook-form/resolvers (@​hookform/resolvers)

v3.9.1

Compare Source

chakra-ui/panda (@​pandacss/dev)

v0.47.1

Compare Source

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

v0.47.1

Compare Source

ueberdosis/tiptap (@​tiptap/core)

v2.9.1

Compare Source

v2.9.0

Compare Source

Patch Changes
  • ffb51d3: insertContentAt, setContent, and insertContent commands now respect the editor's pre-defined parseOptions configuration if the command does not specify it's own parseOptions
  • 873a67c: This allows the Editor isntance to unregister multiple plugins in a single editor state replacement
  • d96f679: Fixed an issue while updating attributes on a NodePos that was not a text
  • e606c06: Updates the typings of DecorationsWithTypes to be more accurate to the prosemirror implementation even though it is not completely exposed as an API
  • a2eea24: Added role and aria-label attributes to the contenteditable field for better screenreader support and mouseless controls
  • d96f679: Fixed issues with NodePos child positions causing wrong positions when used on non-text atoms
  • 4efd227: Fixed an issue with getMarkRange not returning the correct range when cursor is at the start of the specified mark
ueberdosis/tiptap (@​tiptap/extension-bullet-list)

v2.9.1

Compare Source

Patch Changes
  • 0c9004f: This resolves an issue where the bullet-list and ordered-list extensions were depending on the list-item and text-style extensions unneccesarily. They are no longer imported and constants are used instead.

v2.9.0

Compare Source

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

v2.9.1

Compare Source

v2.9.0

Compare Source

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

v2.9.1

Compare Source

v2.9.0

Compare Source

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

v2.9.1

Compare Source

v2.9.0

Compare Source

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

v2.9.1

Compare Source

v2.9.0

Compare Source

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

v2.9.1

Compare Source

v2.9.0

Compare Source

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

v2.9.1

Compare Source

v2.9.0

Compare Source

Patch Changes
  • ae711ab: Increase mention extension priority to allow mentions to be inserted in lists using the Enter key
ueberdosis/tiptap (@​tiptap/extension-ordered-list)

v2.9.1

Compare Source

Patch Changes
  • 0c9004f: This resolves an issue where the bullet-list and ordered-list extensions were depending on the list-item and text-style extensions unneccesarily. They are no longer imported and constants are used instead.

v2.9.0

Compare Source

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

v2.9.1

Compare Source

v2.9.0

Compare Source

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

v2.9.1

Compare Source

v2.9.0

Compare Source

ueberdosis/tiptap (@​tiptap/html)

v2.9.1

Compare Source

v2.9.0

Compare Source

ueberdosis/tiptap (@​tiptap/pm)

v2.9.1

Compare Source

v2.9.0

Compare Source

Patch Changes
  • feea1f6: Update prosemirror-view version
ueberdosis/tiptap (@​tiptap/react)

v2.9.1

Compare Source

Patch Changes

v2.9.0

Compare Source

Patch Changes
ueberdosis/tiptap (@​tiptap/starter-kit)

v2.9.1

Compare Source

Patch Changes

v2.9.0

Compare Source

Patch Changes
ueberdosis/tiptap (@​tiptap/suggestion)

v2.9.1

Compare Source

v2.9.0

Compare Source

typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v8.13.0

Compare Source

🚀 Features
  • eslint-plugin: [only-throw-error] add allow option (#​10221)
  • eslint-plugin: [prefer-nullish-coalescing] add option ignoreBooleanCoercion (#​9924)
  • eslint-plugin: disable no-class-assign rule in eslint-recommended config (#​10250)
🩹 Fixes

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) Nov 8, 2024 10:34pm
1 Skipped Deployment
Name Status Preview Comments Updated (UTC)
storyden-homepage ⬜️ Ignored (Inspect) Visit Preview Nov 8, 2024 10:34pm

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.


🪧 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 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 d00794d to 5264994 Compare October 30, 2024 05:29
@renovate renovate bot force-pushed the renovate/all-web-dependencies branch from 5264994 to 3199315 Compare October 31, 2024 08:37
@renovate renovate bot force-pushed the renovate/all-web-dependencies branch from 3199315 to 6085f63 Compare October 31, 2024 15:21
@renovate renovate bot force-pushed the renovate/all-web-dependencies branch from 6085f63 to 59771fc Compare October 31, 2024 18:08
@renovate renovate bot force-pushed the renovate/all-web-dependencies branch from 59771fc to 470ad92 Compare November 3, 2024 00:44
@renovate renovate bot force-pushed the renovate/all-web-dependencies branch from 470ad92 to c84cd27 Compare November 3, 2024 07:04
@renovate renovate bot force-pushed the renovate/all-web-dependencies branch from c84cd27 to e4d2476 Compare November 3, 2024 19:46
@renovate renovate bot force-pushed the renovate/all-web-dependencies branch from e4d2476 to bdbc65c Compare November 4, 2024 20:25
@renovate renovate bot force-pushed the renovate/all-web-dependencies branch from bdbc65c to 28db0c6 Compare November 5, 2024 02:21
@renovate renovate bot force-pushed the renovate/all-web-dependencies branch from 28db0c6 to 7be04b7 Compare November 6, 2024 08:38
@renovate renovate bot force-pushed the renovate/all-web-dependencies branch from 7be04b7 to 79f4063 Compare November 7, 2024 15:13
@renovate renovate bot force-pushed the renovate/all-web-dependencies branch from 79f4063 to 854efde Compare November 8, 2024 09:56
@renovate renovate bot force-pushed the renovate/all-web-dependencies branch from 854efde to 943d035 Compare November 8, 2024 18: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