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 [dev] minor and patch dependencies for gatsby-plugin-preact #38412

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 1, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@pmmmwh/react-refresh-webpack-plugin ^0.5.10 -> ^0.5.15 age adoption passing confidence
preact (source) ^10.15.1 -> ^10.25.4 age adoption passing confidence

Release Notes

pmmmwh/react-refresh-webpack-plugin (@​pmmmwh/react-refresh-webpack-plugin)

v0.5.15

Compare Source

Fixes
  • Fixed wrong import in error overlay for ansi-html (#​853)

v0.5.14

Compare Source

Fixes
  • Moved to ansi-html v0.0.9 and schema-utils v4.x (#​848)
Internal
  • Run tests on latest versions of Node.js 18, 20 and 22 (#​848)
  • Bumped jest to v29 and some other development dependencies (#​848)
  • Removed yalc (#​849)

v0.5.13

Compare Source

Fixes
  • Fixed module system inferring (ESM vs CJS) to start from the point of each file (#​771)

v0.5.12

Compare Source

Fixes
  • Fixed incorrect sockProtocol override (#​835)
  • Relaxed peer dependency requirement on webpack-dev-server to allow v5.x (#​837)

v0.5.11

Compare Source

Features
  • Added support to exclude dynamically generated modules from other loaders (#​769)
Fixes
  • Fixed unnecessary memory leaks due to `prevExports`` (#​766)
  • Relaxed peer dependency requirement on type-fest to allow v4.x (#​767)
  • Fixed module type resolution when there is difference across contexts (#​768)
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 added the topic: automation Related to Circle CI, Peril, Renovate, scripts/*, Github Workflows, Github Actions, or Slackbot label Aug 1, 2023
@gatsbot gatsbot bot added the status: triage needed Issue or pull request that need to be triaged and assigned to a reviewer label Aug 1, 2023
@renovate renovate bot force-pushed the renovate/gatsby-plugin-preact-dev-minor branch from 55ded19 to 40232a5 Compare September 1, 2023 01:27
@renovate renovate bot changed the title chore(deps): update dependency preact to ^10.16.0 for gatsby-plugin-preact chore(deps): update [dev] minor and patch dependencies for gatsby-plugin-preact Sep 1, 2023
@renovate renovate bot force-pushed the renovate/gatsby-plugin-preact-dev-minor branch from 40232a5 to dbc49e2 Compare October 1, 2023 01:02
@renovate renovate bot force-pushed the renovate/gatsby-plugin-preact-dev-minor branch from dbc49e2 to f011231 Compare November 1, 2023 01:27
@renovate renovate bot force-pushed the renovate/gatsby-plugin-preact-dev-minor branch from f011231 to 2152d4d Compare December 1, 2023 00:58
@renovate renovate bot force-pushed the renovate/gatsby-plugin-preact-dev-minor branch from 2152d4d to 0c9a93d Compare January 1, 2024 00:23
@renovate renovate bot force-pushed the renovate/gatsby-plugin-preact-dev-minor branch from 0c9a93d to a21437e Compare February 1, 2024 00:38
@renovate renovate bot force-pushed the renovate/gatsby-plugin-preact-dev-minor branch from a21437e to 26e7734 Compare March 1, 2024 00:37
@renovate renovate bot force-pushed the renovate/gatsby-plugin-preact-dev-minor branch from 26e7734 to d113cf2 Compare April 1, 2024 01:46
@renovate renovate bot force-pushed the renovate/gatsby-plugin-preact-dev-minor branch from d113cf2 to 57dcd92 Compare May 1, 2024 01:46
@renovate renovate bot force-pushed the renovate/gatsby-plugin-preact-dev-minor branch from 57dcd92 to 509bc00 Compare June 1, 2024 00:27
@renovate renovate bot force-pushed the renovate/gatsby-plugin-preact-dev-minor branch from 509bc00 to 6c229fa Compare July 1, 2024 01:58
@renovate renovate bot force-pushed the renovate/gatsby-plugin-preact-dev-minor branch from 6c229fa to ccc8c5d Compare August 1, 2024 01:24
@renovate renovate bot force-pushed the renovate/gatsby-plugin-preact-dev-minor branch from ccc8c5d to b5ff893 Compare September 1, 2024 00:41
@renovate renovate bot force-pushed the renovate/gatsby-plugin-preact-dev-minor branch from b5ff893 to f01ab33 Compare October 1, 2024 01:40
@renovate renovate bot force-pushed the renovate/gatsby-plugin-preact-dev-minor branch from f01ab33 to dbb40e5 Compare November 1, 2024 01:34
serhalp
serhalp previously approved these changes Nov 8, 2024
@renovate renovate bot force-pushed the renovate/gatsby-plugin-preact-dev-minor branch from dbb40e5 to d98abd6 Compare December 1, 2024 00:09
@renovate renovate bot force-pushed the renovate/gatsby-plugin-preact-dev-minor branch from d98abd6 to 26c555f Compare January 1, 2025 01:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: triage needed Issue or pull request that need to be triaged and assigned to a reviewer topic: automation Related to Circle CI, Peril, Renovate, scripts/*, Github Workflows, Github Actions, or Slackbot
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant