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 dependency preact to v10.25.4 #22

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 25, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
preact (source) 10.19.3 -> 10.25.4 age adoption passing confidence

Release Notes

preactjs/preact (preact)

v10.25.4

Compare Source

Types

Fixes

v10.25.3

Compare Source

Fixes

Types

v10.25.2

Compare Source

Notable
Revert unkeyed no-search (#​4604, thanks @​JoviDeCroock)

We noticed that there's a few unpleasant scenario's that could form from this change, we wanted to be on the safe side here and revert this for the time being. if you run into issues with swapping components placement wise in a list use the key property.

Fixes
Types
Performance
Maintenance

v10.25.1

Compare Source

Fixes

Types

Maintenance

v10.25.0

Compare Source

Features

Move per-element type interfaces into core and more strictly type IntrinsicElements (#​4546, thanks @​rschristian)

This adds per-element typings for every DOM-node type, this means that our types might become slightly stricter when you are using DOM attributes/properties where they are not allowed, an example of this might be <div src="x" />.

If you notice any issues when upgrading tell us about them, we can evaluate whether we have missed a case.

Recreate unkeyed functional components when they change position. (#​4550, thanks @​JoviDeCroock)

This is a long time bugfix, when we have elements that look like

return (
	{condition ? <Element /> : null}
	{condition ? null : <Element />
)

We would reuse the state of the first VNode to render the second one when the condition switches. When you are using key, this issue was not present.

Support { handleEvent() {} } object interface as a listener (#​4538, thanks @​lilnasy)

We've added support for attaching object/class event-handlers

let handler = {
	onclick,
	handleEvent() {
		this.onclick()
	}
}

<div onClick={handler} />

Fixes

Maintenance

v10.24.3

Compare Source

Fixes
Performance
Maintenance

v10.24.2

Compare Source

Performance

Types

Maintenance

v10.24.1

Compare Source

Fixes

Types

Maintenance

v10.24.0

Compare Source

Features

Fixes

Types

Maintenance

v10.23.2

Compare Source

Fixes

Types

Maintenance

v10.23.1

Compare Source

Fixes

v10.23.0

Compare Source

Features

This adds support for returning a function in functional refs, example

<input
  ref={(ref) => {
    // Assign ref, do something with it
    return () => {
      // ref cleanup, when the element unmounts
      // we run the cleanup
    };
  }}
/>

Fixes

Types

Maintenance

v10.22.1

Compare Source

Fixes

Types

Maintenance

Performance

v10.22.0

Compare Source

Features

Types

Maintenance

Fixes

@renovate renovate bot changed the title chore(deps): update dependency preact to v10.19.6 chore(deps): update dependency preact to v10.19.7 Mar 18, 2024
@renovate renovate bot changed the title chore(deps): update dependency preact to v10.19.7 chore(deps): update dependency preact to v10.20.0 Mar 20, 2024
@renovate renovate bot changed the title chore(deps): update dependency preact to v10.20.0 chore(deps): update dependency preact to v10.20.1 Mar 23, 2024
@renovate renovate bot changed the title chore(deps): update dependency preact to v10.20.1 chore(deps): update dependency preact to v10.20.2 Apr 9, 2024
@renovate renovate bot changed the title chore(deps): update dependency preact to v10.20.2 chore(deps): update dependency preact to v10.21.0 Apr 30, 2024
@renovate renovate bot changed the title chore(deps): update dependency preact to v10.21.0 chore(deps): update dependency preact to v10.22.0 May 15, 2024
@renovate renovate bot changed the title chore(deps): update dependency preact to v10.22.0 chore(deps): update dependency preact to v10.22.1 Jul 1, 2024
@renovate renovate bot changed the title chore(deps): update dependency preact to v10.22.1 chore(deps): update dependency preact to v10.23.0 Jul 23, 2024
@renovate renovate bot changed the title chore(deps): update dependency preact to v10.23.0 chore(deps): update dependency preact to v10.23.1 Jul 25, 2024
@renovate renovate bot changed the title chore(deps): update dependency preact to v10.23.1 chore(deps): update dependency preact to v10.23.2 Aug 12, 2024
@renovate renovate bot changed the title chore(deps): update dependency preact to v10.23.2 chore(deps): update dependency preact to v10.24.0 Sep 14, 2024
@renovate renovate bot changed the title chore(deps): update dependency preact to v10.24.0 chore(deps): update dependency preact to v10.24.1 Sep 24, 2024
@renovate renovate bot changed the title chore(deps): update dependency preact to v10.24.1 chore(deps): update dependency preact to v10.24.2 Oct 4, 2024
@renovate renovate bot changed the title chore(deps): update dependency preact to v10.24.2 chore(deps): update dependency preact to v10.24.3 Oct 14, 2024
@renovate renovate bot changed the title chore(deps): update dependency preact to v10.24.3 chore(deps): update dependency preact to v10.25.0 Nov 22, 2024
@renovate renovate bot changed the title chore(deps): update dependency preact to v10.25.0 chore(deps): update dependency preact to v10.25.1 Dec 2, 2024
@renovate renovate bot changed the title chore(deps): update dependency preact to v10.25.1 fix(deps): update dependency preact to v10.25.1 Dec 10, 2024
@renovate renovate bot changed the title fix(deps): update dependency preact to v10.25.1 fix(deps): update dependency preact to v10.25.2 Dec 12, 2024
@renovate renovate bot changed the title fix(deps): update dependency preact to v10.25.2 fix(deps): update dependency preact to v10.25.3 Dec 18, 2024
@renovate renovate bot changed the title fix(deps): update dependency preact to v10.25.3 fix(deps): update dependency preact to v10.25.4 Dec 28, 2024
@renovate renovate bot force-pushed the renovate/preact-10.x-lockfile branch from 70040b0 to 2442a56 Compare January 23, 2025 18:26
@pull-request-size pull-request-size bot added size/L and removed size/M labels Jan 23, 2025
Copy link

coderabbitai bot commented Jan 23, 2025

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants