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 #426

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

Conversation

renovate[bot]
Copy link

@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.7 -> ^0.5.15 age adoption passing confidence
preact (source) ^10.6.4 -> ^10.25.0 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)

v0.5.10

Compare Source

Fixes
  • Bumped loader-utils to fix security vulnerability (#​700)

v0.5.9

Compare Source

Fixes
  • Bumped loader-utils to fix security vulnerability (#​685)

v0.5.8

Compare Source

Fixes
  • Fixed performance issue regarding require.resolve in loader injection (#​669)
  • Bumped core-js-pure to not depend on deprecated versions (#​674)
preactjs/preact (preact)

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 force-pushed the renovate/gatsby-plugin-preact-dev-minor branch from ea6919a to 4ac7ddb Compare September 1, 2023 00:51
@renovate renovate bot force-pushed the renovate/gatsby-plugin-preact-dev-minor branch from 4ac7ddb to e1a8391 Compare October 1, 2023 01:05
@renovate renovate bot force-pushed the renovate/gatsby-plugin-preact-dev-minor branch from e1a8391 to b395b7f Compare November 1, 2023 00:10
@renovate renovate bot force-pushed the renovate/gatsby-plugin-preact-dev-minor branch from b395b7f to 884ec43 Compare December 1, 2023 00:11
@renovate renovate bot force-pushed the renovate/gatsby-plugin-preact-dev-minor branch from 884ec43 to 3b7affa Compare January 1, 2024 02:15
@renovate renovate bot force-pushed the renovate/gatsby-plugin-preact-dev-minor branch from 3b7affa to 2821a51 Compare March 1, 2024 00:26
@renovate renovate bot force-pushed the renovate/gatsby-plugin-preact-dev-minor branch from 2821a51 to cbd4bfa Compare April 1, 2024 00:52
@renovate renovate bot force-pushed the renovate/gatsby-plugin-preact-dev-minor branch from cbd4bfa to 0bf261e Compare May 1, 2024 02:14
@renovate renovate bot force-pushed the renovate/gatsby-plugin-preact-dev-minor branch from 0bf261e to 678960c Compare June 1, 2024 02:52
@renovate renovate bot force-pushed the renovate/gatsby-plugin-preact-dev-minor branch from 678960c to 70fbe4e Compare July 1, 2024 00:21
@renovate renovate bot force-pushed the renovate/gatsby-plugin-preact-dev-minor branch from 70fbe4e to 998e7de Compare August 1, 2024 00:30
@renovate renovate bot force-pushed the renovate/gatsby-plugin-preact-dev-minor branch from 998e7de to 7236ba2 Compare September 1, 2024 00:33
@renovate renovate bot force-pushed the renovate/gatsby-plugin-preact-dev-minor branch from 7236ba2 to 52a03c8 Compare October 1, 2024 00:30
@renovate renovate bot force-pushed the renovate/gatsby-plugin-preact-dev-minor branch from 52a03c8 to aacc603 Compare November 1, 2024 02:23
@renovate renovate bot force-pushed the renovate/gatsby-plugin-preact-dev-minor branch from aacc603 to 66866ac Compare December 1, 2024 01:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants