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

build(deps): update dependency preact to v10.23.1 - autoclosed #118

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 26, 2024

Mend Renovate

This PR contains the following updates:

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

Release Notes

preactjs/preact (preact)

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 added the dependencies Deps related label Feb 26, 2024
@renovate renovate bot force-pushed the renovate/preact-10.x-lockfile branch from d7240a1 to cd5f965 Compare March 4, 2024 03:20
@renovate renovate bot force-pushed the renovate/preact-10.x-lockfile branch 3 times, most recently from c7ef26a to 0385a41 Compare March 18, 2024 03:41
@renovate renovate bot changed the title build(deps): update dependency preact to v10.19.6 build(deps): update dependency preact to v10.19.7 Mar 18, 2024
@renovate renovate bot changed the title build(deps): update dependency preact to v10.19.7 build(deps): update dependency preact to v10.20.0 Mar 20, 2024
@renovate renovate bot changed the title build(deps): update dependency preact to v10.20.0 build(deps): update dependency preact to v10.20.1 Mar 23, 2024
@renovate renovate bot force-pushed the renovate/preact-10.x-lockfile branch 2 times, most recently from 7a85a14 to dc86485 Compare April 1, 2024 02:11
@renovate renovate bot force-pushed the renovate/preact-10.x-lockfile branch 2 times, most recently from 4cd3f4a to 3a1e516 Compare April 8, 2024 04:32
@renovate renovate bot changed the title build(deps): update dependency preact to v10.20.1 build(deps): update dependency preact to v10.20.2 Apr 9, 2024
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate bot force-pushed the renovate/preact-10.x-lockfile branch from 3a1e516 to a9961aa Compare April 15, 2024 00:32
@renovate renovate bot changed the title build(deps): update dependency preact to v10.20.2 build(deps): update dependency preact to v10.21.0 Apr 30, 2024
@renovate renovate bot changed the title build(deps): update dependency preact to v10.21.0 build(deps): update dependency preact to v10.22.0 May 15, 2024
@renovate renovate bot changed the title build(deps): update dependency preact to v10.22.0 build(deps): update dependency preact to v10.22.1 Jul 5, 2024
@renovate renovate bot changed the title build(deps): update dependency preact to v10.22.1 build(deps): update dependency preact to v10.23.0 Jul 23, 2024
@renovate renovate bot changed the title build(deps): update dependency preact to v10.23.0 build(deps): update dependency preact to v10.23.1 Jul 25, 2024
@renovate renovate bot changed the title build(deps): update dependency preact to v10.23.1 build(deps): update dependency preact to v10.23.1 - autoclosed Aug 8, 2024
@renovate renovate bot closed this Aug 8, 2024
@renovate renovate bot deleted the renovate/preact-10.x-lockfile branch August 8, 2024 22:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Deps related
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants